Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 159082f2833984baca5a4b3526c1bd6b5508a194
https://github.com/phpmyadmin/phpmyadmin/commit/159082f2833984baca5a4b3526c1bd6b5508a194
Author: Maurício Meneghini Fauth <[email protected]>
Date: 2024-12-17 (Tue, 12 December 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Export/ExportController.php
M src/Plugins/Export/ExportCsv.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportOds.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportTexytext.php
M tests/unit/Plugins/Export/ExportCsvTest.php
M tests/unit/Plugins/Export/ExportExcelTest.php
M tests/unit/Plugins/Export/ExportHtmlwordTest.php
M tests/unit/Plugins/Export/ExportOdsTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php
M tests/unit/Plugins/Export/ExportTexytextTest.php

Log Message:
-----------
Remove what global variable

Signed-off-by: Maurício Meneghini Fauth <[email protected]>

Commit: 676bef3ab78350f267cd78fec994ae29ee712859
https://github.com/phpmyadmin/phpmyadmin/commit/676bef3ab78350f267cd78fec994ae29ee712859
Author: Maurício Meneghini Fauth <[email protected]>
Date: 2024-12-17 (Tue, 12 December 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M src/Plugins/Export/ExportOds.php
M src/Plugins/Export/ExportOdt.php
M tests/unit/Plugins/Export/ExportOdsTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php

Log Message:
-----------
Replace od*_buffer globals with properties

Signed-off-by: Maurício Meneghini Fauth <[email protected]>

Commit: a7832d12ab8012e7aefaf4eb017d8964d1ef1786
https://github.com/phpmyadmin/phpmyadmin/commit/a7832d12ab8012e7aefaf4eb017d8964d1ef1786
Author: Maurício Meneghini Fauth <[email protected]>
Date: 2024-12-17 (Tue, 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/Plugins/Export/ExportLatex.php
M tests/unit/Plugins/Export/ExportLatexTest.php

Log Message:
-----------
Remove latex_* global variables

Signed-off-by: Maurício Meneghini Fauth <[email protected]>

Commit: 98503b1755099bdaa26ba306fedf826eac86b9dc
https://github.com/phpmyadmin/phpmyadmin/commit/98503b1755099bdaa26ba306fedf826eac86b9dc
Author: Maurício Meneghini Fauth <[email protected]>
Date: 2024-12-17 (Tue, 12 December 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Export/ExportController.php
M src/Plugins/Export/ExportTexytext.php
M tests/unit/Plugins/Export/ExportTexytextTest.php

Log Message:
-----------
Remove texytext_* global variables

Signed-off-by: Maurício Meneghini Fauth <[email protected]>

Commit: 4f3059b29c0411f008d2f7ec57e623b09126807c
https://github.com/phpmyadmin/phpmyadmin/commit/4f3059b29c0411f008d2f7ec57e623b09126807c
Author: Maurício Meneghini Fauth <[email protected]>
Date: 2024-12-17 (Tue, 12 December 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Export/ExportController.php
M src/Plugins/Export/ExportOdt.php
M tests/unit/Plugins/Export/ExportOdtTest.php

Log Message:
-----------
Remove odt_* global variables

Signed-off-by: Maurício Meneghini Fauth <[email protected]>

Commit: 8a3f1f5855d69ebb459ee8cff9595aa5de5bb98f
https://github.com/phpmyadmin/phpmyadmin/commit/8a3f1f5855d69ebb459ee8cff9595aa5de5bb98f
Author: Maurício Meneghini Fauth <[email protected]>
Date: 2024-12-17 (Tue, 12 December 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Export/ExportController.php
M src/Plugins/Export/ExportOds.php
M tests/unit/Plugins/Export/ExportOdsTest.php

Log Message:
-----------
Remove ods_* global variable

Signed-off-by: Maurício Meneghini Fauth <[email protected]>

Commit: 7f6d72c3ac79edc64cf26d840b144b915186f597
https://github.com/phpmyadmin/phpmyadmin/commit/7f6d72c3ac79edc64cf26d840b144b915186f597
Author: Maurício Meneghini Fauth <[email protected]>
Date: 2024-12-17 (Tue, 12 December 2024) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Controllers/Export/ExportController.php
M src/Plugins/Export/ExportMediawiki.php
M tests/unit/Plugins/Export/ExportMediawikiTest.php
M tests/unit/Plugins/Export/ExportOdsTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php

Log Message:
-----------
Remove mediawiki_* global variables

Signed-off-by: Maurício Meneghini Fauth <[email protected]>

Commit: cf74be0514b67e374efdf9b6eda3ca9e5efdf1c4
https://github.com/phpmyadmin/phpmyadmin/commit/cf74be0514b67e374efdf9b6eda3ca9e5efdf1c4
Author: Maurício Meneghini Fauth <[email protected]>
Date: 2024-12-17 (Tue, 12 December 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Export/ExportController.php
M src/Plugins/Export/ExportHtmlword.php
M tests/unit/Plugins/Export/ExportHtmlwordTest.php

Log Message:
-----------
Remove htmlword_* global variables

Signed-off-by: Maurício Meneghini Fauth <[email protected]>

Commit: bc1d6ee897606096b1700cc048254cd90ecb1ca5
https://github.com/phpmyadmin/phpmyadmin/commit/bc1d6ee897606096b1700cc048254cd90ecb1ca5
Author: Maurício Meneghini Fauth <[email protected]>
Date: 2024-12-17 (Tue, 12 December 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Controllers/Export/ExportController.php
M src/Plugins/Export/ExportJson.php

Log Message:
-----------
Remove json_* global variables

Signed-off-by: Maurício Meneghini Fauth <[email protected]>

Commit: 7d7da4a36797a5033da1a2aa70c0a8906d55fc5e
https://github.com/phpmyadmin/phpmyadmin/commit/7d7da4a36797a5033da1a2aa70c0a8906d55fc5e
Author: Maurício Meneghini Fauth <[email protected]>
Date: 2024-12-18 (Wed, 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/Plugins/Export/ExportCsv.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/ExportTexytext.php
M tests/unit/Plugins/Export/ExportCsvTest.php
M tests/unit/Plugins/Export/ExportExcelTest.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/ExportOdsTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php
M tests/unit/Plugins/Export/ExportTexytextTest.php

Log Message:
-----------
Merge pull request #19451 from MauricioFauth/export-globals

Remove some export plugins global variables

_______________________________________________
Git mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to