[Phpmyadmin-devel] 3 patch suggestions for master

Tyron Madlener tyronx at gmail.com
Sat May 28 00:05:30 CEST 2011


Since I always have a love for details, here's 3 small suggestions
that maybe can be merged into the master branch. They are all pushed
to my fork (http://repo.or.cz/w/phpmyadmin/tyronm.git):

- Commit a0302c666c1bf9f9715364a6301238b474aedac1
Removes timepicker.js. It is already included with the jquery ui. The
file was included only in tbl_change.php and tbl_select.php

- Commit b161f43ec9089e0d2d5fb8a619056e6f9577a380
When reloading (flushing) privileges on the privileges tab you get a 5
second long success message. This commit omits the success message and
removes the loading message as soon as the ajax request is done. This
behavior seems more consistent with my patch in April that removes
messages once the ajax request is completed.

- Commit 99775c9bad552aac8b904996d673f1023821ab13
Removes the initials table on the privileges tab if there is 20 or
less privileges to show. With 1-20 privileges you can easily see all
host names and don't need any filtering by initials imo. I would even
increase that limit to 30 or so.




More information about the Developers mailing list