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
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a682e5474cd8440123b2330b127ce4c2d209287c
https://github.com/phpmyadmin/phpmyadmin/commit/a682e5474cd8440123b2330b127…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2018-11-06 (Tue, 11 November 2018) -05:00
Changed paths:
M ChangeLog
Log Message:
-----------
Add ChangeLog for #14695 (which is mistakenly referred to as #14965 in the commit message)
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5c385e8b8453294e8c046680e5f5073cb93ef841
https://github.com/phpmyadmin/phpmyadmin/commit/5c385e8b8453294e8c046680e5f…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-11-05 (Mon, 11 November 2018) -02:00
Changed paths:
M .travis.yml
D test/ci-apidocs
D test/ci-install-apidocs
D test/ci-install-docs
D test/ci-install-lint
D test/ci-install-phplint
D test/ci-install-phpstan
D test/ci-install-release
D test/ci-install-selenium
D test/ci-install-test
D test/ci-lint
D test/ci-phpstan
D test/ci-release
D test/ci-selenium
D test/ci-test
D test/php-noprofile.ini
Log Message:
-----------
Refactor .travis.yml file
* Moves the lint stage to before the test stage
* Moves most of the test/ci* scripts to .travis.yml file
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 7905af28c2abc28ffa6803605fe9e1e6c3eeef03
https://github.com/phpmyadmin/phpmyadmin/commit/7905af28c2abc28ffa6803605fe…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-11-05 (Mon, 11 November 2018) -02:00
Changed paths:
M .travis.yml
D test/ci-apidocs
D test/ci-install-apidocs
D test/ci-install-docs
D test/ci-install-lint
D test/ci-install-phplint
D test/ci-install-phpstan
D test/ci-install-release
D test/ci-install-selenium
D test/ci-install-test
D test/ci-lint
D test/ci-phpstan
D test/ci-release
D test/ci-selenium
D test/ci-test
D test/php-noprofile.ini
Log Message:
-----------
Merge pull request #14712 from mauriciofauth/travis
Refactor .travis.yml