Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f45d4a566beb58f19d3754651d863c3e1e769b86
https://github.com/phpmyadmin/phpmyadmin/commit/f45d4a566beb58f19d3754651d8…
Author: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-01-13 (Sat, 13 Jan 2018)
Changed paths:
M db_export.php
M libraries/classes/Display/Export.php
M libraries/classes/Display/Results.php
M server_export.php
M tbl_export.php
M test/classes/Display/ExportTest.php
Log Message:
-----------
Refactor PhpMyAdmin\Display\Export class
The static methods are replaced with instance methods.
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1fc566fd90d838d35dfa5251f26deb48d15780a7
https://github.com/phpmyadmin/phpmyadmin/commit/1fc566fd90d838d35dfa5251f26…
Author: Michal ÄŒihaÅ™ <michal(a)cihar.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M js/ajax.js
M js/db_structure.js
M js/functions.js
M js/rte.js
M js/sql.js
M js/tbl_structure.js
Log Message:
-----------
Share code for parsing data-post attribute
It can include leading question mark and we should deal with it in all
locations.
Fixes #13913
Signed-off-by: Michal ÄŒihaÅ™ <michal(a)cihar.com>