Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 39474a63aec872d403d7ffe333d7a4818a5d6437
https://github.com/phpmyadmin/phpmyadmin/commit/39474a63aec872d403d7ffe333d…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2018-11-13 (Tue, 11 November 2018) -05:00
Changed paths:
M scripts/create-release.sh
Log Message:
-----------
Fix a problem where the script to create new releases used a set of improper Composer requirements for QA_4_8 releases.
Fixes phpmyadmin/website#82
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Branch: refs/heads/QA_4_8
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: da466bd6ede8687e5db83f6636211dc0718dda84
https://github.com/phpmyadmin/phpmyadmin/commit/da466bd6ede8687e5db83f66362…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2018-11-10 (Sat, 11 November 2018) -05:00
Changed paths:
M doc/config.rst
Log Message:
-----------
Add a few examples for AllowDeny rules.
Some of the syntax can be a bit confusing and the documentation isn't
always clear. I tried to clear up a few common use-cases.
Closes #14569
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Commit: eceb390ffe87bcdf6be396af479cbb9c677f4bf0
https://github.com/phpmyadmin/phpmyadmin/commit/eceb390ffe87bcdf6be396af479…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2018-11-12 (Mon, 11 November 2018) -05:00
Changed paths:
M doc/config.rst
Log Message:
-----------
Merge pull request #14721 from ibennetch/allowDeny
Add a few examples for AllowDeny rules.
Branch: refs/heads/QA_4_8
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f44c3c6939865b5aa96b1c0412117df5aa5c6321
https://github.com/phpmyadmin/phpmyadmin/commit/f44c3c6939865b5aa96b1c04121…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2018-11-10 (Sat, 11 November 2018) -05:00
Changed paths:
M libraries/classes/Logging.php
Log Message:
-----------
When logging with AuthLog to syslog, successful login messages were not logged even if $cfg['AuthLogSuccess'] was true.
Fixes #14672
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Commit: e50ce09c2aadabf5bc47069e95e7476960beb751
https://github.com/phpmyadmin/phpmyadmin/commit/e50ce09c2aadabf5bc47069e95e…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2018-11-12 (Mon, 11 November 2018) -05:00
Changed paths:
M libraries/classes/Logging.php
Log Message:
-----------
Merge pull request #14722 from ibennetch/authlog
Fix missed logging with AuthLogSuccess when logging to syslog