Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 833223654ae0b35d573c667756e1d0bad851e022
https://github.com/phpmyadmin/phpmyadmin/commit/833223654ae0b35d573c667756e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-06-02 (Fri, 02 Jun 2017)
Changed paths:
M ChangeLog
M libraries/plugins/auth/AuthenticationCookie.php
Log Message:
-----------
Fixed direct login for accounts without password
Fixes #13311
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d1075ecb1a3622e8e1f5deb524e9c1f0aeee0d49
https://github.com/phpmyadmin/phpmyadmin/commit/d1075ecb1a3622e8e1f5deb524e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-06-02 (Fri, 02 Jun 2017)
Changed paths:
M ChangeLog
M libraries/ThemeManager.php
Log Message:
-----------
Pass common parameters when changing theme
This avoids reseting server setting.
Fixes #13314
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2124311e3828b8bdf14092e73d0f62830e8ce1ff
https://github.com/phpmyadmin/phpmyadmin/commit/2124311e3828b8bdf14092e73d0…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-05-31 (Wed, 31 May 2017)
Changed paths:
M db_qbe.php
M import.php
M libraries/DisplayResults.php
A libraries/Sql.php
M libraries/controllers/table/TableSearchController.php
M libraries/controllers/table/TableStructureController.php
M libraries/gis/GISVisualization.php
M libraries/mult_submits.inc.php
M libraries/mult_submits.lib.php
R libraries/sql.lib.php
M sql.php
M tbl_row_action.php
M tbl_select.php
A test/classes/SqlTest.php
M test/libraries/PMA_mult_submits_test.php
R test/libraries/PMA_resultSetHasJustOneTable_test.php
R test/libraries/PMA_sql_test.php
Log Message:
-----------
Refactor the sql functions into static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 7fd6718e834532830f3db3ea447cb3342999ff42
https://github.com/phpmyadmin/phpmyadmin/commit/7fd6718e834532830f3db3ea447…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-06-01 (Thu, 01 Jun 2017)
Changed paths:
M .gitignore
M .travis.yml
M ChangeLog
M browse_foreigners.php
M db_datadict.php
M doc/setup.rst
M export.php
M libraries/DisplayResults.php
M libraries/Sql.php
M libraries/Template.php
A libraries/Transformations.php
M libraries/Util.php
M libraries/config/ServerConfigChecks.php
M libraries/controllers/table/TableIndexesController.php
M libraries/controllers/table/TableSearchController.php
M libraries/controllers/table/TableStructureController.php
M libraries/insert_edit.lib.php
M libraries/mult_submits.inc.php
M libraries/mult_submits.lib.php
M libraries/normalization.lib.php
M libraries/plugins/export/ExportHtmlword.php
M libraries/plugins/export/ExportLatex.php
M libraries/plugins/export/ExportOdt.php
M libraries/plugins/export/ExportPdf.php
M libraries/plugins/export/ExportSql.php
M libraries/plugins/export/ExportTexytext.php
M libraries/plugins/export/helpers/Pdf.php
M libraries/plugins/schema/pdf/Pdf.php
M libraries/plugins/schema/pdf/PdfRelationSchema.php
M libraries/plugins/transformations/abs/ImageLinkTransformationsPlugin.php
M libraries/plugins/transformations/abs/InlineTransformationsPlugin.php
M libraries/session.lib.php
M libraries/tbl_columns_definition_form.inc.php
M libraries/tbl_partition_definition.inc.php
R libraries/transformations.lib.php
A libraries/twig/MessageExtension.php
M libraries/twig/UtilExtension.php
M normalization.php
M po/be.po
M po/hi.po
M po/pt_BR.po
M po/uk.po
M scripts/generate-twig-cache
M tbl_addfield.php
M tbl_change.php
M tbl_create.php
M tbl_replace.php
M templates/columns_definitions/column_definitions_form.phtml
M templates/columns_definitions/transformation.phtml
M templates/header_location.twig
R templates/table/index_form.phtml
A templates/table/index_form.twig
M templates/table/relation/dropdown_generate.twig
R templates/table/search/column_comparison_operators.phtml
A templates/table/search/column_comparison_operators.twig
R templates/table/search/form_tag.phtml
A templates/table/search/form_tag.twig
M templates/table/search/selection_form.phtml
R templates/table/structure/action_row_in_structure_table.phtml
A templates/table/structure/action_row_in_structure_table.twig
R templates/table/structure/actions_in_table_structure.phtml
A templates/table/structure/actions_in_table_structure.twig
R templates/table/structure/add_column.phtml
A templates/table/structure/add_column.twig
R templates/table/structure/check_all_table_column.phtml
A templates/table/structure/check_all_table_column.twig
R templates/table/structure/display_partitions.phtml
A templates/table/structure/display_partitions.twig
M templates/table/structure/display_structure.phtml
R templates/table/structure/display_table_stats.phtml
A templates/table/structure/display_table_stats.twig
R templates/table/structure/move_columns_dialog.phtml
A templates/table/structure/move_columns_dialog.twig
R templates/table/structure/optional_action_links.phtml
A templates/table/structure/optional_action_links.twig
M templates/table/structure/partition_definition_form.phtml
R templates/table/structure/row_stats_table.phtml
A templates/table/structure/row_stats_table.twig
R templates/table/structure/table_structure_header.phtml
A templates/table/structure/table_structure_header.twig
R templates/table/structure/table_structure_row.phtml
A templates/table/structure/table_structure_row.twig
M test/classes/LanguageTest.php
A test/classes/TransformationsTest.php
M test/classes/UtilTest.php
M test/classes/plugin/export/ExportHtmlwordTest.php
M test/classes/plugin/export/ExportLatexTest.php
M test/classes/plugin/export/ExportOdtTest.php
M test/classes/plugin/export/ExportSqlTest.php
M test/classes/plugin/export/ExportTexytextTest.php
M test/classes/schema/PdfRelationSchemaTest.php
M test/libraries/PMA_insert_edit_test.php
R test/libraries/PMA_transformation_test.php
M test/libraries/core/PMA_headerLocation_test.php
M transformation_overview.php
M transformation_wrapper.php
Log Message:
-----------
Merge branch 'master' into sql-lib
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 0c1589920e9df58a67bbb848fb23db79b92ced3e
https://github.com/phpmyadmin/phpmyadmin/commit/0c1589920e9df58a67bbb848fb2…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-06-02 (Fri, 02 Jun 2017)
Changed paths:
M db_qbe.php
M import.php
M libraries/DisplayResults.php
A libraries/Sql.php
M libraries/controllers/table/TableSearchController.php
M libraries/controllers/table/TableStructureController.php
M libraries/gis/GISVisualization.php
M libraries/mult_submits.inc.php
M libraries/mult_submits.lib.php
R libraries/sql.lib.php
M sql.php
M tbl_row_action.php
M tbl_select.php
A test/classes/SqlTest.php
M test/libraries/PMA_mult_submits_test.php
R test/libraries/PMA_resultSetHasJustOneTable_test.php
R test/libraries/PMA_sql_test.php
Log Message:
-----------
Merge pull request #13341 from mauriciofauth/sql-lib
Refactor the sql functions into static methods
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/87fd00915ab1...0c1589920e9d
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: 001b7bb10974f32a1bf57f3131501f2ca5500aeb
https://github.com/phpmyadmin/localized_docs/commit/001b7bb10974f32a1bf57f3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-06-02 (Fri, 02 Jun 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
Run Travis build on Trusty
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2f71a5b040cb42f60a7ea9c88dac7594a60bd26c
https://github.com/phpmyadmin/localized_docs/commit/2f71a5b040cb42f60a7ea9c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-06-02 (Fri, 02 Jun 2017)
Changed paths:
M Makefile
Log Message:
-----------
Allow to specify Sphinx options
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: ffe9ea2ffe992655888688e0bdd374bc54cbbd2b
https://github.com/phpmyadmin/localized_docs/commit/ffe9ea2ffe992655888688e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-06-02 (Fri, 02 Jun 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
Do a stricter check on Travis
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: bc9e1c19cde478f0b3c7f52b92636f305e5c29c4
https://github.com/phpmyadmin/localized_docs/commit/bc9e1c19cde478f0b3c7f52…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-06-02 (Fri, 02 Jun 2017)
Changed paths:
M Makefile
Log Message:
-----------
Avoid not needed output
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 79f6597e64531171daca690acfdbc7306ec40a67
https://github.com/phpmyadmin/localized_docs/commit/79f6597e64531171daca690…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-06-02 (Fri, 02 Jun 2017)
Changed paths:
M po/bs.mo
M po/bs.po
M po/ca.mo
M po/ca.po
M po/cs.mo
M po/cs.po
M po/da.mo
M po/da.po
M po/de.mo
M po/de.po
M po/el.mo
M po/el.po
M po/es.mo
M po/es.po
M po/et.mo
M po/et.po
M po/fi.mo
M po/fi.po
M po/fr.mo
M po/fr.po
M po/gl.mo
M po/gl.po
M po/id.mo
M po/id.po
M po/it.mo
M po/it.po
M po/ja.mo
M po/ja.po
M po/ko.mo
M po/ko.po
M po/nb.mo
M po/nb.po
M po/nl.mo
M po/nl.po
M po/pl.mo
M po/pl.po
M po/pt_BR.mo
M po/pt_BR.po
M po/ro.mo
M po/ro.po
M po/sk.mo
M po/sk.po
M po/sl.mo
M po/sl.po
M po/sq.mo
M po/sq.po
M po/sv.mo
M po/sv.po
M po/tr.mo
M po/tr.po
M po/uk.mo
M po/uk.po
M po/zh_CN.mo
M po/zh_CN.po
M po/zh_TW.mo
M po/zh_TW.po
Log Message:
-----------
Fix various errors in translations
- invalid references
- wrong syntax
- missing references
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/localized_docs/compare/7d98b83ec077...79f6597…