Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: a0e0282c91232abae89bd0fea7add83a9272a6be
https://github.com/phpmyadmin/docker/commit/a0e0282c91232abae89bd0fea7add83…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2025-01-07 (Tue, 01 January 2025) +01:00
Changed paths:
M apache/config.inc.php
M fpm-alpine/config.inc.php
M fpm/config.inc.php
Log Message:
-----------
Fix $i could be affected by the socket settings not being of the same length
Sync all variants
Ref: 12b0f347cb933a7fac768286dbd0369d7e78bef0
"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."
Commit: 9c06d07727e259a3bbcde8f094ea62aae22114f3
https://github.com/phpmyadmin/docker/commit/9c06d07727e259a3bbcde8f094ea62a…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2025-01-07 (Tue, 01 January 2025) +01:00
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Add a CHANGELOG entry for #186
Ref: 12b0f347cb933a7fac768286dbd0369d7e78bef0
Commit: 2b712de3614ad26be2fe7ac2f0db52311b506278
https://github.com/phpmyadmin/docker/commit/2b712de3614ad26be2fe7ac2f0db523…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2025-01-07 (Tue, 01 January 2025) +01:00
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Add CHANGELOG entries for #448
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: e1fe99837847f80bf10afc0fb31589e42f222a23
https://github.com/phpmyadmin/docker/commit/e1fe99837847f80bf10afc0fb31589e…
Author: Lord Robin Crombez <137684928+LordRobinCbz(a)users.noreply.github.com>
Date: 2025-01-07 (Tue, 01 January 2025) +00:00
Changed paths:
A apache/helpers.php
A fpm-alpine/helpers.php
A fpm/helpers.php
A helpers.php
M .gitignore
M Dockerfile-alpine.template
M Dockerfile-debian.template
M README.md
M apache/Dockerfile
M apache/config.inc.php
M config.inc.php
M fpm-alpine/Dockerfile
M fpm-alpine/config.inc.php
M fpm/Dockerfile
M fpm/config.inc.php
M update.sh
Log Message:
-----------
Add mutual TLS (mTLS) support for remote database connections in PhpMyAdmin (#448)
Add mutual TLS (mTLS) support for remote database connections in PhpMyAdmin
Pull-request: #448
Signed-off-by: lordrobincbz <robincrombez.pro(a)gmail.com>
Co-authored-by: William Desportes <williamdes(a)wdes.fr>
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>