Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 32af52a858ccf7fb6f51d2d1dce677779a444fae
https://github.com/phpmyadmin/phpmyadmin/commit/32af52a858ccf7fb6f51d2d1dce…
Author: mohdluqman <mohdluqman(a)users.noreply.github.com>
Date: 2017-06-28 (Wed, 28 Jun 2017)
Changed paths:
M js/functions.js
Log Message:
-----------
Fixed time selection for TIME type (#13093)
TIME type in MySql supports a long range of values. The PMA insert
widget don't allow the values greater than 23 currently. So, it is
corrected by setting the timepicker function have a greater hourMax
value than it have by default.
Fixes #12948
Signed-off-by: Mohammad Luqman <me(a)mohdluqman.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 153fefb52baabcf51078c21e2584a7b359d942dc
https://github.com/phpmyadmin/phpmyadmin/commit/153fefb52baabcf51078c21e258…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-06-28 (Wed, 28 Jun 2017)
Changed paths:
M ChangeLog
M templates/server/variables/variable_row.phtml
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Improved rendering of server variables table
Several improvements to make it look better on various screen sizes:
- remove fixed layout of table, that makes it consume too much space for
some fields
- remove using float inside the table, it is not necessary
- make the values left aligned
- allow to wrap long values
Fixes #12899
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7d1b0ca1ed6be52087a5d09ed52f5dd519c48a8e
https://github.com/phpmyadmin/phpmyadmin/commit/7d1b0ca1ed6be52087a5d09ed52…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-06-28 (Wed, 28 Jun 2017)
Changed paths:
M ChangeLog
M libraries/plugins/auth/AuthenticationCookie.php
Log Message:
-----------
Improved error reporting for reCAPTCHA
Better detect errors coming from ReCaptcha library:
- invalid-json usually means that server side connection has failed
- lack of response usually means that client side connection has failed
Fixes #13058
Fixes #13071
Signed-off-by: Michal Čihař <michal(a)cihar.com>