Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8cc6de4de37cc37c55db06bf685ff3fb93a48bf7
https://github.com/phpmyadmin/phpmyadmin/commit/8cc6de4de37cc37c55db06bf685…
Author: Michal Čihař <michal(a)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(a)cihar.com>
Commit: 56297ffecca5586685cad8cb238f595cce289074
https://github.com/phpmyadmin/phpmyadmin/commit/56297ffecca5586685cad8cb238…
Author: Michal Čihař <michal(a)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(a)cihar.com>
Commit: bb762f8bb53ca73b27d491a5b60e6af84f563da8
https://github.com/phpmyadmin/phpmyadmin/commit/bb762f8bb53ca73b27d491a5b60…
Author: Michal Čihař <michal(a)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/510d7ab8caf12060cb54599c992…
Author: Michal Čihař <michal(a)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(a)cihar.com>
Commit: cd37ee07e2b0cfab6e345aa3db0dd0fd1e3db766
https://github.com/phpmyadmin/phpmyadmin/commit/cd37ee07e2b0cfab6e345aa3db0…
Author: Michal Čihař <michal(a)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
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8cc6de4de37cc37c55db06bf685ff3fb93a48bf7
https://github.com/phpmyadmin/phpmyadmin/commit/8cc6de4de37cc37c55db06bf685…
Author: Michal Čihař <michal(a)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(a)cihar.com>
Commit: bb762f8bb53ca73b27d491a5b60e6af84f563da8
https://github.com/phpmyadmin/phpmyadmin/commit/bb762f8bb53ca73b27d491a5b60…
Author: Michal Čihař <michal(a)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
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/56297ffecca5...bb762f8bb53c
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c433b571b4eeb3758b1d0a3ebdf3a896050a3b64
https://github.com/phpmyadmin/phpmyadmin/commit/c433b571b4eeb3758b1d0a3ebdf…
Author: Shreyas Sinha <shreyas.sinha14(a)gmail.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M js/functions.js
M libraries/plugins/auth/AuthenticationCookie.php
M test/classes/plugin/auth/AuthenticationCookieTest.php
Log Message:
-----------
Pass Google reCAPTCHA with the submit button
Signed-off-by: Shreyas Sinha <shreyas.sinha14(a)gmail.com>
Commit: a280edc69fa5758fe13616487d7405b22c252eff
https://github.com/phpmyadmin/phpmyadmin/commit/a280edc69fa5758fe13616487d7…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M js/functions.js
M libraries/plugins/auth/AuthenticationCookie.php
M test/classes/plugin/auth/AuthenticationCookieTest.php
Log Message:
-----------
Merge remote-tracking branch 'origin/pull/13011'
Commit: 1f819d8d505aae709c7a9397a82d1cbfbed52c23
https://github.com/phpmyadmin/phpmyadmin/commit/1f819d8d505aae709c7a9397a82…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M js/functions.js
M libraries/plugins/auth/AuthenticationCookie.php
M test/classes/plugin/auth/AuthenticationCookieTest.php
Log Message:
-----------
Coding style improvements to #13011
- use camel case for function names
- move initialization to existing on load block
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 44709c0131f161f17f82e4dc5fcdec8c645c561f
https://github.com/phpmyadmin/phpmyadmin/commit/44709c0131f161f17f82e4dc5fc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M ChangeLog
Log Message:
-----------
Changelog entry for #12983 and #13011
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/5ad0c08868b5...44709c0131f1