[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 54cfbc: Refactor export functions to static methods

Maurício Meneghini Fauth mauriciofauth at gmail.com
Tue Sep 5 20:18:50 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 54cfbc5eda57d52f213a1b1de5dac1798664ca74
      https://github.com/phpmyadmin/phpmyadmin/commit/54cfbc5eda57d52f213a1b1de5dac1798664ca74
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-09-05 (Tue, 05 Sep 2017)

  Changed paths:
    M db_export.php
    M export.php
    A libraries/classes/Export.php
    M libraries/classes/Plugins/Export/ExportCodegen.php
    M libraries/classes/Plugins/Export/ExportCsv.php
    M libraries/classes/Plugins/Export/ExportHtmlword.php
    M libraries/classes/Plugins/Export/ExportJson.php
    M libraries/classes/Plugins/Export/ExportLatex.php
    M libraries/classes/Plugins/Export/ExportMediawiki.php
    M libraries/classes/Plugins/Export/ExportOds.php
    M libraries/classes/Plugins/Export/ExportOdt.php
    M libraries/classes/Plugins/Export/ExportPdf.php
    M libraries/classes/Plugins/Export/ExportPhparray.php
    M libraries/classes/Plugins/Export/ExportSql.php
    M libraries/classes/Plugins/Export/ExportTexytext.php
    M libraries/classes/Plugins/Export/ExportXml.php
    M libraries/classes/Plugins/Export/ExportYaml.php
    R libraries/export.lib.php
    A test/classes/ExportTest.php
    M test/classes/plugin/export/ExportCodegenTest.php
    M test/classes/plugin/export/ExportCsvTest.php
    M test/classes/plugin/export/ExportExcelTest.php
    M test/classes/plugin/export/ExportHtmlwordTest.php
    M test/classes/plugin/export/ExportJsonTest.php
    M test/classes/plugin/export/ExportLatexTest.php
    M test/classes/plugin/export/ExportMediawikiTest.php
    M test/classes/plugin/export/ExportOdsTest.php
    M test/classes/plugin/export/ExportOdtTest.php
    M test/classes/plugin/export/ExportPdfTest.php
    M test/classes/plugin/export/ExportPhparrayTest.php
    M test/classes/plugin/export/ExportSqlTest.php
    M test/classes/plugin/export/ExportTexytextTest.php
    M test/classes/plugin/export/ExportXmlTest.php
    M test/classes/plugin/export/ExportYamlTest.php
    R test/libraries/PMA_export_test.php

  Log Message:
  -----------
  Refactor export functions to static methods

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: 08c357ec7c96742e24fa81c9070ebe715ef27165
      https://github.com/phpmyadmin/phpmyadmin/commit/08c357ec7c96742e24fa81c9070ebe715ef27165
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-09-05 (Tue, 05 Sep 2017)

  Changed paths:
    M db_export.php
    M export.php
    A libraries/classes/Export.php
    M libraries/classes/Plugins/Export/ExportCodegen.php
    M libraries/classes/Plugins/Export/ExportCsv.php
    M libraries/classes/Plugins/Export/ExportHtmlword.php
    M libraries/classes/Plugins/Export/ExportJson.php
    M libraries/classes/Plugins/Export/ExportLatex.php
    M libraries/classes/Plugins/Export/ExportMediawiki.php
    M libraries/classes/Plugins/Export/ExportOds.php
    M libraries/classes/Plugins/Export/ExportOdt.php
    M libraries/classes/Plugins/Export/ExportPdf.php
    M libraries/classes/Plugins/Export/ExportPhparray.php
    M libraries/classes/Plugins/Export/ExportSql.php
    M libraries/classes/Plugins/Export/ExportTexytext.php
    M libraries/classes/Plugins/Export/ExportXml.php
    M libraries/classes/Plugins/Export/ExportYaml.php
    R libraries/export.lib.php
    A test/classes/ExportTest.php
    M test/classes/plugin/export/ExportCodegenTest.php
    M test/classes/plugin/export/ExportCsvTest.php
    M test/classes/plugin/export/ExportExcelTest.php
    M test/classes/plugin/export/ExportHtmlwordTest.php
    M test/classes/plugin/export/ExportJsonTest.php
    M test/classes/plugin/export/ExportLatexTest.php
    M test/classes/plugin/export/ExportMediawikiTest.php
    M test/classes/plugin/export/ExportOdsTest.php
    M test/classes/plugin/export/ExportOdtTest.php
    M test/classes/plugin/export/ExportPdfTest.php
    M test/classes/plugin/export/ExportPhparrayTest.php
    M test/classes/plugin/export/ExportSqlTest.php
    M test/classes/plugin/export/ExportTexytextTest.php
    M test/classes/plugin/export/ExportXmlTest.php
    M test/classes/plugin/export/ExportYamlTest.php
    R test/libraries/PMA_export_test.php

  Log Message:
  -----------
  Merge pull request #13651 from mauriciofauth/export

Refactor export functions to static methods


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/1e0e0daa4025...08c357ec7c96


More information about the Git mailing list