Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 9ab34dbfd0ff2d27e1115895c4b5269731e966b1 https://github.com/phpmyadmin/phpmyadmin/commit/9ab34dbfd0ff2d27e1115895c4b5... Author: Michal Čihař michal@cihar.com Date: 2017-06-06 (Tue, 06 Jun 2017)
Changed paths: M libraries/Sql.php M templates/table/chart/tbl_chart.phtml
Log Message: ----------- Remove unused pma_token js variable
PMA_commonParams.get('token') is already used instead.
Issue #13355
Signed-off-by: Michal Čihař michal@cihar.com
Commit: e01319a742f1d26fe982fbf50ea0aad5f0ace618 https://github.com/phpmyadmin/phpmyadmin/commit/e01319a742f1d26fe982fbf50ea0... Author: Michal Čihař michal@cihar.com Date: 2017-06-06 (Tue, 06 Jun 2017)
Changed paths: M libraries/ErrorHandler.php M libraries/select_server.lib.php
Log Message: ----------- Avoid manual construction of hidden inputs with token
Issue #13355
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 306486634c40ce0e27665046f3e134a2427f0fcf https://github.com/phpmyadmin/phpmyadmin/commit/306486634c40ce0e27665046f3e1... Author: Michal Čihař michal@cihar.com Date: 2017-06-06 (Tue, 06 Jun 2017)
Changed paths: M js/functions.js
Log Message: ----------- Avoid removing token from URL
It should not be there for any GET request.
Signed-off-by: Michal Čihař michal@cihar.com
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/e8f3e0480d2e...306486634c40