Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f45d4a566beb58f19d3754651d863c3e1e769b86
https://github.com/phpmyadmin/phpmyadmin/commit/f45d4a566beb58f19d3754651d8…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-01-13 (Sat, 13 Jan 2018)
Changed paths:
M db_export.php
M libraries/classes/Display/Export.php
M libraries/classes/Display/Results.php
M server_export.php
M tbl_export.php
M test/classes/Display/ExportTest.php
Log Message:
-----------
Refactor PhpMyAdmin\Display\Export class
The static methods are replaced with instance methods.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fa2f7d7b15353a31ee29708d0fa50c43af7374c5
https://github.com/phpmyadmin/phpmyadmin/commit/fa2f7d7b15353a31ee29708d0fa…
Author: Ronny André Løkken <rlo012(a)post.uit.no>
Date: 2018-01-13 (Sat, 13 Jan 2018)
Changed paths:
M po/nb.po
Log Message:
-----------
Translated using Weblate (Norwegian Bokmål)
Currently translated at 55.4% (1823 of 3287 strings)
[CI skip]
Commit: cb7bf121de81f566c6466f55eaa4ccb2578264c0
https://github.com/phpmyadmin/phpmyadmin/commit/cb7bf121de81f566c6466f55eaa…
Author: Tony Nascimento <gtonynasc(a)gmail.com>
Date: 2018-01-13 (Sat, 13 Jan 2018)
Changed paths:
M po/pt.po
Log Message:
-----------
Translated using Weblate (Portuguese)
Currently translated at 56.4% (1854 of 3287 strings)
[CI skip]
Commit: 3e27e1e66affe0a96e70ea9d721cb1ec27b0593b
https://github.com/phpmyadmin/phpmyadmin/commit/3e27e1e66affe0a96e70ea9d721…
Author: Dao Nguyen <quynh.d.nguyen(a)student.fh-kiel.de>
Date: 2018-01-13 (Sat, 13 Jan 2018)
Changed paths:
M po/vi.po
Log Message:
-----------
Translated using Weblate (Vietnamese)
Currently translated at 83.8% (2756 of 3287 strings)
[CI skip]
Commit: f40ce94a96dfa861e6489340510e0072601f50fd
https://github.com/phpmyadmin/phpmyadmin/commit/f40ce94a96dfa861e6489340510…
Author: Weblate <noreply(a)weblate.org>
Date: 2018-01-13 (Sat, 13 Jan 2018)
Changed paths:
M libraries/classes/Display/Export.php
A templates/display/export/format_dropdown.twig
A templates/display/export/method.twig
A templates/display/export/options_format.twig
A templates/display/export/options_output.twig
A templates/display/export/options_output_charset.twig
A templates/display/export/options_output_compression.twig
A templates/display/export/options_output_format.twig
A templates/display/export/options_output_radio.twig
A templates/display/export/options_output_save_dir.twig
A templates/display/export/options_output_separate_files.twig
A templates/display/export/options_quick_export.twig
A templates/display/export/options_rows.twig
A templates/display/export/selection.twig
A templates/display/export/template_options.twig
M test/classes/Display/ExportTest.php
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/0a933ca060df...f40ce94a96df
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1fc566fd90d838d35dfa5251f26deb48d15780a7
https://github.com/phpmyadmin/phpmyadmin/commit/1fc566fd90d838d35dfa5251f26…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M js/ajax.js
M js/db_structure.js
M js/functions.js
M js/rte.js
M js/sql.js
M js/tbl_structure.js
Log Message:
-----------
Share code for parsing data-post attribute
It can include leading question mark and we should deal with it in all
locations.
Fixes #13913
Signed-off-by: Michal Čihař <michal(a)cihar.com>