GSoC 2009 – phpMyAdmin – Tasks for Week #5

TASKS IN THE UPCOMING WEEK

  • Add functionality to Configure server as master, so it works without JavaScript as well
  • Start working on Configure server as slave
  • !!Finish&Submit the import patch!! (webkit related bug remains unsolved)

KEY ACCOMPLISHMENTS LAST WEEKs (#3 & #4)

  • Finished displaying information about replication
  • Finished Configure server as master
DatabasesInformation about replicated tablesChoose replication type

Last week, I was working on replication.lib.php in libraries/. replication.lib.php contains all useful functions and variables for checking and managing replication. Therefore, I had to rewrite Server Status section. Also, I updated all of my code according to PMA coding standards.