mirror of
https://github.com/vrana/adminer.git
synced 2026-01-14 19:42:58 +01:00
2c8eff9b530098fc9690b92dcab2fd46cdd1f91c
* Removes children request (Should work on IE6, 7, 8 now)
* Uses <strong> instead of <b>
* Doesn't leave said <strong> tags behind after updating the list
* Highlights multiple matches in a single table name
* Works case insensitively
* Improves performance with setTimeout
With 400 tables, the old implementation locks up the tab (or
browser if using something without multiprocess) for about
half a second per keyup. Yes, this includes modifiers that
don't actually change the filter. The new version handles
the same event in 0.09 milliseconds.
That's with all the above improvements.
Tested in firefox 45.1.1 performance monitor.
Adminer - Database management in a single PHP file Adminer Editor - Data manipulation for end-users https://www.adminer.org/ Supports: MySQL, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch Requirements: PHP 5+ Apache License 2.0 or GPL 2 adminer/index.php - Run development version of Adminer editor/index.php - Run development version of Adminer Editor editor/example.php - Example customization plugins/readme.txt - Plugins for Adminer and Adminer Editor adminer/plugin.php - Plugin demo compile.php - Create a single file version lang.php - Update translations tests/selenium.html - Selenium test suite
Languages
PHP
67.9%
CSS
22.2%
HTML
7.7%
JavaScript
2.2%