Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 680e59eb5f390279d09cc071a1b951942be5d593
https://github.com/phpmyadmin/phpmyadmin/commit/680e59eb5f390279d09cc071a1b…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-13 (Fri, 05 May 2022) -03:00
Changed paths:
A test/test_data/routes/routes-invalid.cache.txt
A test/test_data/routes/routes-valid.cache.txt
M libraries/classes/Routing.php
M test/classes/RoutingTest.php
Log Message:
-----------
Ignore invalid routes cache file
If the `libraries/cache/routes.cache.php` file is invalid (usually from
5.1), ignores it and try to write a new one instead of failing.
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17522.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 3c7ce21043665fff18246f04bc80245b682d251b
https://github.com/phpmyadmin/phpmyadmin/commit/3c7ce21043665fff18246f04bc8…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-13 (Fri, 05 May 2022) -03:00
Changed paths:
A test/test_data/routes/routes-invalid.cache.txt
A test/test_data/routes/routes-valid.cache.txt
M libraries/classes/Routing.php
M test/classes/RoutingTest.php
Log Message:
-----------
Merge pull request #17524 from MauricioFauth/routes-cache-file
Ignore invalid routes cache file
Fixes #17522
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ff815f36478a5e0c7b6d5f746958c670caf0696b
https://github.com/phpmyadmin/phpmyadmin/commit/ff815f36478a5e0c7b6d5f74695…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-11 (Wed, 05 May 2022) -03:00
Changed paths:
M js/src/functions.js
M js/src/sql.js
M package.json
M webpack.config.js
M yarn.lock
Log Message:
-----------
Bump js-cookie version from 2.2.1 to 3.0.1
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 75fc4dba39dcd27a5becf474c8fe4aa17559d05b
https://github.com/phpmyadmin/phpmyadmin/commit/75fc4dba39dcd27a5becf474c8f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-12 (Thu, 05 May 2022) -03:00
Changed paths:
M js/src/functions.js
M js/src/sql.js
M package.json
M webpack.config.js
M yarn.lock
Log Message:
-----------
Merge pull request #17515 from MauricioFauth/js-cookie-upgrade
Bump `js-cookie` version from 2.2.1 to 3.0.1