Branch: refs/heads/QA_4_8
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 450fdab3d092fb57687f2d1661d9b805cb1f57f5
https://github.com/phpmyadmin/phpmyadmin/commit/450fdab3d092fb57687f2d1661d…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-11 (Sat, 05 May 2019) +02:00
Changed paths:
M db_designer.php
Log Message:
-----------
Fix export on designer page (use POST instead of GET)
Affects the file name when exporting
Introduced-by: 3500da154f43b45b4220dc9d407ce5cd4532f887
[ci-skip]
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 47c3f131b405932a0794d2082544fe23900f3b23
https://github.com/phpmyadmin/phpmyadmin/commit/47c3f131b405932a0794d208254…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-05 (Sun, 05 May 2019) +02:00
Changed paths:
M libraries/classes/Plugins/Auth/AuthenticationSignon.php
Log Message:
-----------
Fix #14412 - AuthenticationSignon.php's showFailure function does not consider SignonCookieParams
Fixes: #14412
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 1c55346cdb7551fa5d7ae8216a915a9c04751813
https://github.com/phpmyadmin/phpmyadmin/commit/1c55346cdb7551fa5d7ae8216a9…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-05 (Sun, 05 May 2019) +02:00
Changed paths:
M test/classes/Plugins/Auth/AuthenticationSignonTest.php
Log Message:
-----------
Add a test for setCookieParams
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: b5245272db3ae66a4aca3b7ee7105bb857424d22
https://github.com/phpmyadmin/phpmyadmin/commit/b5245272db3ae66a4aca3b7ee71…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-05 (Sun, 05 May 2019) +02:00
Changed paths:
M test/classes/Plugins/Auth/AuthenticationSignonTest.php
Log Message:
-----------
Use ::class for AuthenticationSignon test
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 3500da154f43b45b4220dc9d407ce5cd4532f887
https://github.com/phpmyadmin/phpmyadmin/commit/3500da154f43b45b4220dc9d407…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-07 (Tue, 05 May 2019) +02:00
Changed paths:
M db_designer.php
M js/designer/move.js
Log Message:
-----------
Fix undefined index dialog
Did occur when POST OR GET was sent to have a dialog
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 191d0485b6f76073f58aa74d7dc762d6a3cdba6f
https://github.com/phpmyadmin/phpmyadmin/commit/191d0485b6f76073f58aa74d7dc…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2019-05-10 (Fri, 05 May 2019) -04:00
Changed paths:
M libraries/classes/Plugins/Auth/AuthenticationSignon.php
M test/classes/Plugins/Auth/AuthenticationSignonTest.php
Log Message:
-----------
Merge pull request #15246 from williamdes/bugfix/issue-14412-auth-signon
Fix #14412 - AuthenticationSignon.php's showFailure function does not consider SignonCookieParams
Commit: de01bc333f744f08c01a26e60e74d28c149d2d5d
https://github.com/phpmyadmin/phpmyadmin/commit/de01bc333f744f08c01a26e60e7…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2019-05-10 (Fri, 05 May 2019) -04:00
Changed paths:
M doc/credits.rst
Log Message:
-----------
Standardized spelling/styling of phpMyAdmin name
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Commit: 9753b24e440aa9665ed8114e6c2045dfd6edecf7
https://github.com/phpmyadmin/phpmyadmin/commit/9753b24e440aa9665ed8114e6c2…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2019-05-10 (Fri, 05 May 2019) -04:00
Changed paths:
M ChangeLog
Log Message:
-----------
ChangeLog for pull request #15246
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Commit: 31ab2cb4e8531e164377475b25ed9d41569a27ad
https://github.com/phpmyadmin/phpmyadmin/commit/31ab2cb4e8531e164377475b25e…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-11 (Sat, 05 May 2019) +02:00
Changed paths:
M ChangeLog
M db_designer.php
M doc/credits.rst
M js/designer/move.js
M libraries/classes/Plugins/Auth/AuthenticationSignon.php
M test/classes/Plugins/Auth/AuthenticationSignonTest.php
Log Message:
-----------
Merge branch 'QA_4_8'
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/QA_4_8
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 47c3f131b405932a0794d2082544fe23900f3b23
https://github.com/phpmyadmin/phpmyadmin/commit/47c3f131b405932a0794d208254…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-05 (Sun, 05 May 2019) +02:00
Changed paths:
M libraries/classes/Plugins/Auth/AuthenticationSignon.php
Log Message:
-----------
Fix #14412 - AuthenticationSignon.php's showFailure function does not consider SignonCookieParams
Fixes: #14412
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 1c55346cdb7551fa5d7ae8216a915a9c04751813
https://github.com/phpmyadmin/phpmyadmin/commit/1c55346cdb7551fa5d7ae8216a9…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-05 (Sun, 05 May 2019) +02:00
Changed paths:
M test/classes/Plugins/Auth/AuthenticationSignonTest.php
Log Message:
-----------
Add a test for setCookieParams
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: b5245272db3ae66a4aca3b7ee7105bb857424d22
https://github.com/phpmyadmin/phpmyadmin/commit/b5245272db3ae66a4aca3b7ee71…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-05 (Sun, 05 May 2019) +02:00
Changed paths:
M test/classes/Plugins/Auth/AuthenticationSignonTest.php
Log Message:
-----------
Use ::class for AuthenticationSignon test
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 191d0485b6f76073f58aa74d7dc762d6a3cdba6f
https://github.com/phpmyadmin/phpmyadmin/commit/191d0485b6f76073f58aa74d7dc…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2019-05-10 (Fri, 05 May 2019) -04:00
Changed paths:
M libraries/classes/Plugins/Auth/AuthenticationSignon.php
M test/classes/Plugins/Auth/AuthenticationSignonTest.php
Log Message:
-----------
Merge pull request #15246 from williamdes/bugfix/issue-14412-auth-signon
Fix #14412 - AuthenticationSignon.php's showFailure function does not consider SignonCookieParams
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: 3ff2c63bcf85f81b3a205ce7222de11b33e2bf56
https://github.com/phpmyadmin/motranslator/commit/3ff2c63bcf85f81b3a205ce72…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-05-08 (Wed, 05 May 2019) -03:00
Changed paths:
M src/Loader.php
M src/StringReader.php
M src/Translator.php
M tests/FunctionsTest.php
M tests/LoaderTest.php
M tests/MoFilesTest.php
M tests/PluralFormulaTest.php
M tests/PluralTest.php
M tests/TranslatorTest.php
Log Message:
-----------
Fix errors detected by PHPStan at max level
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: ce4e30eae3f25af632ae88c58e493fbee188cda4
https://github.com/phpmyadmin/sql-parser/commit/ce4e30eae3f25af632ae88c58e4…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-05-08 (Wed, 05 May 2019) -03:00
Changed paths:
A tests/Builder/ExplainStatementTest.php
A tests/Parser/ExplainStatementTest.php
M src/Statement.php
M src/Statements/SelectStatement.php
M tests/Components/ComponentTest.php
M tests/Misc/BugsTest.php
M tests/Utils/FormatterTest.php
D tests/Builder/ExplainStatement.php
D tests/Parser/ExplainStatement.php
Log Message:
-----------
Fix errors detected by PHPStan at level 0
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>