Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d67facb641b1ad2a3128f1e53f66790b5274a0c5
https://github.com/phpmyadmin/phpmyadmin/commit/d67facb641b1ad2a3128f1e53f6…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M ChangeLog
M libraries/DatabaseInterface.php
Log Message:
-----------
Avoid storing objects in session when debugging SQL
When $cfg['DBG']['sql'] is enabled, we used to store full backtrace in
session. This includes DBI objects which then can cause problems on
session start.
Issue #12229
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 63c89d2e33d1b92804b9b1090a27d376dc0e68f4
https://github.com/phpmyadmin/phpmyadmin/commit/63c89d2e33d1b92804b9b1090a2…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M ChangeLog
M libraries/LanguageManager.php
Log Message:
-----------
Fixed setting mixed case languages
Switched to use same code in both approaches to set language.
Fixes #12118
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
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>
Commit: 053b954c40a2bc1a7391cd114c8d327436ea6494
https://github.com/phpmyadmin/phpmyadmin/commit/053b954c40a2bc1a7391cd114c8…
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:
-----------
Merge branch 'QA_4_6'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/06da17077c0f...053b954c40a2