Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 8cc6de4de37cc37c55db06bf685ff3fb93a48bf7 https://github.com/phpmyadmin/phpmyadmin/commit/8cc6de4de37cc37c55db06bf685f... Author: Michal Čihař michal@cihar.com Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths: M doc/config.rst M index.php M libraries/config.default.php M libraries/config/messages.inc.php M libraries/config/setup.forms.php M libraries/config/user_preferences.forms.php
Log Message: ----------- Remove ServerLibraryDifference_DisableWarning setting
This is getting more and more problematic these days as most of Linux distributions ship MariaDB libraries, while many people run MySQL servers. As MariaDB claims the protocol compatibility should stay, we should not warn in this case.
Of course there is option to add this exception to the warning (so far the exception is there only other way - when using MySQL libraries to connect to MariaDB server), but we would be ignoring most cases already and I think complete removal is better than adding exceptions.
Overall I don't think this warning is doing any good these days.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 56297ffecca5586685cad8cb238f595cce289074 https://github.com/phpmyadmin/phpmyadmin/commit/56297ffecca5586685cad8cb238f... Author: Michal Čihař michal@cihar.com Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths: M libraries/ThemeManager.php
Log Message: ----------- Remove token from GET request while changing theme
Signed-off-by: Michal Čihař michal@cihar.com
Commit: bb762f8bb53ca73b27d491a5b60e6af84f563da8 https://github.com/phpmyadmin/phpmyadmin/commit/bb762f8bb53ca73b27d491a5b60e... Author: Michal Čihař michal@cihar.com Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths: M doc/config.rst M index.php M libraries/config.default.php M libraries/config/messages.inc.php M libraries/config/setup.forms.php M libraries/config/user_preferences.forms.php
Log Message: ----------- Merge pull request #13020 from nijel/mysql-warning
Remove ServerLibraryDifference_DisableWarning setting
Commit: 510d7ab8caf12060cb54599c9925ae4ba101b025 https://github.com/phpmyadmin/phpmyadmin/commit/510d7ab8caf12060cb54599c9925... Author: Michal Čihař michal@cihar.com Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths: M ChangeLog
Log Message: ----------- Changelog entry for issue #13020
Signed-off-by: Michal Čihař michal@cihar.com
Commit: cd37ee07e2b0cfab6e345aa3db0dd0fd1e3db766 https://github.com/phpmyadmin/phpmyadmin/commit/cd37ee07e2b0cfab6e345aa3db0d... Author: Michal Čihař michal@cihar.com Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths: M ChangeLog M doc/config.rst M index.php M libraries/ThemeManager.php M libraries/config.default.php M libraries/config/messages.inc.php M libraries/config/setup.forms.php M libraries/config/user_preferences.forms.php
Log Message: ----------- Merge branch 'QA_4_7'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/44709c0131f1...cd37ee07e2b0