Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4b30f0eaafeaec07a0fc8b826210887211c06049
https://github.com/phpmyadmin/phpmyadmin/commit/4b30f0eaafeaec07a0fc8b82621…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-01-07 (Tue, 01 January 2025) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Import/ImportController.php
M src/Controllers/Preferences/ExportController.php
M src/Controllers/Preferences/FeaturesController.php
M src/Controllers/Preferences/ImportController.php
M src/Controllers/Preferences/MainPanelController.php
M src/Controllers/Preferences/ManageController.php
M src/Controllers/Preferences/NavigationController.php
M src/Controllers/Preferences/SqlController.php
M src/Import/Import.php
M src/Plugins/Import/ImportCsv.php
M src/Plugins/Import/ImportLdi.php
M src/Plugins/Import/ImportMediawiki.php
M src/Plugins/Import/ImportOds.php
M src/Plugins/Import/ImportShp.php
M src/Plugins/Import/ImportSql.php
M src/Plugins/Import/ImportXml.php
M tests/unit/Plugins/Import/ImportCsvTest.php
M tests/unit/Plugins/Import/ImportLdiTest.php
M tests/unit/Plugins/Import/ImportMediawikiTest.php
M tests/unit/Plugins/Import/ImportOdsTest.php
M tests/unit/Plugins/Import/ImportShpTest.php
M tests/unit/Plugins/Import/ImportSqlTest.php
M tests/unit/Plugins/Import/ImportXmlTest.php
Log Message:
-----------
Remove error global variable
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: 17c477b7c1d0df998dba2ecf5308361181d6f825
https://github.com/phpmyadmin/phpmyadmin/commit/17c477b7c1d0df998dba2ecf530…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-01-07 (Tue, 01 January 2025) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Import/ImportController.php
M src/Controllers/Preferences/ExportController.php
M src/Controllers/Preferences/FeaturesController.php
M src/Controllers/Preferences/ImportController.php
M src/Controllers/Preferences/MainPanelController.php
M src/Controllers/Preferences/ManageController.php
M src/Controllers/Preferences/NavigationController.php
M src/Controllers/Preferences/SqlController.php
M src/Import/Import.php
M src/Plugins/Import/ImportCsv.php
M src/Plugins/Import/ImportLdi.php
M src/Plugins/Import/ImportMediawiki.php
M src/Plugins/Import/ImportOds.php
M src/Plugins/Import/ImportShp.php
M src/Plugins/Import/ImportSql.php
M src/Plugins/Import/ImportXml.php
M tests/unit/Plugins/Import/ImportCsvTest.php
M tests/unit/Plugins/Import/ImportLdiTest.php
M tests/unit/Plugins/Import/ImportMediawikiTest.php
M tests/unit/Plugins/Import/ImportOdsTest.php
M tests/unit/Plugins/Import/ImportShpTest.php
M tests/unit/Plugins/Import/ImportSqlTest.php
M tests/unit/Plugins/Import/ImportXmlTest.php
Log Message:
-----------
Merge pull request #19501 from MauricioFauth/error-global-variable
Remove error global variable
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0ca6b2d73a4800699f7d44581f7c1effc1cd3c4a
https://github.com/phpmyadmin/phpmyadmin/commit/0ca6b2d73a4800699f7d44581f7…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-01-02 (Thu, 01 January 2025) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Plugins/Export/ExportCsv.php
M src/Plugins/Export/ExportExcel.php
M tests/unit/Plugins/Export/ExportExcelTest.php
Log Message:
-----------
Split ExportExcel and ExportCsv classes
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: 1c57a442021910d0ab3153489daf22f066e31d58
https://github.com/phpmyadmin/phpmyadmin/commit/1c57a442021910d0ab3153489da…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-01-03 (Fri, 01 January 2025) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M src/Controllers/Export/ExportController.php
M src/Plugins/Export/ExportExcel.php
M tests/unit/Plugins/Export/ExportExcelTest.php
Log Message:
-----------
Remove excel_* global variables
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: 6e8e98cdc00a4dda16c9f88317686068ffa85b37
https://github.com/phpmyadmin/phpmyadmin/commit/6e8e98cdc00a4dda16c9f883176…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-01-04 (Sat, 01 January 2025) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M src/Controllers/Export/ExportController.php
M src/Plugins/Export/ExportCsv.php
M tests/unit/Plugins/Export/ExportCsvTest.php
Log Message:
-----------
Remove csv_* global variables
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: a6350ad8e035b77ddc2a6a43a26471991aa806d0
https://github.com/phpmyadmin/phpmyadmin/commit/a6350ad8e035b77ddc2a6a43a26…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-01-06 (Mon, 01 January 2025) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M src/Controllers/Export/ExportController.php
M src/Plugins/Export/ExportCsv.php
M src/Plugins/Export/ExportExcel.php
M tests/unit/Plugins/Export/ExportCsvTest.php
M tests/unit/Plugins/Export/ExportExcelTest.php
Log Message:
-----------
Merge pull request #19497 from MauricioFauth/csv-excel-export-plugin
Remove excel_* and csv_* global variables
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8ad3c2c27e7b5bd6cb0b255906ed6aaddee246d8
https://github.com/phpmyadmin/phpmyadmin/commit/8ad3c2c27e7b5bd6cb0b255906e…
Author: Antony K. S <github(a)smankusors.com>
Date: 2025-01-06 (Mon, 01 January 2025) +01:00
Changed paths:
M js/src/functions.js
Log Message:
-----------
Allow opening server breadcrumb links in new tab with Ctrl/Meta key
Signed-off-by: Antony K. S. <github(a)smankusors.com>
Commit: edf8ec9d0567d44572b7fc24c814f35e3fa83b9a
https://github.com/phpmyadmin/phpmyadmin/commit/edf8ec9d0567d44572b7fc24c81…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2025-01-06 (Mon, 01 January 2025) +01:00
Changed paths:
M ChangeLog
Log Message:
-----------
Add a ChangeLog entry
Commit: 6ce56360928211a70359e62ad50f54aa10540b5f
https://github.com/phpmyadmin/phpmyadmin/commit/6ce56360928211a70359e62ad50…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2025-01-06 (Mon, 01 January 2025) +01:00
Changed paths:
M ChangeLog
M js/src/functions.js
Log Message:
-----------
Merge #19353 - Allow opening server breadcrumb links in new tab with Ctrl/Meta key
Pull-request: #19353
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ef9ecd7e87103e8b7b1db041c655a5b893679da6
https://github.com/phpmyadmin/phpmyadmin/commit/ef9ecd7e87103e8b7b1db041c65…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2025-01-05 (Sun, 01 January 2025) +00:00
Changed paths:
M resources/po/af.po
M resources/po/am.po
M resources/po/ar.po
M resources/po/ar_LY.po
M resources/po/az.po
M resources/po/be.po
M resources/po/be(a)latin.po
M resources/po/ber.po
M resources/po/bg.po
M resources/po/bn.po
M resources/po/br.po
M resources/po/brx.po
M resources/po/bs.po
M resources/po/ca.po
M resources/po/ckb.po
M resources/po/cs.po
M resources/po/cy.po
M resources/po/da.po
M resources/po/de.po
M resources/po/el.po
M resources/po/en_GB.po
M resources/po/enm.po
M resources/po/eo.po
M resources/po/es.po
M resources/po/et.po
M resources/po/eu.po
M resources/po/fa.po
M resources/po/fi.po
M resources/po/fil.po
M resources/po/fr.po
M resources/po/fy.po
M resources/po/gl.po
M resources/po/gu.po
M resources/po/he.po
M resources/po/hi.po
M resources/po/hr.po
M resources/po/hu.po
M resources/po/hy.po
M resources/po/ia.po
M resources/po/id.po
M resources/po/ig.po
M resources/po/it.po
M resources/po/ja.po
M resources/po/ka.po
M resources/po/kab.po
M resources/po/kk.po
M resources/po/km.po
M resources/po/kn.po
M resources/po/ko.po
M resources/po/ksh.po
M resources/po/ku.po
M resources/po/ky.po
M resources/po/li.po
M resources/po/lt.po
M resources/po/lv.po
M resources/po/mk.po
M resources/po/ml.po
M resources/po/mn.po
M resources/po/ms.po
M resources/po/my.po
M resources/po/nb.po
M resources/po/ne.po
M resources/po/nl.po
M resources/po/nn.po
M resources/po/pa.po
M resources/po/phpmyadmin.pot
M resources/po/pl.po
M resources/po/pt.po
M resources/po/pt_BR.po
M resources/po/rcf.po
M resources/po/ro.po
M resources/po/ru.po
M resources/po/si.po
M resources/po/sk.po
M resources/po/sl.po
M resources/po/sq.po
M resources/po/sr.po
M resources/po/sr(a)latin.po
M resources/po/sv.po
M resources/po/ta.po
M resources/po/te.po
M resources/po/th.po
M resources/po/tk.po
M resources/po/tr.po
M resources/po/tt.po
M resources/po/tzm.po
M resources/po/ug.po
M resources/po/uk.po
M resources/po/ur.po
M resources/po/uz.po
M resources/po/uz(a)latin.po
M resources/po/vi.po
M resources/po/vls.po
M resources/po/zh_CN.po
M resources/po/zh_TW.po
Log Message:
-----------
Update po files
[ci skip]
Signed-off-by: phpMyAdmin bot <bot(a)phpmyadmin.net>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 12b0f347cb933a7fac768286dbd0369d7e78bef0
https://github.com/phpmyadmin/docker/commit/12b0f347cb933a7fac768286dbd0369…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2025-01-03 (Fri, 01 January 2025) +01:00
Changed paths:
M config.inc.php
Log Message:
-----------
Fix $i could be affected by the socket settings not being of the same length
"Looping through $sockets using the same index variable $i interferes with $i--; on the following line. PMA_HOSTS & PMA_SOCKETS may not be of equal length."