Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4f8b9527ee3b58b326c09144a016d92249780a9a
https://github.com/phpmyadmin/phpmyadmin/commit/4f8b9527ee3b58b326c09144a01…
Author: mokraemer <github(a)mokraemer.de>
Date: 2018-11-09 (Fri, 11 November 2018) -02:00
Changed paths:
M js/navigation.js
Log Message:
-----------
Fix left menu not showing on Opera 12.16 (#14619)
Left database tree is not shown if size computes to 0 or less. This will ensure to have a min height.
Fixes #14591
Signed-off-by: Marc Krämer <github(a)mokraemer.de>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e24944883948ea1b866b7e7bb716cc43c8f57d9d
https://github.com/phpmyadmin/phpmyadmin/commit/e24944883948ea1b866b7e7bb71…
Author: Wellington Braga <wjbraga(a)artit.com.br>
Date: 2018-10-23 (Tue, 10 October 2018) -03:00
Changed paths:
M js/functions.js
Log Message:
-----------
Feature 14677: Security confirm() before running UPDATE
When the user tries to execute an UPDATE query without an appopriate WHERE statement, the system will prompt an confirm dialog box asking him if he is sure about that.
Signed-off-by: Wellington Braga <wjbraga(a)artit.com.br>
Commit: f8cfd096b2766997f482e2e0e2865611f379c08e
https://github.com/phpmyadmin/phpmyadmin/commit/f8cfd096b2766997f482e2e0e28…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-11-08 (Thu, 11 November 2018) -02:00
Changed paths:
M js/functions.js
Log Message:
-----------
Merge pull request #14685 from WellingtonBraga/feature_14677_security_confirm_before_running_update
Security confirm() before running UPDATE