Hi all,
I've pushed commits improving the "recently used tables" in my repo and would like to ask for comments before I proceed further.
The demo have been updated, so you can try it through [0]. What I've done so far:
- Added configuration 'LeftRecentTable' ("Settings" -> "Navigation frame" -> "Navigation frame" tab -> "Recently used tables") - Added a new class ./libraries/RecentTable.class.php for managing recent tables - Added configuration ['Servers'][$i]['recent'], table in pma database for "persistent" recent tables - Added SQL commands to create 'pma_recent' table in scripts/create_tables.sql
others: - Added 'recent' feature in ./libraries/relation.lib.php - Modified some CSS to prettify navigation frame
What next to be done:
- Write documentation about configuration LeftRecentTable - Write documentation about table pma_recent in Documentation.html
[0] http://demo.phpmyadmin.net/gsoc-aris/
Regards, -- Aris Feryanto