Hi all,
KEY ACCOMPLISHMENTS LAST WEEK =============================
- I added an user-friendly visualisation of the structure snapshots. It is similar to the structure page of phpMyAdmin.
- Secondly I added handlers for CREATE/DROP/ALTER DATABASE. Tracking for these commands is enabled by default. User has not to create a version for it, it will created by the Tracker autmatically.
- An output for these tracked commands is available on the "Tracking" page for databases now.
- Added a line number to the tracking report.
KEY TASKS THAT STALLED ====================== Evaluation
KEY CONCERNS ============ Evaluation, Documentation, Optimization.
TASKS IN THE UPCOMING WEEK ========================== - Try to get feedback from users and developers. - Write documentation, improve my code.
Best regards
Alexander
Hi Alex
Dne Mon, 10 Aug 2009 16:03:32 +0200 Alexander Rutkowski alexander.rutkowski@googlemail.com napsal(a):
KEY ACCOMPLISHMENTS LAST WEEK
- I added an user-friendly visualisation of the structure snapshots.
It is similar to the structure page of phpMyAdmin.
- Secondly I added handlers for CREATE/DROP/ALTER DATABASE.
Tracking for these commands is enabled by default. User has not to create a version for it, it will created by the Tracker autmatically.
- An output for these tracked commands is available on the "Tracking"
page for databases now.
- Added a line number to the tracking report.
I think your code looks good and it's time to merge it to trunk. What should be done before is basically following:
- properly add messages to all language files. This can be done using add_message_file.sh or add_message.sh. - write some documentation to Documentation.html - write ChangeLog entries