
30 Oct
2017
30 Oct
'17
12:23 p.m.
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: f859a9701d57033680e02ef8cbbf78d1f0676abc https://github.com/phpmyadmin/phpmyadmin/commit/f859a9701d57033680e02ef8cbbf... Author: Michal Čihař <michal@cihar.com> Date: 2017-10-30 (Mon, 30 Oct 2017) Changed paths: M js/functions.js M libraries/classes/Controllers/Database/DatabaseStructureController.php M templates/database/structure/check_all_tables.twig M templates/database/structure/structure_table_row.twig Log Message: ----------- Rewrite selection of tables with overhead Avoid using inline generated javascript, use CSS selectors instead. Issue #12782 Signed-off-by: Michal Čihař <michal@cihar.com>