Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4845ee68c86922d0ffbb4330f02016a54c29266c https://github.com/phpmyadmin/phpmyadmin/commit/4845ee68c86922d0ffbb4330f020... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M js/ajax.js
Log Message: ----------- Remove compatibility AJAX code
We now submit all forms by POST, there should be no reason for something else.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: c162a75b9b967e9f333a2be9a363c8a6ac9038ae https://github.com/phpmyadmin/phpmyadmin/commit/c162a75b9b967e9f333a2be9a363... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M db_search.php M libraries/classes/Controllers/Database/DatabaseStructureController.php M libraries/classes/Controllers/Table/TableSearchController.php M libraries/classes/Header.php M libraries/classes/InsertEdit.php M server_status_monitor.php M sql.php M tbl_change.php M tbl_replace.php
Log Message: ----------- Improve javascript loading
- jquery-ui-timepicker-addon.js is loaded in Header, no need to load it elsewhere - jquery.validate.js is needed on way to many pages to benefit of loading only on some of them
Signed-off-by: Michal Čihař michal@cihar.com
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/dfbbff0e69c8...c162a75b9b96