Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c7855f6e953a5ecf7bfe4afc126f61e0f7b8c3e3
https://github.com/phpmyadmin/phpmyadmin/commit/c7855f6e953a5ecf7bfe4afc126…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-03-20 (Mon, 03 March 2023) -03:00
Changed paths:
A libraries/classes/Replication/Replication.php
A libraries/classes/Replication/ReplicationGui.php
A libraries/classes/Replication/ReplicationInfo.php
A test/classes/Replication/ReplicationGuiTest.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Server/ReplicationController.php
M libraries/classes/Controllers/Server/Status/StatusController.php
M libraries/classes/Server/Status/Data.php
M libraries/services.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/Server/Status/StatusControllerTest.php
D libraries/classes/Replication.php
D libraries/classes/ReplicationGui.php
D libraries/classes/ReplicationInfo.php
D test/classes/ReplicationGuiTest.php
Log Message:
-----------
Create the PhpMyAdmin\Replication namespace
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fcf654a98fda38ffa0550bbfa3b72a292a0a4b10
https://github.com/phpmyadmin/phpmyadmin/commit/fcf654a98fda38ffa0550bbfa3b…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-03-19 (Sun, 03 March 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M templates/display/results/table.twig
M test/selenium/Database/ProceduresTest.php
Log Message:
-----------
Add the extraOptionsButton ID to the Extra options button
This helps with the e2e tests
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 29ca13e6d8b402dc0240d9008a3f7879a6143eb9
https://github.com/phpmyadmin/phpmyadmin/commit/29ca13e6d8b402dc0240d9008a3…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2023-03-19 (Sun, 03 March 2023) +00:00
Changed paths:
M po/af.po
M po/am.po
M po/ar.po
M po/ar_LY.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/ber.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/enm.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fil.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/ig.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kab.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ku.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/my.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/nn.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/rcf.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/tzm.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files
[ci skip]
Signed-off-by: phpMyAdmin bot <bot(a)phpmyadmin.net>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3db245f46206866d7873f82b15eb47e1d2f26984
https://github.com/phpmyadmin/phpmyadmin/commit/3db245f46206866d7873f82b15e…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2023-03-15 (Wed, 03 March 2023) +00:00
Changed paths:
M libraries/classes/DatabaseInterface.php
M libraries/classes/Export.php
M libraries/classes/Query/Cache.php
M phpstan-baseline.neon
Log Message:
-----------
Optimize export of many tables
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: e9b9c120af32d5afb97b1f22b199e42f272052b3
https://github.com/phpmyadmin/phpmyadmin/commit/e9b9c120af32d5afb97b1f22b19…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2023-03-15 (Wed, 03 March 2023) +00:00
Changed paths:
M libraries/classes/DatabaseInterface.php
M libraries/classes/Query/Cache.php
M libraries/classes/Query/Compatibility.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Stubs/DbiDummy.php
M test/classes/TableTest.php
Log Message:
-----------
Fix getTablesFull() and related tests
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: 5e0caaf099522b7f5ccc35af045bc2ea8e71922e
https://github.com/phpmyadmin/phpmyadmin/commit/5e0caaf099522b7f5ccc35af045…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-03-18 (Sat, 03 March 2023) -03:00
Changed paths:
M libraries/classes/DatabaseInterface.php
M libraries/classes/Export.php
M libraries/classes/Query/Cache.php
M libraries/classes/Query/Compatibility.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Stubs/DbiDummy.php
M test/classes/TableTest.php
Log Message:
-----------
Merge pull request #18262 from kamil-tekiela/Fix-bug-and-optimize-export
Optimize export of many tables