Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5653a5e70eef2abad610c9300ad5f85f494cf5d0
https://github.com/phpmyadmin/phpmyadmin/commit/5653a5e70eef2abad610c9300ad…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M ChangeLog
M libraries/Scripts.php
Log Message:
-----------
Avoid using too log URLs when getting javascripts
Some researchers have come with great idea of recommending
setting "LimitRequestline 512" in Apache, what allows even shorter URLs
than with MSIE.
I still consider this a really bad idea as most of the applications
really do not count with so small URL limits, but this error seems to be
quite widely spread among CentOS users (probably coming from some
howto).
Fixes #12244
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 599f1d24551feaf940bb93011647c73cd44f1fc1
https://github.com/phpmyadmin/phpmyadmin/commit/599f1d24551feaf940bb9301164…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M ChangeLog
Log Message:
-----------
Avoid parsing non JSON responses as JSON
This is just a changelog entry, real fix was in
d344a8f7ae54405f5a7a56ebc3158255cc36b95c.
Fixes #12240
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: edcecdb87d391aad1d7b2228333b821075f3ea27
https://github.com/phpmyadmin/phpmyadmin/commit/edcecdb87d391aad1d7b2228333…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M ChangeLog
Log Message:
-----------
Remove extra space
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d344a8f7ae54405f5a7a56ebc3158255cc36b95c
https://github.com/phpmyadmin/phpmyadmin/commit/d344a8f7ae54405f5a7a56ebc31…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M js/console.js
Log Message:
-----------
Do not catch HTML requests in console
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d88ebebc89a160d710cc8e79cb882801ac67c34c
https://github.com/phpmyadmin/phpmyadmin/commit/d88ebebc89a160d710cc8e79cb8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M js/config.js
Log Message:
-----------
Define dataType so that jQuery do not have to guess
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b3132bf2c8261aaa5f3841711e8126865025fed4
https://github.com/phpmyadmin/phpmyadmin/commit/b3132bf2c8261aaa5f3841711e8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M ChangeLog
M js/pmd/move.js
M templates/database/designer/schema_export.phtml
Log Message:
-----------
Fix schema export with too many tables
We need to submit tables in POST parameters as there can be too many of
them to be included in GET.
Fixes #12234
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b24347ca8f388c5c8c832a2e3e9af91b7a4cb704
https://github.com/phpmyadmin/phpmyadmin/commit/b24347ca8f388c5c8c832a2e3e9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M ChangeLog
M js/config.js
M js/console.js
M js/pmd/move.js
Log Message:
-----------
Merge branch 'QA_4_6'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/efa1845e2398...b24347ca8f38
Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: edcecdb87d391aad1d7b2228333b821075f3ea27
https://github.com/phpmyadmin/phpmyadmin/commit/edcecdb87d391aad1d7b2228333…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M ChangeLog
Log Message:
-----------
Remove extra space
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d344a8f7ae54405f5a7a56ebc3158255cc36b95c
https://github.com/phpmyadmin/phpmyadmin/commit/d344a8f7ae54405f5a7a56ebc31…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M js/console.js
Log Message:
-----------
Do not catch HTML requests in console
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d88ebebc89a160d710cc8e79cb882801ac67c34c
https://github.com/phpmyadmin/phpmyadmin/commit/d88ebebc89a160d710cc8e79cb8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M js/config.js
Log Message:
-----------
Define dataType so that jQuery do not have to guess
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b3132bf2c8261aaa5f3841711e8126865025fed4
https://github.com/phpmyadmin/phpmyadmin/commit/b3132bf2c8261aaa5f3841711e8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M ChangeLog
M js/pmd/move.js
M templates/database/designer/schema_export.phtml
Log Message:
-----------
Fix schema export with too many tables
We need to submit tables in POST parameters as there can be too many of
them to be included in GET.
Fixes #12234
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/bbe8efaf7c77...b3132bf2c826
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: 827863d2b5917bc03e06c340e190e018631ee2b1
https://github.com/phpmyadmin/website/commit/827863d2b5917bc03e06c340e190e0…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths:
M pmaweb/templates/_verify.html
M pmaweb/templates/docs.html
M pmaweb/templates/downloads.html
M pmaweb/templates/try.html
M pmaweb/urls.py
Log Message:
-----------
Use https for documentation links
See phpmyadmin/phpmyadmin#12225
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bbe8efaf7c77efab87c294b1c6af911e21882eeb
https://github.com/phpmyadmin/phpmyadmin/commit/bbe8efaf7c77efab87c294b1c6a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths:
M ChangeLog
M README
M README.rst
M changelog.php
M config.sample.inc.php
M libraries/Util.php
M test/classes/MessageTest.php
M test/classes/config/FormDisplayTest.php
M test/libraries/PMA_sanitize_test.php
M test/libraries/common/PMA_showDocu_test.php
Log Message:
-----------
Use https for documentation links
Fixes #12225
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bbe8efaf7c77efab87c294b1c6af911e21882eeb
https://github.com/phpmyadmin/phpmyadmin/commit/bbe8efaf7c77efab87c294b1c6a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths:
M ChangeLog
M README
M README.rst
M changelog.php
M config.sample.inc.php
M libraries/Util.php
M test/classes/MessageTest.php
M test/classes/config/FormDisplayTest.php
M test/libraries/PMA_sanitize_test.php
M test/libraries/common/PMA_showDocu_test.php
Log Message:
-----------
Use https for documentation links
Fixes #12225
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: efa1845e2398f3d2ad0cd4ee177099a0d19d2d15
https://github.com/phpmyadmin/phpmyadmin/commit/efa1845e2398f3d2ad0cd4ee177…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths:
M ChangeLog
M README
M README.rst
M changelog.php
M config.sample.inc.php
M libraries/Util.php
M test/classes/MessageTest.php
M test/classes/SanitizeTest.php
M test/classes/config/FormDisplayTest.php
M test/libraries/common/PMA_showDocu_test.php
Log Message:
-----------
Merge branch 'QA_4_6'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/7c6a0f8cd82b...efa1845e2398
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: dfc9c3ed75e3f4e86ba9a42a40cc2cc1fb06e182
https://github.com/phpmyadmin/website/commit/dfc9c3ed75e3f4e86ba9a42a40cc2c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths:
M pmaweb/static/css/style.css
M pmaweb/templates/_sponsors.html
Log Message:
-----------
Impoved rendering for not full height logos
Signed-off-by: Michal Čihař <michal(a)cihar.com>