Hi Supun,
I just noticed a bug. When the phpMyAdmin configuration storage is active, the last column on which you sorted a table is remembered. The next time you browse this table, it's sorted on the same column, and you see a small triangle next to the column name.
The small triangle no longer appears when this sorting on remembered column is done (tested on sakila.actor).
git bisect tells me that the problem started with
https://github.com/phpmyadmin/phpmyadmin/commit/ebef06fa0df162a5852efab68fab...
Regards,
On Fri, Jul 19, 2013 at 12:04 AM, Marc Delisle marc@infomarc.info wrote:
Hi Supun,
I just noticed a bug. When the phpMyAdmin configuration storage is active, the last column on which you sorted a table is remembered. The next time you browse this table, it's sorted on the same column, and you see a small triangle next to the column name.
The small triangle no longer appears when this sorting on remembered column is done (tested on sakila.actor).
git bisect tells me that the problem started with
https://github.com/phpmyadmin/phpmyadmin/commit/ebef06fa0df162a5852efab68fab...
Regards,
Marc Delisle http://infomarc.info
See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clk... _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi Marc, I'll see to it