Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 977ffae0aeacb9f1248d1826537998c67f198588
https://github.com/phpmyadmin/phpmyadmin/commit/977ffae0aeacb9f1248d1826537…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-12-10 (Sat, 12 December 2022) -03:00
Changed paths:
M composer.json
Log Message:
-----------
Fix broken GIS tests by using fixed version of TCPDF
This is caused by the PDF Producer metadata that is different for each
version of TCPDF causing the tests to fail, as the reference PDFs are
generated using TCPDF 6.5.0.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 283d427cd9bf140d067184b15061d5d022979b2c
https://github.com/phpmyadmin/phpmyadmin/commit/283d427cd9bf140d067184b1506…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-12-09 (Fri, 12 December 2022) -03:00
Changed paths:
A js/src/modules/functions/getJsConfirmCommonParam.js
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/tracking.js
M js/src/database/triggers.js
M js/src/modules/functions.js
M js/src/modules/functions/handleCreateViewModal.js
M js/src/modules/indexes.js
M js/src/replication.js
M js/src/server/databases.js
M js/src/table/operations.js
M js/src/table/relation.js
M js/src/table/structure.js
M js/src/table/tracking.js
Log Message:
-----------
Extract Functions.getJsConfirmCommonParam() into a module
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>