Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bd806f7559b761724702c5585f05ad3e3d0da7ca
https://github.com/phpmyadmin/phpmyadmin/commit/bd806f7559b761724702c5585f0…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2024-12-14 (Sat, 12 December 2024) -03:00
Changed paths:
M src/Controllers/Export/ExportController.php
M src/Plugins/Export/ExportCodegen.php
M src/Plugins/Export/ExportCsv.php
M src/Plugins/Export/ExportExcel.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportJson.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportMediawiki.php
M src/Plugins/Export/ExportOds.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportPdf.php
M src/Plugins/Export/ExportPhparray.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Plugins/Export/ExportXml.php
M src/Plugins/Export/ExportYaml.php
M src/Plugins/ExportPlugin.php
Log Message:
-----------
Add ExportPlugin::setExportOptions() abstract method
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: 9322565d9bcb6bb5bb851c70ddb540bba1db9fb8
https://github.com/phpmyadmin/phpmyadmin/commit/9322565d9bcb6bb5bb851c70ddb…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2024-12-14 (Sat, 12 December 2024) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M src/Controllers/Export/ExportController.php
M src/Export/Export.php
M src/Plugins/Export/ExportCodegen.php
M src/Plugins/Export/ExportCsv.php
M src/Plugins/Export/ExportExcel.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportJson.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportMediawiki.php
M src/Plugins/Export/ExportOds.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportPdf.php
M src/Plugins/Export/ExportPhparray.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Plugins/Export/ExportXml.php
M src/Plugins/Export/ExportYaml.php
M src/Plugins/ExportPlugin.php
M tests/unit/Export/ExportTest.php
M tests/unit/Plugins/Export/ExportSqlTest.php
Log Message:
-----------
Remove *_structure_or_data globals
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: 2009234dfcaf24f6062f1685aa6ebaf56882c64f
https://github.com/phpmyadmin/phpmyadmin/commit/2009234dfcaf24f6062f1685aa6…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2024-12-14 (Sat, 12 December 2024) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Export/ExportController.php
M src/Export/Export.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportMediawiki.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportPdf.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Plugins/Export/Helpers/Pdf.php
M src/Plugins/ExportPlugin.php
M tests/unit/Export/ExportTest.php
M tests/unit/Plugins/Export/ExportHtmlwordTest.php
M tests/unit/Plugins/Export/ExportLatexTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php
M tests/unit/Plugins/Export/ExportSqlTest.php
M tests/unit/Plugins/Export/ExportTexytextTest.php
Log Message:
-----------
Remove *_relation global variables
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: 6c9e8c4e2e0c2c11b7a736587fd5d417885576b0
https://github.com/phpmyadmin/phpmyadmin/commit/6c9e8c4e2e0c2c11b7a736587fd…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2024-12-14 (Sat, 12 December 2024) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Export/ExportController.php
M src/Export/Export.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportMediawiki.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportPdf.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Plugins/Export/Helpers/Pdf.php
M src/Plugins/ExportPlugin.php
M tests/unit/Export/ExportTest.php
M tests/unit/Plugins/Export/ExportHtmlwordTest.php
M tests/unit/Plugins/Export/ExportLatexTest.php
M tests/unit/Plugins/Export/ExportMediawikiTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php
M tests/unit/Plugins/Export/ExportSqlTest.php
M tests/unit/Plugins/Export/ExportTexytextTest.php
Log Message:
-----------
Remove *_mime global variables
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: f9d5612f6b6b96161f7cbdb4ec10e2051d2f6497
https://github.com/phpmyadmin/phpmyadmin/commit/f9d5612f6b6b96161f7cbdb4ec1…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2024-12-14 (Sat, 12 December 2024) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Export/ExportController.php
M src/Export/Export.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportMediawiki.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportPdf.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Plugins/ExportPlugin.php
M src/Table/TableMover.php
M tests/unit/Export/ExportTest.php
M tests/unit/Plugins/Export/ExportSqlTest.php
Log Message:
-----------
Remove sql_dates global variable
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: c13d8af2a50d0d9a4e083eaa8716ee2097cd1119
https://github.com/phpmyadmin/phpmyadmin/commit/c13d8af2a50d0d9a4e083eaa871…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2024-12-14 (Sat, 12 December 2024) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Export/ExportController.php
M src/Export/Export.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportMediawiki.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportPdf.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Plugins/ExportPlugin.php
M tests/unit/Export/ExportTest.php
M tests/unit/Plugins/Export/ExportHtmlwordTest.php
M tests/unit/Plugins/Export/ExportLatexTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php
M tests/unit/Plugins/Export/ExportSqlTest.php
M tests/unit/Plugins/Export/ExportTexytextTest.php
Log Message:
-----------
Remove *_comments global variables
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: ace08988e4170c29cea8c73235710b08bce620e4
https://github.com/phpmyadmin/phpmyadmin/commit/ace08988e4170c29cea8c732357…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2024-12-14 (Sat, 12 December 2024) -03:00
Changed paths:
A src/Export/StructureOrData.php
M src/Export/Export.php
M src/Plugins/Export/ExportCodegen.php
M src/Plugins/Export/ExportCsv.php
M src/Plugins/Export/ExportExcel.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportJson.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportMediawiki.php
M src/Plugins/Export/ExportOds.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportPdf.php
M src/Plugins/Export/ExportPhparray.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Plugins/Export/ExportXml.php
M src/Plugins/Export/ExportYaml.php
M src/Plugins/ExportPlugin.php
M tests/unit/Plugins/Export/ExportSqlTest.php
Log Message:
-----------
Create Export\StructureOrData enum
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: 8138fd169861e4b41c0408d4a3085a85ed4729f2
https://github.com/phpmyadmin/phpmyadmin/commit/8138fd169861e4b41c0408d4a30…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2024-12-16 (Mon, 12 December 2024) -03:00
Changed paths:
A src/Export/StructureOrData.php
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M src/Controllers/Export/ExportController.php
M src/Export/Export.php
M src/Plugins/Export/ExportCodegen.php
M src/Plugins/Export/ExportCsv.php
M src/Plugins/Export/ExportExcel.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportJson.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportMediawiki.php
M src/Plugins/Export/ExportOds.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportPdf.php
M src/Plugins/Export/ExportPhparray.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Plugins/Export/ExportXml.php
M src/Plugins/Export/ExportYaml.php
M src/Plugins/Export/Helpers/Pdf.php
M src/Plugins/ExportPlugin.php
M src/Table/TableMover.php
M tests/unit/Export/ExportTest.php
M tests/unit/Plugins/Export/ExportHtmlwordTest.php
M tests/unit/Plugins/Export/ExportLatexTest.php
M tests/unit/Plugins/Export/ExportMediawikiTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php
M tests/unit/Plugins/Export/ExportSqlTest.php
M tests/unit/Plugins/Export/ExportTexytextTest.php
Log Message:
-----------
Merge pull request #19444 from MauricioFauth/export-plugin-option-request
Add ExportPlugin::setExportOptions() method
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 86aa9da2f2903f5242fcbfd6c603a88d513cc56e
https://github.com/phpmyadmin/phpmyadmin/commit/86aa9da2f2903f5242fcbfd6c60…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2024-12-15 (Sun, 12 December 2024) +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/phpmyadmin
Commit: b68a82e38c8e36b92d33247c1fffb6251ed1bc71
https://github.com/phpmyadmin/phpmyadmin/commit/b68a82e38c8e36b92d33247c1ff…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2024-12-09 (Mon, 12 December 2024) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Database/DataDictionaryController.php
M src/Controllers/Database/DesignerController.php
M src/Controllers/Database/EventsController.php
M src/Controllers/Database/ExportController.php
M src/Controllers/Database/ImportController.php
M src/Controllers/Database/RoutinesController.php
M src/Controllers/Database/SearchController.php
M src/Controllers/Database/SqlController.php
M src/Controllers/Database/Structure/RealRowCountController.php
M src/Controllers/Database/StructureController.php
M src/Controllers/Database/TrackingController.php
M src/Controllers/Export/ExportController.php
M src/Controllers/Operations/Database/CollationController.php
M src/Controllers/Operations/DatabaseController.php
M src/Controllers/Operations/TableController.php
M src/Controllers/Operations/ViewController.php
M src/Controllers/Sql/SqlController.php
M src/Controllers/Table/AddFieldController.php
M src/Controllers/Table/ChartController.php
M src/Controllers/Table/CreateController.php
M src/Controllers/Table/DeleteConfirmController.php
M src/Controllers/Table/ExportController.php
M src/Controllers/Table/FindReplaceController.php
M src/Controllers/Table/GetFieldController.php
M src/Controllers/Table/GisVisualizationController.php
M src/Controllers/Table/ImportController.php
M src/Controllers/Table/IndexRenameController.php
M src/Controllers/Table/IndexesController.php
M src/Controllers/Table/ReplaceController.php
M src/Controllers/Table/SearchController.php
M src/Controllers/Table/SqlController.php
M src/Controllers/Table/Structure/ChangeController.php
M src/Controllers/Table/Structure/PrimaryController.php
M src/Controllers/Table/StructureController.php
M src/Controllers/Table/TrackingController.php
M src/Controllers/Table/ZoomSearchController.php
M src/Controllers/Triggers/IndexController.php
M src/Controllers/View/CreateController.php
M src/ResponseRenderer.php
M tests/unit/ResponseRendererTest.php
Log Message:
-----------
Remove the ResponseRenderer::checkParameters() method
Refactor it to use ResponseRenderer::missingParameterError() instead.
This provides better parameter handling for the controllers.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: b759e811c0df333dc52a06c030b07a3b23c1bf15
https://github.com/phpmyadmin/phpmyadmin/commit/b759e811c0df333dc52a06c030b…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2024-12-09 (Mon, 12 December 2024) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Database/DataDictionaryController.php
M src/Controllers/Database/DesignerController.php
M src/Controllers/Database/EventsController.php
M src/Controllers/Database/ExportController.php
M src/Controllers/Database/ImportController.php
M src/Controllers/Database/RoutinesController.php
M src/Controllers/Database/SearchController.php
M src/Controllers/Database/SqlController.php
M src/Controllers/Database/Structure/RealRowCountController.php
M src/Controllers/Database/StructureController.php
M src/Controllers/Database/TrackingController.php
M src/Controllers/Export/ExportController.php
M src/Controllers/Operations/Database/CollationController.php
M src/Controllers/Operations/DatabaseController.php
M src/Controllers/Operations/TableController.php
M src/Controllers/Operations/ViewController.php
M src/Controllers/Sql/SqlController.php
M src/Controllers/Table/AddFieldController.php
M src/Controllers/Table/ChartController.php
M src/Controllers/Table/CreateController.php
M src/Controllers/Table/DeleteConfirmController.php
M src/Controllers/Table/ExportController.php
M src/Controllers/Table/FindReplaceController.php
M src/Controllers/Table/GetFieldController.php
M src/Controllers/Table/GisVisualizationController.php
M src/Controllers/Table/ImportController.php
M src/Controllers/Table/IndexRenameController.php
M src/Controllers/Table/IndexesController.php
M src/Controllers/Table/ReplaceController.php
M src/Controllers/Table/SearchController.php
M src/Controllers/Table/SqlController.php
M src/Controllers/Table/Structure/ChangeController.php
M src/Controllers/Table/Structure/PrimaryController.php
M src/Controllers/Table/StructureController.php
M src/Controllers/Table/TrackingController.php
M src/Controllers/Table/ZoomSearchController.php
M src/Controllers/Triggers/IndexController.php
M src/Controllers/View/CreateController.php
M src/ResponseRenderer.php
M tests/unit/ResponseRendererTest.php
Log Message:
-----------
Merge pull request #19440 from MauricioFauth/ResponseRenderer-checkParameters-removal
Remove the ResponseRenderer::checkParameters() method
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c4ec21f952da7b5f287547d62dd39e773279d5c0
https://github.com/phpmyadmin/phpmyadmin/commit/c4ec21f952da7b5f287547d62dd…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2024-12-08 (Sun, 12 December 2024) +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>