On Sat, 2011-08-20 at 10:53 -0400, Marc Delisle wrote:
Rouslan Placella a écrit :
On Sat, 2011-08-20 at 09:49 -0400, Marc Delisle wrote:
Rouslan Placella a écrit :
Hi there,
I've been working on a rewrite of the navigation frame and I've pushed a prototype to my remote repo and it's available for preview on my demo server [1]. It's still quite far from being finished, there are several unimplemented features and bugs, but you will get a general idea.
I would appreciate if you take the time to have a look at it and give me some feedback regarding this. Thanks.
Rouslan
Rouslan, impressive! I'm trying to run it on my machine but I cannot find this code in git://repo.or.cz/phpmyadmin/roccivic.git.
The code is in the 'rte' branch [1], but please keep in mind that it's far from being ready, as I was rushing the development because I wanted to have something almost-usable for the GSoC deadline. In fact, it needs a lot of refactoring, cleaning, commenting, optimising, the addition of missing features and some bugfixes.
Nonetheless it's a good start.
Ok; please avoid PHP short tags (found one in libraries/navigation/Node.class.php).
Fixed in my local repo, thanks.
Suggestions:
- show which db is active (because you may open more than one)
Noted, thanks.
- the tree should not close after a table copy from Operations
Yeah, I need something better than refreshing the whole navigation upon operations such as "new db", "new table", "copy", "rename", etc....
Rouslan
With $cfg['MaxDbList'] set to a low value, pages higher than number one are empty.
I also noticed this on the demo server, but can't reproduce it locally. I think I'll ask Michal for some extra access to the demo server in order to sort this out.
Rouslan