Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 229724e982f0a4cb4d5a9fde561d7df3249a8499
https://github.com/phpmyadmin/phpmyadmin/commit/229724e982f0a4cb4d5a9fde561…
Author: Māris <weblate(a)netparks.lv>
Date: 2017-09-05 (Tue, 05 Sep 2017)
Changed paths:
M po/lv.po
Log Message:
-----------
Translated using Weblate (Latvian)
Currently translated at 17.6% (571 of 3231 strings)
[CI skip]
Commit: 5c15caf58d7df9b8b27bd4b4895531b8bf52b483
https://github.com/phpmyadmin/phpmyadmin/commit/5c15caf58d7df9b8b27bd4b4895…
Author: Weblate <noreply(a)weblate.org>
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 remote-tracking branch 'origin/master'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/08c357ec7c96...5c15caf58d7d
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 54cfbc5eda57d52f213a1b1de5dac1798664ca74
https://github.com/phpmyadmin/phpmyadmin/commit/54cfbc5eda57d52f213a1b1de5d…
Author: Maurício Meneghini Fauth <mauriciofauth(a)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(a)gmail.com>
Commit: 08c357ec7c96742e24fa81c9070ebe715ef27165
https://github.com/phpmyadmin/phpmyadmin/commit/08c357ec7c96742e24fa81c9070…
Author: Maurício Meneghini Fauth <mauriciofauth(a)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