Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: dd699f348d55696e3f0ef7c66d86885138c97092
https://github.com/phpmyadmin/phpmyadmin/commit/dd699f348d55696e3f0ef7c66d8…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2022-11-25 (Fri, 11 November 2022) +00:00
Changed paths:
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Html/Generator.php
M libraries/classes/ListDatabase.php
M libraries/classes/Query/Generator.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Twig/UtilExtension.php
M libraries/classes/UserPreferences.php
M libraries/classes/Util.php
M phpstan-baseline.neon
M psalm-baseline.xml
M templates/server/privileges/privileges_summary.twig
M test/classes/Server/PrivilegesTest.php
M test/classes/UtilTest.php
Log Message:
-----------
Clean up LIKE escaping
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: e6f8623e1f75f85e145329b9d0a86f4d189121b7
https://github.com/phpmyadmin/phpmyadmin/commit/e6f8623e1f75f85e145329b9d0a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-30 (Wed, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Html/Generator.php
M libraries/classes/ListDatabase.php
M libraries/classes/Query/Generator.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Twig/UtilExtension.php
M libraries/classes/UserPreferences.php
M libraries/classes/Util.php
M phpstan-baseline.neon
M psalm-baseline.xml
M templates/server/privileges/privileges_summary.twig
M test/classes/Server/PrivilegesTest.php
M test/classes/UtilTest.php
Log Message:
-----------
Merge pull request #17921 from kamil-tekiela/like
Clean up LIKE escaping
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e8e62fdf864e1cf34a07fdfc6793d4a6339d35a1
https://github.com/phpmyadmin/phpmyadmin/commit/e8e62fdf864e1cf34a07fdfc679…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-29 (Tue, 11 November 2022) -03:00
Changed paths:
M js/src/config.js
M libraries/classes/Controllers/JavaScriptMessagesController.php
M templates/config/form_display/display.twig
Log Message:
-----------
Move some config messages to the JS Messages Controller
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: b7a710e83ffb79bd2cec08db7c0afc955fcadf16
https://github.com/phpmyadmin/phpmyadmin/commit/b7a710e83ffb79bd2cec08db7c0…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-29 (Tue, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Header.php
M test/classes/HeaderTest.php
M webpack.config.cjs
Log Message:
-----------
Remove common.js from Header::addDefaultScripts()
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 49865fe64740279c3353d958ab63b13c17590995
https://github.com/phpmyadmin/phpmyadmin/commit/49865fe64740279c3353d958ab6…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-29 (Tue, 11 November 2022) -03:00
Changed paths:
M js/src/functions.js
M js/src/indexes.js
M js/src/main.js
M libraries/classes/Controllers/Sql/SqlController.php
M libraries/classes/Controllers/Table/AddFieldController.php
M libraries/classes/Controllers/Table/CreateController.php
M libraries/classes/Controllers/Table/IndexRenameController.php
M libraries/classes/Controllers/Table/IndexesController.php
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/Controllers/Table/Structure/ChangeController.php
M libraries/classes/Controllers/Table/Structure/PartitioningController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Header.php
M test/classes/HeaderTest.php
M webpack.config.cjs
Log Message:
-----------
Remove Indexes object from the Window global object
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: caf19897ac79437793a0c78f9a9515505e233b60
https://github.com/phpmyadmin/phpmyadmin/commit/caf19897ac79437793a0c78f9a9…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-28 (Mon, 11 November 2022) -03:00
Changed paths:
M js/src/cross_framing_protection.js
M js/src/main.js
M libraries/classes/Header.php
M libraries/classes/Scripts.php
M test/classes/HeaderTest.php
M webpack.config.cjs
Log Message:
-----------
Remove crossFramingProtection from the Window global
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 332e27ad39fa5657d8bfbda495001c9a551cf3bf
https://github.com/phpmyadmin/phpmyadmin/commit/332e27ad39fa5657d8bfbda4950…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-28 (Mon, 11 November 2022) -03:00
Changed paths:
M js/src/keyhandler.js
M js/src/main.js
M js/src/multi_column_sort.js
M libraries/classes/Header.php
M test/classes/HeaderTest.php
M webpack.config.cjs
Log Message:
-----------
Remove KeyHandlerEvents from the Window global object
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 479f10289f3bacc580b2f03d57cbc26cca50de5d
https://github.com/phpmyadmin/phpmyadmin/commit/479f10289f3bacc580b2f03d57c…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-28 (Mon, 11 November 2022) -03:00
Changed paths:
M js/src/database/events.js
M js/src/database/operations.js
M js/src/database/routines.js
M js/src/database/structure.js
M js/src/database/triggers.js
M js/src/indexes.js
M js/src/modules/console.js
M js/src/navigation.js
M js/src/server/databases.js
M js/src/server/privileges.js
M js/src/sql.js
M js/src/table/operations.js
M js/src/table/structure.js
M libraries/classes/Header.php
M test/classes/HeaderTest.php
M webpack.config.cjs
Log Message:
-----------
Remove the Navigation object from the Window global
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>