Branch: refs/heads/STABLE Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4fe87fb5925ec45cc2d740a643b96dab64e7f52b https://github.com/phpmyadmin/phpmyadmin/commit/4fe87fb5925ec45cc2d740a643b9... Author: Michal Čihař michal@cihar.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M libraries/classes/Bookmark.php M libraries/classes/CentralColumns.php M libraries/classes/Controllers/Server/ServerDatabasesController.php M libraries/classes/Database/Qbe.php M libraries/classes/DatabaseInterface.php M libraries/classes/Display/Export.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/PmdCommon.php M libraries/classes/RecentFavoriteTable.php M libraries/classes/Relation.php M libraries/classes/Server/Privileges.php M libraries/classes/Table.php M libraries/classes/Tracker.php M libraries/classes/Transformations.php M libraries/classes/UserPreferences.php M libraries/dbi/dbi_dummy.inc.php M test/classes/CentralColumnsTest.php M test/classes/Controllers/Server/ServerVariablesControllerTest.php M test/classes/Database/DesignerTest.php M test/classes/NormalizationTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportOdtTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportTexytextTest.php M test/classes/Plugins/Schema/DiaRelationSchemaTest.php M test/classes/Plugins/Schema/EpsRelationSchemaTest.php M test/classes/Plugins/Schema/PdfRelationSchemaTest.php M test/classes/Plugins/Schema/SvgRelationSchemaTest.php M test/classes/PmdCommonTest.php M test/classes/ReplicationGuiTest.php M test/classes/Rte/RoutinesTest.php M test/classes/Server/Status/AdvisorTest.php M test/classes/Server/Status/DataTest.php M test/classes/Server/Status/MonitorTest.php M test/classes/Server/Status/QueriesTest.php M test/classes/Server/Status/VariablesTest.php M test/classes/Server/StatusTest.php M test/classes/TableTest.php M test/classes/TrackerTest.php M test/classes/UserPreferencesTest.php
Log Message: ----------- Remove usage of $GLOBALS['controllink']
This is now stored internally inside DatabaseInterface instance.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 5f29ace249ed6daaa1c67f6a7dd417ac1e8a1d20 https://github.com/phpmyadmin/phpmyadmin/commit/5f29ace249ed6daaa1c67f6a7dd4... Author: Michal Čihař michal@cihar.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M libraries/classes/DatabaseInterface.php
Log Message: ----------- Simplify DatabaseInterface link parameter handling
- check validy only when invoking low level calls - avoid too early array usage
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 398e7b8e585513f481a039882c1cd71926debdb9 https://github.com/phpmyadmin/phpmyadmin/commit/398e7b8e585513f481a039882c1c... Author: Michal Čihař michal@cihar.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M libraries/classes/DatabaseInterface.php
Log Message: ----------- Avoid poluting user cache without database connection
Returning false is obviously faster than dealing with the cache.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 33cfe75e9f11a628bf20477e8c34def13b26c86a https://github.com/phpmyadmin/phpmyadmin/commit/33cfe75e9f11a628bf20477e8c34... Author: Michal Čihař michal@cihar.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M libraries/classes/DatabaseInterface.php
Log Message: ----------- Return calculated value from isUserType
There is no need to hit the cache again to read the value.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: feb56e7f49cbe29c28e30b7c27e37ca6ef0cdb67 https://github.com/phpmyadmin/phpmyadmin/commit/feb56e7f49cbe29c28e30b7c27e3... Author: Michal Čihař michal@cihar.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M libraries/classes/Sql.php
Log Message: ----------- Correctly define connection type
Signed-off-by: Michal Čihař michal@cihar.com
Commit: ae0a259bacd923feb50fd42bad6066eddbe2986e https://github.com/phpmyadmin/phpmyadmin/commit/ae0a259bacd923feb50fd42bad60... Author: Michal Čihař michal@cihar.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M libraries/classes/DatabaseInterface.php M libraries/classes/Util.php
Log Message: ----------- Move link parameter as last in getTablesFull
It is currently not used here, so move it to the end.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 2c248fa83d46c81bbf534ac363975320623900a4 https://github.com/phpmyadmin/phpmyadmin/commit/2c248fa83d46c81bbf534ac36397... Author: Michal Čihař michal@cihar.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M libraries/classes/DatabaseInterface.php
Log Message: ----------- Fix documentation for DatabaseInterface::getDefinition
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 99e47a90d9ab5c02a2215e1b5494493853bffd77 https://github.com/phpmyadmin/phpmyadmin/commit/99e47a90d9ab5c02a2215e1b5494... Author: Michal Čihař michal@cihar.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M libraries/classes/Controllers/Server/ServerBinlogController.php M libraries/classes/Controllers/Table/TableRelationController.php M libraries/classes/Controllers/Table/TableSearchController.php M libraries/classes/Core.php M libraries/classes/Display/Results.php M libraries/classes/InsertEdit.php M libraries/classes/Menu.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/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 M libraries/classes/Plugins/Export/Helpers/Pdf.php M libraries/classes/Plugins/Schema/TableStats.php M libraries/classes/PmdCommon.php M libraries/classes/Server/Privileges.php M libraries/classes/Table.php M libraries/db_table_exists.inc.php M templates/table/relation/foreign_key_row.phtml M test/classes/InsertEditTest.php M test/classes/Plugins/Export/ExportCsvTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportMediawikiTest.php M test/classes/Plugins/Export/ExportOdsTest.php M test/classes/Plugins/Export/ExportOdtTest.php M test/classes/Plugins/Export/ExportPhparrayTest.php M test/classes/Plugins/Export/ExportTexytextTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Plugins/Export/ExportYamlTest.php M transformation_wrapper.php
Log Message: ----------- Always define correct connection type
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 1f968ce29bff9ca8e5b30eaeb92a645fcf833ef8 https://github.com/phpmyadmin/phpmyadmin/commit/1f968ce29bff9ca8e5b30eaeb92a... Author: Michal Čihař michal@cihar.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M libraries/classes/DatabaseInterface.php
Log Message: ----------- Fix setting variable
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 125aa9ab8e703d2161bcf0a7e1dc631309ae8647 https://github.com/phpmyadmin/phpmyadmin/commit/125aa9ab8e703d2161bcf0a7e1dc... Author: Michal Čihař michal@cihar.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M doc/conf.py
Log Message: ----------- Merge branch 'QA_4_7'
Commit: f6089540d2a2baf10f337269ff5ae5640efeea36 https://github.com/phpmyadmin/phpmyadmin/commit/f6089540d2a2baf10f337269ff5a... Author: Paweł Skokowski skokowskipawel@icloud.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M gis_data_editor.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Removed inline css in gis_data_editor.php
Signed-off-by: Paweł Skokowski skokowskipawel@icloud.com
Commit: 256bcde099a1b1a2a100d7e169e6c26d6b1785a1 https://github.com/phpmyadmin/phpmyadmin/commit/256bcde099a1b1a2a100d7e169e6... Author: Paweł Skokowski skokowskipawel@icloud.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M templates/database/designer/side_menu.twig M themes/pmahomme/css/common.css.php
Log Message: ----------- Removed inline css in side_menu.twig
Signed-off-by: Paweł Skokowski skokowskipawel@icloud.com
Commit: 701a8855fdb4c992e3882b76c40a92c2610891ba https://github.com/phpmyadmin/phpmyadmin/commit/701a8855fdb4c992e3882b76c40a... Author: Michal Čihař michal@cihar.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M libraries/classes/Bookmark.php M libraries/classes/CentralColumns.php M libraries/classes/Controllers/Server/ServerBinlogController.php M libraries/classes/Controllers/Server/ServerDatabasesController.php M libraries/classes/Controllers/Table/TableRelationController.php M libraries/classes/Controllers/Table/TableSearchController.php M libraries/classes/Core.php M libraries/classes/Database/DatabaseList.php M libraries/classes/Database/Qbe.php M libraries/classes/DatabaseInterface.php M libraries/classes/Display/Export.php M libraries/classes/Display/Results.php M libraries/classes/Footer.php M libraries/classes/Header.php M libraries/classes/InsertEdit.php M libraries/classes/ListDatabase.php M libraries/classes/Menu.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Normalization.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/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 M libraries/classes/Plugins/Export/Helpers/Pdf.php M libraries/classes/Plugins/Schema/TableStats.php M libraries/classes/PmdCommon.php M libraries/classes/RecentFavoriteTable.php M libraries/classes/Relation.php M libraries/classes/Server/Privileges.php M libraries/classes/Sql.php M libraries/classes/Table.php M libraries/classes/Tracker.php M libraries/classes/Transformations.php M libraries/classes/UserPreferences.php M libraries/classes/Util.php M libraries/common.inc.php M libraries/db_table_exists.inc.php M libraries/dbi/dbi_dummy.inc.php M libraries/server_common.inc.php M templates/table/relation/foreign_key_row.phtml M test/bootstrap-dist.php M test/classes/CentralColumnsTest.php M test/classes/Controllers/Server/ServerVariablesControllerTest.php M test/classes/Database/DesignerTest.php M test/classes/Dbi/DbiMysqlTest.php M test/classes/Dbi/DbiMysqliTest.php M test/classes/InsertEditTest.php M test/classes/NormalizationTest.php M test/classes/Plugins/Export/ExportCsvTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportMediawikiTest.php M test/classes/Plugins/Export/ExportOdsTest.php M test/classes/Plugins/Export/ExportOdtTest.php M test/classes/Plugins/Export/ExportPhparrayTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportTexytextTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Plugins/Export/ExportYamlTest.php M test/classes/Plugins/Schema/DiaRelationSchemaTest.php M test/classes/Plugins/Schema/EpsRelationSchemaTest.php M test/classes/Plugins/Schema/PdfRelationSchemaTest.php M test/classes/Plugins/Schema/SvgRelationSchemaTest.php M test/classes/PmdCommonTest.php M test/classes/ReplicationGuiTest.php M test/classes/Rte/RoutinesTest.php M test/classes/Server/Status/AdvisorTest.php M test/classes/Server/Status/DataTest.php M test/classes/Server/Status/MonitorTest.php M test/classes/Server/Status/QueriesTest.php M test/classes/Server/Status/VariablesTest.php M test/classes/Server/StatusTest.php M test/classes/TableTest.php M test/classes/TrackerTest.php M test/classes/UserPreferencesTest.php M transformation_wrapper.php
Log Message: ----------- Merge pull request #13770 from nijel/dbi
Database interface cleanups
Commit: d4a7cef45bf76582e87b9992bc94cf10076c1bf0 https://github.com/phpmyadmin/phpmyadmin/commit/d4a7cef45bf76582e87b9992bc94... Author: Paweł Skokowski skokowskipawel@icloud.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M gis_data_editor.php M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- added changes to theme original
Signed-off-by: Paweł Skokowski skokowskipawel@icloud.com
Commit: 219197244df1d20390b1ca1b0ef3c7dffb9c3c82 https://github.com/phpmyadmin/phpmyadmin/commit/219197244df1d20390b1ca1b0ef3... Author: Paweł Skokowski skokowskipawel@icloud.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M themes/pmahomme/css/common.css.php
Log Message: ----------- added changes to theme original
Signed-off-by: Paweł Skokowski skokowskipawel@icloud.com
Commit: 246769a97915f75f645feefefe9d3fe952349b7f https://github.com/phpmyadmin/phpmyadmin/commit/246769a97915f75f645feefefe9d... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths: M libraries/classes/Template.php M libraries/classes/Twig/PhpFunctionsExtension.php A libraries/classes/Twig/TransformationsExtension.php M scripts/generate-twig-cache M templates/columns_definitions/column_attributes.phtml R templates/columns_definitions/transformation.phtml A templates/columns_definitions/transformation.twig
Log Message: ----------- Port columns_definitions/transformation to Twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 5e2a9fd6eb8393109b36da32b4aea66ff15d983c https://github.com/phpmyadmin/phpmyadmin/commit/5e2a9fd6eb8393109b36da32b4ae... Author: rafaelswitek rafaelswitek@gmail.com Date: 2017-10-27 (Fri, 27 Oct 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3231 of 3231 strings)
[CI skip]
Commit: 0968071397067591b13e0f7ca754f5647a3fda37 https://github.com/phpmyadmin/phpmyadmin/commit/0968071397067591b13e0f7ca754... Author: Daniel Miloca danielmiloca@gmail.com Date: 2017-10-27 (Fri, 27 Oct 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3231 of 3231 strings)
[CI skip]
Commit: 121c36508cd9bedf336bfa2db232ea7193e5c533 https://github.com/phpmyadmin/phpmyadmin/commit/121c36508cd9bedf336bfa2db232... Author: Guilherme Rocha guilherme@candiba.net Date: 2017-10-27 (Fri, 27 Oct 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3231 of 3231 strings)
[CI skip]
Commit: 760e05ae22c23d19b8316ae582bdf0ac9db22545 https://github.com/phpmyadmin/phpmyadmin/commit/760e05ae22c23d19b8316ae582bd... Author: BePsvPT freedom@csie.io Date: 2017-10-27 (Fri, 27 Oct 2017)
Changed paths: M themes/original/css/navigation.css.php M themes/pmahomme/css/navigation.css.php
Log Message: ----------- make navigation database name and icon are in the same horizontal line
Signed-off-by: BePsvPT freedom@csie.io
Commit: 759b59757049e758f9ebf87b04d99ac48741ae66 https://github.com/phpmyadmin/phpmyadmin/commit/759b59757049e758f9ebf87b04d9... Author: monolifed monolifed@gmail.com Date: 2017-10-28 (Sat, 28 Oct 2017)
Changed paths: M po/en_GB.po
Log Message: ----------- Translated using Weblate (English (United Kingdom))
Currently translated at 99.9% (3230 of 3231 strings)
[CI skip]
Commit: 99c3f538fc047a5f717b27b4ae6fedf74af1e1f0 https://github.com/phpmyadmin/phpmyadmin/commit/99c3f538fc047a5f717b27b4ae6f... Author: Guilherme Souza Silva g.szsilva@gmail.com Date: 2017-10-28 (Sat, 28 Oct 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3231 of 3231 strings)
[CI skip]
Commit: b98e6b7f31721d0c3aab9619efb912086e9dd84c https://github.com/phpmyadmin/phpmyadmin/commit/b98e6b7f31721d0c3aab9619efb9... Author: Pyscowicz janne.ertman@gmail.com Date: 2017-10-29 (Sun, 29 Oct 2017)
Changed paths: M po/fi.po
Log Message: ----------- Translated using Weblate (Finnish)
Currently translated at 67.9% (2196 of 3231 strings)
[CI skip]
Commit: 28a886c7911e1250b77bba954ad88638fbea10f2 https://github.com/phpmyadmin/phpmyadmin/commit/28a886c7911e1250b77bba954ad8... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-10-29 (Sun, 29 Oct 2017)
Changed paths: M libraries/classes/Normalization.php M libraries/tbl_columns_definition_form.inc.php R templates/columns_definitions/column_attributes.phtml A templates/columns_definitions/column_attributes.twig M templates/columns_definitions/table_fields_definitions.phtml M test/classes/NormalizationTest.php
Log Message: ----------- Port columns_definitions/column_attributes to Twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: b670552cbf1d0b99a67b0bd49056b40b01944202 https://github.com/phpmyadmin/phpmyadmin/commit/b670552cbf1d0b99a67b0bd49056... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-10-29 (Sun, 29 Oct 2017)
Changed paths: M libraries/classes/Normalization.php M libraries/classes/Twig/UtilExtension.php M templates/columns_definitions/column_definitions_form.phtml R templates/columns_definitions/table_fields_definitions.phtml A templates/columns_definitions/table_fields_definitions.twig
Log Message: ----------- Port columns_definitions/table_fields_definitions to Twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: c7ca02fbaa00bfacd15974499ffe6e6fb6213757 https://github.com/phpmyadmin/phpmyadmin/commit/c7ca02fbaa00bfacd15974499ffe... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-10-29 (Sun, 29 Oct 2017)
Changed paths: M libraries/tbl_columns_definition_form.inc.php R templates/columns_definitions/column_definitions_form.phtml A templates/columns_definitions/column_definitions_form.twig
Log Message: ----------- Port columns_definitions/column_definitions_form to Twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 0e867253dd592b2dfb9771e3eccc989142b70dc6 https://github.com/phpmyadmin/phpmyadmin/commit/0e867253dd592b2dfb9771e3eccc... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-10-29 (Sun, 29 Oct 2017)
Changed paths: M libraries/classes/Controllers/Server/ServerDatabasesController.php M libraries/classes/Twig/PhpFunctionsExtension.php R templates/server/databases/table_footer.phtml A templates/server/databases/table_footer.twig
Log Message: ----------- Port server/databases/table_footer to Twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 412020beea93b3cf53a4dc7f3661e7af1e604e90 https://github.com/phpmyadmin/phpmyadmin/commit/412020beea93b3cf53a4dc7f3661... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-10-29 (Sun, 29 Oct 2017)
Changed paths: M libraries/classes/Controllers/Server/ServerDatabasesController.php R templates/server/databases/table_header.phtml A templates/server/databases/table_header.twig
Log Message: ----------- Port server/databases/table_header template to Twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d4464f948cd5f568039e12fe0e201224f3dc18d3 https://github.com/phpmyadmin/phpmyadmin/commit/d4464f948cd5f568039e12fe0e20... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-10-29 (Sun, 29 Oct 2017)
Changed paths: M libraries/classes/Controllers/Server/ServerDatabasesController.php M libraries/classes/Twig/SanitizeExtension.php M libraries/classes/Twig/UtilExtension.php R templates/server/databases/table_row.phtml A templates/server/databases/table_row.twig
Log Message: ----------- Port server/databases/table_row template to Twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f134a3ba67df54082a06d9e3285119d25d7017e0 https://github.com/phpmyadmin/phpmyadmin/commit/f134a3ba67df54082a06d9e32851... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-10-29 (Sun, 29 Oct 2017)
Changed paths: M libraries/classes/Relation.php M templates/table/relation/common_form.phtml M templates/table/relation/foreign_key_row.phtml
Log Message: ----------- Refactor templates/table/relation/foreign_key_row.phtml
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 01bd6d1455722a8647d97c7ae9078356b24478b6 https://github.com/phpmyadmin/phpmyadmin/commit/01bd6d1455722a8647d97c7ae907... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-10-29 (Sun, 29 Oct 2017)
Changed paths: M libraries/classes/Twig/RelationExtension.php M templates/table/relation/common_form.phtml R templates/table/relation/foreign_key_row.phtml A templates/table/relation/foreign_key_row.twig
Log Message: ----------- Port table/relation/foreign_key_row template to Twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 9b653cbba329c8663fddb9c63822d4d316e3d202 https://github.com/phpmyadmin/phpmyadmin/commit/9b653cbba329c8663fddb9c63822... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-10-29 (Sun, 29 Oct 2017)
Changed paths: M libraries/classes/Controllers/Table/TableRelationController.php M libraries/classes/Table.php M libraries/classes/Template.php A libraries/classes/Twig/TableExtension.php M scripts/generate-twig-cache R templates/table/relation/common_form.phtml A templates/table/relation/common_form.twig
Log Message: ----------- Port table/relation/common_form template to Twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f3faca7fd7cd71331946e8bd9ba101c83e9a9553 https://github.com/phpmyadmin/phpmyadmin/commit/f3faca7fd7cd71331946e8bd9ba1... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-10-29 (Sun, 29 Oct 2017)
Changed paths: M libraries/classes/Template.php R templates/test/add_data.phtml R templates/test/echo.phtml R templates/test/gettext/gettext.phtml R templates/test/gettext/pgettext.phtml R templates/test/static.phtml R templates/test/trim.phtml M test/classes/TemplateTest.php
Log Message: ----------- Remove support for PHP templates
Fix #13297
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d223781975f22886282b3572701348fb572053ac https://github.com/phpmyadmin/phpmyadmin/commit/d223781975f22886282b35727013... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-10-29 (Sun, 29 Oct 2017)
Changed paths: A templates/test/add_data.twig R templates/test/add_data_twig.twig A templates/test/echo.twig R templates/test/echo_twig.twig A templates/test/gettext/gettext.twig R templates/test/gettext/gettext_twig.twig A templates/test/gettext/notes.twig R templates/test/gettext/notes_twig.twig A templates/test/gettext/pgettext.twig R templates/test/gettext/pgettext_twig.twig A templates/test/gettext/plural.twig A templates/test/gettext/plural_notes.twig R templates/test/gettext/plural_notes_twig.twig R templates/test/gettext/plural_twig.twig A templates/test/static.twig R templates/test/static_twig.twig M test/classes/TemplateTest.php
Log Message: ----------- Remove '_twig' from test template names
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 01774e6bff69520a7cb53ad22504e124a0e9699e https://github.com/phpmyadmin/phpmyadmin/commit/01774e6bff69520a7cb53ad22504... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M gis_data_editor.php M templates/database/designer/side_menu.twig M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Merge remote-tracking branch 'origin/pull/13777'
Commit: 636b22cb063a7d9bd0956bdcdf73eb178865ff5c https://github.com/phpmyadmin/phpmyadmin/commit/636b22cb063a7d9bd0956bdcdf73... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M gis_data_editor.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Remove clearright class
This element is currently not rendered at all, so avoid adding class for it.
Issue #13777
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 43cbcf6bd0fc5a7e29d47f1ccd58c40362a0ae35 https://github.com/phpmyadmin/phpmyadmin/commit/43cbcf6bd0fc5a7e29d47f1ccd58... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Remove unused class
Issue #13777
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 8109763b752b090f9699722898da2914d007e8bc https://github.com/phpmyadmin/phpmyadmin/commit/8109763b752b090f9699722898da... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Remove not needed CSS for span elements
These do not have any border by default, so there is no need to remove it.
Issue #13777
Signed-off-by: Michal Čihař michal@cihar.com
Commit: a798a9c31e706a36f44fb028732e5576542ae739 https://github.com/phpmyadmin/phpmyadmin/commit/a798a9c31e706a36f44fb028732e... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: aa9da566a67c4f183e348c35a9d99cc373175cf6 https://github.com/phpmyadmin/phpmyadmin/commit/aa9da566a67c4f183e348c35a9d9... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M libraries/classes/Server/Privileges.php
Log Message: ----------- Define specific_db/specific_table outsite is_grant scope
Fixes #13784
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 8fa32adb4e35aa96fb872de80717dae903cce3fe https://github.com/phpmyadmin/phpmyadmin/commit/8fa32adb4e35aa96fb872de80717... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M libraries/classes/Server/Privileges.php
Log Message: ----------- Fix handling of initial letter in privileges
Fixes #13783
Signed-off-by: Michal Čihař michal@cihar.com
Commit: b0421d7d8c01f4c9044a869298de8ee412969abd https://github.com/phpmyadmin/phpmyadmin/commit/b0421d7d8c01f4c9044a869298de... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M ChangeLog M js/db_structure.js M js/functions.js M js/server_databases.js
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 61c3aeeb5d33586b405bdf4df304e99477fea6ab https://github.com/phpmyadmin/phpmyadmin/commit/61c3aeeb5d33586b405bdf4df304... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M js/functions.js
Log Message: ----------- Remove javascript hover
It is already handled by CSS and this code is commented out.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 2bb01ef0a77cb551c4f13ea520068ddc87d61668 https://github.com/phpmyadmin/phpmyadmin/commit/2bb01ef0a77cb551c4f13ea52006... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M js/db_structure.js M js/functions.js M js/server_databases.js M js/server_variables.js M templates/database/structure/structure_table_row.twig M templates/server/databases/table_footer.phtml M templates/server/databases/table_row.phtml M templates/server/variables/session_variable_row.twig M templates/server/variables/variable_row.twig M test/classes/Controllers/Server/ServerDatabasesControllerTest.php
Log Message: ----------- Share code for row filtering
Make it generic so that it works in most cases and fixes does not have to be implemented multiple times.
Issue #13517
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 23b07d4366c37b341d9a69108db2832b3614e29e https://github.com/phpmyadmin/phpmyadmin/commit/23b07d4366c37b341d9a69108db2... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M templates/server/variables/variable_row.twig
Log Message: ----------- Correctly render html formatted variables
Signed-off-by: Michal Čihař michal@cihar.com
Commit: f859a9701d57033680e02ef8cbbf78d1f0676abc https://github.com/phpmyadmin/phpmyadmin/commit/f859a9701d57033680e02ef8cbbf... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M js/functions.js M libraries/classes/Controllers/Database/DatabaseStructureController.php M templates/database/structure/check_all_tables.twig M templates/database/structure/structure_table_row.twig
Log Message: ----------- Rewrite selection of tables with overhead
Avoid using inline generated javascript, use CSS selectors instead.
Issue #12782
Signed-off-by: Michal Čihař michal@cihar.com
Commit: e19f3599a4d167d2f5201f898577b8df286ee846 https://github.com/phpmyadmin/phpmyadmin/commit/e19f3599a4d167d2f5201f898577... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M libraries/common.inc.php
Log Message: ----------- Remove not needed plugin manager for authentication
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 579b1275cf1ac74756f92322792f207197629f50 https://github.com/phpmyadmin/phpmyadmin/commit/579b1275cf1ac74756f92322792f... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Response.php
Log Message: ----------- Move login page response logic to the Response class
It really more belongs there and might be easier reused.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: aebe2069ce47fbedffe725a283509131207bc4b7 https://github.com/phpmyadmin/phpmyadmin/commit/aebe2069ce47fbedffe725a28350... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M libraries/classes/Theme.php M test/classes/ThemeTest.php
Log Message: ----------- Add support for providing fallback images in Theme class
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 0ccaf0ac91fdd879fb39bad6a8c0fe724abbd956 https://github.com/phpmyadmin/phpmyadmin/commit/0ccaf0ac91fdd879fb39bad6a8c0... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Twig/MessageExtension.php M libraries/classes/Twig/UrlExtension.php A templates/login/footer.twig A templates/login/header.twig M test/classes/Plugins/Auth/AuthenticationCookieTest.php
Log Message: ----------- Use templates for rendering header and footer of login page
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 08ce2fb122b4cf1184fb34e271f5c4c0b78ada92 https://github.com/phpmyadmin/phpmyadmin/commit/08ce2fb122b4cf1184fb34e271f5... Author: Michal Čihař michal@cihar.com Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths: M js/functions.js
Log Message: ----------- Remove dubugging code
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 28ade643cfcb9fe362cac6e213e0144de3e10101 https://github.com/phpmyadmin/phpmyadmin/commit/28ade643cfcb9fe362cac6e213e0... Author: Michal Čihař michal@cihar.com Date: 2017-10-31 (Tue, 31 Oct 2017)
Changed paths: M libraries/classes/Twig/UtilExtension.php
Log Message: ----------- Add Util_showDocu Twig tag
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 6b8a9b7aec80ebe7f8a0855d531bfeea56bc87ec https://github.com/phpmyadmin/phpmyadmin/commit/6b8a9b7aec80ebe7f8a0855d531b... Author: Michal Čihař michal@cihar.com Date: 2017-10-31 (Tue, 31 Oct 2017)
Changed paths: M libraries/classes/UserPreferences.php
Log Message: ----------- Decode user preferences as array
We really want an array here, not an object. Type casting to array helps only for top level element.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: a513a7550ac61e973a36ee060c9b1f1370b4de91 https://github.com/phpmyadmin/phpmyadmin/commit/a513a7550ac61e973a36ee060c9b... Author: Michal Čihař michal@cihar.com Date: 2017-10-31 (Tue, 31 Oct 2017)
Changed paths: M libraries/classes/Config.php M libraries/classes/UserPreferences.php M test/classes/UserPreferencesTest.php
Log Message: ----------- Propagate possible failure from saving prefs
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 931c1c7f72fd449ca4e9533f10ff9dfc297970e4 https://github.com/phpmyadmin/phpmyadmin/commit/931c1c7f72fd449ca4e9533f10ff... Author: Michal Čihař michal@cihar.com Date: 2017-10-31 (Tue, 31 Oct 2017)
Changed paths: M doc/conf.py
Log Message: ----------- Merge branch 'QA_4_7'
Commit: c50bad8fa53131218f4849123612b37f6d5e4938 https://github.com/phpmyadmin/phpmyadmin/commit/c50bad8fa53131218f4849123612... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M doc/conf.py
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 78b21da31284e229fe3bd53504334745815369ac https://github.com/phpmyadmin/phpmyadmin/commit/78b21da31284e229fe3bd5350433... Author: Jira Aphisitworachorch totoasanan21914@hotmail.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M po/th.po
Log Message: ----------- Translated using Weblate (Thai)
Currently translated at 28.3% (916 of 3231 strings)
[CI skip]
Commit: 069cb028a815a22a011caecc62f49159bf52b553 https://github.com/phpmyadmin/phpmyadmin/commit/069cb028a815a22a011caecc62f4... Author: Weblate noreply@weblate.org Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M doc/conf.py
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 569ee91f2a4a0a4dafed2402b6d68f1c07354e8c https://github.com/phpmyadmin/phpmyadmin/commit/569ee91f2a4a0a4dafed2402b6d6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M ChangeLog M doc/conf.py M gis_data_editor.php M js/db_structure.js M js/functions.js M js/server_databases.js M js/server_variables.js M libraries/classes/Config.php M libraries/classes/Controllers/Database/DatabaseStructureController.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Response.php M libraries/classes/Server/Privileges.php M libraries/classes/Theme.php M libraries/classes/Twig/MessageExtension.php M libraries/classes/Twig/UrlExtension.php M libraries/classes/Twig/UtilExtension.php M libraries/classes/UserPreferences.php M libraries/common.inc.php M po/th.po M templates/database/designer/side_menu.twig M templates/database/structure/check_all_tables.twig M templates/database/structure/structure_table_row.twig A templates/login/footer.twig A templates/login/header.twig M templates/server/databases/table_footer.twig M templates/server/databases/table_row.twig M templates/server/variables/session_variable_row.twig M templates/server/variables/variable_row.twig M test/classes/Controllers/Server/ServerDatabasesControllerTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/ThemeTest.php M test/classes/UserPreferencesTest.php M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Merge branch 'master' into templates
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 3bb5e0d73257b8ae0d3c5f3e9dc7328a0bf325d6 https://github.com/phpmyadmin/phpmyadmin/commit/3bb5e0d73257b8ae0d3c5f3e9dc7... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M templates/columns_definitions/column_attributes.twig M templates/table/relation/common_form.twig
Log Message: ----------- Fix wrong incremental order
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: a646d4314e77b909f16ce5a85e4b38dcf0747cde https://github.com/phpmyadmin/phpmyadmin/commit/a646d4314e77b909f16ce5a85e4b... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M libraries/classes/Plugins/AuthenticationPlugin.php A libraries/classes/Plugins/SecondFactor/Simple.php A libraries/classes/Plugins/SecondFactorPlugin.php A libraries/classes/SecondFactor.php M libraries/classes/UserPreferences.php M libraries/common.inc.php M libraries/config.default.php A templates/login/second.twig A templates/login/second/simple.twig A test/classes/SecondFactorTest.php
Log Message: ----------- Add generic interface for second authentication factor
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 869131f59cdc075f11008cba79e9a2b67e38fda3 https://github.com/phpmyadmin/phpmyadmin/commit/869131f59cdc075f11008cba79e9... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M composer.json A libraries/classes/Plugins/SecondFactor/Application.php M libraries/classes/SecondFactor.php M scripts/create-release.sh A templates/login/second/application.twig A templates/login/second/application_configure.twig M test/ci-install-test M test/classes/SecondFactorTest.php
Log Message: ----------- Add support for HOTP and TOTP authentication
This supports Google Authenticator and similar applications.
Issue #6197
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 8c9abb9888b37a3550ec80e87b7bbdc122d5ccf7 https://github.com/phpmyadmin/phpmyadmin/commit/8c9abb9888b37a3550ec80e87b7b... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M libraries/user_preferences.inc.php A prefs_second.php A templates/prefs_second.twig A templates/prefs_second_configure.twig A templates/prefs_second_confirm.twig
Log Message: ----------- Add configuration for second authentication factor
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 047a6ac3f7ee53f9ff2324a60bd5a6678474aa32 https://github.com/phpmyadmin/phpmyadmin/commit/047a6ac3f7ee53f9ff2324a60bd5... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M doc/config.rst A doc/second_factor.rst M doc/setup.rst M doc/user.rst
Log Message: ----------- Add documentation for second authentication factor
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 540b78dc2ed78e77a6d7c33852a29297a758b3c2 https://github.com/phpmyadmin/phpmyadmin/commit/540b78dc2ed78e77a6d7c33852a2... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M composer.json M doc/second_factor.rst M js/messages.php A js/u2f.js A js/vendor/u2f-api.js A libraries/classes/Plugins/SecondFactor/Key.php M libraries/classes/SecondFactor.php M scripts/create-release.sh A templates/login/second/key.twig A templates/login/second/key_configure.twig M test/ci-install-test M test/classes/SecondFactorTest.php
Log Message: ----------- Add support for FIDO U2F authentication
Signed-off-by: Michal Čihař michal@cihar.com
Commit: b5e5f4e8c84867b34ae6acbb9088797d46333e06 https://github.com/phpmyadmin/phpmyadmin/commit/b5e5f4e8c84867b34ae6acbb9088... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M libraries/classes/Plugins/SecondFactor/Application.php M libraries/classes/Plugins/SecondFactor/Key.php M libraries/classes/Plugins/SecondFactorPlugin.php M libraries/classes/SecondFactor.php M test/classes/SecondFactorTest.php
Log Message: ----------- Simplify second factor auth API
We now only pass SecondFactor object to plugins, not individual parameters.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: dd3154b1036d40431a2d6dad94d72e2c6fdc7b98 https://github.com/phpmyadmin/phpmyadmin/commit/dd3154b1036d40431a2d6dad94d7... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M test/classes/SecondFactorTest.php
Log Message: ----------- Test check method for simple second factor
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 0d14ba065ce3a925c2fb6bd3b03523d031ee54ce https://github.com/phpmyadmin/phpmyadmin/commit/0d14ba065ce3a925c2fb6bd3b035... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M libraries/classes/SecondFactor.php M prefs_second.php M test/classes/SecondFactorTest.php
Log Message: ----------- Share and test code for listing backends
Signed-off-by: Michal Čihař michal@cihar.com
Commit: d6d84a76077d146354e2485a296396b86ca25846 https://github.com/phpmyadmin/phpmyadmin/commit/d6d84a76077d146354e2485a2963... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M libraries/classes/Plugins/SecondFactor/Application.php M libraries/classes/Plugins/SecondFactor/Key.php M libraries/classes/Plugins/SecondFactorPlugin.php M libraries/classes/SecondFactor.php M test/classes/SecondFactorTest.php
Log Message: ----------- Share code for error report in second factor
...and test it.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: c64e52c3c08eb0ee79d439f8e095f5c1649f0b93 https://github.com/phpmyadmin/phpmyadmin/commit/c64e52c3c08eb0ee79d439f8e095... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M libraries/classes/Plugins/SecondFactor/Key.php M test/classes/SecondFactorTest.php
Log Message: ----------- Test registration and authentication for FIDO U2F
Signed-off-by: Michal Čihař michal@cihar.com
Commit: e67ea08eae5d89950726741fe70b6b9a3dc7d3a5 https://github.com/phpmyadmin/phpmyadmin/commit/e67ea08eae5d89950726741fe70b... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M libraries/classes/Plugins/SecondFactor/Key.php M libraries/classes/SecondFactor.php
Log Message: ----------- Properly update FIDO U2F counter on login
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 2af38a3de8a3277bd1ad984a6fef8a2487f0346e https://github.com/phpmyadmin/phpmyadmin/commit/2af38a3de8a3277bd1ad984a6fef... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M libraries/classes/Plugins/SecondFactor/Key.php M libraries/classes/Plugins/SecondFactorPlugin.php
Log Message: ----------- Improved FIDO U2F error reporting
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 75c7d9b995b4c5d020d3b0746273c3ed491dbe3e https://github.com/phpmyadmin/phpmyadmin/commit/75c7d9b995b4c5d020d3b0746273... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M .scrutinizer.yml
Log Message: ----------- Install optional dependencies on Scrutinizer
Signed-off-by: Michal Čihař michal@cihar.com
Commit: c5b0da38cd316ad9f8695a536c286864f854eea5 https://github.com/phpmyadmin/phpmyadmin/commit/c5b0da38cd316ad9f8695a536c28... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M test/classes/SecondFactorTest.php
Log Message: ----------- Properly test second factor check
The default code does session caching, we want to avoid it in the tests.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 947c1ace037c5bddac7b68c74342b636587564bc https://github.com/phpmyadmin/phpmyadmin/commit/947c1ace037c5bddac7b68c74342... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M libraries/classes/Plugins/SecondFactor/Application.php M libraries/classes/Plugins/SecondFactor/Key.php M libraries/classes/Plugins/SecondFactorPlugin.php M test/classes/SecondFactorTest.php
Log Message: ----------- Share code for getting server URL and use it in 2FA as well
This way multiple phpMyAdmin installations can be identified.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 45d1924e709af34ff27e984636f47249ddcfa753 https://github.com/phpmyadmin/phpmyadmin/commit/45d1924e709af34ff27e984636f4... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M .scrutinizer.yml M composer.json M doc/config.rst A doc/second_factor.rst M doc/setup.rst M doc/user.rst M js/messages.php A js/u2f.js A js/vendor/u2f-api.js M libraries/classes/Plugins/AuthenticationPlugin.php A libraries/classes/Plugins/SecondFactor/Application.php A libraries/classes/Plugins/SecondFactor/Key.php A libraries/classes/Plugins/SecondFactor/Simple.php A libraries/classes/Plugins/SecondFactorPlugin.php A libraries/classes/SecondFactor.php M libraries/classes/UserPreferences.php M libraries/common.inc.php M libraries/config.default.php M libraries/user_preferences.inc.php A prefs_second.php M scripts/create-release.sh A templates/login/second.twig A templates/login/second/application.twig A templates/login/second/application_configure.twig A templates/login/second/key.twig A templates/login/second/key_configure.twig A templates/login/second/simple.twig A templates/prefs_second.twig A templates/prefs_second_configure.twig A templates/prefs_second_confirm.twig M test/ci-install-test A test/classes/SecondFactorTest.php
Log Message: ----------- Merge pull request #13787 from nijel/second-factor
Second authentication factor
Commit: 0fdc80ba9f9fa9fdf57b8ee580d3ca73f48ad147 https://github.com/phpmyadmin/phpmyadmin/commit/0fdc80ba9f9fa9fdf57b8ee580d3... Author: Michal Čihař michal@cihar.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 38646a32f21560c8464be1ebfbf11015df597420 https://github.com/phpmyadmin/phpmyadmin/commit/38646a32f21560c8464be1ebfbf1... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-01 (Wed, 01 Nov 2017)
Changed paths: M templates/privileges/resource_limits.twig
Log Message: ----------- Fix typo in privileges/resource_limits template
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 96ba136b4457249532863d08e5953b8959e4742c https://github.com/phpmyadmin/phpmyadmin/commit/96ba136b4457249532863d08e595... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/classes/Controllers/Server/ServerDatabasesController.php M libraries/classes/Controllers/Table/TableRelationController.php M libraries/classes/Normalization.php M libraries/classes/Relation.php M libraries/classes/Table.php M libraries/classes/Template.php M libraries/classes/Twig/PhpFunctionsExtension.php M libraries/classes/Twig/RelationExtension.php M libraries/classes/Twig/SanitizeExtension.php A libraries/classes/Twig/TableExtension.php M libraries/classes/Twig/UtilExtension.php M libraries/tbl_columns_definition_form.inc.php M scripts/generate-twig-cache R templates/columns_definitions/column_attributes.phtml A templates/columns_definitions/column_attributes.twig R templates/columns_definitions/column_definitions_form.phtml A templates/columns_definitions/column_definitions_form.twig R templates/columns_definitions/table_fields_definitions.phtml A templates/columns_definitions/table_fields_definitions.twig R templates/server/databases/table_footer.phtml A templates/server/databases/table_footer.twig R templates/server/databases/table_header.phtml A templates/server/databases/table_header.twig R templates/server/databases/table_row.phtml A templates/server/databases/table_row.twig R templates/table/relation/common_form.phtml A templates/table/relation/common_form.twig R templates/table/relation/foreign_key_row.phtml A templates/table/relation/foreign_key_row.twig R templates/test/add_data.phtml A templates/test/add_data.twig R templates/test/add_data_twig.twig R templates/test/echo.phtml A templates/test/echo.twig R templates/test/echo_twig.twig R templates/test/gettext/gettext.phtml A templates/test/gettext/gettext.twig R templates/test/gettext/gettext_twig.twig A templates/test/gettext/notes.twig R templates/test/gettext/notes_twig.twig R templates/test/gettext/pgettext.phtml A templates/test/gettext/pgettext.twig R templates/test/gettext/pgettext_twig.twig A templates/test/gettext/plural.twig A templates/test/gettext/plural_notes.twig R templates/test/gettext/plural_notes_twig.twig R templates/test/gettext/plural_twig.twig R templates/test/static.phtml A templates/test/static.twig R templates/test/static_twig.twig R templates/test/trim.phtml M test/classes/NormalizationTest.php M test/classes/TemplateTest.php
Log Message: ----------- Merge pull request #13785 from mauriciofauth/templates
Port templates to Twig and remove PHP templates support
Commit: 5a401b192eb0ed723638deda015fb5e9ea670051 https://github.com/phpmyadmin/phpmyadmin/commit/5a401b192eb0ed723638deda015f... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M ChangeLog
Log Message: ----------- Changelog entry for #6197 and #13787
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 192edd9324ff459fde10c74126ad52e3f163860a https://github.com/phpmyadmin/phpmyadmin/commit/192edd9324ff459fde10c74126ad... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M doc/second_factor.rst
Log Message: ----------- Add wikipedia link for TOTP
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 5acd64f84d964e5f2db6170ecb5a42581e74ca12 https://github.com/phpmyadmin/phpmyadmin/commit/5acd64f84d964e5f2db6170ecb5a... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M doc/config.rst R doc/second_factor.rst A doc/two_factor.rst M doc/user.rst M libraries/classes/Plugins/AuthenticationPlugin.php R libraries/classes/Plugins/SecondFactor/Application.php R libraries/classes/Plugins/SecondFactor/Key.php R libraries/classes/Plugins/SecondFactor/Simple.php R libraries/classes/Plugins/SecondFactorPlugin.php A libraries/classes/Plugins/TwoFactor/Application.php A libraries/classes/Plugins/TwoFactor/Key.php A libraries/classes/Plugins/TwoFactor/Simple.php A libraries/classes/Plugins/TwoFactorPlugin.php R libraries/classes/SecondFactor.php A libraries/classes/TwoFactor.php M libraries/common.inc.php M libraries/config.default.php M libraries/user_preferences.inc.php M prefs_second.php R templates/login/second.twig R templates/login/second/application.twig R templates/login/second/application_configure.twig R templates/login/second/key.twig R templates/login/second/key_configure.twig R templates/login/second/simple.twig A templates/login/twofactor.twig A templates/login/twofactor/application.twig A templates/login/twofactor/application_configure.twig A templates/login/twofactor/key.twig A templates/login/twofactor/key_configure.twig A templates/login/twofactor/simple.twig M templates/prefs_second.twig R test/classes/SecondFactorTest.php A test/classes/TwoFactorTest.php
Log Message: ----------- Use two-factor authentication instead fo second authentication factor
This is probably more widely used naming.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 12dbfff7e9eecf48a26dc38b97cce1f496839684 https://github.com/phpmyadmin/phpmyadmin/commit/12dbfff7e9eecf48a26dc38b97cc... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/classes/Twig/I18n/NodeTrans.php
Log Message: ----------- Generate consistent translator comments in twig code
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 5a2a115e886f4e096d118aa4735077f4a32ba9b7 https://github.com/phpmyadmin/phpmyadmin/commit/5a2a115e886f4e096d118aa47350... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M scripts/generate-twig-cache M scripts/update-po
Log Message: ----------- Include correct line information in Gettext files for twig templates
Fixes #13344
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 2ed01429503e2019870044d9fcb646c15af37740 https://github.com/phpmyadmin/phpmyadmin/commit/2ed01429503e2019870044d9fcb6... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M templates/columns_definitions/table_fields_definitions.twig M templates/table/relation/common_form.twig
Log Message: ----------- Avoid using concatenation in |trans filter
The generated PHP code can not be extracted using xgettext.
This is workaround for #13794, should be reverted after proper fix.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: f7d2997d797b035a9c0cec23660fceba62b6114f https://github.com/phpmyadmin/phpmyadmin/commit/f7d2997d797b035a9c0cec23660f... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: A scripts/fix-po-twig M scripts/generate-twig-cache M scripts/update-po
Log Message: ----------- Use php for fixing line information in the Gettext files
The debug information actually maps ranges, not individual lines, so it needs more logic.
Also the sed was really slow (as it had to replace all lines).
Issue #13344
Signed-off-by: Michal Čihař michal@cihar.com
Commit: ab86c9d84cf5c250c563e5c864b0021595e1339b https://github.com/phpmyadmin/phpmyadmin/commit/ab86c9d84cf5c250c563e5c864b0... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M po/af.po M po/ar.po M po/az.po M po/be.po M po/be@latin.po M po/bg.po M po/bn.po M po/br.po M po/brx.po M po/bs.po M po/ca.po M po/ckb.po M po/cs.po M po/cy.po M po/da.po M po/de.po M po/el.po M po/en_GB.po M po/eo.po M po/es.po M po/et.po M po/eu.po M po/fa.po M po/fi.po M po/fil.po M po/fr.po M po/fy.po M po/gl.po M po/gu.po M po/he.po M po/hi.po M po/hr.po M po/hu.po M po/hy.po M po/ia.po M po/id.po M po/ig.po M po/it.po M po/ja.po M po/ka.po M po/kab.po M po/kk.po M po/km.po M po/kn.po M po/ko.po M po/ksh.po M po/ku.po M po/ky.po M po/li.po M po/lt.po M po/lv.po M po/mk.po M po/ml.po M po/mn.po M po/ms.po M po/nb.po M po/ne.po M po/nl.po M po/pa.po M po/phpmyadmin.pot M po/pl.po M po/pt.po M po/pt_BR.po M po/ro.po M po/ru.po M po/si.po M po/sk.po M po/sl.po M po/sq.po M po/sr.po M po/sr@latin.po M po/sv.po M po/ta.po M po/te.po M po/th.po M po/tk.po M po/tr.po M po/tt.po M po/ug.po M po/uk.po M po/ur.po M po/uz.po M po/uz@latin.po M po/vi.po M po/vls.po M po/zh_CN.po M po/zh_TW.po
Log Message: ----------- Update po files
[CI skip]
Signed-off-by: Michal Čihař michal@cihar.com
Commit: cae0ac89479125e485f0d76c18a36ede26f23454 https://github.com/phpmyadmin/phpmyadmin/commit/cae0ac89479125e485f0d76c18a3... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/classes/Template.php
Log Message: ----------- Use static property rather than static variable for caching twig environment
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 56ff2afb74c1f694d446bc8cc7daf0ce1f1842f2 https://github.com/phpmyadmin/phpmyadmin/commit/56ff2afb74c1f694d446bc8cc7da... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/classes/Template.php
Log Message: ----------- Cache already loaded templates
This should improve performance when loading many small templates.
Issue #13711
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 369b0edb42c7ca470248f490c978b02a2ab54da9 https://github.com/phpmyadmin/phpmyadmin/commit/369b0edb42c7ca470248f490c978... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M js/get_image.js.php M libraries/classes/Util.php
Log Message: ----------- Remove test for no longer used PMA_TEST_THEME
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 1adf9a493f992d7ca73f7328294e339715199e17 https://github.com/phpmyadmin/phpmyadmin/commit/1adf9a493f992d7ca73f7328294e... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/classes/Template.php
Log Message: ----------- Revert "Cache already loaded templates"
This reverts commit 56ff2afb74c1f694d446bc8cc7daf0ce1f1842f2.
The caching is already done in Twig, no need to duplicate it.
Commit: f388a41b04db81387a8062fd17058056107ee299 https://github.com/phpmyadmin/phpmyadmin/commit/f388a41b04db81387a8062fd1705... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/tbl_columns_definition_form.inc.php
Log Message: ----------- Fix undefined index notices
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 2ae956387ce6ed9068b0d8b4c4a5cae07f32be8e https://github.com/phpmyadmin/phpmyadmin/commit/2ae956387ce6ed9068b0d8b4c4a5... Author: Giovanni Sora g.sora@tiscali.it Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M po/ia.po
Log Message: ----------- Translated using Weblate (Interlingua)
Currently translated at 74.0% (2420 of 3267 strings)
[CI skip]
Commit: a071cfc7954d26d4091aded257283fc1caf08fca https://github.com/phpmyadmin/phpmyadmin/commit/a071cfc7954d26d4091aded25728... Author: Weblate noreply@weblate.org Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/tbl_columns_definition_form.inc.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: cca4146ef6b22f3a679945ccdeb2e051fdbc369b https://github.com/phpmyadmin/phpmyadmin/commit/cca4146ef6b22f3a679945ccdeb2... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/classes/Util.php
Log Message: ----------- Simplify code generating doc URL
The testsuite case can be same as default.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 95b8235d4afb0a92a6be5d8f30e14a88e12dd212 https://github.com/phpmyadmin/phpmyadmin/commit/95b8235d4afb0a92a6be5d8f30e1... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/classes/Theme.php M libraries/classes/Util.php
Log Message: ----------- Move sprites data caching to Theme class
The data is constant for theme, so we don't have to deal with cache invalidation in testsuite and in corner cases.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 333393a492a5dcddc05bc262c4af812c6e9d257a https://github.com/phpmyadmin/phpmyadmin/commit/333393a492a5dcddc05bc262c4af... Author: Michal Čihař michal@cihar.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 4e629e97c7697a6e7e8d73dd46c044f9d5fcc656 https://github.com/phpmyadmin/phpmyadmin/commit/4e629e97c7697a6e7e8d73dd46c0... Author: Giovanni Sora g.sora@tiscali.it Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M po/ia.po
Log Message: ----------- Translated using Weblate (Interlingua)
Currently translated at 74.1% (2424 of 3267 strings)
[CI skip]
Commit: 6d0509713e141d74dda783a9a199b6b8a6790d4c https://github.com/phpmyadmin/phpmyadmin/commit/6d0509713e141d74dda783a9a199... Author: Weblate noreply@weblate.org Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/classes/Theme.php M libraries/classes/Util.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: bbb349af4a851c5ab3ae5cf74bc32df595d3d75d https://github.com/phpmyadmin/phpmyadmin/commit/bbb349af4a851c5ab3ae5cf74bc3... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M templates/table/relation/common_form.twig M templates/table/relation/relational_dropdown.twig
Log Message: ----------- Fix foreign key table always empty
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 14347bcac0791e0f4dcf903c3a9770be9f75edf6 https://github.com/phpmyadmin/phpmyadmin/commit/14347bcac0791e0f4dcf903c3a97... Author: Viktar Vauchkevich victorenator@gmail.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M po/be.po
Log Message: ----------- Translated using Weblate (Belarusian)
Currently translated at 63.1% (2062 of 3267 strings)
[CI skip]
Commit: 8a5cc2273f301af20333e5864b904be4dd7f12bc https://github.com/phpmyadmin/phpmyadmin/commit/8a5cc2273f301af20333e5864b90... Author: Burak Yavuz hitowerdigit@hotmail.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M po/tr.po
Log Message: ----------- Translated using Weblate (Turkish)
Currently translated at 98.9% (3232 of 3267 strings)
[CI skip]
Commit: da2697bd99a10f2b3e63651a91d78657ef8ffd74 https://github.com/phpmyadmin/phpmyadmin/commit/da2697bd99a10f2b3e63651a91d7... Author: Weblate noreply@weblate.org Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M templates/table/relation/common_form.twig M templates/table/relation/relational_dropdown.twig
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 6672d4f2ea430642a654f7243a93687b6af6ed04 https://github.com/phpmyadmin/phpmyadmin/commit/6672d4f2ea430642a654f7243a93... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/classes/Controllers/Server/ServerDatabasesController.php A templates/server/databases/index.twig
Log Message: ----------- Use template for server databases index
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 79f6f88bff7aca28969f980438192a225507d730 https://github.com/phpmyadmin/phpmyadmin/commit/79f6f88bff7aca28969f98043819... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/classes/Controllers/Server/ServerBinlogController.php M libraries/classes/Controllers/Server/ServerCollationsController.php M libraries/classes/Controllers/Server/ServerDatabasesController.php M libraries/classes/Controllers/Server/ServerEnginesController.php M libraries/classes/Controllers/Server/ServerPluginsController.php M libraries/classes/Controllers/Server/ServerVariablesController.php R libraries/classes/Server/Common.php M server_privileges.php M server_replication.php A templates/server/sub_page_header.twig R test/classes/Server/CommonTest.php
Log Message: ----------- Use template for server sub page header
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ff38d5c5eb00afcd0255e73c73097b423d40dd46 https://github.com/phpmyadmin/phpmyadmin/commit/ff38d5c5eb00afcd0255e73c7309... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths: M libraries/classes/Controllers/Server/ServerDatabasesController.php M templates/server/databases/index.twig
Log Message: ----------- Move sub page header to index template
Move server/sub_page_header template from ServerDatabasesController to server/databases/index template
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7f7239951829da83a835e627ad9d4c4b954709d4 https://github.com/phpmyadmin/phpmyadmin/commit/7f7239951829da83a835e627ad9d... Author: Giovanni Sora g.sora@tiscali.it Date: 2017-11-03 (Fri, 03 Nov 2017)
Changed paths: M po/ia.po
Log Message: ----------- Translated using Weblate (Interlingua)
Currently translated at 75.1% (2454 of 3267 strings)
[CI skip]
Commit: 808ed051455a137707915eeb8fb5f16d17ee1ec5 https://github.com/phpmyadmin/phpmyadmin/commit/808ed051455a137707915eeb8fb5... Author: Domen mitenem@outlook.com Date: 2017-11-03 (Fri, 03 Nov 2017)
Changed paths: M po/sl.po
Log Message: ----------- Translated using Weblate (Slovenian)
Currently translated at 99.6% (3255 of 3267 strings)
[CI skip]
Commit: 9ae4ae82201a64486eb92d6270fe15c43be65ed8 https://github.com/phpmyadmin/phpmyadmin/commit/9ae4ae82201a64486eb92d6270fe... Author: Weblate noreply@weblate.org Date: 2017-11-03 (Fri, 03 Nov 2017)
Changed paths: M libraries/classes/Controllers/Server/ServerBinlogController.php M libraries/classes/Controllers/Server/ServerCollationsController.php M libraries/classes/Controllers/Server/ServerDatabasesController.php M libraries/classes/Controllers/Server/ServerEnginesController.php M libraries/classes/Controllers/Server/ServerPluginsController.php M libraries/classes/Controllers/Server/ServerVariablesController.php R libraries/classes/Server/Common.php M server_privileges.php M server_replication.php A templates/server/databases/index.twig A templates/server/sub_page_header.twig R test/classes/Server/CommonTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 2ae2b8b54e2f0a5d21ced4a247bf18bb93f81653 https://github.com/phpmyadmin/phpmyadmin/commit/2ae2b8b54e2f0a5d21ced4a247bf... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-03 (Fri, 03 Nov 2017)
Changed paths: M libraries/classes/Controllers/Server/ServerDatabasesController.php M libraries/classes/Twig/UtilExtension.php A templates/server/databases/databases_footer.twig A templates/server/databases/databases_header.twig R templates/server/databases/table_footer.twig M test/classes/Controllers/Server/ServerDatabasesControllerTest.php
Log Message: ----------- Use template for server databases table
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ff626c8b164efb420f0bd7806ce783347b681f6a https://github.com/phpmyadmin/phpmyadmin/commit/ff626c8b164efb420f0bd7806ce7... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-03 (Fri, 03 Nov 2017)
Changed paths: M test/classes/Controllers/Server/ServerDatabasesControllerTest.php
Log Message: ----------- Fix wrong property value in ServerDatabasesControllerTest
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: e6ca6b4bac078bf63d36add321861ba957598050 https://github.com/phpmyadmin/phpmyadmin/commit/e6ca6b4bac078bf63d36add32186... Author: Burak Yavuz hitowerdigit@hotmail.com Date: 2017-11-03 (Fri, 03 Nov 2017)
Changed paths: M po/tr.po
Log Message: ----------- Translated using Weblate (Turkish)
Currently translated at 100.0% (3267 of 3267 strings)
[CI skip]
Commit: a6d21363709d4422dee4d2e729aab0fb03c780aa https://github.com/phpmyadmin/phpmyadmin/commit/a6d21363709d4422dee4d2e729aa... Author: Володимир Бриняк bardvv@gmail.com Date: 2017-11-04 (Sat, 04 Nov 2017)
Changed paths: M po/uk.po
Log Message: ----------- Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3267 of 3267 strings)
[CI skip]
Commit: 452b624dc4bb81a9def2040fc5a476c0b1a4b832 https://github.com/phpmyadmin/phpmyadmin/commit/452b624dc4bb81a9def2040fc5a4... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-04 (Sat, 04 Nov 2017)
Changed paths: M libraries/classes/Controllers/Controller.php M libraries/classes/Controllers/DatabaseController.php M libraries/classes/Controllers/Server/ServerBinlogController.php M libraries/classes/Controllers/Server/ServerPluginsController.php M libraries/classes/Controllers/Server/ServerVariablesController.php M libraries/classes/Controllers/Table/TableChartController.php M libraries/classes/Controllers/Table/TableGisVisualizationController.php M libraries/classes/Controllers/Table/TableIndexesController.php M libraries/classes/Controllers/Table/TableRelationController.php M libraries/classes/Controllers/Table/TableSearchController.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/Controllers/TableController.php M test/classes/Controllers/Database/DatabaseStructureControllerTest.php M test/classes/Controllers/Server/ServerBinlogControllerTest.php M test/classes/Controllers/Server/ServerCollationsControllerTest.php M test/classes/Controllers/Server/ServerEnginesControllerTest.php M test/classes/Controllers/Server/ServerPluginsControllerTest.php M test/classes/Controllers/Table/TableIndexesControllerTest.php M test/classes/Controllers/Table/TableSearchControllerTest.php
Log Message: ----------- Move dependencies to outside of abstract controllers
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: e980982322e6b9a69614df986c98669b06d6f723 https://github.com/phpmyadmin/phpmyadmin/commit/e980982322e6b9a69614df986c98... Author: Burak Yavuz hitowerdigit@hotmail.com Date: 2017-11-04 (Sat, 04 Nov 2017)
Changed paths: M po/tr.po
Log Message: ----------- Translated using Weblate (Turkish)
Currently translated at 100.0% (3267 of 3267 strings)
[CI skip]
Commit: 16ffe7c888ea1311d17e34c4ffc56def1a2afcec https://github.com/phpmyadmin/phpmyadmin/commit/16ffe7c888ea1311d17e34c4ffc5... Author: Weblate noreply@weblate.org Date: 2017-11-04 (Sat, 04 Nov 2017)
Changed paths: M libraries/classes/Controllers/Controller.php M libraries/classes/Controllers/DatabaseController.php M libraries/classes/Controllers/Server/ServerBinlogController.php M libraries/classes/Controllers/Server/ServerPluginsController.php M libraries/classes/Controllers/Server/ServerVariablesController.php M libraries/classes/Controllers/Table/TableChartController.php M libraries/classes/Controllers/Table/TableGisVisualizationController.php M libraries/classes/Controllers/Table/TableIndexesController.php M libraries/classes/Controllers/Table/TableRelationController.php M libraries/classes/Controllers/Table/TableSearchController.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/Controllers/TableController.php M test/classes/Controllers/Database/DatabaseStructureControllerTest.php M test/classes/Controllers/Server/ServerBinlogControllerTest.php M test/classes/Controllers/Server/ServerCollationsControllerTest.php M test/classes/Controllers/Server/ServerEnginesControllerTest.php M test/classes/Controllers/Server/ServerPluginsControllerTest.php M test/classes/Controllers/Table/TableIndexesControllerTest.php M test/classes/Controllers/Table/TableSearchControllerTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 7f137aa5870c6c72f8f31d43dbde0f6b758ec3d3 https://github.com/phpmyadmin/phpmyadmin/commit/7f137aa5870c6c72f8f31d43dbde... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-04 (Sat, 04 Nov 2017)
Changed paths: M import.php M libraries/classes/Bookmark.php M libraries/classes/Console.php M libraries/classes/Sql.php M libraries/classes/SqlQueryForm.php M test/classes/BookmarkTest.php
Log Message: ----------- Replace globals with DI in PhpMyAdmin\Bookmark
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: e631affbf3b6dddcb300450d60088bfac60156d3 https://github.com/phpmyadmin/phpmyadmin/commit/e631affbf3b6dddcb300450d6008... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-04 (Sat, 04 Nov 2017)
Changed paths: M libraries/classes/Controllers/Table/TableStructureController.php
Log Message: ----------- Remove unnecessary include_once
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 9bf409d32648c658b0c0a5d2933c5fdb5e9fd3c4 https://github.com/phpmyadmin/phpmyadmin/commit/9bf409d32648c658b0c0a5d2933c... Author: Michal Čihař michal@cihar.com Date: 2017-11-04 (Sat, 04 Nov 2017)
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7'
Commit: 4e492e5812129918df686eb39823f85c78c6763f https://github.com/phpmyadmin/phpmyadmin/commit/4e492e5812129918df686eb39823... Author: Michal Čihař michal@cihar.com Date: 2017-11-04 (Sat, 04 Nov 2017)
Changed paths: M doc/images/query_result_operations.png M themes/original/img/arrow_ltr.png M themes/original/img/arrow_rtl.png M themes/original/img/b_bookmark.png M themes/original/img/b_browse.png M themes/original/img/b_calendar.png M themes/original/img/b_chart.png M themes/original/img/b_close.png M themes/original/img/b_column_add.png M themes/original/img/b_comment.png M themes/original/img/b_dbstatistics.png M themes/original/img/b_deltbl.png M themes/original/img/b_docs.png M themes/original/img/b_drop.png M themes/original/img/b_edit.png M themes/original/img/b_empty.png M themes/original/img/b_engine.png M themes/original/img/b_event_add.png M themes/original/img/b_events.png M themes/original/img/b_export.png M themes/original/img/b_favorite.png M themes/original/img/b_find_replace.png M themes/original/img/b_ftext.png M themes/original/img/b_group.png M themes/original/img/b_help.png M themes/original/img/b_home.png M themes/original/img/b_import.png M themes/original/img/b_index.png M themes/original/img/b_index_add.png M themes/original/img/b_info.png M themes/original/img/b_inline_edit.png M themes/original/img/b_insrow.png M themes/original/img/b_key.png M themes/original/img/b_minus.png M themes/original/img/b_more.png M themes/original/img/b_move.png M themes/original/img/b_newdb.png M themes/original/img/b_newtbl.png M themes/original/img/b_nextpage.png M themes/original/img/b_no_favorite.png M themes/original/img/b_plugin.png M themes/original/img/b_plus.png M themes/original/img/b_primary.png M themes/original/img/b_print.png M themes/original/img/b_props.png M themes/original/img/b_relations.png M themes/original/img/b_report.png M themes/original/img/b_routine_add.png M themes/original/img/b_routines.png M themes/original/img/b_save.png M themes/original/img/b_saveimage.png M themes/original/img/b_sbrowse.png M themes/original/img/b_search.png M themes/original/img/b_select.png M themes/original/img/b_spatial.png M themes/original/img/b_sql.png M themes/original/img/b_sqlhelp.png M themes/original/img/b_table_add.png M themes/original/img/b_tblanalyse.png M themes/original/img/b_tblexport.png M themes/original/img/b_tblimport.png M themes/original/img/b_tblops.png M themes/original/img/b_tbloptimize.png M themes/original/img/b_tipp.png M themes/original/img/b_trigger_add.png M themes/original/img/b_triggers.png M themes/original/img/b_undo.png M themes/original/img/b_unique.png M themes/original/img/b_usradd.png M themes/original/img/b_usrcheck.png M themes/original/img/b_usrdrop.png M themes/original/img/b_usredit.png M themes/original/img/b_usrlist.png M themes/original/img/b_versions.png M themes/original/img/b_view.png M themes/original/img/b_view_add.png M themes/original/img/b_views.png M themes/original/img/bd_browse.png M themes/original/img/bd_deltbl.png M themes/original/img/bd_drop.png M themes/original/img/bd_edit.png M themes/original/img/bd_empty.png M themes/original/img/bd_export.png M themes/original/img/bd_ftext.png M themes/original/img/bd_index.png M themes/original/img/bd_insrow.png M themes/original/img/bd_nextpage.png M themes/original/img/bd_primary.png M themes/original/img/bd_routine_add.png M themes/original/img/bd_sbrowse.png M themes/original/img/bd_select.png M themes/original/img/bd_spatial.png M themes/original/img/bd_unique.png M themes/original/img/centralColumns.png M themes/original/img/centralColumns_add.png M themes/original/img/centralColumns_delete.png M themes/original/img/col_drop.png M themes/original/img/col_pointer.png M themes/original/img/col_pointer_ver.png M themes/original/img/console.png M themes/original/img/east-mini.png M themes/original/img/eye.png M themes/original/img/eye_grey.png M themes/original/img/hide.png M themes/original/img/lightbulb.png M themes/original/img/lightbulb_off.png M themes/original/img/logo_left.png M themes/original/img/logo_right.png M themes/original/img/more.png M themes/original/img/new_data.png M themes/original/img/new_data_hovered.png M themes/original/img/new_data_selected_hovered.png M themes/original/img/new_struct.png M themes/original/img/new_struct_hovered.png M themes/original/img/new_struct_selected.png M themes/original/img/normalize.png M themes/original/img/north-mini.png M themes/original/img/pause.png M themes/original/img/play.png M themes/original/img/s_asc.png M themes/original/img/s_asci.png M themes/original/img/s_attention.png M themes/original/img/s_cancel.png M themes/original/img/s_cog.png M themes/original/img/s_collapseall.png M themes/original/img/s_db.png M themes/original/img/s_desc.png M themes/original/img/s_error.png M themes/original/img/s_error2.png M themes/original/img/s_fulltext.png M themes/original/img/s_host.png M themes/original/img/s_info.png M themes/original/img/s_lang.png M themes/original/img/s_link.png M themes/original/img/s_lock.png M themes/original/img/s_loggoff.png M themes/original/img/s_notice.png M themes/original/img/s_okay.png M themes/original/img/s_partialtext.png M themes/original/img/s_passwd.png M themes/original/img/s_really.png M themes/original/img/s_reload.png M themes/original/img/s_replication.png M themes/original/img/s_rights.png M themes/original/img/s_sortable.png M themes/original/img/s_status.png M themes/original/img/s_success.png M themes/original/img/s_sync.png M themes/original/img/s_tbl.png M themes/original/img/s_theme.png M themes/original/img/s_top.png M themes/original/img/s_unlink.png M themes/original/img/s_vars.png M themes/original/img/s_views.png M themes/original/img/show.png M themes/original/img/south-mini.png M themes/original/img/spacer.png M themes/original/img/toggle-ltr.png M themes/original/img/toggle-rtl.png M themes/original/img/west-mini.png M themes/original/img/window-new.png M themes/original/img/zoom-minus-mini.png M themes/original/img/zoom-plus-mini.png M themes/original/img/zoom-world-mini.png M themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png M themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png M themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png M themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png M themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png M themes/original/jquery/images/ui-icons_222222_256x240.png M themes/original/jquery/images/ui-icons_2e83ff_256x240.png M themes/original/jquery/images/ui-icons_454545_256x240.png M themes/original/jquery/images/ui-icons_888888_256x240.png M themes/original/jquery/images/ui-icons_cd0a0a_256x240.png M themes/original/screen.png M themes/pmahomme/img/arrow_ltr.png M themes/pmahomme/img/asc_order.png M themes/pmahomme/img/b_browse.png M themes/pmahomme/img/b_calendar.png M themes/pmahomme/img/b_close.png M themes/pmahomme/img/b_column_add.png M themes/pmahomme/img/b_comment.png M themes/pmahomme/img/b_dbstatistics.png M themes/pmahomme/img/b_deltbl.png M themes/pmahomme/img/b_docs.png M themes/pmahomme/img/b_docsql.png M themes/pmahomme/img/b_drop.png M themes/pmahomme/img/b_edit.png M themes/pmahomme/img/b_empty.png M themes/pmahomme/img/b_engine.png M themes/pmahomme/img/b_event_add.png M themes/pmahomme/img/b_events.png M themes/pmahomme/img/b_export.png M themes/pmahomme/img/b_favorite.png M themes/pmahomme/img/b_find_replace.png M themes/pmahomme/img/b_firstpage.png M themes/pmahomme/img/b_group.png M themes/pmahomme/img/b_help.png M themes/pmahomme/img/b_home.png M themes/pmahomme/img/b_import.png M themes/pmahomme/img/b_index.png M themes/pmahomme/img/b_index_add.png M themes/pmahomme/img/b_info.png M themes/pmahomme/img/b_inline_edit.png M themes/pmahomme/img/b_insrow.png M themes/pmahomme/img/b_key.png M themes/pmahomme/img/b_minus.png M themes/pmahomme/img/b_more.png M themes/pmahomme/img/b_move.png M themes/pmahomme/img/b_newdb.png M themes/pmahomme/img/b_newtbl.png M themes/pmahomme/img/b_nextpage.png M themes/pmahomme/img/b_no_favorite.png M themes/pmahomme/img/b_plugin.png M themes/pmahomme/img/b_plus.png M themes/pmahomme/img/b_prevpage.png M themes/pmahomme/img/b_primary.png M themes/pmahomme/img/b_print.png M themes/pmahomme/img/b_props.png M themes/pmahomme/img/b_report.png M themes/pmahomme/img/b_routine_add.png M themes/pmahomme/img/b_routines.png M themes/pmahomme/img/b_save.png M themes/pmahomme/img/b_saveimage.png M themes/pmahomme/img/b_sbrowse.png M themes/pmahomme/img/b_sdb.png M themes/pmahomme/img/b_search.png M themes/pmahomme/img/b_select.png M themes/pmahomme/img/b_snewtbl.png M themes/pmahomme/img/b_spatial.png M themes/pmahomme/img/b_sqldoc.png M themes/pmahomme/img/b_sqlhelp.png M themes/pmahomme/img/b_table_add.png M themes/pmahomme/img/b_tblanalyse.png M themes/pmahomme/img/b_tblexport.png M themes/pmahomme/img/b_tblimport.png M themes/pmahomme/img/b_tblops.png M themes/pmahomme/img/b_tbloptimize.png M themes/pmahomme/img/b_tipp.png M themes/pmahomme/img/b_triggers.png M themes/pmahomme/img/b_undo.png M themes/pmahomme/img/b_unique.png M themes/pmahomme/img/b_usradd.png M themes/pmahomme/img/b_usrcheck.png M themes/pmahomme/img/b_usrdrop.png M themes/pmahomme/img/b_usredit.png M themes/pmahomme/img/b_usrlist.png M themes/pmahomme/img/b_versions.png M themes/pmahomme/img/b_view.png M themes/pmahomme/img/b_view_add.png M themes/pmahomme/img/b_views.png M themes/pmahomme/img/bd_browse.png M themes/pmahomme/img/bd_deltbl.png M themes/pmahomme/img/bd_drop.png M themes/pmahomme/img/bd_edit.png M themes/pmahomme/img/bd_firstpage.png M themes/pmahomme/img/bd_ftext.png M themes/pmahomme/img/bd_index.png M themes/pmahomme/img/bd_insrow.png M themes/pmahomme/img/bd_prevpage.png M themes/pmahomme/img/bd_primary.png M themes/pmahomme/img/bd_routine_add.png M themes/pmahomme/img/bd_sbrowse.png M themes/pmahomme/img/bd_spatial.png M themes/pmahomme/img/centralColumns.png M themes/pmahomme/img/centralColumns_add.png M themes/pmahomme/img/centralColumns_delete.png M themes/pmahomme/img/col_drop.png M themes/pmahomme/img/col_pointer.png M themes/pmahomme/img/col_pointer_ver.png M themes/pmahomme/img/database.png M themes/pmahomme/img/east-mini.png M themes/pmahomme/img/eye.png M themes/pmahomme/img/eye_grey.png M themes/pmahomme/img/hide.png M themes/pmahomme/img/item.png M themes/pmahomme/img/left_nav_bg.png M themes/pmahomme/img/lightbulb.png M themes/pmahomme/img/lightbulb_off.png M themes/pmahomme/img/logo_left.png M themes/pmahomme/img/logo_right.png M themes/pmahomme/img/new_data.png M themes/pmahomme/img/new_data_hovered.png M themes/pmahomme/img/new_struct.png M themes/pmahomme/img/new_struct_hovered.png M themes/pmahomme/img/new_struct_selected.png M themes/pmahomme/img/normalize.png M themes/pmahomme/img/north-mini.png M themes/pmahomme/img/pause.png M themes/pmahomme/img/pma_logo2.png M themes/pmahomme/img/pmd/1.png M themes/pmahomme/img/pmd/2.png M themes/pmahomme/img/pmd/2leftarrow.png M themes/pmahomme/img/pmd/2leftarrow_m.png M themes/pmahomme/img/pmd/2rightarrow.png M themes/pmahomme/img/pmd/2rightarrow_m.png M themes/pmahomme/img/pmd/3.png M themes/pmahomme/img/pmd/4.png M themes/pmahomme/img/pmd/5.png M themes/pmahomme/img/pmd/6.png M themes/pmahomme/img/pmd/7.png M themes/pmahomme/img/pmd/8.png M themes/pmahomme/img/pmd/FieldKey_small.png M themes/pmahomme/img/pmd/Field_small.png M themes/pmahomme/img/pmd/Field_small_char.png M themes/pmahomme/img/pmd/Field_small_date.png M themes/pmahomme/img/pmd/Field_small_int.png M themes/pmahomme/img/pmd/Header.png M themes/pmahomme/img/pmd/Header_Linked.png M themes/pmahomme/img/pmd/anchor.png M themes/pmahomme/img/pmd/and_icon.png M themes/pmahomme/img/pmd/ang_direct.png M themes/pmahomme/img/pmd/bord.png M themes/pmahomme/img/pmd/bottom.png M themes/pmahomme/img/pmd/def.png M themes/pmahomme/img/pmd/display_field.png M themes/pmahomme/img/pmd/downarrow1.png M themes/pmahomme/img/pmd/downarrow2.png M themes/pmahomme/img/pmd/downarrow2_m.png M themes/pmahomme/img/pmd/exec.png M themes/pmahomme/img/pmd/exec_small.png M themes/pmahomme/img/pmd/exitFullscreen.png M themes/pmahomme/img/pmd/export.png M themes/pmahomme/img/pmd/grid.png M themes/pmahomme/img/pmd/help.png M themes/pmahomme/img/pmd/help_relation.png M themes/pmahomme/img/pmd/left_panel_butt.png M themes/pmahomme/img/pmd/left_panel_tab.png M themes/pmahomme/img/pmd/minus.png M themes/pmahomme/img/pmd/or_icon.png M themes/pmahomme/img/pmd/page_add.png M themes/pmahomme/img/pmd/page_delete.png M themes/pmahomme/img/pmd/page_edit.png M themes/pmahomme/img/pmd/pdf.png M themes/pmahomme/img/pmd/plus.png M themes/pmahomme/img/pmd/query_builder.png M themes/pmahomme/img/pmd/relation.png M themes/pmahomme/img/pmd/reload.png M themes/pmahomme/img/pmd/resize.png M themes/pmahomme/img/pmd/resizeright.png M themes/pmahomme/img/pmd/rightarrow1.png M themes/pmahomme/img/pmd/rightarrow2.png M themes/pmahomme/img/pmd/save.png M themes/pmahomme/img/pmd/save_as.png M themes/pmahomme/img/pmd/small_tab.png M themes/pmahomme/img/pmd/table.png M themes/pmahomme/img/pmd/toggle_lines.png M themes/pmahomme/img/pmd/top_panel.png M themes/pmahomme/img/pmd/uparrow2_m.png M themes/pmahomme/img/pmd/viewInFullscreen.png M themes/pmahomme/img/s_asc.png M themes/pmahomme/img/s_asci.png M themes/pmahomme/img/s_attention.png M themes/pmahomme/img/s_cancel.png M themes/pmahomme/img/s_cancel2.png M themes/pmahomme/img/s_cog.png M themes/pmahomme/img/s_collapseall.png M themes/pmahomme/img/s_db.png M themes/pmahomme/img/s_desc.png M themes/pmahomme/img/s_error.png M themes/pmahomme/img/s_error2.png M themes/pmahomme/img/s_fulltext.png M themes/pmahomme/img/s_host.png M themes/pmahomme/img/s_info.png M themes/pmahomme/img/s_lang.png M themes/pmahomme/img/s_lock.png M themes/pmahomme/img/s_loggoff.png M themes/pmahomme/img/s_notice.png M themes/pmahomme/img/s_okay.png M themes/pmahomme/img/s_partialtext.png M themes/pmahomme/img/s_process.png M themes/pmahomme/img/s_really.png M themes/pmahomme/img/s_reload.png M themes/pmahomme/img/s_replication.png M themes/pmahomme/img/s_rights.png M themes/pmahomme/img/s_sortable.png M themes/pmahomme/img/s_status.png M themes/pmahomme/img/s_success.png M themes/pmahomme/img/s_sync.png M themes/pmahomme/img/s_tbl.png M themes/pmahomme/img/s_theme.png M themes/pmahomme/img/s_top.png M themes/pmahomme/img/s_unlink.png M themes/pmahomme/img/s_vars.png M themes/pmahomme/img/s_views.png M themes/pmahomme/img/select_bg.png M themes/pmahomme/img/show.png M themes/pmahomme/img/south-mini.png M themes/pmahomme/img/spacer.png M themes/pmahomme/img/toggle-ltr.png M themes/pmahomme/img/west-mini.png M themes/pmahomme/img/window-new.png M themes/pmahomme/img/zoom-minus-mini.png M themes/pmahomme/img/zoom-plus-mini.png M themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png M themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png M themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png M themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png M themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png M themes/pmahomme/jquery/images/ui-icons_222222_256x240.png M themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png M themes/pmahomme/jquery/images/ui-icons_454545_256x240.png M themes/pmahomme/jquery/images/ui-icons_888888_256x240.png M themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png M themes/pmahomme/screen.png
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 9c264d8bfb5abf041e91da9c61d54e519d6147a6 https://github.com/phpmyadmin/phpmyadmin/commit/9c264d8bfb5abf041e91da9c61d5... Author: Michal Čihař michal@cihar.com Date: 2017-11-04 (Sat, 04 Nov 2017)
Changed paths: M doc/images/bar_chart.png M doc/images/chart.png M doc/images/column_chart.png M doc/images/display_chart.png M doc/images/line_chart.png M doc/images/pie_chart.png M doc/images/pma-relations-category.png M doc/images/pma-relations-links.png M doc/images/pma-relations-relation-link.png M doc/images/pma-relations-relation-name.png M doc/images/pma-relations-relation-view-link.png M doc/images/scatter_chart.png M doc/images/spline_chart.png M doc/images/timeline_chart.png M doc/images/usergroups.png M js/vendor/openlayers/img/cloud-popup-relative.png M js/vendor/openlayers/img/drag-rectangle-off.png M js/vendor/openlayers/img/drag-rectangle-on.png M js/vendor/openlayers/img/east-mini.png M js/vendor/openlayers/img/layer-switcher-maximize.png M js/vendor/openlayers/img/layer-switcher-minimize.png M js/vendor/openlayers/img/marker-blue.png M js/vendor/openlayers/img/marker-gold.png M js/vendor/openlayers/img/marker-green.png M js/vendor/openlayers/img/marker.png M js/vendor/openlayers/img/measuring-stick-off.png M js/vendor/openlayers/img/measuring-stick-on.png M js/vendor/openlayers/img/north-mini.png M js/vendor/openlayers/img/panning-hand-off.png M js/vendor/openlayers/img/panning-hand-on.png M js/vendor/openlayers/img/slider.png M js/vendor/openlayers/img/south-mini.png M js/vendor/openlayers/img/west-mini.png M js/vendor/openlayers/img/zoom-minus-mini.png M js/vendor/openlayers/img/zoom-plus-mini.png M js/vendor/openlayers/img/zoom-world-mini.png M js/vendor/openlayers/img/zoombar.png M js/vendor/openlayers/src/openlayers/lib/Firebug/errorIcon.png M js/vendor/openlayers/src/openlayers/lib/Firebug/infoIcon.png M js/vendor/openlayers/src/openlayers/lib/Firebug/warningIcon.png M js/vendor/openlayers/theme/default/img/add_point_off.png M js/vendor/openlayers/theme/default/img/add_point_on.png M js/vendor/openlayers/theme/default/img/drag-rectangle-off.png M js/vendor/openlayers/theme/default/img/drag-rectangle-on.png M js/vendor/openlayers/theme/default/img/draw_line_off.png M js/vendor/openlayers/theme/default/img/draw_line_on.png M js/vendor/openlayers/theme/default/img/draw_point_off.png M js/vendor/openlayers/theme/default/img/draw_point_on.png M js/vendor/openlayers/theme/default/img/draw_polygon_off.png M js/vendor/openlayers/theme/default/img/draw_polygon_on.png M js/vendor/openlayers/theme/default/img/editing_tool_bar.png M js/vendor/openlayers/theme/default/img/move_feature_off.png M js/vendor/openlayers/theme/default/img/move_feature_on.png M js/vendor/openlayers/theme/default/img/navigation_history.png M js/vendor/openlayers/theme/default/img/pan-panel-NOALPHA.png M js/vendor/openlayers/theme/default/img/pan-panel.png M js/vendor/openlayers/theme/default/img/pan_off.png M js/vendor/openlayers/theme/default/img/pan_on.png M js/vendor/openlayers/theme/default/img/panning-hand-off.png M js/vendor/openlayers/theme/default/img/panning-hand-on.png M js/vendor/openlayers/theme/default/img/remove_point_off.png M js/vendor/openlayers/theme/default/img/remove_point_on.png M js/vendor/openlayers/theme/default/img/ruler.png M js/vendor/openlayers/theme/default/img/save_features_off.png M js/vendor/openlayers/theme/default/img/save_features_on.png M js/vendor/openlayers/theme/default/img/view_next_off.png M js/vendor/openlayers/theme/default/img/view_next_on.png M js/vendor/openlayers/theme/default/img/view_previous_off.png M js/vendor/openlayers/theme/default/img/view_previous_on.png M js/vendor/openlayers/theme/default/img/zoom-panel-NOALPHA.png M js/vendor/openlayers/theme/default/img/zoom-panel.png M themes/original/img/sprites.png M themes/pmahomme/img/arrow_rtl.png M themes/pmahomme/img/b_bookmark.png M themes/pmahomme/img/b_chart.png M themes/pmahomme/img/b_ftext.png M themes/pmahomme/img/b_lastpage.png M themes/pmahomme/img/b_left.png M themes/pmahomme/img/b_pdfdoc.png M themes/pmahomme/img/b_relations.png M themes/pmahomme/img/b_right.png M themes/pmahomme/img/b_sql.png M themes/pmahomme/img/b_trigger_add.png M themes/pmahomme/img/bd_empty.png M themes/pmahomme/img/bd_export.png M themes/pmahomme/img/bd_lastpage.png M themes/pmahomme/img/bd_nextpage.png M themes/pmahomme/img/bd_select.png M themes/pmahomme/img/bd_unique.png M themes/pmahomme/img/console.png M themes/pmahomme/img/more.png M themes/pmahomme/img/new_data_selected_hovered.png M themes/pmahomme/img/php_sym.png M themes/pmahomme/img/play.png M themes/pmahomme/img/pmd/other_table.png M themes/pmahomme/img/s_link.png M themes/pmahomme/img/s_passwd.png M themes/pmahomme/img/sprites.png M themes/pmahomme/img/toggle-rtl.png M themes/pmahomme/img/zoom-world-mini.png
Log Message: ----------- Optimize PNG images with zopfli
See #13797
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 1fdc2aafc43ad26c2869a36e5c6e0d7eb9dd4e9d https://github.com/phpmyadmin/phpmyadmin/commit/1fdc2aafc43ad26c2869a36e5c6e... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-04 (Sat, 04 Nov 2017)
Changed paths: M browse_foreigners.php M libraries/classes/BrowseForeigners.php M test/classes/BrowseForeignersTest.php
Log Message: ----------- Replace globals with DI in PhpMyAdmin\BrowseForeigners
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ac64e36131a45837096f6c5a0f2a6b4353f5a858 https://github.com/phpmyadmin/phpmyadmin/commit/ac64e36131a45837096f6c5a0f2a... Author: Madhura Jayaratne madhura.cj@gmail.com Date: 2017-11-05 (Sun, 05 Nov 2017)
Changed paths: M ChangeLog M db_operations.php M libraries/classes/Operations.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 768f4d2c73b966b98049f15c28a960091c5b52dc https://github.com/phpmyadmin/phpmyadmin/commit/768f4d2c73b966b98049f15c28a9... Author: George Bezerra georgelione@gmail.com Date: 2017-11-05 (Sun, 05 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.8% (3231 of 3267 strings)
[CI skip]
Commit: f6c848e88c7e24297249c483a0c7a67ff267a4bc https://github.com/phpmyadmin/phpmyadmin/commit/f6c848e88c7e24297249c483a0c7... Author: Weblate noreply@weblate.org Date: 2017-11-05 (Sun, 05 Nov 2017)
Changed paths: M ChangeLog M db_operations.php M libraries/classes/Operations.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 11123f93255f29f079d22839cd06c309b54042d1 https://github.com/phpmyadmin/phpmyadmin/commit/11123f93255f29f079d22839cd06... Author: Kristjan Räts kristjanrats@gmail.com Date: 2017-11-05 (Sun, 05 Nov 2017)
Changed paths: M po/et.po
Log Message: ----------- Translated using Weblate (Estonian)
Currently translated at 100.0% (3267 of 3267 strings)
[CI skip]
Commit: 663799d0c2d8b8e3322bb5f47cbfa8ec6dec2b97 https://github.com/phpmyadmin/phpmyadmin/commit/663799d0c2d8b8e3322bb5f47cbf... Author: Stefano Martinelli stefano.ste.martinelli@gmail.com Date: 2017-11-05 (Sun, 05 Nov 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 100.0% (3267 of 3267 strings)
[CI skip]
Commit: 5a70c1d8951d9f6bd129bdf596e951f3f195e544 https://github.com/phpmyadmin/phpmyadmin/commit/5a70c1d8951d9f6bd129bdf596e9... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-05 (Sun, 05 Nov 2017)
Changed paths: M db_central_columns.php M libraries/classes/CentralColumns.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/mult_submits.inc.php M test/classes/CentralColumnsTest.php
Log Message: ----------- Replace globals with DI in CentralColumns class
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: a6e4d38f14c9af8bee33bc049526aaffec0fcf1c https://github.com/phpmyadmin/phpmyadmin/commit/a6e4d38f14c9af8bee33bc049526... Author: dingo thirteen dingo13@gmail.com Date: 2017-11-06 (Mon, 06 Nov 2017)
Changed paths: M po/nl.po
Log Message: ----------- Translated using Weblate (Dutch)
Currently translated at 98.5% (3218 of 3267 strings)
[CI skip]
Commit: ed9b7d52b9f460c644e001ebdabd49d4c81a3c6c https://github.com/phpmyadmin/phpmyadmin/commit/ed9b7d52b9f460c644e001ebdabd... Author: Weblate noreply@weblate.org Date: 2017-11-06 (Mon, 06 Nov 2017)
Changed paths: M db_central_columns.php M libraries/classes/CentralColumns.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/mult_submits.inc.php M test/classes/CentralColumnsTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 45828153b66fce862fe3074673ba502ac4ba0b42 https://github.com/phpmyadmin/phpmyadmin/commit/45828153b66fce862fe3074673ba... Author: Gabriel Caruso carusogabriel34@gmail.com Date: 2017-11-06 (Mon, 06 Nov 2017)
Changed paths: M test/Environment_test.php M test/classes/BookmarkTest.php M test/classes/BrowseForeignersTest.php M test/classes/CentralColumnsTest.php M test/classes/CharsetsTest.php M test/classes/CheckUserPrivilegesTest.php M test/classes/Config/FormDisplayTemplateTest.php M test/classes/Database/DesignerTest.php M test/classes/Display/ChangePasswordTest.php M test/classes/Display/CreateTableTest.php M test/classes/Display/ExportTest.php M test/classes/EncodingTest.php M test/classes/ExportTest.php M test/classes/Gis/GisFactoryTest.php M test/classes/Gis/GisGeomTest.php M test/classes/Gis/GisGeometryCollectionTest.php M test/classes/Gis/GisGeometryTest.php M test/classes/ImportTest.php M test/classes/InsertEditTest.php M test/classes/IpAllowDenyTest.php M test/classes/MimeTest.php M test/classes/MultSubmitsTest.php M test/classes/NormalizationTest.php M test/classes/OperationsTest.php M test/classes/PmaTestCase.php M test/classes/PmdCommonTest.php M test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php M test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php M test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php M test/classes/Properties/Options/Items/PropertyItemsTest.php M test/classes/Properties/Options/OptionsPropertyGroupTest.php M test/classes/Properties/Options/OptionsPropertyItemTest.php M test/classes/Properties/Options/OptionsPropertyOneItemTest.php M test/classes/Properties/Plugins/ImportPluginPropertiesTest.php M test/classes/Properties/Plugins/PluginPropertyItemTest.php M test/classes/Properties/PropertyItemTest.php M test/classes/RelationCleanupTest.php M test/classes/RelationTest.php M test/classes/ReplicationGuiTest.php M test/classes/Rte/EventsTest.php M test/classes/Rte/RoutinesTest.php M test/classes/Rte/TriggersTest.php M test/classes/SanitizeTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/classes/Server/Status/AdvisorTest.php M test/classes/Server/Status/MonitorTest.php M test/classes/Server/Status/ProcessesTest.php M test/classes/Server/Status/QueriesTest.php M test/classes/Server/Status/VariablesTest.php M test/classes/Server/StatusTest.php M test/classes/Server/UserGroupsTest.php M test/classes/Server/UsersTest.php M test/classes/Setup/IndexTest.php M test/classes/SqlQueryFormTest.php M test/classes/SqlTest.php M test/classes/SysInfoTest.php M test/classes/TrackingTest.php M test/classes/TransformationsTest.php M test/classes/UrlTest.php M test/libraries/Files_test.php M test/libraries/common/PMA_checkbox_test.php M test/libraries/database_interface_test.php
Log Message: ----------- Use PSR-1 for PHPUnit TestCase
Signed-off-by: Gabriel Caruso carusogabriel34@gmail.com
Commit: f4daeb8fe4f2c93f97497c1f7a2b3bc34013b972 https://github.com/phpmyadmin/phpmyadmin/commit/f4daeb8fe4f2c93f97497c1f7a2b... Author: Noah Overcash smileytechguy@icloud.com Date: 2017-11-06 (Mon, 06 Nov 2017)
Changed paths: M themes/original/css/common.css.php
Log Message: ----------- Fix pixel rendering in original theme
Signed-off-by: Noah Overcash smileytechguy@icloud.com
Commit: 27cdb27e471bec8feccbe8e12660b10202ae4a93 https://github.com/phpmyadmin/phpmyadmin/commit/27cdb27e471bec8feccbe8e12660... Author: Noah Overcash smileytechguy@icloud.com Date: 2017-11-06 (Mon, 06 Nov 2017)
Changed paths: M themes/pmahomme/css/common.css.php
Log Message: ----------- Fix pixel rendering in pmahomme theme
Signed-off-by: Noah Overcash smileytechguy@icloud.com
Commit: a608f06db1faade4d5670b0a6fa95c3c09957cd2 https://github.com/phpmyadmin/phpmyadmin/commit/a608f06db1faade4d5670b0a6fa9... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-06 (Mon, 06 Nov 2017)
Changed paths: M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Merge pull request #13786 from smileytechguy/master
Better rendering of icons in modern browsers
Commit: 8081b0f8fcdee28b85f389e9bbf5143449a90d47 https://github.com/phpmyadmin/phpmyadmin/commit/8081b0f8fcdee28b85f389e9bbf5... Author: Kuba Niewiarowski jakub@niewiarowski.it Date: 2017-11-08 (Wed, 08 Nov 2017)
Changed paths: M po/pl.po
Log Message: ----------- Translated using Weblate (Polish)
Currently translated at 79.2% (2589 of 3267 strings)
[CI skip]
Commit: 8657a2868551452d5d2469d2a7ada6b991ff264b https://github.com/phpmyadmin/phpmyadmin/commit/8657a2868551452d5d2469d2a7ad... Author: Michal Čihař michal@cihar.com Date: 2017-11-08 (Wed, 08 Nov 2017)
Changed paths: M test/Environment_test.php M test/classes/BookmarkTest.php M test/classes/BrowseForeignersTest.php M test/classes/CentralColumnsTest.php M test/classes/CharsetsTest.php M test/classes/CheckUserPrivilegesTest.php M test/classes/Config/FormDisplayTemplateTest.php M test/classes/Database/DesignerTest.php M test/classes/Display/ChangePasswordTest.php M test/classes/Display/CreateTableTest.php M test/classes/Display/ExportTest.php M test/classes/EncodingTest.php M test/classes/ExportTest.php M test/classes/Gis/GisFactoryTest.php M test/classes/Gis/GisGeomTest.php M test/classes/Gis/GisGeometryCollectionTest.php M test/classes/Gis/GisGeometryTest.php M test/classes/ImportTest.php M test/classes/InsertEditTest.php M test/classes/IpAllowDenyTest.php M test/classes/MimeTest.php M test/classes/MultSubmitsTest.php M test/classes/NormalizationTest.php M test/classes/OperationsTest.php M test/classes/PmaTestCase.php M test/classes/PmdCommonTest.php M test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php M test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php M test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php M test/classes/Properties/Options/Items/PropertyItemsTest.php M test/classes/Properties/Options/OptionsPropertyGroupTest.php M test/classes/Properties/Options/OptionsPropertyItemTest.php M test/classes/Properties/Options/OptionsPropertyOneItemTest.php M test/classes/Properties/Plugins/ImportPluginPropertiesTest.php M test/classes/Properties/Plugins/PluginPropertyItemTest.php M test/classes/Properties/PropertyItemTest.php M test/classes/RelationCleanupTest.php M test/classes/RelationTest.php M test/classes/ReplicationGuiTest.php M test/classes/Rte/EventsTest.php M test/classes/Rte/RoutinesTest.php M test/classes/Rte/TriggersTest.php M test/classes/SanitizeTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/classes/Server/Status/AdvisorTest.php M test/classes/Server/Status/MonitorTest.php M test/classes/Server/Status/ProcessesTest.php M test/classes/Server/Status/QueriesTest.php M test/classes/Server/Status/VariablesTest.php M test/classes/Server/StatusTest.php M test/classes/Server/UserGroupsTest.php M test/classes/Server/UsersTest.php M test/classes/Setup/IndexTest.php M test/classes/SqlQueryFormTest.php M test/classes/SqlTest.php M test/classes/SysInfoTest.php M test/classes/TrackingTest.php M test/classes/TransformationsTest.php M test/classes/UrlTest.php M test/libraries/Files_test.php M test/libraries/common/PMA_checkbox_test.php M test/libraries/database_interface_test.php
Log Message: ----------- Merge pull request #13802 from gabriel-caruso/phpunit
Use PSR-1 for PHPUnit TestCase
Commit: 8aa562ed993a224780964c6c85bf45ce013229ef https://github.com/phpmyadmin/phpmyadmin/commit/8aa562ed993a224780964c6c85bf... Author: Tobias Groza tooobi14@gmail.com Date: 2017-11-08 (Wed, 08 Nov 2017)
Changed paths: M po/de.po
Log Message: ----------- Translated using Weblate (German)
Currently translated at 98.1% (3205 of 3267 strings)
[CI skip]
Commit: cc2c4fc36d39d2abf99836d90c521914086fe2b3 https://github.com/phpmyadmin/phpmyadmin/commit/cc2c4fc36d39d2abf99836d90c52... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths: M index.php M libraries/classes/CentralColumns.php M libraries/classes/Charsets.php M libraries/classes/Controllers/Server/ServerCollationsController.php M libraries/classes/Controllers/Server/ServerDatabasesController.php M libraries/classes/Display/Import.php M libraries/classes/Normalization.php M libraries/classes/Operations.php M libraries/classes/Rte/Routines.php M libraries/tbl_columns_definition_form.inc.php M templates/columns_definitions/column_attributes.twig M templates/columns_definitions/column_definitions_form.twig M templates/columns_definitions/table_fields_definitions.twig M templates/server/databases/create.twig M templates/server/databases/index.twig M test/classes/CharsetsTest.php
Log Message: ----------- Replace globals with DI in Charsets class
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 8b9b55b1b068a3c05b56c2d34ce89de3f54721c0 https://github.com/phpmyadmin/phpmyadmin/commit/8b9b55b1b068a3c05b56c2d34ce8... Author: anonymous <> Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths: M po/de.po
Log Message: ----------- Translated using Weblate (German)
Currently translated at 98.1% (3208 of 3267 strings)
[CI skip]
Commit: 61c9df5928f9d2ee930421094993105287984d59 https://github.com/phpmyadmin/phpmyadmin/commit/61c9df5928f9d2ee930421094993... Author: Weblate noreply@weblate.org Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths: M index.php M libraries/classes/CentralColumns.php M libraries/classes/Charsets.php M libraries/classes/Controllers/Server/ServerCollationsController.php M libraries/classes/Controllers/Server/ServerDatabasesController.php M libraries/classes/Display/Import.php M libraries/classes/Normalization.php M libraries/classes/Operations.php M libraries/classes/Rte/Routines.php M libraries/tbl_columns_definition_form.inc.php M templates/columns_definitions/column_attributes.twig M templates/columns_definitions/column_definitions_form.twig M templates/columns_definitions/table_fields_definitions.twig M templates/server/databases/create.twig M templates/server/databases/index.twig M test/classes/CharsetsTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 7ea547c0d2cea17649ffcb5977eef8b70b0cdb37 https://github.com/phpmyadmin/phpmyadmin/commit/7ea547c0d2cea17649ffcb5977ee... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths: M libraries/classes/CentralColumns.php
Log Message: ----------- Hoist global variables to the top of methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 42cc8ece2ccd58770df36d4f3262ec6d5a6fd52d https://github.com/phpmyadmin/phpmyadmin/commit/42cc8ece2ccd58770df36d4f3262... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths: M db_central_columns.php M libraries/classes/CentralColumns.php M test/classes/CentralColumnsTest.php
Log Message: ----------- Replace globals with DI in CentralColumns class
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 708bd63d611e4ae23cae4805dfc18a84c0ed5b0f https://github.com/phpmyadmin/phpmyadmin/commit/708bd63d611e4ae23cae4805dfc1... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths: M templates/table/gis_visualization/gis_visualization.twig
Log Message: ----------- Fix escaped html in GIS visualization
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7f607e473783e937e949e1c7a5a66d86414477a9 https://github.com/phpmyadmin/phpmyadmin/commit/7f607e473783e937e949e1c7a5a6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths: M import.php
Log Message: ----------- Fix undefined variable notice in import.php
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: aad6311881953d47cc93e1a4558bc5e93f633692 https://github.com/phpmyadmin/phpmyadmin/commit/aad6311881953d47cc93e1a4558b... Author: Vinicius Gonçalves viniciusgoncalves21@gmail.com Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths: M po/pt.po
Log Message: ----------- Translated using Weblate (Portuguese)
Currently translated at 53.9% (1764 of 3267 strings)
[CI skip]
Commit: 2e9d5e987e5431c3cb2897bfae24ba811eaa4aa7 https://github.com/phpmyadmin/phpmyadmin/commit/2e9d5e987e5431c3cb2897bfae24... Author: Weblate noreply@weblate.org Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths: M import.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: e8a7ce11ae8c806ea39382da25e903bc23341bcb https://github.com/phpmyadmin/phpmyadmin/commit/e8a7ce11ae8c806ea39382da25e9... Author: Domen mitenem@outlook.com Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths: M po/sl.po
Log Message: ----------- Translated using Weblate (Slovenian)
Currently translated at 100.0% (3267 of 3267 strings)
[CI skip]
Commit: b041c13a0c013e6d9c74921fea0b59a698e5105d https://github.com/phpmyadmin/phpmyadmin/commit/b041c13a0c013e6d9c74921fea0b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths: M libraries/classes/CreateAddField.php
Log Message: ----------- Fix CreateAddField methods visibility
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: e7900a82cbdb3875a47ba405ebf9f8efae5d5c22 https://github.com/phpmyadmin/phpmyadmin/commit/e7900a82cbdb3875a47ba405ebf9... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths: A test/classes/CreateAddFieldTest.php
Log Message: ----------- Add CreateAddFieldTest
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 72bcc1336f4986e9f2b3aa9c9ffe590284de7b65 https://github.com/phpmyadmin/phpmyadmin/commit/72bcc1336f4986e9f2b3aa9c9ffe... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths: M libraries/classes/Config/FormDisplayTemplate.php A templates/config/form_display/fieldset_bottom.twig
Log Message: ----------- Use template for displayFieldsetBottom
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 729349d326b620f3aafb5bb728f8afefccd37dc3 https://github.com/phpmyadmin/phpmyadmin/commit/729349d326b620f3aafb5bb728f8... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths: M libraries/classes/Config/FormDisplayTemplate.php A templates/config/form_display/fieldset_top.twig
Log Message: ----------- Use template for displayFieldsetTop
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7efdc53d2ad4d8c02c053dcf276de433b148c2b2 https://github.com/phpmyadmin/phpmyadmin/commit/7efdc53d2ad4d8c02c053dcf276d... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths: M test/classes/CreateAddFieldTest.php
Log Message: ----------- Fix 'count parameter must be an array' error
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ce9902b5f59ca20e2ade2f0e87d0bb8f9a9ea0b5 https://github.com/phpmyadmin/phpmyadmin/commit/ce9902b5f59ca20e2ade2f0e87d0... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths: M libraries/classes/Config/FormDisplayTemplate.php A templates/config/form_display/group_header.twig
Log Message: ----------- Use template for displayGroupHeader
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f64e0e1742b9ec6574c48f03b6291f9e4bf65366 https://github.com/phpmyadmin/phpmyadmin/commit/f64e0e1742b9ec6574c48f03b629... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths: M libraries/classes/Config/FormDisplayTemplate.php A templates/config/form_display/errors.twig M test/classes/Config/FormDisplayTemplateTest.php M test/classes/Config/FormDisplayTest.php
Log Message: ----------- Use template for displayErrors
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ed76f7cffd1a35fea4e105a8f98d4ade19fbf96c https://github.com/phpmyadmin/phpmyadmin/commit/ed76f7cffd1a35fea4e105a8f98d... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths: M libraries/classes/Config/FormDisplayTemplate.php M setup/frames/config.inc.php M test/classes/Config/FormDisplayTemplateTest.php
Log Message: ----------- Remove displayFieldsetBottomSimple method
Can be replaced by displayFieldsetBottom(false)
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 70b592ba61919676ef1a03eb45548b083e6e8c41 https://github.com/phpmyadmin/phpmyadmin/commit/70b592ba61919676ef1a03eb4554... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths: M libraries/classes/Config/FormDisplayTemplate.php A templates/config/form_display/tabs_bottom.twig
Log Message: ----------- Usa template for displayTabsBottom
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 1f482ff6e7f2824ecff4cb7803c76bbae7ab4d13 https://github.com/phpmyadmin/phpmyadmin/commit/1f482ff6e7f2824ecff4cb7803c7... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths: M libraries/classes/Config/FormDisplayTemplate.php A templates/config/form_display/form_bottom.twig
Log Message: ----------- Use template for displayFormBottom
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 10b8730df50d9b9415ad686b9e9baeeefcc7af3a https://github.com/phpmyadmin/phpmyadmin/commit/10b8730df50d9b9415ad686b9e9b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths: M libraries/classes/Database/Qbe.php A templates/database/qbe/column_select_cell.twig
Log Message: ----------- Use template for _showColumnSelectCell
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7586c2904af3e4c35c04d7bbe60f73aa6a772421 https://github.com/phpmyadmin/phpmyadmin/commit/7586c2904af3e4c35c04d7bbe60f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-11 (Sat, 11 Nov 2017)
Changed paths: M libraries/classes/Database/Qbe.php A templates/database/qbe/sort_select_cell.twig M test/classes/Database/QbeTest.php
Log Message: ----------- Use template for _getSortSelectCell
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 6c90b384f7f13f36a9f63feab393c110c21e24ed https://github.com/phpmyadmin/phpmyadmin/commit/6c90b384f7f13f36a9f63feab393... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-11 (Sat, 11 Nov 2017)
Changed paths: M libraries/classes/Database/Qbe.php M templates/database/qbe/sort_select_cell.twig M test/classes/Database/QbeTest.php
Log Message: ----------- Refactor _getSortSelectCell
Move 'selected' html to template.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 3a00dc7d0a2f92f552909edf7343b4cd4008b9de https://github.com/phpmyadmin/phpmyadmin/commit/3a00dc7d0a2f92f552909edf7343... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-11 (Sat, 11 Nov 2017)
Changed paths: M libraries/classes/Database/Qbe.php A templates/database/qbe/sort_order_select_cell.twig
Log Message: ----------- Use template for _getSortOrderSelectCell
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 3eed95aba0c5a0bcc31d43c27cc47677f058751b https://github.com/phpmyadmin/phpmyadmin/commit/3eed95aba0c5a0bcc31d43c27cc4... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-11 (Sat, 11 Nov 2017)
Changed paths: M libraries/classes/Database/Qbe.php A templates/database/qbe/footer_options.twig M test/classes/Database/QbeTest.php
Log Message: ----------- Use template for _getFootersOptions
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 1f98dcf1c2771e8557cd6151795eed8a8ec53456 https://github.com/phpmyadmin/phpmyadmin/commit/1f98dcf1c2771e8557cd6151795e... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-12 (Sun, 12 Nov 2017)
Changed paths: M libraries/classes/Database/Designer.php M libraries/classes/PmdCommon.php
Log Message: ----------- Fix designer not showing table column information
Fix #13809
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 895ee146d625ee01ab837684711c93e6c23abcd8 https://github.com/phpmyadmin/phpmyadmin/commit/895ee146d625ee01ab837684711c... Author: Michal Čihař michal@cihar.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M libraries/classes/Header.php
Log Message: ----------- Fix undefined variable wihout DB connection
This might be called from path where DB connection is not needed.
Fixes #13805
Signed-off-by: Michal Čihař michal@cihar.com
Commit: fd9d7c13385c58a175be80784defdb642f5e14d2 https://github.com/phpmyadmin/phpmyadmin/commit/fd9d7c13385c58a175be80784def... Author: jan madsen jsm@janz.dk Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M po/da.po
Log Message: ----------- Translated using Weblate (Danish)
Currently translated at 99.5% (3252 of 3267 strings)
[CI skip]
Commit: 24c48d999ae71d75e83eb6c452000e16b58bf992 https://github.com/phpmyadmin/phpmyadmin/commit/24c48d999ae71d75e83eb6c45200... Author: Weblate noreply@weblate.org Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M libraries/classes/Header.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 35ee4d4e8e437f1c50fdddaa74e5cf23ff2c2765 https://github.com/phpmyadmin/phpmyadmin/commit/35ee4d4e8e437f1c50fdddaa74e5... Author: Michal Čihař michal@cihar.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7'
Commit: ec2adf0e56d360fd89834142316e2a6ca7ad1d77 https://github.com/phpmyadmin/phpmyadmin/commit/ec2adf0e56d360fd89834142316e... Author: Michal Čihař michal@cihar.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M ChangeLog M libraries/config.default.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 0b72311db17d0b92cd251d3abe7eb6abf8479c0f https://github.com/phpmyadmin/phpmyadmin/commit/0b72311db17d0b92cd251d3abe7e... Author: Michal Čihař michal@cihar.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M po/da.po
Log Message: ----------- Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Commit: f1f011b72629e1e62fe34d629c992a896562b0f0 https://github.com/phpmyadmin/phpmyadmin/commit/f1f011b72629e1e62fe34d629c99... Author: Michal Čihař michal@cihar.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M .travis.yml
Log Message: ----------- Use PHP 7.1 for Selenium tests
The 7.2 seems to be quite unstable on Travis CI.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: cedad5f9314b9ac5bf2f5017bd57ca321b2cfb6e https://github.com/phpmyadmin/phpmyadmin/commit/cedad5f9314b9ac5bf2f5017bd57... Author: Michal Čihař michal@cihar.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M js/functions.js R js/get_image.js.php M libraries/classes/Header.php M libraries/classes/Scripts.php M libraries/classes/Theme.php M libraries/classes/Util.php R scripts/generate-sprites M test/classes/Config/FormDisplayTemplateTest.php M test/classes/FooterTest.php M test/classes/InsertEditTest.php M test/classes/MessageTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/ThemeTest.php M test/classes/UtilTest.php M test/libraries/Files_test.php M test/selenium/TestBase.php R themes/original/img/sprites.png R themes/original/sprites.lib.php R themes/pmahomme/img/sprites.png R themes/pmahomme/sprites.lib.php
Log Message: ----------- Remove sprites from the themes
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 912d367a3b4c400c5b956d100bac7e68652f2cfc https://github.com/phpmyadmin/phpmyadmin/commit/912d367a3b4c400c5b956d100bac... Author: Michal Čihař michal@cihar.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M doc/faq.rst M doc/two_factor.rst
Log Message: ----------- Fix some redirecting URLs
Signed-off-by: Michal Čihař michal@cihar.com
Commit: b2f25b50ad4880e49406e0aea5deccccb82686cb https://github.com/phpmyadmin/phpmyadmin/commit/b2f25b50ad4880e49406e0aea5de... Author: Michal Čihař michal@cihar.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M js/functions.js R js/get_image.js.php M libraries/classes/Header.php M libraries/classes/Scripts.php M libraries/classes/Theme.php M libraries/classes/Util.php R scripts/generate-sprites M test/classes/Config/FormDisplayTemplateTest.php M test/classes/FooterTest.php M test/classes/InsertEditTest.php M test/classes/MessageTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/ThemeTest.php M test/classes/UtilTest.php M test/libraries/Files_test.php M test/selenium/TestBase.php R themes/original/img/sprites.png R themes/original/sprites.lib.php R themes/pmahomme/img/sprites.png R themes/pmahomme/sprites.lib.php
Log Message: ----------- Merge pull request #13797 from nijel/nosprites
Remove sprites from the themes
Commit: 6ef0943541e03be4283cb3b60dd1e8a3b0f07124 https://github.com/phpmyadmin/phpmyadmin/commit/6ef0943541e03be4283cb3b60dd1... Author: M1ckm mmmickmason2@gmail.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M po/en_GB.po
Log Message: ----------- Translated using Weblate (English (United Kingdom))
Currently translated at 98.7% (3225 of 3267 strings)
[CI skip]
Commit: d9ab8cbd891c4e16f43984acc322d652da480f7f https://github.com/phpmyadmin/phpmyadmin/commit/d9ab8cbd891c4e16f43984acc322... Author: Weblate noreply@weblate.org Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M doc/faq.rst M doc/two_factor.rst
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 842d35792fb43ca6e8c7da379e7e91caf0a61c22 https://github.com/phpmyadmin/phpmyadmin/commit/842d35792fb43ca6e8c7da379e7e... Author: Weblate noreply@weblate.org Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M js/functions.js R js/get_image.js.php M libraries/classes/Header.php M libraries/classes/Scripts.php M libraries/classes/Theme.php M libraries/classes/Util.php R scripts/generate-sprites M test/classes/Config/FormDisplayTemplateTest.php M test/classes/FooterTest.php M test/classes/InsertEditTest.php M test/classes/MessageTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/ThemeTest.php M test/classes/UtilTest.php M test/libraries/Files_test.php M test/selenium/TestBase.php R themes/original/img/sprites.png R themes/original/sprites.lib.php R themes/pmahomme/img/sprites.png R themes/pmahomme/sprites.lib.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 608242662d79d2be33e250b56f3d5f064ea9fb50 https://github.com/phpmyadmin/phpmyadmin/commit/608242662d79d2be33e250b56f3d... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M libraries/classes/Database/MultiTableQuery.php M templates/database/multi_table_query/new_column.twig
Log Message: ----------- Make Multi Table Query strings translatable.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d66d86c5d6ac2c3cfc7ac610925204d9f0361f78 https://github.com/phpmyadmin/phpmyadmin/commit/d66d86c5d6ac2c3cfc7ac6109252... Author: Michal Čihař michal@cihar.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M po/en_GB.po
Log Message: ----------- Translated using Weblate (English (United Kingdom))
Currently translated at 98.6% (3223 of 3267 strings)
[CI skip]
Commit: c82669ba57501e15e26cb6bed3fe4e2f4c38ef02 https://github.com/phpmyadmin/phpmyadmin/commit/c82669ba57501e15e26cb6bed3fe... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M libraries/classes/Database/MultiTableQuery.php A templates/database/multi_table_query/columns.twig
Log Message: ----------- Use template for getColumnsHTML
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 41dfe10efee2ce39060d59320850f3d5ecab02b1 https://github.com/phpmyadmin/phpmyadmin/commit/41dfe10efee2ce39060d59320850... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M libraries/classes/Database/MultiTableQuery.php A templates/database/multi_table_query/form.twig
Log Message: ----------- Use template for getFormHTML
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 8ec6d433a0154e708e0e9e57d4e3cbfb3d618e05 https://github.com/phpmyadmin/phpmyadmin/commit/8ec6d433a0154e708e0e9e57d4e3... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M templates/database/multi_table_query/new_column.twig
Log Message: ----------- Add missing trans tag
[CI skip]
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: a76fb00ce68fc4189740e2e7fba15c1ac7aec0ea https://github.com/phpmyadmin/phpmyadmin/commit/a76fb00ce68fc4189740e2e7fba1... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M db_multi_table_query.php M libraries/classes/Database/MultiTableQuery.php
Log Message: ----------- Refactor Database/MultiTableQuery to use DI
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 45de599d797569ce78c0a9cc743cb1c0f0ae29db https://github.com/phpmyadmin/phpmyadmin/commit/45de599d797569ce78c0a9cc743c... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M libraries/classes/Database/MultiTableQuery.php R templates/database/multi_table_query/columns.twig M templates/database/multi_table_query/form.twig
Log Message: ----------- Move columns template into form template
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: fc08cca15bc5666c72eb20860cd7562401a97f77 https://github.com/phpmyadmin/phpmyadmin/commit/fc08cca15bc5666c72eb20860cd7... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M db_multi_table_query.php M libraries/classes/Database/MultiTableQuery.php M templates/database/multi_table_query/form.twig M templates/database/multi_table_query/new_column.twig
Log Message: ----------- Refactor getFormHTML method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f7d876296e69e942bdc8cf8dc34955c5b9fce81a https://github.com/phpmyadmin/phpmyadmin/commit/f7d876296e69e942bdc8cf8dc349... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M templates/database/multi_table_query/form.twig R templates/database/multi_table_query/new_column.twig
Log Message: ----------- Move new_column template into form template
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: b996919c4773c75f097122a3500e5faba5845548 https://github.com/phpmyadmin/phpmyadmin/commit/b996919c4773c75f097122a3500e... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M db_multi_table_query.php M libraries/classes/Database/MultiTableQuery.php
Log Message: ----------- Move query results logic into MultiTableQuery class
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 702d6e660036243015eae56b6be2a76ae7c958c9 https://github.com/phpmyadmin/phpmyadmin/commit/702d6e660036243015eae56b6be2... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M db_multi_table_query.php M libraries/classes/Database/MultiTableQuery.php R templates/database/multi_table_query/columns.twig M templates/database/multi_table_query/form.twig R templates/database/multi_table_query/new_column.twig
Log Message: ----------- Merge pull request #13811 from mauriciofauth/query
Refactor PhpMyAdmin\Database\MultiTableQuery class
Commit: 9859b20af878f25db63d4e9e47e0598009839e50 https://github.com/phpmyadmin/phpmyadmin/commit/9859b20af878f25db63d4e9e47e0... Author: M1ckm mmmickmason2@gmail.com Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M po/en_GB.po
Log Message: ----------- Translated using Weblate (English (United Kingdom))
Currently translated at 98.8% (3229 of 3267 strings)
[CI skip]
Commit: 2da54c8140b55bc9f83a9ef97dd0b4ff56e74bd9 https://github.com/phpmyadmin/phpmyadmin/commit/2da54c8140b55bc9f83a9ef97dd0... Author: Weblate noreply@weblate.org Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M db_multi_table_query.php M libraries/classes/Database/MultiTableQuery.php R templates/database/multi_table_query/columns.twig M templates/database/multi_table_query/form.twig R templates/database/multi_table_query/new_column.twig
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: e147d601f023d97d52867c7295423e8d70f16ad4 https://github.com/phpmyadmin/phpmyadmin/commit/e147d601f023d97d52867c729542... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M po/en_GB.po
Log Message: ----------- Translated using Weblate (English (United Kingdom))
Currently translated at 98.7% (3227 of 3267 strings)
[CI skip]
Commit: 1f83573291d45291626fe66c8188dff3782279f7 https://github.com/phpmyadmin/phpmyadmin/commit/1f83573291d45291626fe66c8188... Author: Kylychbek Turdakunov kylychbek_tk@yahoo.com Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M po/ky.po
Log Message: ----------- Translated using Weblate (Kyrgyz)
Currently translated at 1.8% (59 of 3267 strings)
[CI skip]
Commit: 4243f7335cd4b88ce15ee540b7382eebc89140de https://github.com/phpmyadmin/phpmyadmin/commit/4243f7335cd4b88ce15ee540b738... Author: Michal Čihař michal@cihar.com Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M po/ms.po
Log Message: ----------- Translated using Weblate (Malay)
Currently translated at 10.1% (333 of 3267 strings)
[CI skip]
Commit: 8c89c4b681edab5f00f3c5cdbb0cd78e5b191091 https://github.com/phpmyadmin/phpmyadmin/commit/8c89c4b681edab5f00f3c5cdbb0c... Author: Michal Čihař michal@cihar.com Date: 2017-11-14 (Tue, 14 Nov 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: b897e9ff5e74e1d632434c5ff28002033ea29244 https://github.com/phpmyadmin/phpmyadmin/commit/b897e9ff5e74e1d632434c5ff280... Author: Michal Čihař michal@cihar.com Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M po/af.po M po/ar.po M po/az.po M po/be.po M po/be@latin.po M po/bg.po M po/bn.po M po/br.po M po/brx.po M po/bs.po M po/ca.po M po/ckb.po M po/cs.po M po/cy.po M po/da.po M po/de.po M po/el.po M po/en_GB.po M po/eo.po M po/es.po M po/et.po M po/eu.po M po/fa.po M po/fi.po M po/fil.po M po/fr.po M po/fy.po M po/gl.po M po/gu.po M po/he.po M po/hi.po M po/hr.po M po/hu.po M po/hy.po M po/ia.po M po/id.po M po/ig.po M po/it.po M po/ja.po M po/ka.po M po/kab.po M po/kk.po M po/km.po M po/kn.po M po/ko.po M po/ksh.po M po/ku.po M po/ky.po M po/li.po M po/lt.po M po/lv.po M po/mk.po M po/ml.po M po/mn.po M po/ms.po M po/nb.po M po/ne.po M po/nl.po M po/pa.po M po/phpmyadmin.pot M po/pl.po M po/pt.po M po/pt_BR.po M po/ro.po M po/ru.po M po/si.po M po/sk.po M po/sl.po M po/sq.po M po/sr.po M po/sr@latin.po M po/sv.po M po/ta.po M po/te.po M po/th.po M po/tk.po M po/tr.po M po/tt.po M po/ug.po M po/uk.po M po/ur.po M po/uz.po M po/uz@latin.po M po/vi.po M po/vls.po M po/zh_CN.po M po/zh_TW.po
Log Message: ----------- Update po files
[CI skip]
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 3f21f02cc4fbb7e2f78d2af42d417dab993b7edc https://github.com/phpmyadmin/phpmyadmin/commit/3f21f02cc4fbb7e2f78d2af42d41... Author: Michal Čihař michal@cihar.com Date: 2017-11-14 (Tue, 14 Nov 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 22efbd263e69c05a7f4a3ae095c4bf27387e9bb2 https://github.com/phpmyadmin/phpmyadmin/commit/22efbd263e69c05a7f4a3ae095c4... Author: Michal Čihař michal@cihar.com Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M libraries/classes/Config/Descriptions.php M libraries/classes/Sql.php M libraries/classes/Transformations.php M po/af.po M po/ar.po M po/az.po M po/be.po M po/be@latin.po M po/bg.po M po/bn.po M po/br.po M po/brx.po M po/bs.po M po/ca.po M po/ckb.po M po/cs.po M po/cy.po M po/da.po M po/de.po M po/el.po M po/en_GB.po M po/eo.po M po/es.po M po/et.po M po/eu.po M po/fa.po M po/fi.po M po/fil.po M po/fr.po M po/fy.po M po/gl.po M po/gu.po M po/he.po M po/hi.po M po/hr.po M po/hu.po M po/hy.po M po/ia.po M po/id.po M po/ig.po M po/it.po M po/ja.po M po/ka.po M po/kab.po M po/kk.po M po/km.po M po/kn.po M po/ko.po M po/ksh.po M po/ku.po M po/ky.po M po/li.po M po/lt.po M po/lv.po M po/mk.po M po/ml.po M po/mn.po M po/ms.po M po/nb.po M po/ne.po M po/nl.po M po/pa.po M po/phpmyadmin.pot M po/pl.po M po/pt.po M po/pt_BR.po M po/ro.po M po/ru.po M po/si.po M po/sk.po M po/sl.po M po/sq.po M po/sr.po M po/sr@latin.po M po/sv.po M po/ta.po M po/te.po M po/th.po M po/tk.po M po/tr.po M po/tt.po M po/ug.po M po/uk.po M po/ur.po M po/uz.po M po/uz@latin.po M po/vi.po M po/vls.po M po/zh_CN.po M po/zh_TW.po M test/classes/Display/ResultsTest.php
Log Message: ----------- Fix typo in transformation
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 0146b3e5d0a29124c9dd53b7c761366e275790ed https://github.com/phpmyadmin/phpmyadmin/commit/0146b3e5d0a29124c9dd53b7c761... Author: Kristjan Räts kristjanrats@gmail.com Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M po/et.po
Log Message: ----------- Translated using Weblate (Estonian)
Currently translated at 100.0% (3278 of 3278 strings)
[CI skip]
Commit: f20083a9f4dbfebf5c70fca2cd18c0d880ee8672 https://github.com/phpmyadmin/phpmyadmin/commit/f20083a9f4dbfebf5c70fca2cd18... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M templates/table/secondary_tabs.twig
Log Message: ----------- Fix missing icons
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: b6978b119c7937f1d06a0e4077a18d28be51634c https://github.com/phpmyadmin/phpmyadmin/commit/b6978b119c7937f1d06a0e4077a1... Author: Giovanni Sora g.sora@tiscali.it Date: 2017-11-15 (Wed, 15 Nov 2017)
Changed paths: M po/ia.po
Log Message: ----------- Translated using Weblate (Interlingua)
Currently translated at 75.2% (2466 of 3278 strings)
[CI skip]
Commit: 4f5f4e89d3caeafd4e32c25397cb44b21fbb31bb https://github.com/phpmyadmin/phpmyadmin/commit/4f5f4e89d3caeafd4e32c25397cb... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-15 (Wed, 15 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.5% (3230 of 3278 strings)
[CI skip]
Commit: 261afcbbe414b0651289d1f5b90c5d0f8706ca87 https://github.com/phpmyadmin/phpmyadmin/commit/261afcbbe414b0651289d1f5b90c... Author: Weblate noreply@weblate.org Date: 2017-11-15 (Wed, 15 Nov 2017)
Changed paths: M templates/table/secondary_tabs.twig
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: e47dc0231bf33ada38bfe1d80810bdb7e339ad4d https://github.com/phpmyadmin/phpmyadmin/commit/e47dc0231bf33ada38bfe1d80810... Author: Burak Yavuz hitowerdigit@hotmail.com Date: 2017-11-15 (Wed, 15 Nov 2017)
Changed paths: M po/tr.po
Log Message: ----------- Translated using Weblate (Turkish)
Currently translated at 100.0% (3278 of 3278 strings)
[CI skip]
Commit: 6ba00988fc10e0c7e13a9bacfa4ef4cb43992483 https://github.com/phpmyadmin/phpmyadmin/commit/6ba00988fc10e0c7e13a9bacfa4e... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M composer.json
Log Message: ----------- Allow older version of symfony-expression language
This is to stay compatible with (slightly) older PHP versions. Also this is same as used in phpmyadmin/motranslator.
Fixes #13812
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 1abc45b62f2cdad5be48e3e2e367e64d0a31e8bf https://github.com/phpmyadmin/phpmyadmin/commit/1abc45b62f2cdad5be48e3e2e367... Author: Domen mitenem@outlook.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M po/sl.po
Log Message: ----------- Translated using Weblate (Slovenian)
Currently translated at 99.6% (3267 of 3278 strings)
[CI skip]
Commit: a38a8b9243ea2bdb444f8e34da9884bebf1677eb https://github.com/phpmyadmin/phpmyadmin/commit/a38a8b9243ea2bdb444f8e34da98... Author: Weblate noreply@weblate.org Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M composer.json
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 8e0b17b9ded55d23ac366bea25ac91586badfe60 https://github.com/phpmyadmin/phpmyadmin/commit/8e0b17b9ded55d23ac366bea25ac... Author: Domen mitenem@outlook.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M po/sl.po
Log Message: ----------- Translated using Weblate (Slovenian)
Currently translated at 100.0% (3278 of 3278 strings)
[CI skip]
Commit: efe62c9422771128ea1ae0f200c945478a1bfdc7 https://github.com/phpmyadmin/phpmyadmin/commit/efe62c9422771128ea1ae0f200c9... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M libraries/classes/Util.php
Log Message: ----------- Remove special case for JS event handlers in Util::linkOrButton
This is not used anywhere and makes little sense anyway.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 3b9fb2b664632557866feb083b59743ed60d1e22 https://github.com/phpmyadmin/phpmyadmin/commit/3b9fb2b664632557866feb083b59... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M js/ajax.js M js/functions.js M js/gis_data_editor.js M js/sql.js M libraries/classes/Util.php M libraries/common.inc.php
Log Message: ----------- Simplify handling of long URLs in Util::linkOrButton
We no longer create form, but rather rather tag the link to be handled as POST on the client side.
This way the code is way simpler without need on any special case handling on server side.
Fixes #13649
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 816c42665af83d8f2652c6c0e9c0d92c63526ae6 https://github.com/phpmyadmin/phpmyadmin/commit/816c42665af83d8f2652c6c0e9c0... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M test/classes/UtilTest.php
Log Message: ----------- Add tests for Util::linkOrButton
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 50c65bc3fb9aec08b7a24e6482f885e817b5ad2d https://github.com/phpmyadmin/phpmyadmin/commit/50c65bc3fb9aec08b7a24e6482f8... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php M libraries/classes/InsertEdit.php M libraries/classes/Util.php M templates/table/search/input_box.twig M test/classes/UtilTest.php
Log Message: ----------- Remove no longer needed $new_form from Util::linkOrButton
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 1a0bb3ebd54896383aa9de7bf5a2ca62001d249c https://github.com/phpmyadmin/phpmyadmin/commit/1a0bb3ebd54896383aa9de7bf5a2... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M libraries/classes/Util.php
Log Message: ----------- Avoid using mb_* function for URL length calculation
It is handled in bytes on the webserver side, so use limits in bytes not in chars as mb_strlen does.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 657ee671fc8532e5c6577474ec3856976eaab8c9 https://github.com/phpmyadmin/phpmyadmin/commit/657ee671fc8532e5c6577474ec38... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M libraries/classes/Util.php
Log Message: ----------- Avoid double html encoding of link target
This is done when printing the attributes as well.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 99e9854473155a5337fc9361d9eba4bae3d30792 https://github.com/phpmyadmin/phpmyadmin/commit/99e9854473155a5337fc9361d9eb... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M libraries/classes/Util.php M test/classes/Display/ResultsTest.php
Log Message: ----------- Always use POST for links containing SQL query
This way the SQL queries will not apper in the web server logs.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 9c087ccffcd6dc2324a63036d19dce2efbafa0fc https://github.com/phpmyadmin/phpmyadmin/commit/9c087ccffcd6dc2324a63036d19d... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M libraries/classes/Util.php
Log Message: ----------- Document when POST is used in Util::linkOrButton
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 486ab532f3f9621dc8fd8b656721e00e57e33a74 https://github.com/phpmyadmin/phpmyadmin/commit/486ab532f3f9621dc8fd8b656721... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M libraries/classes/Util.php
Log Message: ----------- Remove magic to add message in Util::linkOrButton
The passed parameter should be already valid, we should avoid expensive processing of the data such as calling strip_tags on every text containing <img.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 3cd104a45411326c01b968c8acbfc6e98300cead https://github.com/phpmyadmin/phpmyadmin/commit/3cd104a45411326c01b968c8acbf... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M libraries/classes/Util.php
Log Message: ----------- Remove not needed $force_button paratemet from Util::linkOrButton
It was used to force POST for few links with the SQL, but that is now done automatically.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: ad72aaecc22ab6e816431a4dda88520a3d5512b1 https://github.com/phpmyadmin/phpmyadmin/commit/ad72aaecc22ab6e816431a4dda88... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php M libraries/classes/Util.php
Log Message: ----------- Avoid passing default params to Util::linkOrButton
Do not pass optional parameters with default values.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: f29640c5d8f155e520b4ff30a769d5bf8c2d1ff1 https://github.com/phpmyadmin/phpmyadmin/commit/f29640c5d8f155e520b4ff30a769... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php M libraries/classes/InsertEdit.php M libraries/classes/Util.php M templates/table/search/input_box.twig M test/classes/UtilTest.php
Log Message: ----------- Remove $strip_img parameter from Util::linkOrButton
It did not behave as documented for ages, it only influenced whether additional text was added to the link.
Callers should use parameters to Util::getIcon to achieve this (if it is actually needed somewhere)
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 868bb18c984af9b24bf53f9569c9dfe597b97db7 https://github.com/phpmyadmin/phpmyadmin/commit/868bb18c984af9b24bf53f9569c9... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M libraries/classes/Controllers/Server/ServerEnginesController.php
Log Message: ----------- Better deal with unitialized page
Fixes #13814
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 73f2f1f14118023730a3d6d87aa60be4db4050f7 https://github.com/phpmyadmin/phpmyadmin/commit/73f2f1f14118023730a3d6d87aa6... Author: Aled Powell aled@aledpowell.cymru Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M po/cy.po
Log Message: ----------- Translated using Weblate (Welsh)
Currently translated at 15.7% (515 of 3278 strings)
[CI skip]
Commit: a08d13813e0922180cb02d0cafd35a0367929468 https://github.com/phpmyadmin/phpmyadmin/commit/a08d13813e0922180cb02d0cafd3... Author: Weblate noreply@weblate.org Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M libraries/classes/Controllers/Server/ServerEnginesController.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 4669a589c6b8b03db6367c5b1bf473882b160572 https://github.com/phpmyadmin/phpmyadmin/commit/4669a589c6b8b03db6367c5b1bf4... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M po/cy.po
Log Message: ----------- Translated using Weblate (Welsh)
Currently translated at 15.7% (515 of 3278 strings)
[CI skip]
Commit: 152c4857c2e1c6d259126bb1ff8642120cc665fe https://github.com/phpmyadmin/phpmyadmin/commit/152c4857c2e1c6d259126bb1ff86... Author: Michal Čihař michal@cihar.com Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths: M js/ajax.js M js/functions.js M js/gis_data_editor.js M js/sql.js M libraries/classes/Display/Results.php M libraries/classes/InsertEdit.php M libraries/classes/Util.php M libraries/common.inc.php M templates/table/search/input_box.twig M test/classes/Display/ResultsTest.php M test/classes/UtilTest.php
Log Message: ----------- Merge pull request #13817 from nijel/link-or-button
Simplify handling of long URLs in Util::linkOrButton
Commit: 06d0d5f941579051149a849f79d799b3d30c85ff https://github.com/phpmyadmin/phpmyadmin/commit/06d0d5f941579051149a849f79d7... Author: Viktar Vauchkevich victorenator@gmail.com Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M po/be.po
Log Message: ----------- Translated using Weblate (Belarusian)
Currently translated at 63.1% (2071 of 3278 strings)
[CI skip]
Commit: 187acd9955179a01ecca049b18f05cf76cd7a31b https://github.com/phpmyadmin/phpmyadmin/commit/187acd9955179a01ecca049b18f0... Author: Michal Čihař michal@cihar.com Date: 2017-11-18 (Sat, 18 Nov 2017)
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7'
Commit: b6a8589037d4053bcfef2c972b7fbfd44ea952a9 https://github.com/phpmyadmin/phpmyadmin/commit/b6a8589037d4053bcfef2c972b7f... Author: Michal Čihař michal@cihar.com Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M ChangeLog M libraries/classes/Dbi/DbiMysqli.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: e09575f5c7033117c6225e7404ecad1b47ccf5ae https://github.com/phpmyadmin/phpmyadmin/commit/e09575f5c7033117c6225e7404ec... Author: Michal Čihař michal@cihar.com Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M po/be.po
Log Message: ----------- Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Commit: e41ad0c6239277cd62c09a9a5098b9bea7bf3ac0 https://github.com/phpmyadmin/phpmyadmin/commit/e41ad0c6239277cd62c09a9a5098... Author: tmtisfree tmtisfree@free.fr Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 99.0% (3247 of 3278 strings)
[CI skip]
Commit: 9d49ea8ef543ffd37106cdb35718429f935f57c4 https://github.com/phpmyadmin/phpmyadmin/commit/9d49ea8ef543ffd37106cdb35718... Author: Андрей andreyvlasov666@gmail.com Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M po/ru.po
Log Message: ----------- Translated using Weblate (Russian)
Currently translated at 98.3% (3225 of 3278 strings)
[CI skip]
Commit: 4a8dd6b607089929c60daadb091602ba84b48dda https://github.com/phpmyadmin/phpmyadmin/commit/4a8dd6b607089929c60daadb0916... Author: Weblate noreply@weblate.org Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M ChangeLog M libraries/classes/Dbi/DbiMysqli.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 92b82765afea30bbdd382bd4f691d768d0a8d737 https://github.com/phpmyadmin/phpmyadmin/commit/92b82765afea30bbdd382bd4f691... Author: tmtisfree tmtisfree@free.fr Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 100.0% (3278 of 3278 strings)
[CI skip]
Commit: dba5237520255b60785034b513d67b502067b820 https://github.com/phpmyadmin/phpmyadmin/commit/dba5237520255b60785034b513d6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php A templates/display/results/show_all_checkbox.twig M test/classes/Display/ResultsTest.php
Log Message: ----------- Use template for _getShowAllCheckboxForTableNavigation
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 1852c2c4da69ba98b71cec42ddc330cb840ba995 https://github.com/phpmyadmin/phpmyadmin/commit/1852c2c4da69ba98b71cec42ddc3... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php A templates/display/results/additional_fields.twig M templates/display/results/show_all_checkbox.twig
Log Message: ----------- Use template for _getAdditionalFieldsForTableNavigation
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: dfa796be071d7d06dea67a9f5435b866e757f6e0 https://github.com/phpmyadmin/phpmyadmin/commit/dfa796be071d7d06dea67a9f5435... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php A templates/display/results/table_navigation_button.twig M test/classes/Display/ResultsTest.php
Log Message: ----------- Use template for _getTableNavigationButton
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f513738e7acba6c881619478c5fd24d6e6e32e46 https://github.com/phpmyadmin/phpmyadmin/commit/f513738e7acba6c881619478c5fd... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php A templates/display/results/options_block.twig
Log Message: ----------- Use template for _getOptionsBlock
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: fdf7cd75dbbb0b86c121bcfb42cd9f793a1c2425 https://github.com/phpmyadmin/phpmyadmin/commit/fdf7cd75dbbb0b86c121bcfb42cd... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php A templates/display/results/multi_row_operations_form.twig
Log Message: ----------- Use template for _getFormForMultiRowOperations
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 9d79d04af723b8831447d7c24cb6a8d908facc25 https://github.com/phpmyadmin/phpmyadmin/commit/9d79d04af723b8831447d7c24cb6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php A templates/display/results/comment_for_row.twig
Log Message: ----------- Use template for _getCommentForRow
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 70e9ec0fcd01f72d79eea3ebff9be45d908bb99a https://github.com/phpmyadmin/phpmyadmin/commit/70e9ec0fcd01f72d79eea3ebff9b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php A templates/display/results/value_display.twig M test/classes/Display/ResultsTest.php
Log Message: ----------- Use template for _buildValueDisplay
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: bdb35e57692ef84b466e2dc1dcb4825789eeb867 https://github.com/phpmyadmin/phpmyadmin/commit/bdb35e57692ef84b466e2dc1dcb4... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-19 (Sun, 19 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php A templates/display/results/null_display.twig M test/classes/Display/ResultsTest.php
Log Message: ----------- Use template for _buildNullDisplay method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f50cac4d86c001a965d05594bfd6ae28a13998d3 https://github.com/phpmyadmin/phpmyadmin/commit/f50cac4d86c001a965d05594bfd6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-19 (Sun, 19 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php A templates/display/results/empty_display.twig
Log Message: ----------- Use template for _buildEmptyDisplay method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d498b0c48943b5622cb5811030cf63f96838804c https://github.com/phpmyadmin/phpmyadmin/commit/d498b0c48943b5622cb5811030cf... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-19 (Sun, 19 Nov 2017)
Changed paths: M libraries/classes/Display/Results.php A templates/display/results/additional_fields.twig A templates/display/results/comment_for_row.twig A templates/display/results/empty_display.twig A templates/display/results/multi_row_operations_form.twig A templates/display/results/null_display.twig A templates/display/results/options_block.twig A templates/display/results/show_all_checkbox.twig A templates/display/results/table_navigation_button.twig A templates/display/results/value_display.twig M test/classes/Display/ResultsTest.php
Log Message: ----------- Merge pull request #13819 from mauriciofauth/display-results
Use templates for some of Display/Results methods
Commit: a622e859c6c2c3c7403a666444b89a77e331d5bc https://github.com/phpmyadmin/phpmyadmin/commit/a622e859c6c2c3c7403a666444b8... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-19 (Sun, 19 Nov 2017)
Changed paths: M templates/columns_definitions/table_fields_definitions.twig
Log Message: ----------- Fix wrong backslash escape in twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: c8c696cb4d382bc54a08e792484218ac34dcdd57 https://github.com/phpmyadmin/phpmyadmin/commit/c8c696cb4d382bc54a08e7924842... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-19 (Sun, 19 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.6% (3235 of 3278 strings)
[CI skip]
Commit: a83c1bf6e57a06dfeccc0c5ddb8500266f84c285 https://github.com/phpmyadmin/phpmyadmin/commit/a83c1bf6e57a06dfeccc0c5ddb85... Author: Weblate noreply@weblate.org Date: 2017-11-19 (Sun, 19 Nov 2017)
Changed paths: M templates/columns_definitions/table_fields_definitions.twig
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 414f47ae7742e62c0958416e930174b7b5475e15 https://github.com/phpmyadmin/phpmyadmin/commit/414f47ae7742e62c0958416e9301... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.9% (3242 of 3278 strings)
[CI skip]
Commit: 8abee6b48b93bc904728ade97458d06ee80c6b3d https://github.com/phpmyadmin/phpmyadmin/commit/8abee6b48b93bc904728ade97458... Author: Miro Baía adm@pescweb.com Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.9% (3242 of 3278 strings)
[CI skip]
Commit: 82dfa7f910e7b93a3fd46ab0ad47fcc369852ecf https://github.com/phpmyadmin/phpmyadmin/commit/82dfa7f910e7b93a3fd46ab0ad47... Author: Guilherme Souza Silva g.szsilva@gmail.com Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.9% (3242 of 3278 strings)
[CI skip]
Commit: a828eebc6f63ce86c83b39f8d6552c6caae9afd2 https://github.com/phpmyadmin/phpmyadmin/commit/a828eebc6f63ce86c83b39f8d655... Author: dingo thirteen dingo13@gmail.com Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths: M po/nl.po
Log Message: ----------- Translated using Weblate (Dutch)
Currently translated at 100.0% (3278 of 3278 strings)
[CI skip]
Commit: a92287f19bf7786aaeac19b768068bdb81b6a684 https://github.com/phpmyadmin/phpmyadmin/commit/a92287f19bf7786aaeac19b76806... Author: anonymous <> Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths: M po/nl.po
Log Message: ----------- Translated using Weblate (Dutch)
Currently translated at 100.0% (3278 of 3278 strings)
[CI skip]
Commit: f0a4e78b9ebcf69dec2adaf55a2cc04b1d535afd https://github.com/phpmyadmin/phpmyadmin/commit/f0a4e78b9ebcf69dec2adaf55a2c... Author: Airon Luis Pereira airon.pereira@gmail.com Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.9% (3242 of 3278 strings)
[CI skip]
Commit: befd0faba66f9cbbadd3e3e60cfc4c987350e96f https://github.com/phpmyadmin/phpmyadmin/commit/befd0faba66f9cbbadd3e3e60cfc... Author: dingo thirteen dingo13@gmail.com Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths: M po/nl.po
Log Message: ----------- Translated using Weblate (Dutch)
Currently translated at 100.0% (3278 of 3278 strings)
[CI skip]
Commit: 5fc2c010daf903257625e19c631110cd04f463c2 https://github.com/phpmyadmin/phpmyadmin/commit/5fc2c010daf903257625e19c6311... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php M libraries/classes/Twig/PluginsExtension.php A templates/display/import/partial_import_option.twig
Log Message: ----------- Use template for getHtmlForImportOptionsPartialImport
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 63ac8cd82d0964f0aac38192564054cb080fb21c https://github.com/phpmyadmin/phpmyadmin/commit/63ac8cd82d0964f0aac381925640... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-22 (Wed, 22 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php M libraries/classes/Twig/UtilExtension.php A templates/display/import/other_option.twig
Log Message: ----------- Use template for getHtmlForImportOptionsOther
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: b81b03b376eda42f0935cbefd7dba8ad4b141064 https://github.com/phpmyadmin/phpmyadmin/commit/b81b03b376eda42f0935cbefd7db... Author: Isaac Bennetch bennetch@gmail.com Date: 2017-11-22 (Wed, 22 Nov 2017)
Changed paths: M libraries/classes/Plugins/TwoFactorPlugin.php M po/af.po M po/ar.po M po/az.po M po/be.po M po/be@latin.po M po/bg.po M po/bn.po M po/br.po M po/brx.po M po/bs.po M po/ca.po M po/ckb.po M po/cs.po M po/cy.po M po/da.po M po/de.po M po/el.po M po/en_GB.po M po/eo.po M po/es.po M po/et.po M po/eu.po M po/fa.po M po/fi.po M po/fil.po M po/fr.po M po/fy.po M po/gl.po M po/gu.po M po/he.po M po/hi.po M po/hr.po M po/hu.po M po/hy.po M po/ia.po M po/id.po M po/ig.po M po/it.po M po/ja.po M po/ka.po M po/kab.po M po/kk.po M po/km.po M po/kn.po M po/ko.po M po/ksh.po M po/ku.po M po/ky.po M po/li.po M po/lt.po M po/lv.po M po/mk.po M po/ml.po M po/mn.po M po/ms.po M po/nb.po M po/ne.po M po/nl.po M po/pa.po M po/pl.po M po/pt.po M po/pt_BR.po M po/ro.po M po/ru.po M po/si.po M po/sk.po M po/sl.po M po/sq.po M po/sr.po M po/sr@latin.po M po/sv.po M po/ta.po M po/te.po M po/th.po M po/tk.po M po/tr.po M po/tt.po M po/ug.po M po/uk.po M po/ur.po M po/uz.po M po/uz@latin.po M po/vi.po M po/vls.po M po/zh_CN.po M po/zh_TW.po
Log Message: ----------- Minor grammar fix and match existing styles
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 31481e1b7a2e75e4b0cdb95cffc85445aa103d02 https://github.com/phpmyadmin/phpmyadmin/commit/31481e1b7a2e75e4b0cdb95cffc8... Author: Isaac Bennetch bennetch@gmail.com Date: 2017-11-22 (Wed, 22 Nov 2017)
Changed paths: M po/af.po M po/ar.po M po/az.po M po/be.po M po/be@latin.po M po/bg.po M po/bn.po M po/br.po M po/brx.po M po/bs.po M po/ca.po M po/ckb.po M po/cs.po M po/cy.po M po/da.po M po/de.po M po/el.po M po/en_GB.po M po/eo.po M po/es.po M po/et.po M po/eu.po M po/fa.po M po/fi.po M po/fil.po M po/fr.po M po/fy.po M po/gl.po M po/gu.po M po/he.po M po/hi.po M po/hr.po M po/hu.po M po/hy.po M po/ia.po M po/id.po M po/ig.po M po/it.po M po/ja.po M po/ka.po M po/kab.po M po/kk.po M po/km.po M po/kn.po M po/ko.po M po/ksh.po M po/ku.po M po/ky.po M po/li.po M po/lt.po M po/lv.po M po/mk.po M po/ml.po M po/mn.po M po/ms.po M po/nb.po M po/ne.po M po/nl.po M po/pa.po M po/phpmyadmin.pot M po/pl.po M po/pt.po M po/pt_BR.po M po/ro.po M po/ru.po M po/si.po M po/sk.po M po/sl.po M po/sq.po M po/sr.po M po/sr@latin.po M po/sv.po M po/ta.po M po/te.po M po/th.po M po/tk.po M po/tr.po M po/tt.po M po/ug.po M po/uk.po M po/ur.po M po/uz.po M po/uz@latin.po M po/vi.po M po/vls.po M po/zh_CN.po M po/zh_TW.po
Log Message: ----------- Update po files
[CI skip]
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 6aec66fe377297aa14153e71f2e30f22d785b6ae https://github.com/phpmyadmin/phpmyadmin/commit/6aec66fe377297aa14153e71f2e3... Author: Isaac Bennetch bennetch@gmail.com Date: 2017-11-22 (Wed, 22 Nov 2017)
Changed paths: M doc/two_factor.rst
Log Message: ----------- Improvements to two-factor documentation
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 160b2bbe45ea01bc7475a82a45386c0d39f2b13f https://github.com/phpmyadmin/phpmyadmin/commit/160b2bbe45ea01bc7475a82a4538... Author: Giovanni Sora g.sora@tiscali.it Date: 2017-11-22 (Wed, 22 Nov 2017)
Changed paths: M po/ia.po
Log Message: ----------- Translated using Weblate (Interlingua)
Currently translated at 75.2% (2466 of 3278 strings)
[CI skip]
Commit: 621bd1d70e5cdbb2cab32202c8d1e43d69315eec https://github.com/phpmyadmin/phpmyadmin/commit/621bd1d70e5cdbb2cab32202c8d1... Author: Weblate noreply@weblate.org Date: 2017-11-22 (Wed, 22 Nov 2017)
Changed paths: M doc/two_factor.rst
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 2e038bd5cdf684a6551300eef5a6a89ee14ee39f https://github.com/phpmyadmin/phpmyadmin/commit/2e038bd5cdf684a6551300eef5a6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-22 (Wed, 22 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php A templates/display/import/format_option.twig
Log Message: ----------- Use template for getHtmlForImportOptionsFormat
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ce73bdbbab71ba069ebab2e74a6b9b859086a048 https://github.com/phpmyadmin/phpmyadmin/commit/ce73bdbbab71ba069ebab2e74a6b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-22 (Wed, 22 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php M libraries/classes/Encoding.php M templates/display/import/format_option.twig A templates/encoding/kanji_encoding_form.twig
Log Message: ----------- Use template for kanjiEncodingForm method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 0693d61bcd0c97ea4eb4de80613ed6dd7dda344e https://github.com/phpmyadmin/phpmyadmin/commit/0693d61bcd0c97ea4eb4de80613e... Author: Burak Yavuz hitowerdigit@hotmail.com Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths: M po/tr.po
Log Message: ----------- Translated using Weblate (Turkish)
Currently translated at 100.0% (3278 of 3278 strings)
[CI skip]
Commit: 81b39e770475c9e91979b59cfb04fd456366bab7 https://github.com/phpmyadmin/phpmyadmin/commit/81b39e770475c9e91979b59cfb04... Author: Andrey Balamut balamut.andrey@gmail.com Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths: M po/ru.po
Log Message: ----------- Translated using Weblate (Russian)
Currently translated at 98.5% (3232 of 3278 strings)
[CI skip]
Commit: a59af11ba1dd1a79135e2173cea4fc35ba9a33bf https://github.com/phpmyadmin/phpmyadmin/commit/a59af11ba1dd1a79135e2173cea4... Author: Michal Čihař michal@cihar.com Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths: M doc/two_factor.rst
Log Message: ----------- Remove things not needed for u2f
Issue #13787
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 602d07d8aa525e9310eb61af9993693f79c4ba67 https://github.com/phpmyadmin/phpmyadmin/commit/602d07d8aa525e9310eb61af9993... Author: Michal Čihař michal@cihar.com Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths: M templates/prefs_second.twig
Log Message: ----------- Fix markup in two factor auth configuration
Issue #13787
Signed-off-by: Michal Čihař michal@cihar.com
Commit: af69e3b7ac32da451725bd491f2d940ab391759e https://github.com/phpmyadmin/phpmyadmin/commit/af69e3b7ac32da451725bd491f2d... Author: Michal Čihař michal@cihar.com Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths: M templates/prefs_second.twig
Log Message: ----------- Do not show ui for configuring 2fa if no backends are found
Fixes #13825
Signed-off-by: Michal Čihař michal@cihar.com
Commit: c00aa5170b2482629a22325804d2f4b0d6124de9 https://github.com/phpmyadmin/phpmyadmin/commit/c00aa5170b2482629a22325804d2... Author: Michal Čihař michal@cihar.com Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths: M js/u2f.js
Log Message: ----------- Use current u2f API
This has been changed and the Firefox extension I've used for testing did still support old one while Chrome does only support new one.
Fixes #13829
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 3946dbdf0c076e5f65910acb28dcbfc7f49c1dc5 https://github.com/phpmyadmin/phpmyadmin/commit/3946dbdf0c076e5f65910acb28dc... Author: Michal Čihař michal@cihar.com Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths: M libraries/classes/Session.php
Log Message: ----------- Ensure Session::secure has empty session
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 49281037e387695d1b8b1e3c0a1a93a9d41e520b https://github.com/phpmyadmin/phpmyadmin/commit/49281037e387695d1b8b1e3c0a1a... Author: Michal Čihař michal@cihar.com Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths: A js/vendor/u2f-api-polyfill.js R js/vendor/u2f-api.js M libraries/classes/Plugins/TwoFactor/Key.php
Log Message: ----------- Replace original Google u2f-api with u2f-api-polyfill
This gracefully handles Firefox 57 native API as well.
Fixes #13830
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 486ae2fd548cd50f1a304715057e1f6054c9ce3d https://github.com/phpmyadmin/phpmyadmin/commit/486ae2fd548cd50f1a304715057e... Author: Michal Čihař michal@cihar.com Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths: M libraries/classes/Plugins/TwoFactor/Key.php A templates/login/twofactor/key-https-warning.twig M templates/login/twofactor/key.twig M templates/login/twofactor/key_configure.twig
Log Message: ----------- Warn when U2F is about to be used without https
All browsers refuse to authenticate with http.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: b0312fb8c59e81cd0b5f849d817b5c3c00073e8f https://github.com/phpmyadmin/phpmyadmin/commit/b0312fb8c59e81cd0b5f849d817b... Author: Michal Čihař michal@cihar.com Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths: M composer.json M test/ci-install-test
Log Message: ----------- Add u2f/2fa deps to require-dev
This way they do not have to be manually installed on Travis.
Commit: 4da5b82dafa16730035c726cd50f2e7d43b8daa7 https://github.com/phpmyadmin/phpmyadmin/commit/4da5b82dafa16730035c726cd50f... Author: Kristjan Räts kristjanrats@gmail.com Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths: M po/et.po
Log Message: ----------- Translated using Weblate (Estonian)
Currently translated at 100.0% (3278 of 3278 strings)
[CI skip]
Commit: 2b3f395233959e2354841b22b363a0065a54f3fb https://github.com/phpmyadmin/phpmyadmin/commit/2b3f395233959e2354841b22b363... Author: Domen mitenem@outlook.com Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths: M po/sl.po
Log Message: ----------- Translated using Weblate (Slovenian)
Currently translated at 100.0% (3278 of 3278 strings)
[CI skip]
Commit: 5867fad0ba9ec5ef3dd58959399c448c68b49ad1 https://github.com/phpmyadmin/phpmyadmin/commit/5867fad0ba9ec5ef3dd58959399c... Author: Michal Čihař michal@cihar.com Date: 2017-11-24 (Fri, 24 Nov 2017)
Changed paths: A libraries/classes/Plugins/TwoFactor/Invalid.php M libraries/classes/TwoFactor.php A templates/login/twofactor/invalid.twig
Log Message: ----------- Deny login if two factor is configured, but not available
Fixes #13832
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 1b68e153e1265fdc3ac43196e9cc299f24dcb231 https://github.com/phpmyadmin/phpmyadmin/commit/1b68e153e1265fdc3ac43196e9cc... Author: Viktar Vauchkevich victorenator@gmail.com Date: 2017-11-24 (Fri, 24 Nov 2017)
Changed paths: M po/be.po
Log Message: ----------- Translated using Weblate (Belarusian)
Currently translated at 63.1% (2071 of 3278 strings)
[CI skip]
Commit: 819061a50313679978b38d570a9092b3c26120ed https://github.com/phpmyadmin/phpmyadmin/commit/819061a50313679978b38d570a90... Author: Mauricio Bastos msbmail@gmail.com Date: 2017-11-24 (Fri, 24 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.6% (3235 of 3278 strings)
[CI skip]
Commit: 31d00c97b0c5c89fe3875edbe4de187bb54761ee https://github.com/phpmyadmin/phpmyadmin/commit/31d00c97b0c5c89fe3875edbe4de... Author: Weblate noreply@weblate.org Date: 2017-11-24 (Fri, 24 Nov 2017)
Changed paths: A libraries/classes/Plugins/TwoFactor/Invalid.php M libraries/classes/TwoFactor.php A templates/login/twofactor/invalid.twig
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: b459838606436ec76da93119f1cee173eba3abbc https://github.com/phpmyadmin/phpmyadmin/commit/b459838606436ec76da93119f1ce... Author: Michal Čihař michal@cihar.com Date: 2017-11-24 (Fri, 24 Nov 2017)
Changed paths: M libraries/classes/Session.php
Log Message: ----------- Unset all session entries on creating new session
Issue #13828
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 40e14faf71e7e39fd1e18ce01d7d6661ce9be631 https://github.com/phpmyadmin/phpmyadmin/commit/40e14faf71e7e39fd1e18ce01d7d... Author: Matteo Regazzi mregazzi@tiscali.it Date: 2017-11-24 (Fri, 24 Nov 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.5% (3264 of 3278 strings)
[CI skip]
Commit: 002c97ebfef4c166ce213faef74baafc7a8b6587 https://github.com/phpmyadmin/phpmyadmin/commit/002c97ebfef4c166ce213faef74b... Author: Weblate noreply@weblate.org Date: 2017-11-24 (Fri, 24 Nov 2017)
Changed paths: M libraries/classes/Session.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 69e1a21eed2def87d232121d3cd767f6aef39d6d https://github.com/phpmyadmin/phpmyadmin/commit/69e1a21eed2def87d232121d3cd7... Author: Renato dos Santos shazaum@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.7% (3236 of 3278 strings)
[CI skip]
Commit: 71108bd9e3a373d8e28c6d51cedbf5d7c1c6d2f4 https://github.com/phpmyadmin/phpmyadmin/commit/71108bd9e3a373d8e28c6d51cedb... Author: Mauricio Bastos msbmail@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.7% (3237 of 3278 strings)
[CI skip]
Commit: 48aeb1fd8f14b64b211db0de4fb3a6950c406ea9 https://github.com/phpmyadmin/phpmyadmin/commit/48aeb1fd8f14b64b211db0de4fb3... Author: Renato dos Santos shazaum@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.7% (3238 of 3278 strings)
[CI skip]
Commit: 7de0b3fa31670fce628102bbcf501dcbe00bc7c9 https://github.com/phpmyadmin/phpmyadmin/commit/7de0b3fa31670fce628102bbcf50... Author: anonymous <> Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.8% (3239 of 3278 strings)
[CI skip]
Commit: 6e5fbd7403691e4a19a5b9ffe80457955a18c7b9 https://github.com/phpmyadmin/phpmyadmin/commit/6e5fbd7403691e4a19a5b9ffe804... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php A templates/display/import/submit_option.twig
Log Message: ----------- Use template for getHtmlForImportOptionsSubmit
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: dfd8abaae60a94b945201f95238f8aeb219b857f https://github.com/phpmyadmin/phpmyadmin/commit/dfd8abaae60a94b945201f95238f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php A templates/display/import/options.twig
Log Message: ----------- Use template for getHtmlForImportOptions
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ce50bd64ce79647cff09db11f8117d937568d122 https://github.com/phpmyadmin/phpmyadmin/commit/ce50bd64ce79647cff09db11f811... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php A templates/display/import/hidden_inputs.twig
Log Message: ----------- Use template for getHtmlForHiddenInputs
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 45860954cd2c8453bc7b15d9517fa86c7c5021b6 https://github.com/phpmyadmin/phpmyadmin/commit/45860954cd2c8453bc7b15d9517f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php M libraries/classes/Twig/UrlExtension.php A templates/display/import/with_plugin.twig
Log Message: ----------- Use template for getHtmlForImportWithPlugin
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 0d2e214c58328e5796d6583fd7d0e7437ba7506c https://github.com/phpmyadmin/phpmyadmin/commit/0d2e214c58328e5796d6583fd7d0... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php
Log Message: ----------- Remove getHtmlForImportWithPlugin method
Replace getHtmlForImportWithPlugin method with the template call.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 33330d7a7b7132ff94f27a1284e90ae041dfb5ab https://github.com/phpmyadmin/phpmyadmin/commit/33330d7a7b7132ff94f27a1284e9... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php A templates/display/import/javascript.twig
Log Message: ----------- Use template for getHtmlForImportJs
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: aeef8e54180567915960c022d81b93875dfea0d4 https://github.com/phpmyadmin/phpmyadmin/commit/aeef8e54180567915960c022d81b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php A templates/display/import/compressions.twig
Log Message: ----------- Use template for getHtmlForImportCompressions
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ef7936af09b6b0d95f688c75f1c7a35af619d7a2 https://github.com/phpmyadmin/phpmyadmin/commit/ef7936af09b6b0d95f688c75f1c7... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php M libraries/classes/Twig/CharsetsExtension.php A templates/display/import/charset.twig
Log Message: ----------- Use template for getHtmlForImportCharset
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 96a1f01a624dba0447d6048d26043a2cc8ea9a72 https://github.com/phpmyadmin/phpmyadmin/commit/96a1f01a624dba0447d6048d2604... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php
Log Message: ----------- Remove getHtmlForHiddenInputs method
Replace getHtmlForHiddenInputs method with the template call.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 3d688660afb927d1c273e966a865969978b11eb1 https://github.com/phpmyadmin/phpmyadmin/commit/3d688660afb927d1c273e966a865... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php
Log Message: ----------- Remove getHtmlForImportJs method
Replace getHtmlForImportJs method with the template call.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 2f511140ae990578508d93932ec1023a3b18cd6a https://github.com/phpmyadmin/phpmyadmin/commit/2f511140ae990578508d93932ec1... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php
Log Message: ----------- Remove getHtmlForImportCompressions method
Replace getHtmlForImportCompressions method with the template call.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 1c4390205cb597000850d95c953ab72490481f9d https://github.com/phpmyadmin/phpmyadmin/commit/1c4390205cb597000850d95c953a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php
Log Message: ----------- Remove getHtmlForImportOptions method
Replace getHtmlForImportOptions method with the template call.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 8502c2ad479b0b7894623a988ecdb6e2bb9e4e08 https://github.com/phpmyadmin/phpmyadmin/commit/8502c2ad479b0b7894623a988ecd... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php
Log Message: ----------- Remove getHtmlForImportCharset method
Replace getHtmlForImportCharset method with the template call.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 8f12613b7b7398abd5792fa8ad0b2fb7bd39ec29 https://github.com/phpmyadmin/phpmyadmin/commit/8f12613b7b7398abd5792fa8ad0b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php
Log Message: ----------- Remove getHtmlForImportOptionsPartialImport method
Replace getHtmlForImportOptionsPartialImport method with the template call.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 4ef1e098d28404865bcdbeda12a365f377b5480a https://github.com/phpmyadmin/phpmyadmin/commit/4ef1e098d28404865bcdbeda12a3... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php
Log Message: ----------- Remove getHtmlForImportOptionsOther method
Replace getHtmlForImportOptionsOther method with the template call.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 4ea6e68b37ad8c82cfef8a9c4136dc3c84649cfc https://github.com/phpmyadmin/phpmyadmin/commit/4ea6e68b37ad8c82cfef8a9c4136... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php
Log Message: ----------- Remove getHtmlForImportOptionsFormat method
Replace getHtmlForImportOptionsFormat method with the template call.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: db607e7fa8eb29b9a06ce9da0583c32341cff53d https://github.com/phpmyadmin/phpmyadmin/commit/db607e7fa8eb29b9a06ce9da0583... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php
Log Message: ----------- Remove getHtmlForImportOptionsSubmit method
Replace getHtmlForImportOptionsSubmit method with the template call.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7e81e5e09e1c9a65eb93bbfd7ead1ab5d78591a7 https://github.com/phpmyadmin/phpmyadmin/commit/7e81e5e09e1c9a65eb93bbfd7ead... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php M libraries/classes/Twig/UtilExtension.php A templates/display/import/file_option.twig
Log Message: ----------- Use template for getHtmlForImportOptionsFile
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ec3591fe60a92139dc6c0cd2a1f962de04fdec0e https://github.com/phpmyadmin/phpmyadmin/commit/ec3591fe60a92139dc6c0cd2a1f9... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-25 (Sat, 25 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php
Log Message: ----------- Remove getHtmlForImportOptionsFile method
Replace getHtmlForImportOptionsFile method with the template call.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7b424c19be8f72162f36789c335609fd7779e665 https://github.com/phpmyadmin/phpmyadmin/commit/7b424c19be8f72162f36789c3356... Author: Володимир Бриняк bardvv@gmail.com Date: 2017-11-26 (Sun, 26 Nov 2017)
Changed paths: M po/uk.po
Log Message: ----------- Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3278 of 3278 strings)
[CI skip]
Commit: 5c3283186311766b0bfc3985f1b0d517e6d4a23f https://github.com/phpmyadmin/phpmyadmin/commit/5c3283186311766b0bfc3985f1b0... Author: Aref Ben Lazrek aref480@gmail.com Date: 2017-11-26 (Sun, 26 Nov 2017)
Changed paths: M po/ar.po
Log Message: ----------- Translated using Weblate (Arabic)
Currently translated at 48.1% (1578 of 3278 strings)
[CI skip]
Commit: c8269c0dbae046e543ab404597089958ede6a552 https://github.com/phpmyadmin/phpmyadmin/commit/c8269c0dbae046e543ab40459708... Author: Renato dos Santos shazaum@gmail.com Date: 2017-11-26 (Sun, 26 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.8% (3240 of 3278 strings)
[CI skip]
Commit: 337ec5ade91b3f566c265ec5d12f918e22e0649f https://github.com/phpmyadmin/phpmyadmin/commit/337ec5ade91b3f566c265ec5d12f... Author: Varanka Zoltán zvaranka60@gmail.com Date: 2017-11-26 (Sun, 26 Nov 2017)
Changed paths: M po/hu.po
Log Message: ----------- Translated using Weblate (Hungarian)
Currently translated at 95.6% (3134 of 3278 strings)
[CI skip]
Commit: 4b51f335de4bbe1e33e7a136ebecf71e2e759cd2 https://github.com/phpmyadmin/phpmyadmin/commit/4b51f335de4bbe1e33e7a136ebec... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-26 (Sun, 26 Nov 2017)
Changed paths: M libraries/classes/Display/Import.php M templates/display/import/file_option.twig A templates/display/import/import.twig M templates/display/import/javascript.twig
Log Message: ----------- Use template for getHtmlForImport
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 73e558337c62521e207359b444ca76317d307e2a https://github.com/phpmyadmin/phpmyadmin/commit/73e558337c62521e207359b444ca... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-26 (Sun, 26 Nov 2017)
Changed paths: M db_import.php M libraries/classes/Display/Import.php M server_import.php M tbl_import.php
Log Message: ----------- Refactor PhpMyAdmin\Display\Import class
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ed396da220d56fc5c18cfe0ed2e9cf837b647502 https://github.com/phpmyadmin/phpmyadmin/commit/ed396da220d56fc5c18cfe0ed2e9... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-26 (Sun, 26 Nov 2017)
Changed paths: M db_import.php M libraries/classes/Display/Import.php M libraries/classes/Twig/CharsetsExtension.php M libraries/classes/Twig/UrlExtension.php M libraries/classes/Twig/UtilExtension.php M server_import.php M tbl_import.php A templates/display/import/charset.twig A templates/display/import/compressions.twig A templates/display/import/file_option.twig A templates/display/import/hidden_inputs.twig A templates/display/import/import.twig A templates/display/import/javascript.twig A templates/display/import/options.twig A templates/display/import/submit_option.twig A templates/display/import/with_plugin.twig
Log Message: ----------- Merge pull request #13834 from mauriciofauth/display-import
Refactor PhpMyAdmin\Display\Import class
Commit: b6a5b90e63f8fa6c299be5c52fd67dba851a1785 https://github.com/phpmyadmin/phpmyadmin/commit/b6a5b90e63f8fa6c299be5c52fd6... Author: Kozioł Marcin koziol.martin@gmail.com Date: 2017-11-26 (Sun, 26 Nov 2017)
Changed paths: M po/pl.po
Log Message: ----------- Translated using Weblate (Polish)
Currently translated at 85.8% (2814 of 3278 strings)
[CI skip]
Commit: 78ce32e42bee83ea822b05b266c92f316d3ee5df https://github.com/phpmyadmin/phpmyadmin/commit/78ce32e42bee83ea822b05b266c9... Author: Weblate noreply@weblate.org Date: 2017-11-26 (Sun, 26 Nov 2017)
Changed paths: M db_import.php M libraries/classes/Display/Import.php M libraries/classes/Twig/CharsetsExtension.php M libraries/classes/Twig/UrlExtension.php M libraries/classes/Twig/UtilExtension.php M server_import.php M tbl_import.php A templates/display/import/charset.twig A templates/display/import/compressions.twig A templates/display/import/file_option.twig A templates/display/import/hidden_inputs.twig A templates/display/import/import.twig A templates/display/import/javascript.twig A templates/display/import/options.twig A templates/display/import/submit_option.twig A templates/display/import/with_plugin.twig
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 3f361bf6f0633d2202623ec5f5b1535cfe5f62fb https://github.com/phpmyadmin/phpmyadmin/commit/3f361bf6f0633d2202623ec5f5b1... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7'
Commit: 460e30d17b2816b11f853c3caf7314ced2a11b21 https://github.com/phpmyadmin/phpmyadmin/commit/460e30d17b2816b11f853c3caf73... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/Dbi/DbiMysqli.php M prefs_manage.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 951e8ac753b4e395b3f21813d559f31fecf9614f https://github.com/phpmyadmin/phpmyadmin/commit/951e8ac753b4e395b3f21813d559... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Plugins/AuthenticationPlugin.php
Log Message: ----------- Consistent session handling across plugins
We want all auth plugins to behave same, there is no reason to secure session only in the cookie plugin.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 80db5c457a14c8edfd0e7b0ef1b792b86579ef02 https://github.com/phpmyadmin/phpmyadmin/commit/80db5c457a14c8edfd0e7b0ef1b7... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/Plugins/AuthenticationPlugin.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 49a1b0e7436ac5d493862b1aa417f6df2986c1f3 https://github.com/phpmyadmin/phpmyadmin/commit/49a1b0e7436ac5d493862b1aa417... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Plugins/AuthenticationPlugin.php
Log Message: ----------- Move session cleanup to post login
It was really misplaced in 951e8ac753b4e395b3f21813d559f31fecf9614f it did cleanup session with every request.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: fecf2de315554adabdc30e15eefa6cafa01ad6c0 https://github.com/phpmyadmin/phpmyadmin/commit/fecf2de315554adabdc30e15eefa... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: R themes/original/img/b_info.png R themes/pmahomme/img/b_info.png
Log Message: ----------- Remove unused info icon
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 37abef47151abbc569fae05d41d2a7005eb708ff https://github.com/phpmyadmin/phpmyadmin/commit/37abef47151abbc569fae05d41d2... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M templates/server/databases/create.twig R themes/original/img/s_error2.png R themes/pmahomme/img/s_error2.png
Log Message: ----------- Use just one error icon
The other really does not fit the theme and there is no reason to have two.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 0d18161310b628d348161ed66256e363e5956b6f https://github.com/phpmyadmin/phpmyadmin/commit/0d18161310b628d348161ed66256... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M js/functions.js
Log Message: ----------- Remove unused code
Signed-off-by: Michal Čihař michal@cihar.com
Commit: fd9150460ee12fe3d0678bbad13360735f631a7e https://github.com/phpmyadmin/phpmyadmin/commit/fd9150460ee12fe3d0678bbad133... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M js/functions.js M libraries/classes/Theme.php M libraries/classes/Util.php M test/classes/Config/FormDisplayTemplateTest.php M test/classes/FooterTest.php M test/classes/InsertEditTest.php M test/classes/MessageTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/ThemeTest.php M test/classes/UtilTest.php M test/selenium/TestBase.php
Log Message: ----------- Use fully CSS based icons
- themes can easier customize their look - this better deals with previous JS code who relied on sprites (fixes #13815)
Signed-off-by: Michal Čihař michal@cihar.com
Commit: a923d1483d62e3175c85a04ff0235c80f6f88bcb https://github.com/phpmyadmin/phpmyadmin/commit/a923d1483d62e3175c85a04ff023... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M themes/.gitignore
Log Message: ----------- Fix gitnore file to ignore only files at current level
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 502e1edd064a0cf23f8246a00a0a297ac3b0c459 https://github.com/phpmyadmin/phpmyadmin/commit/502e1edd064a0cf23f8246a00a0a... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: A themes/pmahomme/css/icons.css.php
Log Message: ----------- Add icons css
This should have been part of fd9150460ee12fe3d0678bbad13360735f631a7e, but was ommited due to too aggressive .gitignore, which was fixed in a923d1483d62e3175c85a04ff0235c80f6f88bcb.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 0aed31b8549e6a78d3c04ab0add96ad5ffcb13d1 https://github.com/phpmyadmin/phpmyadmin/commit/0aed31b8549e6a78d3c04ab0add9... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M js/ajax.js M js/db_search.js M js/error_report.js M js/functions.js M js/menu-resizer.js M js/pmd/history.js M js/server_status_monitor.js M js/server_status_processes.js
Log Message: ----------- Remove extension from js images API
Now when we use CSS classes, it's up to themes to define this.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: bed6fb4ebdc5f83ed30fe3e83e380baf24ed2fa5 https://github.com/phpmyadmin/phpmyadmin/commit/bed6fb4ebdc5f83ed30fe3e83e38... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M index.php M libraries/classes/CentralColumns.php M libraries/classes/Config/FormDisplayTemplate.php M libraries/classes/Console.php M libraries/classes/Controllers/Server/ServerDatabasesController.php M libraries/classes/Controllers/Table/TableSearchController.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/Display/Export.php M libraries/classes/Display/Results.php M libraries/classes/Footer.php M libraries/classes/Header.php M libraries/classes/Index.php M libraries/classes/InsertEdit.php M libraries/classes/Menu.php M libraries/classes/Message.php M libraries/classes/Navigation/NavigationHeader.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Navigation/Nodes/NodeColumn.php M libraries/classes/Navigation/Nodes/NodeColumnContainer.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Navigation/Nodes/NodeDatabaseChild.php M libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php M libraries/classes/Navigation/Nodes/NodeEvent.php M libraries/classes/Navigation/Nodes/NodeEventContainer.php M libraries/classes/Navigation/Nodes/NodeFunction.php M libraries/classes/Navigation/Nodes/NodeFunctionContainer.php M libraries/classes/Navigation/Nodes/NodeIndex.php M libraries/classes/Navigation/Nodes/NodeIndexContainer.php M libraries/classes/Navigation/Nodes/NodeProcedure.php M libraries/classes/Navigation/Nodes/NodeProcedureContainer.php M libraries/classes/Navigation/Nodes/NodeTable.php M libraries/classes/Navigation/Nodes/NodeTableContainer.php M libraries/classes/Navigation/Nodes/NodeTrigger.php M libraries/classes/Navigation/Nodes/NodeTriggerContainer.php M libraries/classes/Navigation/Nodes/NodeView.php M libraries/classes/Navigation/Nodes/NodeViewContainer.php M libraries/classes/Normalization.php M libraries/classes/Operations.php M libraries/classes/RecentFavoriteTable.php M libraries/classes/Rte/RteList.php M libraries/classes/Sanitize.php M libraries/classes/Server/Privileges.php M libraries/classes/Server/Status/Advisor.php M libraries/classes/Server/Status/Monitor.php M libraries/classes/Server/Status/Processes.php M libraries/classes/Server/UserGroups.php M libraries/classes/Sql.php M libraries/classes/Tracking.php M libraries/classes/Util.php M libraries/user_preferences.inc.php M tbl_change.php M templates/database/create_table.twig M templates/database/structure/print_view_data_dictionary_link.twig M templates/database/structure/structure_table_row.twig M templates/database/structure/tracking_icon.twig M templates/display/import/options.twig M templates/privileges/add_user_fieldset.twig M templates/privileges/delete_user_fieldset.twig M templates/server/databases/create.twig M templates/server/databases/databases_footer.twig M templates/server/databases/table_header.twig M templates/server/databases/table_row.twig M templates/server/engines/engine.twig M templates/server/sub_page_header.twig M templates/server/variables/link_template.twig M templates/server/variables/variable_row.twig M templates/table/relation/foreign_key_row.twig M templates/table/search/input_box.twig M templates/table/secondary_tabs.twig M templates/table/structure/actions_in_table_structure.twig M templates/table/structure/add_column.twig M templates/table/structure/check_all_table_column.twig M templates/table/structure/display_structure.twig M templates/table/structure/display_table_stats.twig M templates/table/structure/optional_action_links.twig M test/classes/Controllers/Server/ServerVariablesControllerTest.php M test/classes/Display/CreateTableTest.php M test/classes/Server/PrivilegesTest.php M test/classes/UtilTest.php
Log Message: ----------- Avois passing extension to Util::getImage
We do not use it anyway for quite some time and this way it's less processing to generate the img tag.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 3a00028ecbf484afa5635f110d5783a9b8a85af5 https://github.com/phpmyadmin/phpmyadmin/commit/3a00028ecbf484afa5635f110d57... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/Scripts.php
Log Message: ----------- Generate scripts as an array and concatenate once
This avoids recalculating the result string several times.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 9d99c637e4734a2f8bd5df4566958c3a5c003301 https://github.com/phpmyadmin/phpmyadmin/commit/9d99c637e4734a2f8bd5df456695... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/Scripts.php
Log Message: ----------- Remove not needed condition
It is always true.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: e572e43f03c0f1fc925ddd607a0ba8a7e18b4487 https://github.com/phpmyadmin/phpmyadmin/commit/e572e43f03c0f1fc925ddd607a0b... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/Scripts.php
Log Message: ----------- Avoid using mbstring function on filename
We do not have multibyte filenames...
Signed-off-by: Michal Čihař michal@cihar.com
Commit: c7e07822019c93c7b04b2d0ca94524a0cfc3d7c6 https://github.com/phpmyadmin/phpmyadmin/commit/c7e07822019c93c7b04b2d0ca945... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/Plugins/AuthenticationPlugin.php M libraries/classes/Plugins/TwoFactor/Invalid.php M libraries/classes/Plugins/TwoFactorPlugin.php M templates/login/twofactor.twig
Log Message: ----------- Do not show verify button on invalid 2fa
Fixes #13832
Signed-off-by: Michal Čihař michal@cihar.com
Commit: e0ac6c888d20c13b577d51bedc5fcc35cfeca32f https://github.com/phpmyadmin/phpmyadmin/commit/e0ac6c888d20c13b577d51bedc5f... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/user_preferences.inc.php R prefs_second.php A prefs_twofactor.php R templates/prefs_second.twig R templates/prefs_second_configure.twig R templates/prefs_second_confirm.twig A templates/prefs_twofactor.twig A templates/prefs_twofactor_configure.twig A templates/prefs_twofactor_confirm.twig
Log Message: ----------- Better name for twofactor configuration endpoint
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 223e4f72effffdbd303634e0fa912c97ac0a57bd https://github.com/phpmyadmin/phpmyadmin/commit/223e4f72effffdbd303634e0fa91... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/TwoFactor.php M prefs_twofactor.php M templates/prefs_twofactor.twig
Log Message: ----------- List missing deps on twofactor configuration page
Fixes #13827
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 4d9b63fa996c1ee5bb1d7d0dac2492e95dfe5b64 https://github.com/phpmyadmin/phpmyadmin/commit/4d9b63fa996c1ee5bb1d7d0dac24... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/common.inc.php
Log Message: ----------- Remove global variables cleanup
This should be no longer necessary, it was really a workaround for grab_globals, which is not present in PHP for years.
See ee3825013d6f1df901bbe2947f89287344e77e2b
Issue #11731
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 738f5272422324c8dfb03f76da8d851be05da597 https://github.com/phpmyadmin/phpmyadmin/commit/738f5272422324c8dfb03f76da8d... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/Core.php M libraries/common.inc.php M test/classes/CoreTest.php
Log Message: ----------- Move goto_whitelist to the core class
Issue #11731
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 8e94ba3a40e98830ee71e1ab3b6aa647499bc6ab https://github.com/phpmyadmin/phpmyadmin/commit/8e94ba3a40e98830ee71e1ab3b6a... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M themes/original/css/common.css.php M themes/original/css/navigation.css.php M themes/pmahomme/css/codemirror.css.php M themes/pmahomme/css/common.css.php M themes/pmahomme/css/enum_editor.css.php M themes/pmahomme/css/gis.css.php M themes/pmahomme/css/icons.css.php M themes/pmahomme/css/jqplot.css.php M themes/pmahomme/css/navigation.css.php M themes/pmahomme/css/pmd.css.php M themes/pmahomme/css/resizable-menu.css.php M themes/pmahomme/css/rte.css.php
Log Message: ----------- Use generic PHPMYADMIN define to avoid CSS exection
It should work pretty much same, but we really don't care which of these is set for rendering the css.
Issue #11731
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 2bc8afea5f47d0d409163754698ad13487410158 https://github.com/phpmyadmin/phpmyadmin/commit/2bc8afea5f47d0d409163754698a... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/DatabaseInterface.php M libraries/common.inc.php
Log Message: ----------- Move storage zeroconfig to the DBI post connect
This way it is executed only when needed.
Issue #11731
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 0f797215702cf117fb24a104bd285007b5b7e3ac https://github.com/phpmyadmin/phpmyadmin/commit/0f797215702cf117fb24a104bd28... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/DatabaseInterface.php
Log Message: ----------- Remove not needed param from DatabaseInterface::postConnect
It is called only for user link, so there is no need to make that parameter.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 73f428e568e1646fe2436bef8f2be6bb40744fcb https://github.com/phpmyadmin/phpmyadmin/commit/73f428e568e1646fe2436bef8f2b... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/common.inc.php
Log Message: ----------- Remove hack for navigation and server switching
It is not really used with current navigation, so this code has no use for years.
Issue #11731
Signed-off-by: Michal Čihař michal@cihar.com
Commit: d3f9075165236b363c188e8d4ce1adf5a1e6c7b7 https://github.com/phpmyadmin/phpmyadmin/commit/d3f9075165236b363c188e8d4ce1... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/common.inc.php
Log Message: ----------- Load user preferences at one place
Issue #11731
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 4a624c6a58d3fb1148ff915af0755a78fa22fc6e https://github.com/phpmyadmin/phpmyadmin/commit/4a624c6a58d3fb1148ff915af075... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M ChangeLog
Log Message: ----------- Merge branch 'QA_4_7'
Commit: c26375a066d137a1ed8240655c0eab9d1240fdad https://github.com/phpmyadmin/phpmyadmin/commit/c26375a066d137a1ed8240655c0e... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M ChangeLog M libraries/classes/CreateAddField.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: b8fb7f254b65a30ca168c5b3b98f83c5fc7b18b6 https://github.com/phpmyadmin/phpmyadmin/commit/b8fb7f254b65a30ca168c5b3b98f... Author: Michal Čihař michal@cihar.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/Plugins/AuthenticationPlugin.php
Log Message: ----------- Fix referenceding twofactor attribute
Fixes #13832
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 71171c1c8a38e1f73f2715396a6184207f0ad164 https://github.com/phpmyadmin/phpmyadmin/commit/71171c1c8a38e1f73f2715396a61... Author: ʛħɸʂɫɓɸƴ Twɸȩɩʛħɫʂevɘŋ marseillaisanonymous@gmail.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 99.9% (3277 of 3278 strings)
[CI skip]
Commit: 25e87f053c30dc85e4f1850eb60d174dc784cb89 https://github.com/phpmyadmin/phpmyadmin/commit/25e87f053c30dc85e4f1850eb60d... Author: Weblate noreply@weblate.org Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: M libraries/classes/Plugins/AuthenticationPlugin.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: b1490922346df017a408ee37a1b4aa2e7583304c https://github.com/phpmyadmin/phpmyadmin/commit/b1490922346df017a408ee37a1b4... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths: R templates/display/import/charset.twig M templates/display/import/file_option.twig
Log Message: ----------- Remove templates/display/import/charset.twig
Move display/import/charset template into display/import/file_option template.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: e75d6017ba954105200fefc46fff80ba74dfea4c https://github.com/phpmyadmin/phpmyadmin/commit/e75d6017ba954105200fefc46fff... Author: Thomas Staus thomasstaus@live-and-learn.eu Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/en_GB.po
Log Message: ----------- Translated using Weblate (English (United Kingdom))
Currently translated at 98.7% (3237 of 3278 strings)
[CI skip]
Commit: 737a69e321de82d5e5b0709787fb3d5402ada2da https://github.com/phpmyadmin/phpmyadmin/commit/737a69e321de82d5e5b0709787fb... Author: Weblate noreply@weblate.org Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: R templates/display/import/charset.twig M templates/display/import/file_option.twig
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 358295d42936db275de1dc850e897c395e293018 https://github.com/phpmyadmin/phpmyadmin/commit/358295d42936db275de1dc850e89... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/en_GB.po
Log Message: ----------- Revert "Translated using Weblate (English (United Kingdom))"
This reverts commit e75d6017ba954105200fefc46fff80ba74dfea4c.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7bb365f6a5b490fef4d17ea5187fb2f53af97427 https://github.com/phpmyadmin/phpmyadmin/commit/7bb365f6a5b490fef4d17ea5187f... Author: Thomas Staus thomasstaus@live-and-learn.eu Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/en_GB.po
Log Message: ----------- Translated using Weblate (English (United Kingdom))
Currently translated at 98.8% (3241 of 3278 strings)
[CI skip]
Commit: 0d4b17c2054594b55f0ec8ca85c36a14885712fe https://github.com/phpmyadmin/phpmyadmin/commit/0d4b17c2054594b55f0ec8ca85c3... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/en_GB.po
Log Message: ----------- Revert "Translated using Weblate (English (United Kingdom))"
This reverts commit 7bb365f6a5b490fef4d17ea5187fb2f53af97427.
Commit: 643b635e65cc5b80d39b578fac1d033ee3d9f041 https://github.com/phpmyadmin/phpmyadmin/commit/643b635e65cc5b80d39b578fac1d... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Log Message: ----------- Merge branch 'wl'
Commit: 8f27080d729ae234dcf1da0696934337d28f1a52 https://github.com/phpmyadmin/phpmyadmin/commit/8f27080d729ae234dcf1da069693... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M libraries/classes/Plugins/AuthenticationPlugin.php M libraries/classes/TwoFactor.php
Log Message: ----------- Fix php5 compatibility
Issue #13832
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 4e6a944d7ffc19cb4e6df57cb7a2e8ac3a6fa0d7 https://github.com/phpmyadmin/phpmyadmin/commit/4e6a944d7ffc19cb4e6df57cb7a2... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M js/get_scripts.js.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 49d7e45f456e756bfa5af47a1a9612c3c6952207 https://github.com/phpmyadmin/phpmyadmin/commit/49d7e45f456e756bfa5af47a1a96... Author: Matteo Regazzi mregazzi@tiscali.it Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.6% (3265 of 3278 strings)
[CI skip]
Commit: 5a31fffbe20958f448c6925f74038e8c1b86bcac https://github.com/phpmyadmin/phpmyadmin/commit/5a31fffbe20958f448c6925f7403... Author: Weblate noreply@weblate.org Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M js/get_scripts.js.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 3cfe9605d5a626742cc2c79195e4dd9b7c53de77 https://github.com/phpmyadmin/phpmyadmin/commit/3cfe9605d5a626742cc2c79195e4... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M index.php
Log Message: ----------- Use shared code for checking page validity
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 47d4042d5bc18c0ece36766d24a92577f4431c52 https://github.com/phpmyadmin/phpmyadmin/commit/47d4042d5bc18c0ece36766d24a9... Author: Matteo Regazzi mregazzi@tiscali.it Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.6% (3266 of 3278 strings)
[CI skip]
Commit: 9cb5d1457db704cbbb5846ade837834438b2126b https://github.com/phpmyadmin/phpmyadmin/commit/9cb5d1457db704cbbb5846ade837... Author: Weblate noreply@weblate.org Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M index.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 438cca1011b89cc431c3828a495b134a78c0ecd5 https://github.com/phpmyadmin/phpmyadmin/commit/438cca1011b89cc431c3828a495b... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7'
Commit: 19a69c61b56eb84fa99dcc25752129356940e5e4 https://github.com/phpmyadmin/phpmyadmin/commit/19a69c61b56eb84fa99dcc257521... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M ChangeLog M js/ajax.js M js/functions.js
Log Message: ----------- Merge branch 'QA_4_7'
Commit: e3f6ea6ac8dbad070ab0e8ed10ebc0eccb96c4c9 https://github.com/phpmyadmin/phpmyadmin/commit/e3f6ea6ac8dbad070ab0e8ed10eb... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 0654cc490dfbea4899788d0a9edb334bc8454099 https://github.com/phpmyadmin/phpmyadmin/commit/0654cc490dfbea4899788d0a9edb... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/it.po
Log Message: ----------- Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Commit: bdb17ddcd23ce168ebe3e1afbf876768d9713809 https://github.com/phpmyadmin/phpmyadmin/commit/bdb17ddcd23ce168ebe3e1afbf87... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M ChangeLog M libraries/classes/Encoding.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: f65c3dc2edccd6eed3958aa1247050fd38807ba7 https://github.com/phpmyadmin/phpmyadmin/commit/f65c3dc2edccd6eed3958aa12470... Author: xypXiong xyp.Xiong@gmail.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M js/sql.js
Log Message: ----------- fix #13727 copied table data add number of orders (#13823)
Signed-off-by: yanping xyp.xiong@gmail.com
Commit: e34823779ebce087c0eecf8beee01c54c6196a9c https://github.com/phpmyadmin/phpmyadmin/commit/e34823779ebce087c0eecf8beee0... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M themes/original/css/navigation.css.php M themes/pmahomme/css/navigation.css.php
Log Message: ----------- Merge pull request #13780 from BePsvPT-Fork/navigation-patch
make navigation database name and icon are in the same horizontal line
Commit: 529e8c774fde989599366c94664c0acb22cc53fa https://github.com/phpmyadmin/phpmyadmin/commit/529e8c774fde989599366c94664c... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M ChangeLog M libraries/classes/Server/Privileges.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: a5afef2208ebb301bd437b8324e93b0f2e94b01e https://github.com/phpmyadmin/phpmyadmin/commit/a5afef2208ebb301bd437b8324e9... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M js/sql.js M themes/original/css/navigation.css.php M themes/pmahomme/css/navigation.css.php
Log Message: ----------- Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Commit: 80e90bfb7b4b3df999635670d981f953df35adad https://github.com/phpmyadmin/phpmyadmin/commit/80e90bfb7b4b3df999635670d981... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: R js/vendor/jquery/src/README R js/vendor/jquery/src/jquery-ui/.jshintrc R js/vendor/jquery/src/jquery-ui/core.js R js/vendor/jquery/src/jquery-ui/data.js R js/vendor/jquery/src/jquery-ui/disable-selection.js R js/vendor/jquery/src/jquery-ui/effect.js R js/vendor/jquery/src/jquery-ui/effects/effect-blind.js R js/vendor/jquery/src/jquery-ui/effects/effect-bounce.js R js/vendor/jquery/src/jquery-ui/effects/effect-clip.js R js/vendor/jquery/src/jquery-ui/effects/effect-drop.js R js/vendor/jquery/src/jquery-ui/effects/effect-explode.js R js/vendor/jquery/src/jquery-ui/effects/effect-fade.js R js/vendor/jquery/src/jquery-ui/effects/effect-fold.js R js/vendor/jquery/src/jquery-ui/effects/effect-highlight.js R js/vendor/jquery/src/jquery-ui/effects/effect-puff.js R js/vendor/jquery/src/jquery-ui/effects/effect-pulsate.js R js/vendor/jquery/src/jquery-ui/effects/effect-scale.js R js/vendor/jquery/src/jquery-ui/effects/effect-shake.js R js/vendor/jquery/src/jquery-ui/effects/effect-size.js R js/vendor/jquery/src/jquery-ui/effects/effect-slide.js R js/vendor/jquery/src/jquery-ui/effects/effect-transfer.js R js/vendor/jquery/src/jquery-ui/escape-selector.js R js/vendor/jquery/src/jquery-ui/focusable.js R js/vendor/jquery/src/jquery-ui/form-reset-mixin.js R js/vendor/jquery/src/jquery-ui/form.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-af.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-ar-DZ.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-ar.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-az.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-be.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-bg.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-bs.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-ca.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-cs.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-cy-GB.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-da.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-de.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-el.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-en-AU.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-en-GB.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-en-NZ.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-eo.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-es.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-et.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-eu.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-fa.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-fi.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-fo.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-fr-CA.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-fr-CH.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-fr.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-gl.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-he.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-hi.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-hr.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-hu.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-hy.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-id.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-is.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-it-CH.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-it.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-ja.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-ka.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-kk.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-km.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-ko.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-ky.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-lb.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-lt.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-lv.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-mk.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-ml.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-ms.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-nb.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-nl-BE.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-nl.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-nn.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-no.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-pl.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-pt-BR.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-pt.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-rm.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-ro.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-ru.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-sk.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-sl.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-sq.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-sr-SR.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-sr.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-sv.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-ta.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-th.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-tj.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-tr.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-uk.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-vi.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-zh-CN.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-zh-HK.js R js/vendor/jquery/src/jquery-ui/i18n/datepicker-zh-TW.js R js/vendor/jquery/src/jquery-ui/ie.js R js/vendor/jquery/src/jquery-ui/jquery-1-7.js R js/vendor/jquery/src/jquery-ui/keycode.js R js/vendor/jquery/src/jquery-ui/labels.js R js/vendor/jquery/src/jquery-ui/plugin.js R js/vendor/jquery/src/jquery-ui/position.js R js/vendor/jquery/src/jquery-ui/safe-active-element.js R js/vendor/jquery/src/jquery-ui/safe-blur.js R js/vendor/jquery/src/jquery-ui/scroll-parent.js R js/vendor/jquery/src/jquery-ui/tabbable.js R js/vendor/jquery/src/jquery-ui/unique-id.js R js/vendor/jquery/src/jquery-ui/version.js R js/vendor/jquery/src/jquery-ui/widget.js R js/vendor/jquery/src/jquery-ui/widgets/accordion.js R js/vendor/jquery/src/jquery-ui/widgets/autocomplete.js R js/vendor/jquery/src/jquery-ui/widgets/button.js R js/vendor/jquery/src/jquery-ui/widgets/checkboxradio.js R js/vendor/jquery/src/jquery-ui/widgets/controlgroup.js R js/vendor/jquery/src/jquery-ui/widgets/datepicker.js R js/vendor/jquery/src/jquery-ui/widgets/dialog.js R js/vendor/jquery/src/jquery-ui/widgets/draggable.js R js/vendor/jquery/src/jquery-ui/widgets/droppable.js R js/vendor/jquery/src/jquery-ui/widgets/menu.js R js/vendor/jquery/src/jquery-ui/widgets/mouse.js R js/vendor/jquery/src/jquery-ui/widgets/progressbar.js R js/vendor/jquery/src/jquery-ui/widgets/resizable.js R js/vendor/jquery/src/jquery-ui/widgets/selectable.js R js/vendor/jquery/src/jquery-ui/widgets/selectmenu.js R js/vendor/jquery/src/jquery-ui/widgets/slider.js R js/vendor/jquery/src/jquery-ui/widgets/sortable.js R js/vendor/jquery/src/jquery-ui/widgets/spinner.js R js/vendor/jquery/src/jquery-ui/widgets/tabs.js R js/vendor/jquery/src/jquery-ui/widgets/tooltip.js R js/vendor/jquery/src/jquery/.eslintrc.json R js/vendor/jquery/src/jquery/ajax.js R js/vendor/jquery/src/jquery/ajax/jsonp.js R js/vendor/jquery/src/jquery/ajax/load.js R js/vendor/jquery/src/jquery/ajax/parseXML.js R js/vendor/jquery/src/jquery/ajax/script.js R js/vendor/jquery/src/jquery/ajax/var/location.js R js/vendor/jquery/src/jquery/ajax/var/nonce.js R js/vendor/jquery/src/jquery/ajax/var/rquery.js R js/vendor/jquery/src/jquery/ajax/xhr.js R js/vendor/jquery/src/jquery/attributes.js R js/vendor/jquery/src/jquery/attributes/attr.js R js/vendor/jquery/src/jquery/attributes/classes.js R js/vendor/jquery/src/jquery/attributes/prop.js R js/vendor/jquery/src/jquery/attributes/support.js R js/vendor/jquery/src/jquery/attributes/val.js R js/vendor/jquery/src/jquery/callbacks.js R js/vendor/jquery/src/jquery/core.js R js/vendor/jquery/src/jquery/core/DOMEval.js R js/vendor/jquery/src/jquery/core/access.js R js/vendor/jquery/src/jquery/core/init.js R js/vendor/jquery/src/jquery/core/nodeName.js R js/vendor/jquery/src/jquery/core/parseHTML.js R js/vendor/jquery/src/jquery/core/ready-no-deferred.js R js/vendor/jquery/src/jquery/core/ready.js R js/vendor/jquery/src/jquery/core/readyException.js R js/vendor/jquery/src/jquery/core/stripAndCollapse.js R js/vendor/jquery/src/jquery/core/support.js R js/vendor/jquery/src/jquery/core/var/rsingleTag.js R js/vendor/jquery/src/jquery/css.js R js/vendor/jquery/src/jquery/css/addGetHookIf.js R js/vendor/jquery/src/jquery/css/adjustCSS.js R js/vendor/jquery/src/jquery/css/curCSS.js R js/vendor/jquery/src/jquery/css/hiddenVisibleSelectors.js R js/vendor/jquery/src/jquery/css/showHide.js R js/vendor/jquery/src/jquery/css/support.js R js/vendor/jquery/src/jquery/css/var/cssExpand.js R js/vendor/jquery/src/jquery/css/var/getStyles.js R js/vendor/jquery/src/jquery/css/var/isHiddenWithinTree.js R js/vendor/jquery/src/jquery/css/var/rmargin.js R js/vendor/jquery/src/jquery/css/var/rnumnonpx.js R js/vendor/jquery/src/jquery/css/var/swap.js R js/vendor/jquery/src/jquery/data.js R js/vendor/jquery/src/jquery/data/Data.js R js/vendor/jquery/src/jquery/data/var/acceptData.js R js/vendor/jquery/src/jquery/data/var/dataPriv.js R js/vendor/jquery/src/jquery/data/var/dataUser.js R js/vendor/jquery/src/jquery/deferred.js R js/vendor/jquery/src/jquery/deferred/exceptionHook.js R js/vendor/jquery/src/jquery/deprecated.js R js/vendor/jquery/src/jquery/dimensions.js R js/vendor/jquery/src/jquery/effects.js R js/vendor/jquery/src/jquery/effects/Tween.js R js/vendor/jquery/src/jquery/effects/animatedSelector.js R js/vendor/jquery/src/jquery/event.js R js/vendor/jquery/src/jquery/event/ajax.js R js/vendor/jquery/src/jquery/event/alias.js R js/vendor/jquery/src/jquery/event/focusin.js R js/vendor/jquery/src/jquery/event/support.js R js/vendor/jquery/src/jquery/event/trigger.js R js/vendor/jquery/src/jquery/exports/amd.js R js/vendor/jquery/src/jquery/exports/global.js R js/vendor/jquery/src/jquery/jquery.js R js/vendor/jquery/src/jquery/manipulation.js R js/vendor/jquery/src/jquery/manipulation/_evalUrl.js R js/vendor/jquery/src/jquery/manipulation/buildFragment.js R js/vendor/jquery/src/jquery/manipulation/getAll.js R js/vendor/jquery/src/jquery/manipulation/setGlobalEval.js R js/vendor/jquery/src/jquery/manipulation/support.js R js/vendor/jquery/src/jquery/manipulation/var/rcheckableType.js R js/vendor/jquery/src/jquery/manipulation/var/rscriptType.js R js/vendor/jquery/src/jquery/manipulation/var/rtagName.js R js/vendor/jquery/src/jquery/manipulation/wrapMap.js R js/vendor/jquery/src/jquery/offset.js R js/vendor/jquery/src/jquery/queue.js R js/vendor/jquery/src/jquery/queue/delay.js R js/vendor/jquery/src/jquery/selector-native.js R js/vendor/jquery/src/jquery/selector-sizzle.js R js/vendor/jquery/src/jquery/selector.js R js/vendor/jquery/src/jquery/serialize.js R js/vendor/jquery/src/jquery/traversing.js R js/vendor/jquery/src/jquery/traversing/findFilter.js R js/vendor/jquery/src/jquery/traversing/var/dir.js R js/vendor/jquery/src/jquery/traversing/var/rneedsContext.js R js/vendor/jquery/src/jquery/traversing/var/siblings.js R js/vendor/jquery/src/jquery/var/ObjectFunctionString.js R js/vendor/jquery/src/jquery/var/arr.js R js/vendor/jquery/src/jquery/var/class2type.js R js/vendor/jquery/src/jquery/var/concat.js R js/vendor/jquery/src/jquery/var/document.js R js/vendor/jquery/src/jquery/var/documentElement.js R js/vendor/jquery/src/jquery/var/fnToString.js R js/vendor/jquery/src/jquery/var/getProto.js R js/vendor/jquery/src/jquery/var/hasOwn.js R js/vendor/jquery/src/jquery/var/indexOf.js R js/vendor/jquery/src/jquery/var/pnum.js R js/vendor/jquery/src/jquery/var/push.js R js/vendor/jquery/src/jquery/var/rcssNum.js R js/vendor/jquery/src/jquery/var/rnothtmlwhite.js R js/vendor/jquery/src/jquery/var/slice.js R js/vendor/jquery/src/jquery/var/support.js R js/vendor/jquery/src/jquery/var/toString.js R js/vendor/jquery/src/jquery/wrap.js R js/vendor/jquery/src/jquery/wrapper.js M scripts/create-release.sh
Log Message: ----------- Merge pull request #13706 from mauriciofauth/jquery-src
Remove jQuery and jQuery UI sources from repository
Commit: 241f93c4be58ad59975a1d91ead1f81aaf6a1ffb https://github.com/phpmyadmin/phpmyadmin/commit/241f93c4be58ad59975a1d91ead1... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M ajax.php M js/functions.js
Log Message: ----------- Initial javascript API for handling user configuration
There ar now configGet/configSet functions which can be used to manipulate user settings.
Issue #13466
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 2442877cca61a87aeb247f9d5698b500a5c9a7bc https://github.com/phpmyadmin/phpmyadmin/commit/2442877cca61a87aeb247f9d5698... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M ajax.php M js/functions.js
Log Message: ----------- Merge pull request #13551 from nijel/userconfig-js
User configuration handling (base code)
Commit: 4f2709fe01453ec6fc9100b01cab73f81d68e94e https://github.com/phpmyadmin/phpmyadmin/commit/4f2709fe01453ec6fc9100b01cab... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M ajax.php
Log Message: ----------- Enforce AJAX response
Signed-off-by: Michal Čihař michal@cihar.com
Commit: a2fd98d9f18a61f97fb4bd2f8efd27743b3bbee8 https://github.com/phpmyadmin/phpmyadmin/commit/a2fd98d9f18a61f97fb4bd2f8efd... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M doc/config.rst M libraries/classes/Config/Descriptions.php M libraries/classes/Config/Forms/User/FeaturesForm.php M libraries/config.default.php M libraries/config.values.php
Log Message: ----------- Add console preferences
This will allow to use console preferences using normal userconfig framework.
Issue #13466
Signed-off-by: Michal Čihař michal@cihar.com
Commit: feb3b1c574168561d7434b4c245f6b4b030baa47 https://github.com/phpmyadmin/phpmyadmin/commit/feb3b1c574168561d7434b4c245f... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M js/console.js
Log Message: ----------- Store console mode in userconfig
Issue #13466 Issue #11688
Signed-off-by: Michal Čihař michal@cihar.com
Commit: e9840c7130fd6a347a86e1041dbafdab6767d2f8 https://github.com/phpmyadmin/phpmyadmin/commit/e9840c7130fd6a347a86e1041dba... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M js/console.js
Log Message: ----------- Store console height in user preferences
Issue #13466 Issue #11688
Signed-off-by: Michal Čihař michal@cihar.com
Commit: dc51711a477d12ca4c03a54f68e795e7fa5afc77 https://github.com/phpmyadmin/phpmyadmin/commit/dc51711a477d12ca4c03a54f68e7... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M js/console.js
Log Message: ----------- Store console configuration in user preferences
Issue #13466 Issue #11688
Signed-off-by: Michal Čihař michal@cihar.com
Commit: b30ab4af588e224486a2e9b24c49c753818bd500 https://github.com/phpmyadmin/phpmyadmin/commit/b30ab4af588e224486a2e9b24c49... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M js/console.js M libraries/classes/Config/Forms/User/FeaturesForm.php M libraries/config.default.php M libraries/config.values.php
Log Message: ----------- Generalize code for console preferences
We can reuse and better cache locally the operations to avoid additional roundtrip to server when changing settings.
Issue #13466 Issue #11688
Signed-off-by: Michal Čihař michal@cihar.com
Commit: cbbf0d5ccf8a4d1b03851407b93453786cd1d952 https://github.com/phpmyadmin/phpmyadmin/commit/cbbf0d5ccf8a4d1b03851407b934... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M js/console.js M libraries/classes/Config/Descriptions.php
Log Message: ----------- Integrate debug console settings into user preferences
Issue #13466 Issue #11688
Signed-off-by: Michal Čihař michal@cihar.com
Commit: f9c73c7b10e5c57bfb8deb965491f84c9d6623c7 https://github.com/phpmyadmin/phpmyadmin/commit/f9c73c7b10e5c57bfb8deb965491... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M doc/config.rst M index.php M libraries/classes/Config.php M libraries/classes/Config/Descriptions.php M libraries/classes/Config/Forms/User/FeaturesForm.php M libraries/classes/Theme.php M libraries/classes/UserPreferences.php M libraries/config.default.php M libraries/config.values.php M prefs_manage.php M test/classes/ConfigTest.php M test/classes/ThemeTest.php
Log Message: ----------- Remove special casing for font size
It is now stored in configuration in same way as any other setting.
Issue #13466 Issue #11688
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 263722fef8f69a15976c4cf2849ccd99d2770417 https://github.com/phpmyadmin/phpmyadmin/commit/263722fef8f69a15976c4cf2849c... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M index.php M libraries/classes/ThemeManager.php
Log Message: ----------- Move theme selection to index.php
- It really makes no sense to do this on every request. - We want to redirect after changing to make sure page is loaded with new theme. - Use value only from POST request (it used to be set by GET in past as well).
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 216f403c28aac70980f1a5fc83a0d6660bb94150 https://github.com/phpmyadmin/phpmyadmin/commit/216f403c28aac70980f1a5fc83a0... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M doc/config.rst M js/navigation.js M libraries/classes/Config/Descriptions.php M libraries/classes/Config/Forms/User/NaviForm.php M libraries/config.default.php M libraries/config.values.php
Log Message: ----------- Store navigation width in user preferences
There is no need to have this separetely.
Issue #13466 Issue #11688
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 2e03d11e342266f26f0efb19227aa48279391d7e https://github.com/phpmyadmin/phpmyadmin/commit/2e03d11e342266f26f0efb19227a... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M js/navigation.js
Log Message: ----------- Remove artifical limit for navigation width
I have no clue what were the original intentions here, but this doesn't make sense at all.
Fixes #13816
Signed-off-by: Michal Čihař michal@cihar.com
Commit: f474b321df6fbf404ac0dbb6bac47808ab6f653e https://github.com/phpmyadmin/phpmyadmin/commit/f474b321df6fbf404ac0dbb6bac4... Author: Dr. Nagy Elemér Károly eknagy@omikk.bme.hu Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/hu.po
Log Message: ----------- Translated using Weblate (Hungarian)
Currently translated at 96.0% (3147 of 3278 strings)
[CI skip]
Commit: 92a0b8451c63b692a89069e11f404b9e03dbce30 https://github.com/phpmyadmin/phpmyadmin/commit/92a0b8451c63b692a89069e11f40... Author: Weblate noreply@weblate.org Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M doc/config.rst M index.php M js/navigation.js M libraries/classes/Config.php M libraries/classes/Config/Descriptions.php M libraries/classes/Config/Forms/User/FeaturesForm.php M libraries/classes/Config/Forms/User/NaviForm.php M libraries/classes/Theme.php M libraries/classes/ThemeManager.php M libraries/classes/UserPreferences.php M libraries/config.default.php M libraries/config.values.php M prefs_manage.php M test/classes/ConfigTest.php M test/classes/ThemeTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 8dc0f4b8195dc8824081cb8b7116bc07b6347525 https://github.com/phpmyadmin/phpmyadmin/commit/8dc0f4b8195dc8824081cb8b7116... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M db_operations.php M libraries/classes/Operations.php
Log Message: ----------- Use session to indicate switching to new database
There is no reason to store this in cookies.
Issue #11688
Signed-off-by: Michal Čihař michal@cihar.com
Commit: d76606a86978779d29bb2250ec5b2ebc77ba43d9 https://github.com/phpmyadmin/phpmyadmin/commit/d76606a86978779d29bb2250ec5b... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M ChangeLog M libraries/common.inc.php
Log Message: ----------- Remove cookie cleanup code
We no longer store any structured information in the cookies, so the upgrade path is not really needed. Also this can cause problems with third party integrations.
Issue #11688 Fixes #13480
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 48c0a1081d3cceaf44d884925b0bdcac7a6f9122 https://github.com/phpmyadmin/phpmyadmin/commit/48c0a1081d3cceaf44d884925b0b... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M ChangeLog M doc/config.rst M js/navigation.js M libraries/classes/Config/Descriptions.php M libraries/config.default.php M libraries/config.values.php
Log Message: ----------- Remember state of navigation panel
The NavigationPanel width is now 0 when panel should be collapsed.
Issue #13466 Fixes #13397
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 72112454fc16277e122f28a001abc778c8e43b14 https://github.com/phpmyadmin/phpmyadmin/commit/72112454fc16277e122f28a001ab... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/af.po M po/ar.po M po/az.po M po/be.po M po/be@latin.po M po/bg.po M po/bn.po M po/br.po M po/brx.po M po/bs.po M po/ca.po M po/ckb.po M po/cs.po M po/cy.po M po/da.po M po/de.po M po/el.po M po/en_GB.po M po/eo.po M po/es.po M po/et.po M po/eu.po M po/fa.po M po/fi.po M po/fil.po M po/fr.po M po/fy.po M po/gl.po M po/gu.po M po/he.po M po/hi.po M po/hr.po M po/hu.po M po/hy.po M po/ia.po M po/id.po M po/ig.po M po/it.po M po/ja.po M po/ka.po M po/kab.po M po/kk.po M po/km.po M po/kn.po M po/ko.po M po/ksh.po M po/ku.po M po/ky.po M po/li.po M po/lt.po M po/lv.po M po/mk.po M po/ml.po M po/mn.po M po/ms.po M po/nb.po M po/ne.po M po/nl.po M po/pa.po M po/phpmyadmin.pot M po/pl.po M po/pt.po M po/pt_BR.po M po/ro.po M po/ru.po M po/si.po M po/sk.po M po/sl.po M po/sq.po M po/sr.po M po/sr@latin.po M po/sv.po M po/ta.po M po/te.po M po/th.po M po/tk.po M po/tr.po M po/tt.po M po/ug.po M po/uk.po M po/ur.po M po/uz.po M po/uz@latin.po M po/vi.po M po/vls.po M po/zh_CN.po M po/zh_TW.po
Log Message: ----------- Update po files
[CI skip]
Signed-off-by: Michal Čihař michal@cihar.com
Commit: b74b23131c23365de50627e77706d84c7380018a https://github.com/phpmyadmin/phpmyadmin/commit/b74b23131c23365de50627e77706... Author: Michal Čihař michal@cihar.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M test/selenium/PmaSeleniumSqlQueryTest.php
Log Message: ----------- Scroll element into view
It might be hidden by console
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 0a7d307a28fcd1efb71e1a593191032ffa2e964f https://github.com/phpmyadmin/phpmyadmin/commit/0a7d307a28fcd1efb71e1a593191... Author: Han Velthuis han.velthuis@home.nl Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/nl.po
Log Message: ----------- Translated using Weblate (Dutch)
Currently translated at 99.9% (3285 of 3287 strings)
[CI skip]
Commit: d528b899bf12679b90524e1f15c0a4b68c190d17 https://github.com/phpmyadmin/phpmyadmin/commit/d528b899bf12679b90524e1f15c0... Author: Matteo Regazzi mregazzi@tiscali.it Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.3% (3265 of 3287 strings)
[CI skip]
Commit: 381a3bd14ddbb47a8f9d3aed6e6cea454ffe21cf https://github.com/phpmyadmin/phpmyadmin/commit/381a3bd14ddbb47a8f9d3aed6e6c... Author: Burak Yavuz hitowerdigit@hotmail.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/tr.po
Log Message: ----------- Translated using Weblate (Turkish)
Currently translated at 99.9% (3285 of 3287 strings)
[CI skip]
Commit: e42444f9268e88a8225aa4178cedc98365803f2f https://github.com/phpmyadmin/phpmyadmin/commit/e42444f9268e88a8225aa4178ced... Author: Weblate noreply@weblate.org Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M test/selenium/PmaSeleniumSqlQueryTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 0afa0b735ef707feb67afc711bad8fe6d7aca27f https://github.com/phpmyadmin/phpmyadmin/commit/0afa0b735ef707feb67afc711bad... Author: Domen mitenem@outlook.com Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths: M po/sl.po
Log Message: ----------- Translated using Weblate (Slovenian)
Currently translated at 100.0% (3287 of 3287 strings)
[CI skip]
Commit: 63feb840c6601d1af7a584977b09b145a85556c5 https://github.com/phpmyadmin/phpmyadmin/commit/63feb840c6601d1af7a584977b09... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M doc/config.rst
Log Message: ----------- Merge commit '603a6851ff90caf2de0959360e8b36809dcf1d38'
Commit: 75e648f882a622e95c18fc635d169319c52c8ea2 https://github.com/phpmyadmin/phpmyadmin/commit/75e648f882a622e95c18fc635d16... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: a8f358e2c60f7fbdb311ccdf2036799711f98666 https://github.com/phpmyadmin/phpmyadmin/commit/a8f358e2c60f7fbdb311ccdf2036... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M ChangeLog M composer.json M libraries/classes/Plugins/Auth/AuthenticationCookie.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 6aeae463d1de02169d440fa65655499ad33351ed https://github.com/phpmyadmin/phpmyadmin/commit/6aeae463d1de02169d440fa65655... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M ChangeLog M composer.json M libraries/classes/Plugins/Auth/AuthenticationCookie.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 597ad1fc18637beb38460dab3c72eb8611e66ada https://github.com/phpmyadmin/phpmyadmin/commit/597ad1fc18637beb38460dab3c72... Author: Burak Yavuz hitowerdigit@hotmail.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M po/tr.po
Log Message: ----------- Translated using Weblate (Turkish)
Currently translated at 99.9% (3286 of 3287 strings)
[CI skip]
Commit: cef7ca5d37f920ce8792c64414ced67ab070eb61 https://github.com/phpmyadmin/phpmyadmin/commit/cef7ca5d37f920ce8792c64414ce... Author: Weblate noreply@weblate.org Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M ChangeLog M composer.json M libraries/classes/Plugins/Auth/AuthenticationCookie.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 5479fe57b39fbdb7eb4982c52b1d6f15792beb92 https://github.com/phpmyadmin/phpmyadmin/commit/5479fe57b39fbdb7eb4982c52b1d... Author: Burak Yavuz hitowerdigit@hotmail.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M po/tr.po
Log Message: ----------- Translated using Weblate (Turkish)
Currently translated at 100.0% (3287 of 3287 strings)
[CI skip]
Commit: fe493f6d468538654b58c46fc81554c4538d0113 https://github.com/phpmyadmin/phpmyadmin/commit/fe493f6d468538654b58c46fc815... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M test/selenium/TestBase.php
Log Message: ----------- Avoid horizontal scrolling
It would have to subtract width of navigation and is not needed in most cases.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 7036a2713dd8c860c07ee2f84a33e1112a839256 https://github.com/phpmyadmin/phpmyadmin/commit/7036a2713dd8c860c07ee2f84a33... Author: Giovanni Sora g.sora@tiscali.it Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M po/ia.po
Log Message: ----------- Translated using Weblate (Interlingua)
Currently translated at 75.2% (2474 of 3287 strings)
[CI skip]
Commit: 9bea690aa9486cc1ed8a5525464da5c51de1136b https://github.com/phpmyadmin/phpmyadmin/commit/9bea690aa9486cc1ed8a5525464d... Author: Weblate noreply@weblate.org Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M test/selenium/TestBase.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 8b511acd950d5fc07c2ec2baa4e20d6590d078d9 https://github.com/phpmyadmin/phpmyadmin/commit/8b511acd950d5fc07c2ec2baa4e2... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M libraries/classes/Header.php
Log Message: ----------- Use PMA_Config to get configuration value
Commit: 843906a8278302be1d0736d9bcb7cd206283df65 https://github.com/phpmyadmin/phpmyadmin/commit/843906a8278302be1d0736d9bcb7... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M js/navigation.js
Log Message: ----------- Ensure navigation does not break on setting invalid width
This can be result of failed request, so fallback to defaults.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 51a65e022b247bc09bef4464e5f4797049ed1c7f https://github.com/phpmyadmin/phpmyadmin/commit/51a65e022b247bc09bef4464e5f4... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M js/config.js M js/functions.js M js/menu-resizer.js M js/shortcuts_handler.js
Log Message: ----------- Avoid using deprecated jQuery functions
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 14e78f79bbb83d36f02efb87fe16b4d3a8bb746d https://github.com/phpmyadmin/phpmyadmin/commit/14e78f79bbb83d36f02efb87fe16... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M libraries/classes/Rte/Events.php
Log Message: ----------- Avoid error when event is not really added
This can easily happen when it was scheduled in past, MySQL then just ignores it.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: dd38309300a129cab17d090bf30ed82cc5b44334 https://github.com/phpmyadmin/phpmyadmin/commit/dd38309300a129cab17d090bf30e... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M test/selenium/PmaSeleniumDbEventsTest.php
Log Message: ----------- Include timestamp when creating event in selenium tests
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 63f5b90ad53613dc4529f0711b2cf1c3a7e55d3c https://github.com/phpmyadmin/phpmyadmin/commit/63f5b90ad53613dc4529f0711b2c... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M composer.json
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 3b6a994dcdf2cbcfa23caa51b3719ba924aab20a https://github.com/phpmyadmin/phpmyadmin/commit/3b6a994dcdf2cbcfa23caa51b371... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M import.php M index.php M libraries/classes/Config.php M libraries/classes/Config/Descriptions.php M libraries/classes/Config/Forms/User/FeaturesForm.php M libraries/classes/DatabaseInterface.php M libraries/classes/Header.php M libraries/classes/Url.php M libraries/classes/UserPreferences.php M libraries/common.inc.php M prefs_manage.php M test/classes/ConfigTest.php M test/classes/Database/SearchTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Display/ResultsTest.php M test/classes/FooterTest.php M test/classes/InsertEditTest.php M test/classes/MessageTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/SanitizeTest.php M test/classes/Server/PrivilegesTest.php M test/classes/ThemeManagerTest.php M test/classes/ThemeTest.php M test/classes/UrlTest.php M test/classes/UserPreferencesTest.php
Log Message: ----------- Move collation connection setting to user preferences
It is now handled same way as other user settings.
Issue #11688 Issue #13466
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 6a0345b10e90cf450bf5f169ba7b2e8653591194 https://github.com/phpmyadmin/phpmyadmin/commit/6a0345b10e90cf450bf5f169ba7b... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M import.php M index.php M libraries/classes/Config.php M libraries/classes/Config/Descriptions.php M libraries/classes/Config/Forms/User/FeaturesForm.php M libraries/classes/DatabaseInterface.php M libraries/classes/Header.php M libraries/classes/Url.php M libraries/classes/UserPreferences.php M libraries/common.inc.php M prefs_manage.php M test/classes/ConfigTest.php M test/classes/Database/SearchTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Display/ResultsTest.php M test/classes/FooterTest.php M test/classes/InsertEditTest.php M test/classes/MessageTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/SanitizeTest.php M test/classes/Server/PrivilegesTest.php M test/classes/ThemeManagerTest.php M test/classes/ThemeTest.php M test/classes/UrlTest.php M test/classes/UserPreferencesTest.php
Log Message: ----------- Merge pull request #13847 from nijel/collation
Move collation connection setting to user preferences
Commit: 8fbe46f3e810c361858d6c3b6e2ccbb9ff969ff5 https://github.com/phpmyadmin/phpmyadmin/commit/8fbe46f3e810c361858d6c3b6e2c... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M js/ajax.js R js/get_scripts.js.php M libraries/classes/Scripts.php M test/classes/ScriptsTest.php M test/libraries/Files_test.php
Log Message: ----------- Remove usage of get_scripts.js.php wrapper
- this adds significant overhead in sending static files from the server - the benefit of joining requests is minimal since introduction of HTTP/2 - the onload handlers are now fired directly by individual scripts, what makes them really execute when the script is loaded (it could be previously executed earlier in case of chunked loading)
Fixes #13840
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 8ef504da912d95e683217228f589bd6d90500384 https://github.com/phpmyadmin/phpmyadmin/commit/8ef504da912d95e683217228f589... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M .gitignore M doc/faq.rst M libraries/classes/ErrorReport.php R scripts/line-counts.sh
Log Message: ----------- Remove line counts logic from the error reporting component
We no longer need this as we download js files directly, so the client has correct filename and line immediatelly.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 77f0d50bea5ee461920fb92cff832f252e9fdc8a https://github.com/phpmyadmin/phpmyadmin/commit/77f0d50bea5ee461920fb92cff83... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M libraries/classes/Controllers/Database/DatabaseStructureController.php M libraries/classes/Controllers/Table/TableSearchController.php M libraries/classes/InsertEdit.php M tbl_replace.php M test/classes/InsertEditTest.php
Log Message: ----------- Add missing dependency on jquery.validate.js
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 5346416625f3196238c55c9e9c2d3d0fef25887d https://github.com/phpmyadmin/phpmyadmin/commit/5346416625f3196238c55c9e9c2d... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M libraries/classes/Header.php M libraries/classes/Scripts.php M test/classes/ScriptsTest.php
Log Message: ----------- Simplify Scripts::addFile API
Removed unused parameter to define ordering of scripts.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: a957f2694783e58ee3c0a06f0f6eac6ce9c868d6 https://github.com/phpmyadmin/phpmyadmin/commit/a957f2694783e58ee3c0a06f0f6e... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M ChangeLog
Log Message: ----------- Changelog entries for #11688 and #13466
Signed-off-by: Michal Čihař michal@cihar.com
Commit: bb60b9d53bd6d45535172ec03986e78b54cbed07 https://github.com/phpmyadmin/phpmyadmin/commit/bb60b9d53bd6d45535172ec03986... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 7ec4059dbb3349969d911646234c638da7791a4e https://github.com/phpmyadmin/phpmyadmin/commit/7ec4059dbb3349969d911646234c... Author: Michal Čihař michal@cihar.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M .gitignore M doc/faq.rst M js/ajax.js R js/get_scripts.js.php M libraries/classes/Controllers/Database/DatabaseStructureController.php M libraries/classes/Controllers/Table/TableSearchController.php M libraries/classes/ErrorReport.php M libraries/classes/Header.php M libraries/classes/InsertEdit.php M libraries/classes/Scripts.php R scripts/line-counts.sh M tbl_replace.php M test/classes/InsertEditTest.php M test/classes/ScriptsTest.php M test/libraries/Files_test.php
Log Message: ----------- Merge pull request #13839 from nijel/scripts
Remove get_scripts wrapper to download javascript
Commit: c84f612f2acc19f2d7fcc5456f4fb6f634155251 https://github.com/phpmyadmin/phpmyadmin/commit/c84f612f2acc19f2d7fcc5456f4f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: R templates/display/import/compressions.twig M templates/display/import/file_option.twig
Log Message: ----------- Move compressions template into file_option template
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 647c626ae4a2b7d985cfaeecbc225a8de61e9ddd https://github.com/phpmyadmin/phpmyadmin/commit/647c626ae4a2b7d985cfaeecbc22... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M templates/display/import/import.twig M templates/display/import/javascript.twig R templates/display/import/with_plugin.twig
Log Message: ----------- Move with_plugin.twig into javascript.twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 6e15e838f471129be74b1c873d01fc3c6f05b53a https://github.com/phpmyadmin/phpmyadmin/commit/6e15e838f471129be74b1c873d01... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M templates/display/import/import.twig R templates/display/import/submit_option.twig
Log Message: ----------- Move submit_option.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: a8cc3ec8291553c2ed9acc007c4ae3ac248543ea https://github.com/phpmyadmin/phpmyadmin/commit/a8cc3ec8291553c2ed9acc007c4a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: R templates/display/import/format_option.twig M templates/display/import/import.twig
Log Message: ----------- Move format_option.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f3010659ed1fb2261f69fb8aa441932a324e6603 https://github.com/phpmyadmin/phpmyadmin/commit/f3010659ed1fb2261f69fb8aa441... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M templates/display/import/import.twig R templates/display/import/other_option.twig
Log Message: ----------- Move other_option.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 3202480c7b85458a0ece7ab7b0bb4bd75c5d14d7 https://github.com/phpmyadmin/phpmyadmin/commit/3202480c7b85458a0ece7ab7b0bb... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M templates/display/import/import.twig R templates/display/import/partial_import_option.twig
Log Message: ----------- Move partial_import_option.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 55641774f6d1292bba4d4c2ef51e103db9d0857b https://github.com/phpmyadmin/phpmyadmin/commit/55641774f6d1292bba4d4c2ef51e... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: R templates/display/import/file_option.twig M templates/display/import/import.twig
Log Message: ----------- Move file_option.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: c5dfe379eb37c4ec5f2e70b7c5baf52c35540d80 https://github.com/phpmyadmin/phpmyadmin/commit/c5dfe379eb37c4ec5f2e70b7c5ba... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: M templates/display/import/import.twig R templates/display/import/options.twig
Log Message: ----------- Move options.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 531d82b980d90612ebbbf8088f5fcf0657a2979b https://github.com/phpmyadmin/phpmyadmin/commit/531d82b980d90612ebbbf8088f5f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths: R templates/display/import/hidden_inputs.twig M templates/display/import/import.twig
Log Message: ----------- Move hidden_inputs.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: fe62e840624dfd9f754ccee87e9ce768968d3ea9 https://github.com/phpmyadmin/phpmyadmin/commit/fe62e840624dfd9f754ccee87e9c... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-30 (Thu, 30 Nov 2017)
Changed paths: M composer.json M libraries/classes/Template.php M libraries/classes/Twig/CharsetsExtension.php M libraries/classes/Twig/CoreExtension.php M libraries/classes/Twig/I18n/NodeTrans.php M libraries/classes/Twig/I18n/TokenParserTrans.php M libraries/classes/Twig/I18nExtension.php M libraries/classes/Twig/IndexExtension.php M libraries/classes/Twig/MessageExtension.php M libraries/classes/Twig/PartitionExtension.php M libraries/classes/Twig/PhpFunctionsExtension.php M libraries/classes/Twig/PluginsExtension.php M libraries/classes/Twig/RelationExtension.php M libraries/classes/Twig/SanitizeExtension.php M libraries/classes/Twig/ServerPrivilegesExtension.php M libraries/classes/Twig/StorageEngineExtension.php M libraries/classes/Twig/TableExtension.php M libraries/classes/Twig/TransformationsExtension.php M libraries/classes/Twig/UrlExtension.php M libraries/classes/Twig/UtilExtension.php M scripts/generate-twig-cache M test/classes/TemplateTest.php
Log Message: ----------- Use PSR-4 for Twig classes
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 1f2af04b6a8d2edfaaf73c88ca26976accc55fa0 https://github.com/phpmyadmin/phpmyadmin/commit/1f2af04b6a8d2edfaaf73c88ca26... Author: BennyBeat bennybeat@gmail.com Date: 2017-11-30 (Thu, 30 Nov 2017)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 97.0% (3190 of 3287 strings)
[CI skip]
Commit: 9c65363a25a173cfbd3a517bb4f2d73570f0d1da https://github.com/phpmyadmin/phpmyadmin/commit/9c65363a25a173cfbd3a517bb4f2... Author: Olivier Macchioni olivier.macchioni@gmail.com Date: 2017-11-30 (Thu, 30 Nov 2017)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 99.7% (3279 of 3287 strings)
[CI skip]
Commit: 64b211a21f6a4f249d7fa39cf61c0de7be881375 https://github.com/phpmyadmin/phpmyadmin/commit/64b211a21f6a4f249d7fa39cf61c... Author: Dr. Nagy Elemér Károly eknagy@omikk.bme.hu Date: 2017-11-30 (Thu, 30 Nov 2017)
Changed paths: M po/hu.po
Log Message: ----------- Translated using Weblate (Hungarian)
Currently translated at 96.4% (3169 of 3287 strings)
[CI skip]
Commit: 22efe8800f05196a4d3d60b78ca7082c2a5a5611 https://github.com/phpmyadmin/phpmyadmin/commit/22efe8800f05196a4d3d60b78ca7... Author: RD WebDesign weblate@rdwebdesign.com.br Date: 2017-11-30 (Thu, 30 Nov 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (3282 of 3287 strings)
[CI skip]
Commit: ac1211fc67417357b90f073cb0b70f5ce6f05011 https://github.com/phpmyadmin/phpmyadmin/commit/ac1211fc67417357b90f073cb0b7... Author: Weblate noreply@weblate.org Date: 2017-11-30 (Thu, 30 Nov 2017)
Changed paths: M composer.json M libraries/classes/Template.php M libraries/classes/Twig/CharsetsExtension.php M libraries/classes/Twig/CoreExtension.php M libraries/classes/Twig/I18n/NodeTrans.php M libraries/classes/Twig/I18n/TokenParserTrans.php M libraries/classes/Twig/I18nExtension.php M libraries/classes/Twig/IndexExtension.php M libraries/classes/Twig/MessageExtension.php M libraries/classes/Twig/PartitionExtension.php M libraries/classes/Twig/PhpFunctionsExtension.php M libraries/classes/Twig/PluginsExtension.php M libraries/classes/Twig/RelationExtension.php M libraries/classes/Twig/SanitizeExtension.php M libraries/classes/Twig/ServerPrivilegesExtension.php M libraries/classes/Twig/StorageEngineExtension.php M libraries/classes/Twig/TableExtension.php M libraries/classes/Twig/TransformationsExtension.php M libraries/classes/Twig/UrlExtension.php M libraries/classes/Twig/UtilExtension.php M scripts/generate-twig-cache M test/classes/TemplateTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: f6903673b74fe129f040918cb0198a21937cf7b9 https://github.com/phpmyadmin/phpmyadmin/commit/f6903673b74fe129f040918cb019... Author: dingo thirteen dingo13@gmail.com Date: 2017-11-30 (Thu, 30 Nov 2017)
Changed paths: M po/nl.po
Log Message: ----------- Translated using Weblate (Dutch)
Currently translated at 100.0% (3287 of 3287 strings)
[CI skip]
Commit: c7a33031b37c618501dff5315e94f77e9130adb5 https://github.com/phpmyadmin/phpmyadmin/commit/c7a33031b37c618501dff5315e94... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-11-30 (Thu, 30 Nov 2017)
Changed paths: A themes/original/img/pmd/1.png A themes/original/img/pmd/2.png A themes/original/img/pmd/2leftarrow.png A themes/original/img/pmd/2leftarrow_m.png A themes/original/img/pmd/2rightarrow.png A themes/original/img/pmd/2rightarrow_m.png A themes/original/img/pmd/3.png A themes/original/img/pmd/4.png A themes/original/img/pmd/5.png A themes/original/img/pmd/6.png A themes/original/img/pmd/7.png A themes/original/img/pmd/8.png A themes/original/img/pmd/FieldKey_small.png A themes/original/img/pmd/Field_small.png A themes/original/img/pmd/Field_small_char.png A themes/original/img/pmd/Field_small_date.png A themes/original/img/pmd/Field_small_int.png A themes/original/img/pmd/Header.png A themes/original/img/pmd/Header_Linked.png A themes/original/img/pmd/anchor.png A themes/original/img/pmd/and_icon.png A themes/original/img/pmd/ang_direct.png A themes/original/img/pmd/bord.png A themes/original/img/pmd/bottom.png A themes/original/img/pmd/def.png A themes/original/img/pmd/display_field.png A themes/original/img/pmd/downarrow1.png A themes/original/img/pmd/downarrow2.png A themes/original/img/pmd/downarrow2_m.png A themes/original/img/pmd/exec.png A themes/original/img/pmd/exec_small.png A themes/original/img/pmd/exitFullscreen.png A themes/original/img/pmd/export.png A themes/original/img/pmd/favicon.ico A themes/original/img/pmd/grid.png A themes/original/img/pmd/help.png A themes/original/img/pmd/help_relation.png A themes/original/img/pmd/left_panel_butt.png A themes/original/img/pmd/left_panel_tab.png A themes/original/img/pmd/minus.png A themes/original/img/pmd/or_icon.png A themes/original/img/pmd/other_table.png A themes/original/img/pmd/page_add.png A themes/original/img/pmd/page_delete.png A themes/original/img/pmd/page_edit.png A themes/original/img/pmd/pdf.png A themes/original/img/pmd/plus.png A themes/original/img/pmd/query_builder.png A themes/original/img/pmd/relation.png A themes/original/img/pmd/reload.png A themes/original/img/pmd/resize.png A themes/original/img/pmd/resizeright.png A themes/original/img/pmd/rightarrow1.png A themes/original/img/pmd/rightarrow2.png A themes/original/img/pmd/save.png A themes/original/img/pmd/save_as.png A themes/original/img/pmd/small_tab.png A themes/original/img/pmd/table.png A themes/original/img/pmd/toggle_lines.png A themes/original/img/pmd/top_panel.png A themes/original/img/pmd/uparrow2_m.png A themes/original/img/pmd/viewInFullscreen.png
Log Message: ----------- Add PMD images to original theme
Fix #13586
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: c4ef4c26ac9981130ddc1cb9e939004747e44a9d https://github.com/phpmyadmin/phpmyadmin/commit/c4ef4c26ac9981130ddc1cb9e939... Author: dingo thirteen dingo13@gmail.com Date: 2017-12-01 (Fri, 01 Dec 2017)
Changed paths: M po/nl.po
Log Message: ----------- Translated using Weblate (Dutch)
Currently translated at 100.0% (3287 of 3287 strings)
[CI skip]
Commit: c1d37cbc9a57f20ef7e5d55784b18ec10c1780f9 https://github.com/phpmyadmin/phpmyadmin/commit/c1d37cbc9a57f20ef7e5d55784b1... Author: Weblate noreply@weblate.org Date: 2017-12-01 (Fri, 01 Dec 2017)
Changed paths: A themes/original/img/pmd/1.png A themes/original/img/pmd/2.png A themes/original/img/pmd/2leftarrow.png A themes/original/img/pmd/2leftarrow_m.png A themes/original/img/pmd/2rightarrow.png A themes/original/img/pmd/2rightarrow_m.png A themes/original/img/pmd/3.png A themes/original/img/pmd/4.png A themes/original/img/pmd/5.png A themes/original/img/pmd/6.png A themes/original/img/pmd/7.png A themes/original/img/pmd/8.png A themes/original/img/pmd/FieldKey_small.png A themes/original/img/pmd/Field_small.png A themes/original/img/pmd/Field_small_char.png A themes/original/img/pmd/Field_small_date.png A themes/original/img/pmd/Field_small_int.png A themes/original/img/pmd/Header.png A themes/original/img/pmd/Header_Linked.png A themes/original/img/pmd/anchor.png A themes/original/img/pmd/and_icon.png A themes/original/img/pmd/ang_direct.png A themes/original/img/pmd/bord.png A themes/original/img/pmd/bottom.png A themes/original/img/pmd/def.png A themes/original/img/pmd/display_field.png A themes/original/img/pmd/downarrow1.png A themes/original/img/pmd/downarrow2.png A themes/original/img/pmd/downarrow2_m.png A themes/original/img/pmd/exec.png A themes/original/img/pmd/exec_small.png A themes/original/img/pmd/exitFullscreen.png A themes/original/img/pmd/export.png A themes/original/img/pmd/favicon.ico A themes/original/img/pmd/grid.png A themes/original/img/pmd/help.png A themes/original/img/pmd/help_relation.png A themes/original/img/pmd/left_panel_butt.png A themes/original/img/pmd/left_panel_tab.png A themes/original/img/pmd/minus.png A themes/original/img/pmd/or_icon.png A themes/original/img/pmd/other_table.png A themes/original/img/pmd/page_add.png A themes/original/img/pmd/page_delete.png A themes/original/img/pmd/page_edit.png A themes/original/img/pmd/pdf.png A themes/original/img/pmd/plus.png A themes/original/img/pmd/query_builder.png A themes/original/img/pmd/relation.png A themes/original/img/pmd/reload.png A themes/original/img/pmd/resize.png A themes/original/img/pmd/resizeright.png A themes/original/img/pmd/rightarrow1.png A themes/original/img/pmd/rightarrow2.png A themes/original/img/pmd/save.png A themes/original/img/pmd/save_as.png A themes/original/img/pmd/small_tab.png A themes/original/img/pmd/table.png A themes/original/img/pmd/toggle_lines.png A themes/original/img/pmd/top_panel.png A themes/original/img/pmd/uparrow2_m.png A themes/original/img/pmd/viewInFullscreen.png
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: b5029f8191b159bb196e04938b4f1c99414a8068 https://github.com/phpmyadmin/phpmyadmin/commit/b5029f8191b159bb196e04938b4f... Author: Michal Čihař michal@cihar.com Date: 2017-12-01 (Fri, 01 Dec 2017)
Changed paths: M js/ajax.js
Log Message: ----------- Declare i variable just once
Signed-off-by: Michal Čihař michal@cihar.com
Commit: df96bb0fb1933e54f7cc7c3427baa5e811d56333 https://github.com/phpmyadmin/phpmyadmin/commit/df96bb0fb1933e54f7cc7c3427ba... Author: Michal Čihař michal@cihar.com Date: 2017-12-01 (Fri, 01 Dec 2017)
Changed paths: M js/ajax.js
Log Message: ----------- Document why there are two loops are needed
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 1c7facd467f8587ddc176cb795ee4c502808188a https://github.com/phpmyadmin/phpmyadmin/commit/1c7facd467f8587ddc176cb795ee... Author: Viktar Vauchkevich victorenator@gmail.com Date: 2017-12-01 (Fri, 01 Dec 2017)
Changed paths: M po/be.po
Log Message: ----------- Translated using Weblate (Belarusian)
Currently translated at 63.0% (2073 of 3287 strings)
[CI skip]
Commit: f4631d1905713c686b8e40fe04cc2475676b61d5 https://github.com/phpmyadmin/phpmyadmin/commit/f4631d1905713c686b8e40fe04cc... Author: Weblate noreply@weblate.org Date: 2017-12-01 (Fri, 01 Dec 2017)
Changed paths: M js/ajax.js
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 10808a2497e92092684c81700ef23de1f177bb32 https://github.com/phpmyadmin/phpmyadmin/commit/10808a2497e92092684c81700ef2... Author: Michal Čihař michal@cihar.com Date: 2017-12-01 (Fri, 01 Dec 2017)
Changed paths: R themes/original/img/pmd/1.png R themes/original/img/pmd/2.png R themes/original/img/pmd/2leftarrow.png R themes/original/img/pmd/2leftarrow_m.png R themes/original/img/pmd/2rightarrow.png R themes/original/img/pmd/2rightarrow_m.png R themes/original/img/pmd/3.png R themes/original/img/pmd/4.png R themes/original/img/pmd/5.png R themes/original/img/pmd/6.png R themes/original/img/pmd/7.png R themes/original/img/pmd/8.png R themes/original/img/pmd/FieldKey_small.png R themes/original/img/pmd/Field_small.png R themes/original/img/pmd/Field_small_char.png R themes/original/img/pmd/Field_small_date.png R themes/original/img/pmd/Field_small_int.png R themes/original/img/pmd/Header.png R themes/original/img/pmd/Header_Linked.png R themes/original/img/pmd/anchor.png R themes/original/img/pmd/and_icon.png R themes/original/img/pmd/ang_direct.png R themes/original/img/pmd/bord.png R themes/original/img/pmd/bottom.png R themes/original/img/pmd/def.png R themes/original/img/pmd/display_field.png R themes/original/img/pmd/downarrow1.png R themes/original/img/pmd/downarrow2.png R themes/original/img/pmd/downarrow2_m.png R themes/original/img/pmd/exec.png R themes/original/img/pmd/exec_small.png R themes/original/img/pmd/exitFullscreen.png R themes/original/img/pmd/export.png R themes/original/img/pmd/favicon.ico R themes/original/img/pmd/grid.png R themes/original/img/pmd/help.png R themes/original/img/pmd/help_relation.png R themes/original/img/pmd/left_panel_butt.png R themes/original/img/pmd/left_panel_tab.png R themes/original/img/pmd/minus.png R themes/original/img/pmd/or_icon.png R themes/original/img/pmd/other_table.png R themes/original/img/pmd/page_add.png R themes/original/img/pmd/page_delete.png R themes/original/img/pmd/page_edit.png R themes/original/img/pmd/pdf.png R themes/original/img/pmd/plus.png R themes/original/img/pmd/query_builder.png R themes/original/img/pmd/relation.png R themes/original/img/pmd/reload.png R themes/original/img/pmd/resize.png R themes/original/img/pmd/resizeright.png R themes/original/img/pmd/rightarrow1.png R themes/original/img/pmd/rightarrow2.png R themes/original/img/pmd/save.png R themes/original/img/pmd/save_as.png R themes/original/img/pmd/small_tab.png R themes/original/img/pmd/table.png R themes/original/img/pmd/toggle_lines.png R themes/original/img/pmd/top_panel.png R themes/original/img/pmd/uparrow2_m.png R themes/original/img/pmd/viewInFullscreen.png
Log Message: ----------- Revert "Add PMD images to original theme"
This reverts commit c7a33031b37c618501dff5315e94f77e9130adb5.
The images should be used from the default theme if they are not present.
Commit: 5edb56b2ee000c59f21beb58f74cde5561fa62ca https://github.com/phpmyadmin/phpmyadmin/commit/5edb56b2ee000c59f21beb58f74c... Author: Michal Čihař michal@cihar.com Date: 2017-12-01 (Fri, 01 Dec 2017)
Log Message: ----------- Merge commit '1737e8f036ff5ff1fb995814a2bec0524b8c2952'
Commit: 6221f72738713a82b61465523ba0cf37a4f42f5b https://github.com/phpmyadmin/phpmyadmin/commit/6221f72738713a82b61465523ba0... Author: Michal Čihař michal@cihar.com Date: 2017-12-01 (Fri, 01 Dec 2017)
Changed paths: M ChangeLog
Log Message: ----------- Merge commit 'ead65616938f88c4150bec15017e04eb91e78dd1'
Commit: fed1d1d5672409af788378f25502d54b261a61c4 https://github.com/phpmyadmin/phpmyadmin/commit/fed1d1d5672409af788378f25502... Author: Michal Čihař michal@cihar.com Date: 2017-12-01 (Fri, 01 Dec 2017)
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7'
Commit: 8dd8d4378725e796501804e682643b82a738e0b9 https://github.com/phpmyadmin/phpmyadmin/commit/8dd8d4378725e796501804e68264... Author: Michal Čihař michal@cihar.com Date: 2017-12-01 (Fri, 01 Dec 2017)
Changed paths: M doc/faq.rst
Log Message: ----------- Merge branch 'QA_4_7'
Commit: d3ad268f2ce8b02cbe8a5b1aaafffdfd354b9008 https://github.com/phpmyadmin/phpmyadmin/commit/d3ad268f2ce8b02cbe8a5b1aaaff... Author: Aleksej Jovanović jovanovicaleksej.su@gmail.com Date: 2017-12-02 (Sat, 02 Dec 2017)
Changed paths: M po/sr@latin.po
Log Message: ----------- Translated using Weblate (Serbian (latin))
Currently translated at 42.8% (1409 of 3287 strings)
[CI skip]
Commit: ebdb489442d12b7fe11f09dc40951fa3d5e5df49 https://github.com/phpmyadmin/phpmyadmin/commit/ebdb489442d12b7fe11f09dc4095... Author: Kozioł Marcin koziol.martin@gmail.com Date: 2017-12-02 (Sat, 02 Dec 2017)
Changed paths: M po/pl.po
Log Message: ----------- Translated using Weblate (Polish)
Currently translated at 86.0% (2827 of 3287 strings)
[CI skip]
Commit: a3189165791fcd6805c150daa71b614377a1c23c https://github.com/phpmyadmin/phpmyadmin/commit/a3189165791fcd6805c150daa71b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-02 (Sat, 02 Dec 2017)
Changed paths: M templates/columns_definitions/column_attributes.twig
Log Message: ----------- Fix wrong variable
Fix #13852
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 53211af45e846e2a3908f0862c32a2cfea09660a https://github.com/phpmyadmin/phpmyadmin/commit/53211af45e846e2a3908f0862c32... Author: Matteo Regazzi mregazzi@tiscali.it Date: 2017-12-02 (Sat, 02 Dec 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.3% (3266 of 3287 strings)
[CI skip]
Commit: 20c985ae8ea7657bfd5de266911c7720c7cfa614 https://github.com/phpmyadmin/phpmyadmin/commit/20c985ae8ea7657bfd5de266911c... Author: Weblate noreply@weblate.org Date: 2017-12-02 (Sat, 02 Dec 2017)
Changed paths: M templates/columns_definitions/column_attributes.twig
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 3d44419cbd941e122d9faeabe68445e5ecc2c615 https://github.com/phpmyadmin/phpmyadmin/commit/3d44419cbd941e122d9faeabe684... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-04 (Mon, 04 Dec 2017)
Changed paths: M libraries/classes/Advisor.php M libraries/classes/Error.php M libraries/classes/LanguageManager.php M libraries/classes/Rte/Routines.php M libraries/classes/ZipExtension.php M test/classes/Config/ServerConfigChecksTest.php M view_create.php
Log Message: ----------- Use lowercase for PHP booleans and null
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 01fd3010030f58c5489c18a40f91362d099987fd https://github.com/phpmyadmin/phpmyadmin/commit/01fd3010030f58c5489c18a40f91... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-04 (Mon, 04 Dec 2017)
Changed paths: M db_designer.php M examples/openid.php M import.php M libraries/classes/CentralColumns.php M libraries/classes/Config.php M libraries/classes/Config/FormDisplay.php M libraries/classes/Config/FormDisplayTemplate.php M libraries/classes/Core.php M libraries/classes/DatabaseInterface.php M libraries/classes/Di/Container.php M libraries/classes/Display/Export.php M libraries/classes/Display/Results.php M libraries/classes/ErrorHandler.php M libraries/classes/Export.php M libraries/classes/Footer.php M libraries/classes/Header.php M libraries/classes/Import.php M libraries/classes/InsertEdit.php M libraries/classes/Menu.php M libraries/classes/MultSubmits.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php M libraries/classes/Relation.php M libraries/classes/Response.php M libraries/classes/Rte/Events.php M libraries/classes/Rte/Routines.php M libraries/classes/Rte/Triggers.php M libraries/classes/Sanitize.php M libraries/classes/Server/Privileges.php M libraries/classes/Table.php M libraries/classes/Theme.php M libraries/classes/Transformations.php M libraries/classes/UserPassword.php M libraries/classes/Util.php M normalization.php M prefs_manage.php M server_privileges.php
Log Message: ----------- Use 'elseif' keyword istead of 'else if'
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: c930c7a030a9a5c8542a57fd2da2313ae0dddec0 https://github.com/phpmyadmin/phpmyadmin/commit/c930c7a030a9a5c8542a57fd2da2... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-04 (Mon, 04 Dec 2017)
Changed paths: M libraries/classes/CentralColumns.php M libraries/classes/DatabaseInterface.php M libraries/classes/Plugins/AuthenticationPlugin.php M libraries/classes/Scripts.php M libraries/classes/Template.php M libraries/classes/Util.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Rte/RoutinesTest.php
Log Message: ----------- Fix coding standard errors
Automatic fixes by phpcbf.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 261c39c815c58fa14dd3009a18ae5f539b468358 https://github.com/phpmyadmin/phpmyadmin/commit/261c39c815c58fa14dd3009a18ae... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-04 (Mon, 04 Dec 2017)
Changed paths: M db_tracking.php M libraries/classes/Tracking.php A templates/database/tracking/tracked_tables.twig
Log Message: ----------- Refactor Tracking::displayTrackedTables
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 4a8bd1cf5cb71fb090febc6ea52cfb9b7910d7f3 https://github.com/phpmyadmin/phpmyadmin/commit/4a8bd1cf5cb71fb090febc6ea52c... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-05 (Tue, 05 Dec 2017)
Changed paths: M libraries/classes/Util.php M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Fix toggle button not showing background image
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d104c7fdd36b44d99c6f8c079db8bf9db1aee035 https://github.com/phpmyadmin/phpmyadmin/commit/d104c7fdd36b44d99c6f8c079db8... Author: tmtisfree tmtisfree@free.fr Date: 2017-12-06 (Wed, 06 Dec 2017)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 100.0% (3287 of 3287 strings)
[CI skip]
Commit: 1032225fd9c58f4673d7998574b4c3af02576b3e https://github.com/phpmyadmin/phpmyadmin/commit/1032225fd9c58f4673d7998574b4... Author: Kristjan Räts kristjanrats@gmail.com Date: 2017-12-06 (Wed, 06 Dec 2017)
Changed paths: M po/et.po
Log Message: ----------- Translated using Weblate (Estonian)
Currently translated at 100.0% (3287 of 3287 strings)
[CI skip]
Commit: 6f2ffdfafdc258aa3678204229b7177f3b1cebd0 https://github.com/phpmyadmin/phpmyadmin/commit/6f2ffdfafdc258aa3678204229b7... Author: Michal Čihař michal@cihar.com Date: 2017-12-08 (Fri, 08 Dec 2017)
Changed paths: M po/cs.po
Log Message: ----------- Translated using Weblate (Czech)
Currently translated at 89.8% (2952 of 3287 strings)
[CI skip]
Commit: 8b2db0e78441b5fb49db566510419dbc55d7255a https://github.com/phpmyadmin/phpmyadmin/commit/8b2db0e78441b5fb49db56651041... Author: Aleix Sanchis aleixsanchis@hotmail.com Date: 2017-12-09 (Sat, 09 Dec 2017)
Changed paths: M po/es.po
Log Message: ----------- Translated using Weblate (Spanish)
Currently translated at 97.9% (3218 of 3287 strings)
[CI skip]
Commit: 93726af00576b1032c6f5eaa760599f661eb4dd0 https://github.com/phpmyadmin/phpmyadmin/commit/93726af00576b1032c6f5eaa7605... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M templates/toggle_button.twig
Log Message: ----------- Fix broken link in toggle button
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 5fc6631b8f8d43a6b65484ab8222822e069de0ed https://github.com/phpmyadmin/phpmyadmin/commit/5fc6631b8f8d43a6b65484ab8222... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M libraries/classes/Template.php M libraries/classes/Tracking.php A libraries/classes/Twig/TrackerExtension.php M scripts/generate-twig-cache A templates/database/tracking/untracked_tables.twig
Log Message: ----------- Use template for displayUntrackedTables method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 5733c1302f264b13528d9974d7f4149015f74379 https://github.com/phpmyadmin/phpmyadmin/commit/5733c1302f264b13528d9974d7f4... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M db_tracking.php M libraries/classes/Tracking.php
Log Message: ----------- Refactor Tracking::displayUntrackedTables method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 64e36d87468dd30235e788cda97db7854d910a3c https://github.com/phpmyadmin/phpmyadmin/commit/64e36d87468dd30235e788cda97d... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M libraries/classes/Tracking.php A templates/table/tracking/activate_deactivate.twig
Log Message: ----------- Use template for getHtmlForActivateDeactivateTracking
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 4f47e9d6cfbd9fea82c4f0b71ad70a2814a190fc https://github.com/phpmyadmin/phpmyadmin/commit/4f47e9d6cfbd9fea82c4f0b71ad7... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M libraries/classes/Tracking.php A templates/table/tracking/structure_snapshot_field.twig M test/classes/TrackingTest.php
Log Message: ----------- Use template for getHtmlForField method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 117d2950d8439e846869a8b034e4cc1fb53f75b5 https://github.com/phpmyadmin/phpmyadmin/commit/117d2950d8439e846869a8b034e4... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M libraries/classes/Tracking.php
Log Message: ----------- Remove Tracking::getHtmlForField method
Using template call istead.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 09f7fb12d7f738664b7108998fc52f33c5130dce https://github.com/phpmyadmin/phpmyadmin/commit/09f7fb12d7f738664b7108998fc5... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M libraries/classes/Tracking.php A templates/table/tracking/structure_snapshot_index.twig
Log Message: ----------- Use template for getHtmlForIndex method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d5fedaf4c7870806f72b0c0f89d945dfcf235801 https://github.com/phpmyadmin/phpmyadmin/commit/d5fedaf4c7870806f72b0c0f89d9... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M libraries/classes/Tracking.php R templates/table/tracking/structure_snapshot_index.twig A templates/table/tracking/structure_snapshot_indexes.twig
Log Message: ----------- Use template for getHtmlForIndexes method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 925c2e0863cbe8161aaa9a6a38683ca166f5984c https://github.com/phpmyadmin/phpmyadmin/commit/925c2e0863cbe8161aaa9a6a3868... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M libraries/classes/Tracking.php A templates/table/tracking/structure_snapshot_columns.twig R templates/table/tracking/structure_snapshot_field.twig
Log Message: ----------- Use template for getHtmlForColumns method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 5128fd4c29f38ad16325c47f9b5cde5a9fef633e https://github.com/phpmyadmin/phpmyadmin/commit/5128fd4c29f38ad16325c47f9b5c... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M libraries/classes/Tracking.php A templates/table/tracking/create_version.twig
Log Message: ----------- Use template for getHtmlForDataDefinitionAndManipulationStatements
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 220b94caa06d08621a96cda14336db0dd2e1a953 https://github.com/phpmyadmin/phpmyadmin/commit/220b94caa06d08621a96cda14336... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M libraries/classes/Tracking.php A templates/table/tracking/selectable_tables.twig
Log Message: ----------- Use template for getHtmlForSelectableTables method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 2f84cecdb9c251c33d827f870f138ba6acd5eeb0 https://github.com/phpmyadmin/phpmyadmin/commit/2f84cecdb9c251c33d827f870f13... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M libraries/classes/Tracking.php A templates/table/tracking/report_statement.twig
Log Message: ----------- Use template for getHtmlForOneStatement method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 1637796ca620fc2d853b3559e982a399b5d13085 https://github.com/phpmyadmin/phpmyadmin/commit/1637796ca620fc2d853b3559e982... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M libraries/classes/Tracking.php R templates/table/tracking/report_statement.twig A templates/table/tracking/report_table.twig M test/classes/TrackingTest.php
Log Message: ----------- Use template for getHtmlForDataStatements method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 533f3ff6f471313dd125da7e4cc1025059b0e587 https://github.com/phpmyadmin/phpmyadmin/commit/533f3ff6f471313dd125da7e4cc1... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-10 (Sun, 10 Dec 2017)
Changed paths: M db_tracking.php M libraries/classes/Template.php M libraries/classes/Tracking.php A libraries/classes/Twig/TrackerExtension.php M scripts/generate-twig-cache A templates/database/tracking/untracked_tables.twig A templates/table/tracking/activate_deactivate.twig A templates/table/tracking/create_version.twig A templates/table/tracking/report_table.twig A templates/table/tracking/selectable_tables.twig A templates/table/tracking/structure_snapshot_columns.twig A templates/table/tracking/structure_snapshot_indexes.twig M templates/toggle_button.twig M test/classes/TrackingTest.php
Log Message: ----------- Merge pull request #13859 from mauriciofauth/tracking
Use template for some PhpMyAdmin\Tracking methods
Commit: 930af7ec275555a4ad7e85dedbc99e820ab0905b https://github.com/phpmyadmin/phpmyadmin/commit/930af7ec275555a4ad7e85dedbc9... Author: Gabriel Caruso carusogabriel34@gmail.com Date: 2017-12-12 (Tue, 12 Dec 2017)
Changed paths: M composer.json
Log Message: ----------- Support PHPUnit 5
Signed-off-by: Gabriel Caruso carusogabriel34@gmail.com
Commit: d0b3ca5d48832cef59df0899438679704461e33d https://github.com/phpmyadmin/phpmyadmin/commit/d0b3ca5d48832cef59df08994386... Author: Gabriel Caruso carusogabriel34@gmail.com Date: 2017-12-12 (Tue, 12 Dec 2017)
Changed paths: M test/classes/CoreTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorTest.php M test/classes/IndexTest.php M test/classes/LanguageTest.php M test/classes/Navigation/Nodes/NodeDatabaseTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php M test/classes/Plugins/Export/ExportOdsTest.php M test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php M test/classes/Rte/EventsTest.php M test/classes/Rte/RoutinesTest.php M test/classes/Rte/TriggersTest.php M test/classes/SanitizeTest.php M test/classes/TwoFactorTest.php
Log Message: ----------- Refactoring tests
Signed-off-by: Gabriel Caruso carusogabriel34@gmail.com
Commit: 8be5072fd6816629330d08d7249fadfeb1f6e47c https://github.com/phpmyadmin/phpmyadmin/commit/8be5072fd6816629330d08d7249f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-12 (Tue, 12 Dec 2017)
Changed paths: M test/classes/CoreTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorTest.php M test/classes/IndexTest.php M test/classes/LanguageTest.php M test/classes/Navigation/Nodes/NodeDatabaseTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php M test/classes/Plugins/Export/ExportOdsTest.php M test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php M test/classes/Rte/EventsTest.php M test/classes/Rte/RoutinesTest.php M test/classes/Rte/TriggersTest.php M test/classes/SanitizeTest.php M test/classes/TwoFactorTest.php
Log Message: ----------- Merge pull request #13863 from carusogabriel/refactoring-tests
Refactoring tests
Commit: 72925985e0d95747dba3ec125f2fca6f8c80349f https://github.com/phpmyadmin/phpmyadmin/commit/72925985e0d95747dba3ec125f2f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-12 (Tue, 12 Dec 2017)
Changed paths: M composer.json
Log Message: ----------- Merge pull request #13862 from carusogabriel/phpunit-5
Support PHPUnit 5
Commit: 72f109a99c82b14c07dcb19946ba9b76efc32a1b https://github.com/phpmyadmin/phpmyadmin/commit/72f109a99c82b14c07dcb19946ba... Author: Michal Čihař michal@cihar.com Date: 2017-12-14 (Thu, 14 Dec 2017)
Changed paths: M db_multi_table_query.php M import.php M libraries/classes/Core.php M libraries/classes/InsertEdit.php M libraries/common.inc.php M test/classes/InsertEditTest.php
Log Message: ----------- Accept SQL query only from POST requests
Signed-off-by: Michal Čihař michal@cihar.com
Commit: c0b6ee1e2a53500103ddb05a4ebcc4f732f42419 https://github.com/phpmyadmin/phpmyadmin/commit/c0b6ee1e2a53500103ddb05a4ebc... Author: Michal Čihař michal@cihar.com Date: 2017-12-14 (Thu, 14 Dec 2017)
Changed paths: M doc/setup.rst
Log Message: ----------- Add example for custom servers setup in Docker container
See https://github.com/phpmyadmin/docker/issues/143
Signed-off-by: Michal Čihař michal@cihar.com
Commit: bd476715a9cb76f67a1724152992d504cbdcde46 https://github.com/phpmyadmin/phpmyadmin/commit/bd476715a9cb76f67a1724152992... Author: Michal Čihař michal@cihar.com Date: 2017-12-14 (Thu, 14 Dec 2017)
Changed paths: M doc/conf.py M test/ci-install-docs
Log Message: ----------- Install newer requests to add SNI support
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 68c30db6849ff3a39ee07bd7d3a11897bf00d688 https://github.com/phpmyadmin/phpmyadmin/commit/68c30db6849ff3a39ee07bd7d3a1... Author: Michal Čihař michal@cihar.com Date: 2017-12-14 (Thu, 14 Dec 2017)
Changed paths: M doc/conf.py
Log Message: ----------- The SSL setup seems to be fixed here
Signed-off-by: Michal Čihař michal@cihar.com
Commit: cfc79ded73ccb9859f0420cbd61fd6c3eb6cba2e https://github.com/phpmyadmin/phpmyadmin/commit/cfc79ded73ccb9859f0420cbd61f... Author: Michal Čihař michal@cihar.com Date: 2017-12-14 (Thu, 14 Dec 2017)
Changed paths: M test/ci-install-docs
Log Message: ----------- Try to use python 3 for building docs
It has SNI support out of the box without need to handle some deps.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 75bd706565ecba519fb56512c0ddbb17c64c74bb https://github.com/phpmyadmin/phpmyadmin/commit/75bd706565ecba519fb56512c0dd... Author: Michal Čihař michal@cihar.com Date: 2017-12-14 (Thu, 14 Dec 2017)
Changed paths: M .travis.yml M test/ci-install-docs
Log Message: ----------- Use python image to build docs
It is using python anyway, so make it simple
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 7d51982072891fd25fda632eaf3e2e03820a6db9 https://github.com/phpmyadmin/phpmyadmin/commit/7d51982072891fd25fda632eaf3e... Author: Michal Čihař michal@cihar.com Date: 2017-12-14 (Thu, 14 Dec 2017)
Changed paths: M test/ci-install-docs
Log Message: ----------- Install packages in virtualenv
Signed-off-by: Michal Čihař michal@cihar.com
Commit: dfbbff0e69c82671e3144d07447f66f9fde265c6 https://github.com/phpmyadmin/phpmyadmin/commit/dfbbff0e69c82671e3144d07447f... Author: Michal Čihař michal@cihar.com Date: 2017-12-14 (Thu, 14 Dec 2017)
Changed paths: M .travis.yml
Log Message: ----------- Always activate virtualenv
Signed-off-by: Michal Čihař michal@cihar.com
Commit: a8bd364e02a050ba6357f8d450756cc4e2b8daf6 https://github.com/phpmyadmin/phpmyadmin/commit/a8bd364e02a050ba6357f8d45075... Author: Gabriel Caruso carusogabriel34@gmail.com Date: 2017-12-14 (Thu, 14 Dec 2017)
Changed paths: M libraries/classes/CentralColumns.php M libraries/classes/Database/Qbe.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbi/DbiMysql.php M libraries/classes/ErrorHandler.php M libraries/classes/Export.php M libraries/classes/File.php M libraries/classes/Gis/GisPolygon.php M libraries/classes/Import.php M libraries/classes/Index.php M libraries/classes/IndexColumn.php M libraries/classes/InsertEdit.php M libraries/classes/Language.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Partition.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Plugins/Auth/AuthenticationHttp.php M libraries/classes/Plugins/Auth/AuthenticationSignon.php M libraries/classes/Plugins/AuthenticationPlugin.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Export/ExportXml.php M libraries/classes/Plugins/Import/ImportOds.php M libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php M libraries/classes/Relation.php M libraries/classes/Server/Privileges.php M libraries/classes/Table.php M libraries/classes/ThemeManager.php M libraries/classes/Tracker.php M libraries/classes/Tracking.php M libraries/classes/Transformations.php M libraries/classes/Twig/I18n/NodeTrans.php M libraries/classes/Util.php
Log Message: ----------- Clean elses
Signed-off-by: Gabriel Caruso carusogabriel34@gmail.com
Commit: 4845ee68c86922d0ffbb4330f02016a54c29266c https://github.com/phpmyadmin/phpmyadmin/commit/4845ee68c86922d0ffbb4330f020... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M js/ajax.js
Log Message: ----------- Remove compatibility AJAX code
We now submit all forms by POST, there should be no reason for something else.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: c162a75b9b967e9f333a2be9a363c8a6ac9038ae https://github.com/phpmyadmin/phpmyadmin/commit/c162a75b9b967e9f333a2be9a363... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M db_search.php M libraries/classes/Controllers/Database/DatabaseStructureController.php M libraries/classes/Controllers/Table/TableSearchController.php M libraries/classes/Header.php M libraries/classes/InsertEdit.php M server_status_monitor.php M sql.php M tbl_change.php M tbl_replace.php
Log Message: ----------- Improve javascript loading
- jquery-ui-timepicker-addon.js is loaded in Header, no need to load it elsewhere - jquery.validate.js is needed on way to many pages to benefit of loading only on some of them
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 7a83d83309c97f7def05a120d22f338c0bdf2f84 https://github.com/phpmyadmin/phpmyadmin/commit/7a83d83309c97f7def05a120d22f... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M libraries/classes/CentralColumns.php M libraries/classes/Database/Qbe.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbi/DbiMysql.php M libraries/classes/ErrorHandler.php M libraries/classes/Export.php M libraries/classes/File.php M libraries/classes/Gis/GisPolygon.php M libraries/classes/Import.php M libraries/classes/Index.php M libraries/classes/IndexColumn.php M libraries/classes/InsertEdit.php M libraries/classes/Language.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Partition.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Plugins/Auth/AuthenticationHttp.php M libraries/classes/Plugins/Auth/AuthenticationSignon.php M libraries/classes/Plugins/AuthenticationPlugin.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Export/ExportXml.php M libraries/classes/Plugins/Import/ImportOds.php M libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php M libraries/classes/Relation.php M libraries/classes/Server/Privileges.php M libraries/classes/Table.php M libraries/classes/ThemeManager.php M libraries/classes/Tracker.php M libraries/classes/Tracking.php M libraries/classes/Transformations.php M libraries/classes/Twig/I18n/NodeTrans.php M libraries/classes/Util.php
Log Message: ----------- Merge pull request #13868 from carusogabriel/clean-elses
Clean elses
Commit: 379811702e1d3a95363cb6aa545f76148755bf95 https://github.com/phpmyadmin/phpmyadmin/commit/379811702e1d3a95363cb6aa545f... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M test/classes/InsertEditTest.php
Log Message: ----------- Fix test expectations to match current code
Signed-off-by: Michal Čihař michal@cihar.com
Commit: ff18aa1f2543f615ff9beb233c12eed47207043c https://github.com/phpmyadmin/phpmyadmin/commit/ff18aa1f2543f615ff9beb233c12... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M .travis.yml
Log Message: ----------- Do not activate virtualenv on OSX builds
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 26b928904fb93277c30eb509623f625b7778e9e2 https://github.com/phpmyadmin/phpmyadmin/commit/26b928904fb93277c30eb509623f... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7'
Commit: 11d236b2ea8c4445e0a9b3a388d9a51e5275cfd1 https://github.com/phpmyadmin/phpmyadmin/commit/11d236b2ea8c4445e0a9b3a388d9... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M scripts/create-release.sh
Log Message: ----------- Merge branch 'QA_4_7'
Commit: f0da46277c791974f81d50e492da20ed52c702ac https://github.com/phpmyadmin/phpmyadmin/commit/f0da46277c791974f81d50e492da... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M composer.json
Log Message: ----------- Use more recent phpunit-selenium
We can't yet use 4.0 due to it's dependency on current phpunit, but at least upgrade to 3.0.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 4c2c38f341945f902d37a507ecc1f968032c8745 https://github.com/phpmyadmin/phpmyadmin/commit/4c2c38f341945f902d37a507ecc1... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M test/selenium/TestBase.php
Log Message: ----------- Remove type hinting from onNotSuccessfulTest
Upstream has removed that as well.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 0b5b28704906df75823b446aa0716f0b2a2176f8 https://github.com/phpmyadmin/phpmyadmin/commit/0b5b28704906df75823b446aa071... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M ChangeLog M composer.json M libraries/classes/Util.php M test/classes/UtilTest.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: f059baa2ec9eaf749dc85e0f339018c326818d15 https://github.com/phpmyadmin/phpmyadmin/commit/f059baa2ec9eaf749dc85e0f3390... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M js/ajax.js
Log Message: ----------- Handle data-post with leading ?
This makes it easier to convert existing code.
Issue #13866
Signed-off-by: Michal Čihař michal@cihar.com
Commit: ff20564ef07f15bda0a6540ac45427a3b6571015 https://github.com/phpmyadmin/phpmyadmin/commit/ff20564ef07f15bda0a6540ac454... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M js/db_structure.js M js/functions.js M templates/database/structure/empty_table.twig
Log Message: ----------- Adjust table truncate operation to use POST
Issue #13866
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 8332861d62dbe130e3d4bf195707f884d89d0cb2 https://github.com/phpmyadmin/phpmyadmin/commit/8332861d62dbe130e3d4bf195707... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M js/db_structure.js M templates/database/structure/structure_table_row.twig
Log Message: ----------- Adjust table drop operation to use POST
Issue #13866
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 6ee2f1284100b6aa98a3a08dc1f520c48b49ed25 https://github.com/phpmyadmin/phpmyadmin/commit/6ee2f1284100b6aa98a3a08dc1f5... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M js/tbl_structure.js M templates/table/structure/action_row_in_structure_table.twig M templates/table/structure/actions_in_table_structure.twig
Log Message: ----------- Adjust adding table key operations to use POST
Issue #13866
Signed-off-by: Michal Čihař michal@cihar.com
Commit: e7eaea8c86bcb012585e709a3511539df509ffb8 https://github.com/phpmyadmin/phpmyadmin/commit/e7eaea8c86bcb012585e709a3511... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M templates/table/structure/actions_in_table_structure.twig
Log Message: ----------- Adjust browsing distinct values to use POST
Issue #13866
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 599a981b50ec0c19bb2c827e28edef7106b593e0 https://github.com/phpmyadmin/phpmyadmin/commit/599a981b50ec0c19bb2c827e28ed... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M templates/table/structure/display_partitions.twig
Log Message: ----------- Adjust partition manipulations to use POST
Issue #13866
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 750820519124488c6f2cb546a397de4715c7fa8b https://github.com/phpmyadmin/phpmyadmin/commit/750820519124488c6f2cb546a397... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M templates/table/structure/display_table_stats.twig M templates/table/structure/optional_action_links.twig
Log Message: ----------- Adjust optimize table to use POST
Issue #13866
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 613a146e97e34e6b05d7c8c6de15afdb39d8da2b https://github.com/phpmyadmin/phpmyadmin/commit/613a146e97e34e6b05d7c8c6de15... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M js/tbl_structure.js M templates/table/structure/table_structure_row.twig
Log Message: ----------- Adjust field drop to use POST
Issue #13866
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 4f14bccbfe84076723d779a7d711ecde9f34223f https://github.com/phpmyadmin/phpmyadmin/commit/4f14bccbfe84076723d779a7d711... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M libraries/classes/Rte/Footer.php M libraries/classes/Rte/RteList.php M libraries/rte/rte_main.inc.php
Log Message: ----------- Remove ajax_class global from RTE
Signed-off-by: Michal Čihař michal@cihar.com
Commit: a450d01546158805ced6b333255e62e46f9a3a95 https://github.com/phpmyadmin/phpmyadmin/commit/a450d01546158805ced6b333255e... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M libraries/classes/Display/Results.php
Log Message: ----------- Remove not needed variable
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 2bc87216f0c39e11ea8efd6bedd903aa8ffb51f9 https://github.com/phpmyadmin/phpmyadmin/commit/2bc87216f0c39e11ea8efd6bedd9... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M js/rte.js M libraries/classes/Rte/RteList.php
Log Message: ----------- Adjust RTE oprations to use POST
Issue #13866
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 6b5d535da547600b46b8077d8f69f663374d6e3e https://github.com/phpmyadmin/phpmyadmin/commit/6b5d535da547600b46b8077d8f69... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M libraries/classes/Operations.php
Log Message: ----------- Adjust table operations to use POST
Issue #13866
Signed-off-by: Michal Čihař michal@cihar.com
Commit: c98fd48071ece9372010d8424b16524b4e16cb5e https://github.com/phpmyadmin/phpmyadmin/commit/c98fd48071ece9372010d8424b16... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M test/classes/OperationsTest.php
Log Message: ----------- Fix test failure with using Util::linkOrButton
Signed-off-by: Michal Čihař michal@cihar.com
Commit: d934364baceea11e8994e4cc735ba4f55d1d28b7 https://github.com/phpmyadmin/phpmyadmin/commit/d934364baceea11e8994e4cc735b... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M ChangeLog M js/functions.js
Log Message: ----------- Merge branch 'QA_4_7'
Commit: d1ac2f84a0ff6abc7faab314759c9aa3fe99b29b https://github.com/phpmyadmin/phpmyadmin/commit/d1ac2f84a0ff6abc7faab314759c... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M composer.json M test/selenium/TestBase.php
Log Message: ----------- Merge pull request #13867 from nijel/selenium
Try to use more recent phpunit-selenium
Commit: 64476aada98c7f56751eafd8178bdd99977c694c https://github.com/phpmyadmin/phpmyadmin/commit/64476aada98c7f56751eafd8178b... Author: Michal Čihař michal@cihar.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M ChangeLog M libraries/classes/Display/Results.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 3010b27babd7bbcd46a1af3e4061dfcd9a7e3b3e https://github.com/phpmyadmin/phpmyadmin/commit/3010b27babd7bbcd46a1af3e4061... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M libraries/classes/Database/Search.php A templates/database/search/results_row.twig M test/classes/Database/SearchTest.php
Log Message: ----------- Use template for _getResultsRow method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 0e82a5e83e60ec3ace291e78c5f6eb977b1ef0fe https://github.com/phpmyadmin/phpmyadmin/commit/0e82a5e83e60ec3ace291e78c5f6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths: M libraries/classes/Database/Search.php A templates/database/search/result_divs.twig M test/classes/Database/SearchTest.php
Log Message: ----------- Use template for getResultDivs method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d39852b3021e7e83c3ea035c6f782d006f0141c2 https://github.com/phpmyadmin/phpmyadmin/commit/d39852b3021e7e83c3ea035c6f78... Author: Michal Čihař michal@cihar.com Date: 2017-12-16 (Sat, 16 Dec 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 93897918e94558b0d44efa3a1ae5dda0223c3278 https://github.com/phpmyadmin/phpmyadmin/commit/93897918e94558b0d44efa3a1ae5... Author: Waleed Abdeen waleed.totti@gmail.com Date: 2017-12-16 (Sat, 16 Dec 2017)
Changed paths: M po/ar.po
Log Message: ----------- Translated using Weblate (Arabic)
Currently translated at 48.5% (1595 of 3287 strings)
[CI skip]
Commit: ee0ba830866a6039e4a4bfc249fc5e18466ff60d https://github.com/phpmyadmin/phpmyadmin/commit/ee0ba830866a6039e4a4bfc249fc... Author: Claudio Maradonna claudio@unitoo.pw Date: 2017-12-16 (Sat, 16 Dec 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.8% (3281 of 3287 strings)
[CI skip]
Commit: 95070ca526195a3508d9c91223edd86dfb4b27f3 https://github.com/phpmyadmin/phpmyadmin/commit/95070ca526195a3508d9c91223ed... Author: Weblate noreply@weblate.org Date: 2017-12-16 (Sat, 16 Dec 2017)
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: e0ca7790f5c1476c6368cf3f453ca317f6d84168 https://github.com/phpmyadmin/phpmyadmin/commit/e0ca7790f5c1476c6368cf3f453c... Author: Michal Čihař michal@cihar.com Date: 2017-12-16 (Sat, 16 Dec 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 1c9674db2c2405c2287c71ebbab5d7324eca4a2d https://github.com/phpmyadmin/phpmyadmin/commit/1c9674db2c2405c2287c71ebbab5... Author: Michal Čihař michal@cihar.com Date: 2017-12-16 (Sat, 16 Dec 2017)
Changed paths: M po/ar.po M po/it.po
Log Message: ----------- Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Commit: bed0448405ef63aacf32f32f5eec5719c9619367 https://github.com/phpmyadmin/phpmyadmin/commit/bed0448405ef63aacf32f32f5eec... Author: Michal Čihař michal@cihar.com Date: 2017-12-16 (Sat, 16 Dec 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: fe91ba10f85ffaefc3568e113c7d675fd176ee16 https://github.com/phpmyadmin/phpmyadmin/commit/fe91ba10f85ffaefc3568e113c7d... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths: M libraries/classes/Database/Search.php M test/classes/Database/SearchTest.php
Log Message: ----------- Remove underscores from methods and properties names
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: aa48445e9a3601750956bfaba2f31b5b39cb9ead https://github.com/phpmyadmin/phpmyadmin/commit/aa48445e9a3601750956bfaba2f3... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths: M libraries/classes/Database/Search.php A templates/database/search/selection_form.twig
Log Message: ----------- Use template for getSelectionForm method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f9e4a1c6af071c8c97be18697ac7ac94a233938a https://github.com/phpmyadmin/phpmyadmin/commit/f9e4a1c6af071c8c97be18697ac7... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths: M libraries/classes/Database/Search.php A templates/database/search/results.twig R templates/database/search/results_row.twig M test/classes/Database/SearchTest.php
Log Message: ----------- Use template for getSearchResults method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 142c8caf5f01061285c1a1a432ae152e7b1f2870 https://github.com/phpmyadmin/phpmyadmin/commit/142c8caf5f01061285c1a1a432ae... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths: M libraries/classes/Database/Search.php A templates/database/search/result_divs.twig A templates/database/search/results.twig A templates/database/search/selection_form.twig M test/classes/Database/SearchTest.php
Log Message: ----------- Merge pull request #13870 from mauriciofauth/db-search
Refactor PhpMyAdmin\Database\Search class
Commit: e7e55e3bc28672b6864bcf3ddbf587817221c5dd https://github.com/phpmyadmin/phpmyadmin/commit/e7e55e3bc28672b6864bcf3ddbf5... Author: Claudio Maradonna claudio@unitoo.pw Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.9% (3284 of 3287 strings)
[CI skip]
Commit: 10981338ca226a45425e3a2917cbebed428fcaf6 https://github.com/phpmyadmin/phpmyadmin/commit/10981338ca226a45425e3a2917cb... Author: subo subo098@gmail.com Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths: M po/ru.po
Log Message: ----------- Translated using Weblate (Russian)
Currently translated at 98.3% (3232 of 3287 strings)
[CI skip]
?
Commit: e93d8c9c11f8196837403f8982b6e78802fadafc https://github.com/phpmyadmin/phpmyadmin/commit/e93d8c9c11f8196837403f8982b6... Author: Weblate noreply@weblate.org Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths: M libraries/classes/Database/Search.php A templates/database/search/result_divs.twig A templates/database/search/results.twig A templates/database/search/selection_form.twig M test/classes/Database/SearchTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 92f71ba0bcfac5a6247e5abc3e794a985b874e7f https://github.com/phpmyadmin/phpmyadmin/commit/92f71ba0bcfac5a6247e5abc3e79... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths: M templates/database/search/selection_form.twig
Log Message: ----------- Remove table from database search form
Fix #13730
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 0a1634a12bbcdf3f7147b5fd44ae4fbcace53d57 https://github.com/phpmyadmin/phpmyadmin/commit/0a1634a12bbcdf3f7147b5fd44ae... Author: Michal Čihař michal@cihar.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/common.inc.php
Log Message: ----------- Warn user in case the failed login is result of failed setting of cookie
This can easily happen when switching between HTTPS and HTTP - once you login using HTTPS, the secure cookie is created and it can not be overwritten by non secure one created on HTTP connection making the browser stuck on wrong session ID.
Issue #13872
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 843f89b557bef3dda1c39a1d12820dedb492cf02 https://github.com/phpmyadmin/phpmyadmin/commit/843f89b557bef3dda1c39a1d1282... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 97.1% (3194 of 3287 strings)
[CI skip]
Commit: 1bc1e3c2c7ef1053b0b762e8cef1b761bad6c632 https://github.com/phpmyadmin/phpmyadmin/commit/1bc1e3c2c7ef1053b0b762e8cef1... Author: Weblate noreply@weblate.org Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/common.inc.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 32ed68f30911cf199d9c19ac6d971fcddfd57c0a https://github.com/phpmyadmin/phpmyadmin/commit/32ed68f30911cf199d9c19ac6d97... Author: Michal Čihař michal@cihar.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 771715a57f339d8caa46c1f8931a7b15ae35e609 https://github.com/phpmyadmin/phpmyadmin/commit/771715a57f339d8caa46c1f8931a... Author: Michal Čihař michal@cihar.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Log Message: ----------- Merge branch 'QA_4_7-security' into master-security
Commit: 9b820d84d1f6cb55d33fa5ec6f1a341cdf2032d2 https://github.com/phpmyadmin/phpmyadmin/commit/9b820d84d1f6cb55d33fa5ec6f1a... Author: Michal Čihař michal@cihar.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M po/ca.po
Log Message: ----------- Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Commit: 8b8e68c6bf3867a7ccfc794326abf1bdcc8dbaa9 https://github.com/phpmyadmin/phpmyadmin/commit/8b8e68c6bf3867a7ccfc794326ab... Author: Michal Čihař michal@cihar.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M composer.json M test/selenium/PmaSeleniumChangePasswordTest.php M test/selenium/PmaSeleniumCreateDropDatabaseTest.php M test/selenium/PmaSeleniumCreateRemoveUserTest.php M test/selenium/PmaSeleniumDbEventsTest.php M test/selenium/PmaSeleniumDbOperationsTest.php M test/selenium/PmaSeleniumDbProceduresTest.php M test/selenium/PmaSeleniumDbStructureTest.php M test/selenium/PmaSeleniumDbTriggersTest.php M test/selenium/PmaSeleniumExportTest.php M test/selenium/PmaSeleniumImportTest.php M test/selenium/PmaSeleniumLoginTest.php M test/selenium/PmaSeleniumNormalizationTest.php M test/selenium/PmaSeleniumQueryByExampleTest.php M test/selenium/PmaSeleniumServerSettingsTest.php M test/selenium/PmaSeleniumSqlQueryTest.php M test/selenium/PmaSeleniumTableBrowseTest.php M test/selenium/PmaSeleniumTableCreateTest.php M test/selenium/PmaSeleniumTableInsertTest.php M test/selenium/PmaSeleniumTableOperationsTest.php M test/selenium/PmaSeleniumTableStructureTest.php A test/selenium/PmaSeleniumTestBase.php M test/selenium/PmaSeleniumTrackingTest.php M test/selenium/PmaSeleniumXssTest.php R test/selenium/TestBase.php
Log Message: ----------- Use PSR-4 for loading selenium tests and adjust their names
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 1957af5663bdc5d3745b327e6ed3310760f95bb8 https://github.com/phpmyadmin/phpmyadmin/commit/1957af5663bdc5d3745b327e6ed3... Author: Michal Čihař michal@cihar.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: A test/selenium/ChangePasswordTest.php A test/selenium/CreateDropDatabaseTest.php A test/selenium/CreateRemoveUserTest.php A test/selenium/DbEventsTest.php A test/selenium/DbOperationsTest.php A test/selenium/DbProceduresTest.php A test/selenium/DbStructureTest.php A test/selenium/DbTriggersTest.php A test/selenium/ExportTest.php A test/selenium/ImportTest.php A test/selenium/LoginTest.php A test/selenium/NormalizationTest.php R test/selenium/PmaSeleniumChangePasswordTest.php R test/selenium/PmaSeleniumCreateDropDatabaseTest.php R test/selenium/PmaSeleniumCreateRemoveUserTest.php R test/selenium/PmaSeleniumDbEventsTest.php R test/selenium/PmaSeleniumDbOperationsTest.php R test/selenium/PmaSeleniumDbProceduresTest.php R test/selenium/PmaSeleniumDbStructureTest.php R test/selenium/PmaSeleniumDbTriggersTest.php R test/selenium/PmaSeleniumExportTest.php R test/selenium/PmaSeleniumImportTest.php R test/selenium/PmaSeleniumLoginTest.php R test/selenium/PmaSeleniumNormalizationTest.php R test/selenium/PmaSeleniumQueryByExampleTest.php R test/selenium/PmaSeleniumServerSettingsTest.php R test/selenium/PmaSeleniumSqlQueryTest.php R test/selenium/PmaSeleniumTableBrowseTest.php R test/selenium/PmaSeleniumTableCreateTest.php R test/selenium/PmaSeleniumTableInsertTest.php R test/selenium/PmaSeleniumTableOperationsTest.php R test/selenium/PmaSeleniumTableStructureTest.php R test/selenium/PmaSeleniumTestBase.php R test/selenium/PmaSeleniumTrackingTest.php R test/selenium/PmaSeleniumXssTest.php A test/selenium/QueryByExampleTest.php A test/selenium/ServerSettingsTest.php A test/selenium/SqlQueryTest.php A test/selenium/TableBrowseTest.php A test/selenium/TableCreateTest.php A test/selenium/TableInsertTest.php A test/selenium/TableOperationsTest.php A test/selenium/TableStructureTest.php A test/selenium/TestBase.php A test/selenium/TrackingTest.php A test/selenium/XssTest.php
Log Message: ----------- Remove PmaSelenium prefix from Selenium tests
It is good enough to have Selenium in the namespace.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 89434fb7e1c588cab7e437d596a2a408239047de https://github.com/phpmyadmin/phpmyadmin/commit/89434fb7e1c588cab7e437d596a2... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 97.1% (3194 of 3287 strings)
[CI skip]
Commit: 06e2265a418e208e932c236d253579f15a5d243b https://github.com/phpmyadmin/phpmyadmin/commit/06e2265a418e208e932c236d2535... Author: Weblate noreply@weblate.org Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M composer.json A test/selenium/ChangePasswordTest.php A test/selenium/CreateDropDatabaseTest.php A test/selenium/CreateRemoveUserTest.php A test/selenium/DbEventsTest.php A test/selenium/DbOperationsTest.php A test/selenium/DbProceduresTest.php A test/selenium/DbStructureTest.php A test/selenium/DbTriggersTest.php A test/selenium/ExportTest.php A test/selenium/ImportTest.php A test/selenium/LoginTest.php A test/selenium/NormalizationTest.php R test/selenium/PmaSeleniumChangePasswordTest.php R test/selenium/PmaSeleniumCreateDropDatabaseTest.php R test/selenium/PmaSeleniumCreateRemoveUserTest.php R test/selenium/PmaSeleniumDbEventsTest.php R test/selenium/PmaSeleniumDbOperationsTest.php R test/selenium/PmaSeleniumDbProceduresTest.php R test/selenium/PmaSeleniumDbStructureTest.php R test/selenium/PmaSeleniumDbTriggersTest.php R test/selenium/PmaSeleniumExportTest.php R test/selenium/PmaSeleniumImportTest.php R test/selenium/PmaSeleniumLoginTest.php R test/selenium/PmaSeleniumNormalizationTest.php R test/selenium/PmaSeleniumQueryByExampleTest.php R test/selenium/PmaSeleniumServerSettingsTest.php R test/selenium/PmaSeleniumSqlQueryTest.php R test/selenium/PmaSeleniumTableBrowseTest.php R test/selenium/PmaSeleniumTableCreateTest.php R test/selenium/PmaSeleniumTableInsertTest.php R test/selenium/PmaSeleniumTableOperationsTest.php R test/selenium/PmaSeleniumTableStructureTest.php R test/selenium/PmaSeleniumTrackingTest.php R test/selenium/PmaSeleniumXssTest.php A test/selenium/QueryByExampleTest.php A test/selenium/ServerSettingsTest.php A test/selenium/SqlQueryTest.php A test/selenium/TableBrowseTest.php A test/selenium/TableCreateTest.php A test/selenium/TableInsertTest.php A test/selenium/TableOperationsTest.php A test/selenium/TableStructureTest.php M test/selenium/TestBase.php A test/selenium/TrackingTest.php A test/selenium/XssTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 7a6f85949a2588e9e73e64861bc5966ce0734f18 https://github.com/phpmyadmin/phpmyadmin/commit/7a6f85949a2588e9e73e64861bc5... Author: Michal Čihař michal@cihar.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M test/selenium/TestBase.php
Log Message: ----------- Fix mysqli class name
Signed-off-by: Michal Čihař michal@cihar.com
Commit: decc5075efa05af69d4e61c70d53c1a142f74760 https://github.com/phpmyadmin/phpmyadmin/commit/decc5075efa05af69d4e61c70d53... Author: Michal Čihař michal@cihar.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: d8e681b884cfa734f32ed438db2a3b9e246f4a9d https://github.com/phpmyadmin/phpmyadmin/commit/d8e681b884cfa734f32ed438db2a... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 97.1% (3194 of 3287 strings)
[CI skip]
Commit: 212e8d8beb97ecd93f9d37c6a0be181b5cd91371 https://github.com/phpmyadmin/phpmyadmin/commit/212e8d8beb97ecd93f9d37c6a0be... Author: Weblate noreply@weblate.org Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M test/selenium/TestBase.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: a5ebbd9e55eaaf4472ff3c3494dcbb622546d69a https://github.com/phpmyadmin/phpmyadmin/commit/a5ebbd9e55eaaf4472ff3c3494dc... Author: Michal Čihař michal@cihar.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M test/selenium/ChangePasswordTest.php M test/selenium/TestBase.php
Log Message: ----------- Fix exception handling in selenium tests
Signed-off-by: Michal Čihař michal@cihar.com
Commit: b66b0c0b66cbb4414504e17173c962e866f1dfd5 https://github.com/phpmyadmin/phpmyadmin/commit/b66b0c0b66cbb4414504e17173c9... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 97.2% (3197 of 3287 strings)
[CI skip]
Commit: dc27cbcc6766f8756541a26db921656631d63123 https://github.com/phpmyadmin/phpmyadmin/commit/dc27cbcc6766f8756541a26db921... Author: Weblate noreply@weblate.org Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M test/selenium/ChangePasswordTest.php M test/selenium/TestBase.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 4be9460b5f95a32d402902ecb303fe685af253cf https://github.com/phpmyadmin/phpmyadmin/commit/4be9460b5f95a32d402902ecb303... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 97.2% (3197 of 3287 strings)
[CI skip]
Commit: c9bdd1b2683c2954e47062c41553ea4e2cefc97e https://github.com/phpmyadmin/phpmyadmin/commit/c9bdd1b2683c2954e47062c41553... Author: Michal Čihař michal@cihar.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M test/selenium/TableBrowseTest.php
Log Message: ----------- Fix class name
Signed-off-by: Michal Čihař michal@cihar.com
Commit: aa61119ad5d7d12f9130220284e947018c10ac35 https://github.com/phpmyadmin/phpmyadmin/commit/aa61119ad5d7d12f9130220284e9... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M templates/privileges/privileges_summary.twig
Log Message: ----------- Fix variables wrongly wrapped with an array
Fix #13873
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 32a9d406d4dc407087b0c4d79119270043e3441d https://github.com/phpmyadmin/phpmyadmin/commit/32a9d406d4dc407087b0c4d79119... Author: Saksham Gupta shucon01@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M libraries/classes/InsertEdit.php
Log Message: ----------- Allow Custom number of rows to be inserted Enhances : https://github.com/phpmyadmin/phpmyadmin/issues/13578
Signed-off-by: Saksham Gupta shucon01@gmail.com
Commit: 52c2af25edf1614a37387022355918de8137a554 https://github.com/phpmyadmin/phpmyadmin/commit/52c2af25edf1614a373870223559... Author: Bruno Fontes brunofontes.github@mailnull.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3287 of 3287 strings)
[CI skip]
Commit: ce278386d90695df94a88637693d5f1f796baf67 https://github.com/phpmyadmin/phpmyadmin/commit/ce278386d90695df94a88637693d... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/BrowseForeignersTest.php
Log Message: ----------- Fix BrowseForeignersTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 89316d3ed5de20bdcc52622310a051b1802a9244 https://github.com/phpmyadmin/phpmyadmin/commit/89316d3ed5de20bdcc52622310a0... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/CoreTest.php
Log Message: ----------- Fix CoreTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f24d3fa8cd6be0e190669b524a05d4f10775c041 https://github.com/phpmyadmin/phpmyadmin/commit/f24d3fa8cd6be0e190669b524a05... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/DatabaseInterfaceTest.php
Log Message: ----------- Fix DatabaseInterfaceTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ca376e4d76633aa3357157cf6a2aa3c524481a16 https://github.com/phpmyadmin/phpmyadmin/commit/ca376e4d76633aa3357157cf6a2a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/EncodingTest.php
Log Message: ----------- Fix EncodingTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 3cf80a7984f1978a88585e29e584294cc955b681 https://github.com/phpmyadmin/phpmyadmin/commit/3cf80a7984f1978a88585e29e584... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/FooterTest.php
Log Message: ----------- Fix FooterTest global dependency
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 12eb63fab0c61e41ad7ae49a5c4ae8340714d1bf https://github.com/phpmyadmin/phpmyadmin/commit/12eb63fab0c61e41ad7ae49a5c4a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/InsertEditTest.php
Log Message: ----------- Fix InsertEditTest global dependency
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f071ed04446cbc77144e8b7d64e18e6906d2ef92 https://github.com/phpmyadmin/phpmyadmin/commit/f071ed04446cbc77144e8b7d64e1... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/NormalizationTest.php
Log Message: ----------- Fix NormalizationTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7863bdedf553d96557014dbfaab41789e702955c https://github.com/phpmyadmin/phpmyadmin/commit/7863bdedf553d96557014dbfaab4... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/OperationsTest.php
Log Message: ----------- Fix OperationsTest global dependency
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 518398538724e9d6c86fd35ba85aca3b5dc72c80 https://github.com/phpmyadmin/phpmyadmin/commit/518398538724e9d6c86fd35ba85a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/SqlTest.php
Log Message: ----------- Fix SqlTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: baddbaca402c401341ef990b59083e7c07d94b94 https://github.com/phpmyadmin/phpmyadmin/commit/baddbaca402c401341ef990b5908... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/TwoFactorTest.php
Log Message: ----------- Fix TwoFactorTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: aedbf04970dd36597d22ec6fdea5cc827bee3446 https://github.com/phpmyadmin/phpmyadmin/commit/aedbf04970dd36597d22ec6fdea5... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/UserPreferencesTest.php
Log Message: ----------- Fix UserPreferencesTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 79ac8148053aac861438ca26d32f6ccee896920c https://github.com/phpmyadmin/phpmyadmin/commit/79ac8148053aac861438ca26d32f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/UtilTest.php
Log Message: ----------- Fix UtilTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: a79f3992e62b0e16141163899301464654d000e2 https://github.com/phpmyadmin/phpmyadmin/commit/a79f3992e62b0e16141163899301... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 97.2% (3197 of 3287 strings)
[CI skip]
Commit: bb3eb2517564aca7f0a7f02eb4e20b65bb6c77e8 https://github.com/phpmyadmin/phpmyadmin/commit/bb3eb2517564aca7f0a7f02eb4e2... Author: Weblate noreply@weblate.org Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M test/classes/BrowseForeignersTest.php M test/classes/CoreTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/EncodingTest.php M test/classes/FooterTest.php M test/classes/InsertEditTest.php M test/classes/NormalizationTest.php M test/classes/OperationsTest.php M test/classes/SqlTest.php M test/classes/TwoFactorTest.php M test/classes/UserPreferencesTest.php M test/classes/UtilTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: c875993068054a9932a73c45c47b2722f36bc0ae https://github.com/phpmyadmin/phpmyadmin/commit/c875993068054a9932a73c45c47b... Author: Володимир Бриняк bardvv@gmail.com Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths: M po/uk.po
Log Message: ----------- Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3287 of 3287 strings)
[CI skip]
Commit: 3ae9912f7f4be43bc17f31aa2cf62ead02392571 https://github.com/phpmyadmin/phpmyadmin/commit/3ae9912f7f4be43bc17f31aa2cf6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Config/PageSettingsTest.php
Log Message: ----------- Fix Config/PageSettingsTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 0881b31c6a5f20e6bbbb1aa5ccf66e8e4af6640a https://github.com/phpmyadmin/phpmyadmin/commit/0881b31c6a5f20e6bbbb1aa5ccf6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Controllers/Database/DatabaseStructureControllerTest.php
Log Message: ----------- Fix DatabaseStructureControllerTest global dependency
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: fc993f5b7e7137d0b4c0efcfc425ccaa11fab3bf https://github.com/phpmyadmin/phpmyadmin/commit/fc993f5b7e7137d0b4c0efcfc425... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Controllers/Server/ServerBinlogControllerTest.php
Log Message: ----------- Fix ServerBinlogControllerTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 29f03d11381836fee74b2d1f8062c815f3be908e https://github.com/phpmyadmin/phpmyadmin/commit/29f03d11381836fee74b2d1f8062... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Controllers/Server/ServerCollationsControllerTest.php M test/classes/Controllers/Server/ServerVariablesControllerTest.php M test/classes/Controllers/Table/TableIndexesControllerTest.php M test/classes/Controllers/Table/TableRelationControllerTest.php M test/classes/Controllers/Table/TableSearchControllerTest.php M test/classes/Controllers/Table/TableStructureControllerTest.php M test/classes/Plugins/Export/ExportLatexTest.php M test/classes/Server/UsersTest.php
Log Message: ----------- Fix ServerCollationsControllerTest dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 5f61e46306e9e7ed47bbf9d8dc6c225e18408ddf https://github.com/phpmyadmin/phpmyadmin/commit/5f61e46306e9e7ed47bbf9d8dc6c... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Controllers/Server/ServerDatabasesControllerTest.php
Log Message: ----------- Fix ServerDatabasesControllerTest dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 40d68b6c56b54c358159f9bcfbb15a6f64a14007 https://github.com/phpmyadmin/phpmyadmin/commit/40d68b6c56b54c358159f9bcfbb1... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Controllers/Server/ServerEnginesControllerTest.php
Log Message: ----------- Fix ServerEnginesControllerTest dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 20e4c86815b9fda51a82edfe26f603eae0aa3898 https://github.com/phpmyadmin/phpmyadmin/commit/20e4c86815b9fda51a82edfe26f6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Controllers/Server/ServerPluginsControllerTest.php
Log Message: ----------- Fix ServerPluginsControllerTest dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 53824020c67a7e9429231ff8fe7f23b12b016a0a https://github.com/phpmyadmin/phpmyadmin/commit/53824020c67a7e9429231ff8fe7f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Controllers/Table/TableIndexesControllerTest.php
Log Message: ----------- Fix TableIndexesControllerTest global dependency
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 97f02eaf2b5fbdb7cf23ffefd3487efcbd50ec27 https://github.com/phpmyadmin/phpmyadmin/commit/97f02eaf2b5fbdb7cf23ffefd348... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Controllers/Table/TableRelationControllerTest.php
Log Message: ----------- Fix TableRelationControllerTest dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: b2f0fac2c3f15b86bc074305f735c68c8c7bbc79 https://github.com/phpmyadmin/phpmyadmin/commit/b2f0fac2c3f15b86bc074305f735... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Controllers/Table/TableStructureControllerTest.php
Log Message: ----------- Fix TableStructureControllerTest dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7a62f03eddc1a418ef3a481e176770204387fd41 https://github.com/phpmyadmin/phpmyadmin/commit/7a62f03eddc1a418ef3a481e1767... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Display/ExportTest.php
Log Message: ----------- Fix Display/ExportTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ccacfb018f5019c0406c321b4d7b8778018299f5 https://github.com/phpmyadmin/phpmyadmin/commit/ccacfb018f5019c0406c321b4d7b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Display/ResultsTest.php
Log Message: ----------- Fix Display/ResultsTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 13b1e99f2be4412e3c4d7d65f30aaa836d78414d https://github.com/phpmyadmin/phpmyadmin/commit/13b1e99f2be4412e3c4d7d65f30a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: R test/classes/Gis/GisGeomTest.php A test/classes/Gis/GisGeomTestCase.php M test/classes/Gis/GisLineStringTest.php M test/classes/Gis/GisMultiLineStringTest.php M test/classes/Gis/GisMultiPointTest.php M test/classes/Gis/GisMultiPolygonTest.php M test/classes/Gis/GisPointTest.php M test/classes/Gis/GisPolygonTest.php
Log Message: ----------- Rename Gis/GisGeomTest to Gis/GisGeomTestCase
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 519f2e48d915b449391443763e51e01f4daee48a https://github.com/phpmyadmin/phpmyadmin/commit/519f2e48d915b449391443763e51... Author: Waleed Abdeen waleed.totti@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M po/ar.po
Log Message: ----------- Translated using Weblate (Arabic)
Currently translated at 48.5% (1597 of 3287 strings)
[CI skip]
Commit: 33be870f2bd456217678d19850ebb18faff6b220 https://github.com/phpmyadmin/phpmyadmin/commit/33be870f2bd456217678d19850eb... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 98.0% (3224 of 3287 strings)
[CI skip]
Commit: 9e3e0bd53454f06d7d975db88945a240770c7b63 https://github.com/phpmyadmin/phpmyadmin/commit/9e3e0bd53454f06d7d975db88945... Author: Claudio Maradonna claudio@unitoo.pw Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.9% (3285 of 3287 strings)
[CI skip]
Commit: dc4c29795557a0ae64cf6441216c1f026a0ee635 https://github.com/phpmyadmin/phpmyadmin/commit/dc4c29795557a0ae64cf6441216c... Author: Dao Nguyen quynh.d.nguyen@student.fh-kiel.de Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M po/vi.po
Log Message: ----------- Translated using Weblate (Vietnamese)
Currently translated at 81.0% (2664 of 3287 strings)
[CI skip]
Commit: fc6ccf25612463d028e781600cd68f58af6069ed https://github.com/phpmyadmin/phpmyadmin/commit/fc6ccf25612463d028e781600cd6... Author: Weblate noreply@weblate.org Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Config/PageSettingsTest.php M test/classes/Controllers/Database/DatabaseStructureControllerTest.php M test/classes/Controllers/Server/ServerBinlogControllerTest.php M test/classes/Controllers/Server/ServerCollationsControllerTest.php M test/classes/Controllers/Server/ServerDatabasesControllerTest.php M test/classes/Controllers/Server/ServerEnginesControllerTest.php M test/classes/Controllers/Server/ServerPluginsControllerTest.php M test/classes/Controllers/Server/ServerVariablesControllerTest.php M test/classes/Controllers/Table/TableIndexesControllerTest.php M test/classes/Controllers/Table/TableRelationControllerTest.php M test/classes/Controllers/Table/TableSearchControllerTest.php M test/classes/Controllers/Table/TableStructureControllerTest.php M test/classes/Display/ExportTest.php M test/classes/Display/ResultsTest.php R test/classes/Gis/GisGeomTest.php A test/classes/Gis/GisGeomTestCase.php M test/classes/Gis/GisLineStringTest.php M test/classes/Gis/GisMultiLineStringTest.php M test/classes/Gis/GisMultiPointTest.php M test/classes/Gis/GisMultiPolygonTest.php M test/classes/Gis/GisPointTest.php M test/classes/Gis/GisPolygonTest.php M test/classes/Plugins/Export/ExportLatexTest.php M test/classes/Server/UsersTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 2bda1477b828e4a5612f5d887aa5885aa3ae609b https://github.com/phpmyadmin/phpmyadmin/commit/2bda1477b828e4a5612f5d887aa5... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Plugins/Auth/AuthenticationConfigTest.php
Log Message: ----------- Fix AuthenticationConfigTest dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f737df8f958f6c9bf2b8468ace2eacd772ec4382 https://github.com/phpmyadmin/phpmyadmin/commit/f737df8f958f6c9bf2b8468ace2e... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Plugins/Auth/AuthenticationHttpTest.php
Log Message: ----------- Fix AuthenticationHttpTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 364ed60ee330ebefea71f516e7cea9b66bc84067 https://github.com/phpmyadmin/phpmyadmin/commit/364ed60ee330ebefea71f516e7ce... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Plugins/Auth/AuthenticationSignonTest.php
Log Message: ----------- Fix AuthenticationSignonTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 34ea196411f2ae307cd10f6d8864212565680123 https://github.com/phpmyadmin/phpmyadmin/commit/34ea196411f2ae307cd10f6d8864... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Plugins/Import/ImportCsvTest.php
Log Message: ----------- Fix ImportCsvTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: af07ea1b3e5a80eb91a7e09313b626753d551f0a https://github.com/phpmyadmin/phpmyadmin/commit/af07ea1b3e5a80eb91a7e09313b6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Plugins/Import/ImportLdiTest.php
Log Message: ----------- Fix ImportLdiTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ba5118f6cdbd41ea7a5efc85f45088048fd7b4ac https://github.com/phpmyadmin/phpmyadmin/commit/ba5118f6cdbd41ea7a5efc85f450... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Rte/EventsTest.php
Log Message: ----------- Fix Rte/EventsTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f7248e781ff94dc72d7696d337a5b3534a4c2b2e https://github.com/phpmyadmin/phpmyadmin/commit/f7248e781ff94dc72d7696d337a5... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Rte/RoutinesTest.php
Log Message: ----------- Fix Rte/RoutinesTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 6a4c5d379ce45808875ad8fbebff346c9422f4c2 https://github.com/phpmyadmin/phpmyadmin/commit/6a4c5d379ce45808875ad8fbebff... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Rte/TriggersTest.php
Log Message: ----------- Fix Rte/TriggersTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 435d8926e8ff3880fc4501b9a74185bc3425b13c https://github.com/phpmyadmin/phpmyadmin/commit/435d8926e8ff3880fc4501b9a741... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Server/PrivilegesTest.php
Log Message: ----------- Fix Server/PrivilegesTest global dependency
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d185a1c7f58d6ed675e8016c4ebeeb751a9cd8bd https://github.com/phpmyadmin/phpmyadmin/commit/d185a1c7f58d6ed675e8016c4ebe... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Server/UsersTest.php
Log Message: ----------- Fix Server/UsersTest global dependency
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 446e684035bb167bc0f66466b42fb83082ac2a0d https://github.com/phpmyadmin/phpmyadmin/commit/446e684035bb167bc0f66466b42f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths: M test/classes/Setup/FormProcessingTest.php
Log Message: ----------- Fix Setup/FormProcessingTest global dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 1f6e2e884f8d0804bbfcbc2cbea4695b88077655 https://github.com/phpmyadmin/phpmyadmin/commit/1f6e2e884f8d0804bbfcbc2cbea4... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2017-12-21 (Thu, 21 Dec 2017)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 98.0% (3224 of 3287 strings)
[CI skip]
Commit: 80a6279a1646ec3da79b808f04154b142c030621 https://github.com/phpmyadmin/phpmyadmin/commit/80a6279a1646ec3da79b808f0415... Author: Weblate noreply@weblate.org Date: 2017-12-21 (Thu, 21 Dec 2017)
Changed paths: M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php M test/classes/Plugins/Import/ImportCsvTest.php M test/classes/Plugins/Import/ImportLdiTest.php M test/classes/Rte/EventsTest.php M test/classes/Rte/RoutinesTest.php M test/classes/Rte/TriggersTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/UsersTest.php M test/classes/Setup/FormProcessingTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: b4b8c08847fcad4068cfcd8fe22f0b7838f11e93 https://github.com/phpmyadmin/phpmyadmin/commit/b4b8c08847fcad4068cfcd8fe22f... Author: Saksham Gupta shucon01@gmail.com Date: 2017-12-21 (Thu, 21 Dec 2017)
Changed paths: M test/classes/InsertEditTest.php
Log Message: ----------- Fix Test Cases
Signed-off-by: Saksham Gupta shucon01@gmail.com
Commit: 73bda43033de2e089e85d020ded3038b189f01d5 https://github.com/phpmyadmin/phpmyadmin/commit/73bda43033de2e089e85d020ded3... Author: anonymous <> Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.9% (3285 of 3287 strings)
[CI skip]
Commit: dd3a40384f51c6214b62bcf7c2b76289ee90200b https://github.com/phpmyadmin/phpmyadmin/commit/dd3a40384f51c6214b62bcf7c2b7... Author: anonymous <> Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.9% (3285 of 3287 strings)
[CI skip]
Commit: d12bf0fe0150ec8e517af9f9525046fc9c74452e https://github.com/phpmyadmin/phpmyadmin/commit/d12bf0fe0150ec8e517af9f95250... Author: Isaac Bennetch bennetch@gmail.com Date: 2017-12-23 (Sat, 23 Dec 2017)
Log Message: ----------- Merge remote-tracking branch 'security/master-security'
Commit: ffa282562f0b1979212aa7c65fd58f49779403a5 https://github.com/phpmyadmin/phpmyadmin/commit/ffa282562f0b1979212aa7c65fd5... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 98.9% (3254 of 3287 strings)
[CI skip]
Commit: 0a61c1e96926bc64da8e467fcdd78574eb8ed69a https://github.com/phpmyadmin/phpmyadmin/commit/0a61c1e96926bc64da8e467fcdd7... Author: Matteo Gheza matteo.gheza07@gmail.com Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.9% (3284 of 3287 strings)
[CI skip]
Commit: bd5b7f0d39989e378f4ed590565afe0612b2a854 https://github.com/phpmyadmin/phpmyadmin/commit/bd5b7f0d39989e378f4ed590565a... Author: Weblate noreply@weblate.org Date: 2017-12-23 (Sat, 23 Dec 2017)
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 561c6bf82c453491781fb5e7a557a34e97179365 https://github.com/phpmyadmin/phpmyadmin/commit/561c6bf82c453491781fb5e7a557... Author: Juvenv Juvenv@users.noreply.github.com Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths: M index.php M libraries/classes/CentralColumns.php M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Remove inline styles from elements (#13883)
* Remove inline styles from elements in index.php #12262 * Remove inline style from element in CentralColumns #12262
Related to #12262
Signed-off-by: Juvenildo Vaz juvenildo1511@yahoo.com.br
Commit: f165411aa85ed385d11968a5fd528e8f0f4052e0 https://github.com/phpmyadmin/phpmyadmin/commit/f165411aa85ed385d11968a5fd52... Author: Yash Kothari yashkothari1000@gmail.com Date: 2017-12-24 (Sun, 24 Dec 2017)
Changed paths: M po/hi.po
Log Message: ----------- Translated using Weblate (Hindi)
Currently translated at 36.2% (1192 of 3287 strings)
[CI skip]
Commit: 4e0d1331fd008b82fa3e96005b9ac51084285067 https://github.com/phpmyadmin/phpmyadmin/commit/4e0d1331fd008b82fa3e96005b9a... Author: Juvenildo Vaz juvenildo1511@yahoo.com.br Date: 2017-12-25 (Mon, 25 Dec 2017)
Changed paths: M js/messages.php M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Remove inline styles from messages.php #12262
Signed-off-by: Juvenildo Vaz juvenildo1511@yahoo.com.br
Commit: 2173e5eb5a8a3888352400a3403ea269feee059c https://github.com/phpmyadmin/phpmyadmin/commit/2173e5eb5a8a3888352400a3403e... Author: Juvenildo Vaz juvenildo1511@yahoo.com.br Date: 2017-12-25 (Mon, 25 Dec 2017)
Changed paths: M js/rte.js
Log Message: ----------- Removed last inline style from rte.js #12262
Signed-off-by: Juvenildo Vaz juvenildo1511@yahoo.com.br
Commit: 3767d8343f685e65e92b4e3fa66522a8fda04bce https://github.com/phpmyadmin/phpmyadmin/commit/3767d8343f685e65e92b4e3fa665... Author: Juvenildo Vaz juvenildo1511@yahoo.com.br Date: 2017-12-25 (Mon, 25 Dec 2017)
Changed paths: M js/functions.js M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Removed all remaining inline styles from functions.js #12262
Signed-off-by: Juvenildo Vaz juvenildo1511@yahoo.com.br
Commit: 42960ce08eca8ee4904770f8e6876e8243976bc9 https://github.com/phpmyadmin/phpmyadmin/commit/42960ce08eca8ee4904770f8e687... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-26 (Tue, 26 Dec 2017)
Changed paths: M doc/bookmarks.rst M doc/charts.rst M doc/config.rst M doc/credits.rst M doc/faq.rst M doc/glossary.rst M doc/import_export.rst M doc/privileges.rst M doc/relations.rst M doc/setup.rst M doc/vendors.rst
Log Message: ----------- Remove trailing whitespace in docs
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: b78629ea9ee2f861f8062baa9d9a015120123ae5 https://github.com/phpmyadmin/phpmyadmin/commit/b78629ea9ee2f861f8062baa9d9a... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2017-12-26 (Tue, 26 Dec 2017)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 98.9% (3254 of 3287 strings)
[CI skip]
Commit: 05464f07d878ced88ba5eafc564bead28c06ed65 https://github.com/phpmyadmin/phpmyadmin/commit/05464f07d878ced88ba5eafc564b... Author: Tomás Palma tfigmp@gmail.com Date: 2017-12-26 (Tue, 26 Dec 2017)
Changed paths: M po/en_GB.po
Log Message: ----------- Translated using Weblate (English (United Kingdom))
Currently translated at 98.1% (3225 of 3287 strings)
[CI skip]
Commit: a80546cbf9487225ed6a757f257abfe171c41b65 https://github.com/phpmyadmin/phpmyadmin/commit/a80546cbf9487225ed6a757f257a... Author: Yash Kothari yashkothari1000@gmail.com Date: 2017-12-26 (Tue, 26 Dec 2017)
Changed paths: M po/hi.po
Log Message: ----------- Translated using Weblate (Hindi)
Currently translated at 36.2% (1193 of 3287 strings)
[CI skip]
Changed the Server translation...
Commit: bdc2bb571f3561b594e5d6c157fa3960d3086445 https://github.com/phpmyadmin/phpmyadmin/commit/bdc2bb571f3561b594e5d6c157fa... Author: Matteo Gheza matteo.gheza07@gmail.com Date: 2017-12-26 (Tue, 26 Dec 2017)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.9% (3286 of 3287 strings)
[CI skip]
Commit: 73f88db103bb795fe1485f991a12f6ed10a243e3 https://github.com/phpmyadmin/phpmyadmin/commit/73f88db103bb795fe1485f991a12... Author: Weblate noreply@weblate.org Date: 2017-12-26 (Tue, 26 Dec 2017)
Changed paths: M doc/bookmarks.rst M doc/charts.rst M doc/config.rst M doc/credits.rst M doc/faq.rst M doc/glossary.rst M doc/import_export.rst M doc/privileges.rst M doc/relations.rst M doc/setup.rst M doc/vendors.rst
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: fbeb0cad8e00906b2929698a210bb09f248333ef https://github.com/phpmyadmin/phpmyadmin/commit/fbeb0cad8e00906b2929698a210b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-26 (Tue, 26 Dec 2017)
Changed paths: M js/functions.js M js/messages.php M js/rte.js M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Merge pull request #13888 from Juvenv/novo_recurso
Remove inline styles from elements
Commit: 1aeed08e5478c63d97f1f0ff317f6bac4275acf9 https://github.com/phpmyadmin/phpmyadmin/commit/1aeed08e5478c63d97f1f0ff317f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-27 (Wed, 27 Dec 2017)
Changed paths: M libraries/classes/Theme.php A templates/theme_preview.twig
Log Message: ----------- Use template for Theme::getPrintPreview method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d3e7c660902f73c7e3fa0761cd34893456aee98f https://github.com/phpmyadmin/phpmyadmin/commit/d3e7c660902f73c7e3fa0761cd34... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-27 (Wed, 27 Dec 2017)
Changed paths: M libraries/classes/Theme.php M test/classes/ThemeTest.php
Log Message: ----------- Refactor ThemeTest::testPrintPreview
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: e7003167ff7f68434aac45952592b5a44d34b4aa https://github.com/phpmyadmin/phpmyadmin/commit/e7003167ff7f68434aac45952592... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-27 (Wed, 27 Dec 2017)
Changed paths: M libraries/classes/Util.php A templates/fk_checkbox.twig
Log Message: ----------- Use template for Util::getFKCheckbox method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: b744f43b63477390ef16b424911c41bc00967b3f https://github.com/phpmyadmin/phpmyadmin/commit/b744f43b63477390ef16b424911c... Author: Tom Wellmann tomwellmann@web.de Date: 2017-12-28 (Thu, 28 Dec 2017)
Changed paths: M po/de.po
Log Message: ----------- Translated using Weblate (German)
Currently translated at 97.5% (3207 of 3287 strings)
[CI skip]
Commit: 75daa449c1ba8392c3efffc7653322d9b1c7f4bf https://github.com/phpmyadmin/phpmyadmin/commit/75daa449c1ba8392c3efffc76533... Author: Weblate noreply@weblate.org Date: 2017-12-28 (Thu, 28 Dec 2017)
Changed paths: M libraries/classes/Util.php A templates/fk_checkbox.twig
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: ac21bd899f308497b48f4039112a69c327abda91 https://github.com/phpmyadmin/phpmyadmin/commit/ac21bd899f308497b48f4039112a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-28 (Thu, 28 Dec 2017)
Changed paths: M libraries/classes/CentralColumns.php A templates/database/central_columns/edit_table_header.twig
Log Message: ----------- Use template for CentralColumns::getEditTableHeader
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 5a003ad9c9c77690d9927739efeb816262563711 https://github.com/phpmyadmin/phpmyadmin/commit/5a003ad9c9c77690d9927739efeb... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-28 (Thu, 28 Dec 2017)
Changed paths: M libraries/classes/BrowseForeigners.php A templates/table/browse_foreigners/column_element.twig M test/classes/BrowseForeignersTest.php
Log Message: ----------- Use template for getHtmlForColumnElement method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 46a6d98d3d2e71ab480f13629287ed06d9f01bf5 https://github.com/phpmyadmin/phpmyadmin/commit/46a6d98d3d2e71ab480f13629287... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-28 (Thu, 28 Dec 2017)
Changed paths: M libraries/classes/BrowseForeigners.php M test/classes/BrowseForeignersTest.php
Log Message: ----------- Remove getHtmlForColumnElement method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 1a4d65a58c0a2583fbe4d906210fd2ddc54a67b8 https://github.com/phpmyadmin/phpmyadmin/commit/1a4d65a58c0a2583fbe4d906210f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-28 (Thu, 28 Dec 2017)
Changed paths: M libraries/classes/BrowseForeigners.php A templates/table/browse_foreigners/show_all.twig M test/classes/BrowseForeignersTest.php
Log Message: ----------- Use template for getHtmlForShowAll method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: e54ecf1d4649f160949e7aa034d8cec3d8961988 https://github.com/phpmyadmin/phpmyadmin/commit/e54ecf1d4649f160949e7aa034d8... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-28 (Thu, 28 Dec 2017)
Changed paths: M libraries/classes/BrowseForeigners.php M test/classes/BrowseForeignersTest.php
Log Message: ----------- Remove getHtmlForShowAll method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 2af49963448fa20be6918c07a94e104ef22ef98b https://github.com/phpmyadmin/phpmyadmin/commit/2af49963448fa20be6918c07a94e... Author: Gabriel Caruso carusogabriel34@gmail.com Date: 2017-12-31 (Sun, 31 Dec 2017)
Changed paths: M doc/config.rst M doc/credits.rst M doc/faq.rst M doc/import_export.rst M doc/index.rst M doc/intro.rst M doc/relations.rst M doc/setup.rst M doc/themes.rst
Log Message: ----------- Remove extra lines in doc
Signed-off-by: Gabriel Caruso carusogabriel34@gmail.com
Commit: 75dffae5437e56e16350d5f2f7089eaaa51de042 https://github.com/phpmyadmin/phpmyadmin/commit/75dffae5437e56e16350d5f2f708... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-31 (Sun, 31 Dec 2017)
Changed paths: M doc/config.rst M doc/credits.rst M doc/faq.rst M doc/import_export.rst M doc/index.rst M doc/intro.rst M doc/relations.rst M doc/setup.rst M doc/themes.rst
Log Message: ----------- Merge pull request #13904 from carusogabriel/clean-up
Remove extra lines in doc
Commit: fbd6d4fdab86548a3da8e2da341a92393582719b https://github.com/phpmyadmin/phpmyadmin/commit/fbd6d4fdab86548a3da8e2da341a... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2017-12-31 (Sun, 31 Dec 2017)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 98.9% (3254 of 3287 strings)
[CI skip]
Commit: a091bf78d8d8ba5551a6ed677def3e71bd7901f6 https://github.com/phpmyadmin/phpmyadmin/commit/a091bf78d8d8ba5551a6ed677def... Author: Slimane Amiri slimane.amiri@gmail.com Date: 2017-12-31 (Sun, 31 Dec 2017)
Changed paths: M po/kab.po
Log Message: ----------- Translated using Weblate (Kabyle)
Currently translated at 2.5% (83 of 3287 strings)
[CI skip]
Commit: 5128d07e9fb0d3172faadecb049dc443a5b3d2f0 https://github.com/phpmyadmin/phpmyadmin/commit/5128d07e9fb0d3172faadecb049d... Author: Supun Tharinda supunedirisuriya2002@gmail.com Date: 2017-12-31 (Sun, 31 Dec 2017)
Changed paths: M po/si.po
Log Message: ----------- Translated using Weblate (Sinhala)
Currently translated at 56.2% (1849 of 3287 strings)
[CI skip]
Commit: 6cf966de3d359ddf2cff6ea99ac45b10912968bc https://github.com/phpmyadmin/phpmyadmin/commit/6cf966de3d359ddf2cff6ea99ac4... Author: Weblate noreply@weblate.org Date: 2017-12-31 (Sun, 31 Dec 2017)
Changed paths: M doc/config.rst M doc/credits.rst M doc/faq.rst M doc/import_export.rst M doc/index.rst M doc/intro.rst M doc/relations.rst M doc/setup.rst M doc/themes.rst
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 39198725fed289d365a3956a706406218c50e3fc https://github.com/phpmyadmin/phpmyadmin/commit/39198725fed289d365a3956a7064... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-12-31 (Sun, 31 Dec 2017)
Changed paths: M js/tbl_structure.js M libraries/classes/Controllers/Table/TableStructureController.php M templates/table/structure/actions_in_table_structure.twig M templates/table/structure/display_structure.twig
Log Message: ----------- Use CSS to hide table structure action buttons
Fix #13694
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 032e551bcbd79c0589a4c222f074b55ee78c293b https://github.com/phpmyadmin/phpmyadmin/commit/032e551bcbd79c0589a4c222f074... Author: Michal Čihař michal@cihar.com Date: 2018-01-02 (Tue, 02 Jan 2018)
Changed paths: M changelog.php
Log Message: ----------- Remove links to sourceforge.net in changelog
These are not used for recent releases anyway.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 1ebf6c4953639419f9c6a6bf8592507d8aad6a7c https://github.com/phpmyadmin/phpmyadmin/commit/1ebf6c4953639419f9c6a6bf8592... Author: Michal Čihař michal@cihar.com Date: 2018-01-02 (Tue, 02 Jan 2018)
Changed paths: M libraries/classes/Config/Descriptions.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbi/DbiMysqli.php M libraries/classes/Server/Privileges.php M libraries/classes/Util.php M libraries/config.default.php
Log Message: ----------- Remove references to sourceforge.net issue trackers
We do not use it for years and all issues have been migrated.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: f4bd636bc2783c02eaa0acebe96bb5c1da2bae8e https://github.com/phpmyadmin/phpmyadmin/commit/f4bd636bc2783c02eaa0acebe96b... Author: Michal Čihař michal@cihar.com Date: 2018-01-02 (Tue, 02 Jan 2018)
Changed paths: M libraries/classes/Core.php
Log Message: ----------- Remove whitelisting of sourceforge.net
We no longer need it.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 972814625c4de193bde1b5b14579227c8c459f0d https://github.com/phpmyadmin/phpmyadmin/commit/972814625c4de193bde1b5b14579... Author: tmtisfree tmtisfree@free.fr Date: 2018-01-02 (Tue, 02 Jan 2018)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 100.0% (3287 of 3287 strings)
[CI skip]
Commit: 3f3b17c062e501d64299d9310cfb6219375f8c98 https://github.com/phpmyadmin/phpmyadmin/commit/3f3b17c062e501d64299d9310cfb... Author: Weblate noreply@weblate.org Date: 2018-01-02 (Tue, 02 Jan 2018)
Changed paths: M changelog.php M libraries/classes/Config/Descriptions.php M libraries/classes/Core.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbi/DbiMysqli.php M libraries/classes/Server/Privileges.php M libraries/classes/Util.php M libraries/config.default.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 41cda707c28c9ecac7d74cf701ce80cd39b5316d https://github.com/phpmyadmin/phpmyadmin/commit/41cda707c28c9ecac7d74cf701ce... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-05 (Fri, 05 Jan 2018)
Changed paths: M js/tbl_structure.js M libraries/classes/Controllers/Table/TableStructureController.php M templates/table/structure/actions_in_table_structure.twig M templates/table/structure/display_structure.twig
Log Message: ----------- Merge pull request #13905 from mauriciofauth/menuresizer
Use CSS to hide table structure action buttons
Commit: ee15499a352b6bb7ec635f601d705d503306a2c8 https://github.com/phpmyadmin/phpmyadmin/commit/ee15499a352b6bb7ec635f601d70... Author: Egon DB egon.de.baene@gmail.com Date: 2018-01-06 (Sat, 06 Jan 2018)
Changed paths: M po/nl.po
Log Message: ----------- Translated using Weblate (Dutch)
Currently translated at 100.0% (3287 of 3287 strings)
[CI skip]
Commit: 8867933e1ac3b5201f131aac185d876da1c22e60 https://github.com/phpmyadmin/phpmyadmin/commit/8867933e1ac3b5201f131aac185d... Author: Leonardo Mendes Miraglia Leo.mi.me@gmail.com Date: 2018-01-06 (Sat, 06 Jan 2018)
Changed paths: M po/pt.po
Log Message: ----------- Translated using Weblate (Portuguese)
Currently translated at 53.5% (1761 of 3287 strings)
[CI skip]
Commit: 75087603fbaf3eb6a9cb08ada973d3f9e653816d https://github.com/phpmyadmin/phpmyadmin/commit/75087603fbaf3eb6a9cb08ada973... Author: Saqib Razzaq saqi.cb@gmail.com Date: 2018-01-06 (Sat, 06 Jan 2018)
Changed paths: M po/ur.po
Log Message: ----------- Translated using Weblate (Urdu)
Currently translated at 16.9% (557 of 3287 strings)
[CI skip]
Commit: e276f27e80ffa5a85c9c216c1b113327b8147758 https://github.com/phpmyadmin/phpmyadmin/commit/e276f27e80ffa5a85c9c216c1b11... Author: Weblate noreply@weblate.org Date: 2018-01-06 (Sat, 06 Jan 2018)
Changed paths: M js/tbl_structure.js M libraries/classes/Controllers/Table/TableStructureController.php M templates/table/structure/actions_in_table_structure.twig M templates/table/structure/display_structure.twig
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 47ff2312377b05c8c10be78b344ac92b602e3f85 https://github.com/phpmyadmin/phpmyadmin/commit/47ff2312377b05c8c10be78b344a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-07 (Sun, 07 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/select_options.twig
Log Message: ----------- Use template for getHtmlForExportSelectOptions method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 0fa3dd73665c5de27c33a261a3ebd21d9e22bd71 https://github.com/phpmyadmin/phpmyadmin/commit/0fa3dd73665c5de27c33a261a3eb... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-07 (Sun, 07 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/hidden_inputs.twig
Log Message: ----------- Use template for getHtmlForHiddenInput method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 0cefaca34159b6201376d97e814f610911900ab5 https://github.com/phpmyadmin/phpmyadmin/commit/0cefaca34159b6201376d97e814f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-07 (Sun, 07 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/option_header.twig
Log Message: ----------- Use template for getHtmlForExportOptionHeader method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d87245e8d462424dd3d1dccebff384faea057bff https://github.com/phpmyadmin/phpmyadmin/commit/d87245e8d462424dd3d1dccebff3... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-07 (Sun, 07 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/template_loading.twig
Log Message: ----------- Use template for getHtmlForExportTemplateLoading method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 92c6c3d2cc5a94815ec6ed88aae9a1aa3a803c3d https://github.com/phpmyadmin/phpmyadmin/commit/92c6c3d2cc5a94815ec6ed88aae9... Author: Who am I ? sattanationmail@gmail.com Date: 2018-01-07 (Sun, 07 Jan 2018)
Changed paths: M po/id.po
Log Message: ----------- Translated using Weblate (Indonesian)
Currently translated at 80.5% (2648 of 3287 strings)
[CI skip]
Commit: 62c80a779ca996470565e8900e84ae7a5811411f https://github.com/phpmyadmin/phpmyadmin/commit/62c80a779ca996470565e8900e84... Author: Weblate noreply@weblate.org Date: 2018-01-07 (Sun, 07 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/hidden_inputs.twig A templates/display/export/option_header.twig A templates/display/export/select_options.twig A templates/display/export/template_loading.twig
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 62d5dd442822619d5e22316a69e38d2665b86646 https://github.com/phpmyadmin/phpmyadmin/commit/62d5dd442822619d5e22316a69e3... Author: Guillermo Lengemann omerta@unefa-glug.org.ve Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M po/es.po
Log Message: ----------- Translated using Weblate (Spanish)
Currently translated at 98.1% (3226 of 3287 strings)
[CI skip]
Commit: 2705987d339fe0e07292e343b95bd502c0f839d9 https://github.com/phpmyadmin/phpmyadmin/commit/2705987d339fe0e07292e343b95b... Author: Michal Čihař michal@cihar.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Log Message: ----------- Merge commit '923ac4d5e9551b251161fe0baf4d7626b2145c88'
Commit: e3fbc4a0e0f85edf49054757b751ac262241e2dd https://github.com/phpmyadmin/phpmyadmin/commit/e3fbc4a0e0f85edf49054757b751... Author: Michal Čihař michal@cihar.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M ChangeLog
Log Message: ----------- Merge commit '8599e87ad3ee98e056b41cbe87bb54c49debaa49'
Commit: 224d572c7eabdaf5991c9e2a57bf4cae8dba83cb https://github.com/phpmyadmin/phpmyadmin/commit/224d572c7eabdaf5991c9e2a57bf... Author: Michal Čihař michal@cihar.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7'
Commit: 9de24a39b99bbd0bb6f5b93074e4c0764135aa84 https://github.com/phpmyadmin/phpmyadmin/commit/9de24a39b99bbd0bb6f5b93074e4... Author: Michal Čihař michal@cihar.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M ChangeLog M js/config.js
Log Message: ----------- Merge branch 'QA_4_7'
Commit: e9ec1388d0f7898bfae1813261d967f7b1244d69 https://github.com/phpmyadmin/phpmyadmin/commit/e9ec1388d0f7898bfae1813261d9... Author: Michal Čihař michal@cihar.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M js/functions.js
Log Message: ----------- Fixed configuration ops with multiple servers
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 3ed17858c7975ed67bfb520d01c33043cdadd2e7 https://github.com/phpmyadmin/phpmyadmin/commit/3ed17858c7975ed67bfb520d01c3... Author: Michal Čihař michal@cihar.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M ChangeLog
Log Message: ----------- Merge branch 'QA_4_7'
Commit: c0d10e98b5c2c0e00b48b5cb38367a4a2642cc23 https://github.com/phpmyadmin/phpmyadmin/commit/c0d10e98b5c2c0e00b48b5cb3836... Author: xypXiong xyp.Xiong@gmail.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M js/tbl_relation.js
Log Message: ----------- fix #13712 Doesn't default to primary key when creating relations (#13910)
We need to compare the escaped value here.
Fixes #13712
Signed-off-by: yanping xyp.xiong@gmail.com
Commit: cd281d9b110d15ffade89db841bdc3065974971d https://github.com/phpmyadmin/phpmyadmin/commit/cd281d9b110d15ffade89db841bd... Author: Michal Čihař michal@cihar.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M README.rst
Log Message: ----------- Merge branch 'QA_4_7'
Commit: a9c29c74bbce1ac935d746fd65b555e68a5046d5 https://github.com/phpmyadmin/phpmyadmin/commit/a9c29c74bbce1ac935d746fd65b5... Author: Michal Čihař michal@cihar.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M js/tbl_relation.js
Log Message: ----------- Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Commit: 8885328bbebca72ed2564cea777114f3269ca0f0 https://github.com/phpmyadmin/phpmyadmin/commit/8885328bbebca72ed2564cea7771... Author: Michal Čihař michal@cihar.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libraries/classes/Plugins/Auth/AuthenticationCookie.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: d070e4a60f432bd229ef2ab7ed2fac99ed23fc14 https://github.com/phpmyadmin/phpmyadmin/commit/d070e4a60f432bd229ef2ab7ed2f... Author: Michal Čihař michal@cihar.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M scripts/create-release.sh
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 1fc566fd90d838d35dfa5251f26deb48d15780a7 https://github.com/phpmyadmin/phpmyadmin/commit/1fc566fd90d838d35dfa5251f26d... Author: Michal Čihař michal@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@cihar.com
Commit: 367f49b12bb15f7891abeac22c7f5be538e39af1 https://github.com/phpmyadmin/phpmyadmin/commit/367f49b12bb15f7891abeac22c7f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M js/functions.js
Log Message: ----------- Fix getPostData function
dataPost can be undefined
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: c0ea9039d4fdfe14ced3db8700ecafbaec6186f3 https://github.com/phpmyadmin/phpmyadmin/commit/c0ea9039d4fdfe14ced3db8700ec... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-09 (Tue, 09 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/template_options.twig
Log Message: ----------- Use template for getOptionsForExportTemplates method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 0da1a53cf46ec0ca453034fdd27598ad3d4d0d20 https://github.com/phpmyadmin/phpmyadmin/commit/0da1a53cf46ec0ca453034fdd275... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-10 (Wed, 10 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/method.twig
Log Message: ----------- Use template for getHtmlForExportOptionsMethod method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: b093d7caddf37c2c5b72cbb0485a356f89bc6909 https://github.com/phpmyadmin/phpmyadmin/commit/b093d7caddf37c2c5b72cbb0485a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-10 (Wed, 10 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/selection.twig
Log Message: ----------- Use template for getHtmlForExportOptionsSelection
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: b45deaeb4accc50567d7879f602e05163711b5eb https://github.com/phpmyadmin/phpmyadmin/commit/b45deaeb4accc50567d7879f602e... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-10 (Wed, 10 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/format_dropdown.twig
Log Message: ----------- Use template for getHtmlForExportOptionsFormatDropdown
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 8ee32ab972aa5058d6e9b467858f0918a670a9d5 https://github.com/phpmyadmin/phpmyadmin/commit/8ee32ab972aa5058d6e9b467858f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-10 (Wed, 10 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/options_format.twig
Log Message: ----------- Use template for getHtmlForExportOptionsFormat
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 083ae21f51295f1620ae194b2d8865922e0b0484 https://github.com/phpmyadmin/phpmyadmin/commit/083ae21f51295f1620ae194b2d88... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-10 (Wed, 10 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/options_rows.twig
Log Message: ----------- Use template for getHtmlForExportOptionsRows method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 0183003195598283f76c3bc9d92a76939f335ff8 https://github.com/phpmyadmin/phpmyadmin/commit/0183003195598283f76c3bc9d92a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-10 (Wed, 10 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/options_quick_export.twig
Log Message: ----------- Use template for getHtmlForExportOptionsQuickExport
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 11c43ef9807c13dbc8176ebeccbf0532e4f149e4 https://github.com/phpmyadmin/phpmyadmin/commit/11c43ef9807c13dbc8176ebeccbf... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-10 (Wed, 10 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/options_output_save_dir.twig M test/classes/Display/ExportTest.php
Log Message: ----------- Use template for getHtmlForExportOptionsOutputSaveDir
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: bcb67cb15fd99ebab9ea7ebf88b0f04934d60478 https://github.com/phpmyadmin/phpmyadmin/commit/bcb67cb15fd99ebab9ea7ebf88b0... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-10 (Wed, 10 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/options_output_format.twig
Log Message: ----------- Use template for getHtmlForExportOptionsOutputFormat
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 16459bf343b5e4b985b61c69063bedfe41605fa8 https://github.com/phpmyadmin/phpmyadmin/commit/16459bf343b5e4b985b61c69063b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-11 (Thu, 11 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/options_output_charset.twig
Log Message: ----------- Use template for getHtmlForExportOptionsOutputCharset
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 5b6bd8214511ce75aba4c65da8a8b7fe7c84c45b https://github.com/phpmyadmin/phpmyadmin/commit/5b6bd8214511ce75aba4c65da8a8... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-11 (Thu, 11 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/options_output_compression.twig
Log Message: ----------- Use template for getHtmlForExportOptionsOutputCompression
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ebb22f8600540f7120bca9f7db7259ebc0c583f1 https://github.com/phpmyadmin/phpmyadmin/commit/ebb22f8600540f7120bca9f7db72... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-12 (Fri, 12 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/options_output_radio.twig
Log Message: ----------- Use template for getHtmlForExportOptionsOutputRadio
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 31b7b9cc1454b43941a4b5bfa67784112ef5bb8c https://github.com/phpmyadmin/phpmyadmin/commit/31b7b9cc1454b43941a4b5bfa677... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-12 (Fri, 12 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/options_output_separate_files.twig
Log Message: ----------- Use template for getHtmlForExportOptionsOutputSeparateFiles
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 81864e549eb359cfea3a28ed2e244ef4b8ba59a6 https://github.com/phpmyadmin/phpmyadmin/commit/81864e549eb359cfea3a28ed2e24... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-13 (Sat, 13 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php A templates/display/export/options_output.twig
Log Message: ----------- Use template for getHtmlForExportOptionsOutput
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 0a933ca060dfff07213cdef1b0f2c68d3ed06df9 https://github.com/phpmyadmin/phpmyadmin/commit/0a933ca060dfff07213cdef1b0f2... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-13 (Sat, 13 Jan 2018)
Changed paths: M libraries/classes/Display/Export.php
Log Message: ----------- Refactor exportCheckboxCheck method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: fa2f7d7b15353a31ee29708d0fa50c43af7374c5 https://github.com/phpmyadmin/phpmyadmin/commit/fa2f7d7b15353a31ee29708d0fa5... Author: Ronny André Løkken rlo012@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/cb7bf121de81f566c6466f55eaa4... Author: Tony Nascimento gtonynasc@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/3e27e1e66affe0a96e70ea9d721c... Author: Dao Nguyen quynh.d.nguyen@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/f40ce94a96dfa861e6489340510e... Author: Weblate noreply@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'
Commit: f45d4a566beb58f19d3754651d863c3e1e769b86 https://github.com/phpmyadmin/phpmyadmin/commit/f45d4a566beb58f19d3754651d86... Author: Maurício Meneghini Fauth mauriciofauth@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@gmail.com
Commit: 22c54590bead98f71a844893cdee78ab116330c0 https://github.com/phpmyadmin/phpmyadmin/commit/22c54590bead98f71a844893cdee... Author: Michal Čihař michal@cihar.com Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths: M scripts/create-release.sh
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 51bfd2ee0cd00119333c236d64e57e6e97d879fb https://github.com/phpmyadmin/phpmyadmin/commit/51bfd2ee0cd00119333c236d64e5... Author: Michal Čihař michal@cihar.com Date: 2018-01-16 (Tue, 16 Jan 2018)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 6ff73257e21fc3a64e3eb54ce1f36c11c7d1e23e https://github.com/phpmyadmin/phpmyadmin/commit/6ff73257e21fc3a64e3eb54ce1f3... Author: Gabriel Caruso carusogabriel34@gmail.com Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths: M libraries/classes/Core.php M libraries/classes/DatabaseInterface.php M libraries/classes/Display/ImportAjax.php M libraries/classes/Gis/GisPolygon.php M libraries/classes/Import.php M libraries/classes/IpAllowDeny.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Plugins/Auth/AuthenticationHttp.php M libraries/classes/Plugins/Export/ExportHtmlword.php M libraries/classes/Plugins/Export/ExportOds.php M libraries/classes/Plugins/Export/ExportPdf.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Export/Helpers/Pdf.php M libraries/classes/ThemeManager.php M libraries/classes/Tracker.php M test/selenium/TestBase.php
Log Message: ----------- Simplify returns
Signed-off-by: Gabriel Caruso carusogabriel34@gmail.com
Commit: 21dacea6d14f1fd232b2db3e9fa4649c836b5d9d https://github.com/phpmyadmin/phpmyadmin/commit/21dacea6d14f1fd232b2db3e9fa4... Author: Gabriel Caruso carusogabriel34@gmail.com Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths: M test/classes/ConfigTest.php
Log Message: ----------- Use assertNotSame
Signed-off-by: Gabriel Caruso carusogabriel34@gmail.com
Commit: 91ee20e7574519d57c2fa920b89c0a1c79c73d1c https://github.com/phpmyadmin/phpmyadmin/commit/91ee20e7574519d57c2fa920b89c... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths: M libraries/classes/Core.php M libraries/classes/DatabaseInterface.php M libraries/classes/Display/ImportAjax.php M libraries/classes/Gis/GisPolygon.php M libraries/classes/Import.php M libraries/classes/IpAllowDeny.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Plugins/Auth/AuthenticationHttp.php M libraries/classes/Plugins/Export/ExportHtmlword.php M libraries/classes/Plugins/Export/ExportOds.php M libraries/classes/Plugins/Export/ExportPdf.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Export/Helpers/Pdf.php M libraries/classes/ThemeManager.php M libraries/classes/Tracker.php M test/selenium/TestBase.php
Log Message: ----------- Merge pull request #13935 from carusogabriel/simplify-returns
Simplify returns
Commit: 7ce0025dae4f103b435a67bef95bb4c728f42bb5 https://github.com/phpmyadmin/phpmyadmin/commit/7ce0025dae4f103b435a67bef95b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths: M test/classes/ConfigTest.php
Log Message: ----------- Merge pull request #13936 from carusogabriel/assertions
Use assertNotSame instead of comparison in test
Commit: 89d40d5e8de7916291336cdb2ecdd97a23a52b89 https://github.com/phpmyadmin/phpmyadmin/commit/89d40d5e8de7916291336cdb2ecd... Author: Michal Čihař michal@cihar.com Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths: M ChangeLog M libraries/classes/Sql.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 2823d27cd32a0ea7db4288f709edf76807a94a24 https://github.com/phpmyadmin/phpmyadmin/commit/2823d27cd32a0ea7db4288f709ed... Author: Michal Čihař michal@cihar.com Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths: M libraries/classes/PmdCommon.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: c3744cb7553e3d56d0b17edd1045b90c4a56fb06 https://github.com/phpmyadmin/phpmyadmin/commit/c3744cb7553e3d56d0b17edd1045... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths: M browse_foreigners.php M libraries/classes/BrowseForeigners.php M test/classes/BrowseForeignersTest.php
Log Message: ----------- Refactor PhpMyAdmin\BrowseForeigners class
Static methods have been replaced with instance methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 5538d48db65390fced614f855bbd11a374d12489 https://github.com/phpmyadmin/phpmyadmin/commit/5538d48db65390fced614f855bbd... Author: Microgamer Developer microgamer.developer@gmail.com Date: 2018-01-21 (Sun, 21 Jan 2018)
Changed paths: M po/de.po
Log Message: ----------- Translated using Weblate (German)
Currently translated at 97.5% (3208 of 3287 strings)
[CI skip]
Commit: cef5c3bf521ca0b7349052dd0ba49ee31f47ad1b https://github.com/phpmyadmin/phpmyadmin/commit/cef5c3bf521ca0b7349052dd0ba4... Author: yanagimoto yanagimoto@klink.co.jp Date: 2018-01-21 (Sun, 21 Jan 2018)
Changed paths: M po/ja.po
Log Message: ----------- Translated using Weblate (Japanese)
Currently translated at 68.1% (2239 of 3287 strings)
[CI skip]
Commit: aab03be7e61192abe86c333fcc91bd3709401cc1 https://github.com/phpmyadmin/phpmyadmin/commit/aab03be7e61192abe86c333fcc91... Author: Weblate noreply@weblate.org Date: 2018-01-21 (Sun, 21 Jan 2018)
Changed paths: M browse_foreigners.php M libraries/classes/BrowseForeigners.php M test/classes/BrowseForeignersTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 3ca15a5e6017b5f5a72f08085830e3f53d9cc7f0 https://github.com/phpmyadmin/phpmyadmin/commit/3ca15a5e6017b5f5a72f08085830... Author: Michal Čihař michal@cihar.com Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths: M libraries/classes/PmdCommon.php
Log Message: ----------- Merge commit '5efab2700795d0948755f6c428070a6a8c3051e3'
Commit: 03eae99ede7927b5c58027a9237a543d6a9eca05 https://github.com/phpmyadmin/phpmyadmin/commit/03eae99ede7927b5c58027a9237a... Author: Michal Čihař michal@cihar.com Date: 2018-01-22 (Mon, 22 Jan 2018)
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7'
Commit: 62405807844f7f70af99fd5d2cf872f9a5cf8b55 https://github.com/phpmyadmin/phpmyadmin/commit/62405807844f7f70af99fd5d2cf8... Author: Michal Čihař michal@cihar.com Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths: M composer.json
Log Message: ----------- Merge branch 'QA_4_7'
Commit: e3ccbd069952cc2123d031ae66886bd4d517b656 https://github.com/phpmyadmin/phpmyadmin/commit/e3ccbd069952cc2123d031ae6688... Author: Michal Čihař michal@cihar.com Date: 2018-01-22 (Mon, 22 Jan 2018)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 1b7184ebb3b4d4e01ec0bf1d9afb476f5f402651 https://github.com/phpmyadmin/phpmyadmin/commit/1b7184ebb3b4d4e01ec0bf1d9afb... Author: Michal Čihař michal@cihar.com Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths: M po/af.po M po/ar.po M po/az.po M po/be.po M po/be@latin.po M po/bg.po M po/bn.po M po/br.po M po/brx.po M po/bs.po M po/ca.po M po/ckb.po M po/cs.po M po/cy.po M po/da.po M po/de.po M po/el.po M po/en_GB.po M po/eo.po M po/es.po M po/et.po M po/eu.po M po/fa.po M po/fi.po M po/fil.po M po/fr.po M po/fy.po M po/gl.po M po/gu.po M po/he.po M po/hi.po M po/hr.po M po/hu.po M po/hy.po M po/ia.po M po/id.po M po/ig.po M po/it.po M po/ja.po M po/ka.po M po/kab.po M po/kk.po M po/km.po M po/kn.po M po/ko.po M po/ksh.po M po/ku.po M po/ky.po M po/li.po M po/lt.po M po/lv.po M po/mk.po M po/ml.po M po/mn.po M po/ms.po M po/nb.po M po/ne.po M po/nl.po M po/pa.po M po/phpmyadmin.pot M po/pl.po M po/pt.po M po/pt_BR.po M po/ro.po M po/ru.po M po/si.po M po/sk.po M po/sl.po M po/sq.po M po/sr.po M po/sr@latin.po M po/sv.po M po/ta.po M po/te.po M po/th.po M po/tk.po M po/tr.po M po/tt.po M po/ug.po M po/uk.po M po/ur.po M po/uz.po M po/uz@latin.po M po/vi.po M po/vls.po M po/zh_CN.po M po/zh_TW.po
Log Message: ----------- Update po files
[CI skip]
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 3d8eafd68adb1d38c11bb50fb45dbbcb71d80ce2 https://github.com/phpmyadmin/phpmyadmin/commit/3d8eafd68adb1d38c11bb50fb45d... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths: M libraries/classes/Config.php M libraries/classes/ErrorReport.php M libraries/classes/Util.php A libraries/classes/Utils/HttpRequest.php M libraries/classes/VersionInformation.php M test/classes/UtilTest.php A test/classes/Utils/HttpRequestTest.php
Log Message: ----------- Extract HTTP requests related methods
Move HTTP requests related methods from Util class to PhpMyAdmin\Utils\HttpRequest class.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 16edb87ee1629487f792f1dd2a89a676925122e7 https://github.com/phpmyadmin/phpmyadmin/commit/16edb87ee1629487f792f1dd2a89... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths: M libraries/classes/Config.php M libraries/classes/ErrorReport.php M libraries/classes/Utils/HttpRequest.php M libraries/classes/VersionInformation.php M test/classes/Utils/HttpRequestTest.php
Log Message: ----------- Refactor Utils\HttpRequest class
Use instance methods instead of static methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7640de03f29ec5d157e7794aca4f0f814a365077 https://github.com/phpmyadmin/phpmyadmin/commit/7640de03f29ec5d157e7794aca4f... Author: Domen mitenem@outlook.com Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths: M po/sl.po
Log Message: ----------- Translated using Weblate (Slovenian)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: fff75b94c43fd395b03ce022836ae0ff1fda54f0 https://github.com/phpmyadmin/phpmyadmin/commit/fff75b94c43fd395b03ce022836a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 406d1ba2ef2f5ac4d37db129415ab4bd55f3c994 https://github.com/phpmyadmin/phpmyadmin/commit/406d1ba2ef2f5ac4d37db129415a... Author: dingo thirteen dingo13@gmail.com Date: 2018-01-24 (Wed, 24 Jan 2018)
Changed paths: M po/nl.po
Log Message: ----------- Translated using Weblate (Dutch)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 953e2df06588591697b979160a91c5a639061760 https://github.com/phpmyadmin/phpmyadmin/commit/953e2df06588591697b979160a91... Author: Giovanni Sora g.sora@tiscali.it Date: 2018-01-24 (Wed, 24 Jan 2018)
Changed paths: M po/ia.po
Log Message: ----------- Translated using Weblate (Interlingua)
Currently translated at 75.2% (2473 of 3288 strings)
[CI skip]
Commit: bc5d9b1733c7e24ce63f91e6e1d86d3193d00c91 https://github.com/phpmyadmin/phpmyadmin/commit/bc5d9b1733c7e24ce63f91e6e1d8... Author: Burak Yavuz hitowerdigit@hotmail.com Date: 2018-01-24 (Wed, 24 Jan 2018)
Changed paths: M po/tr.po
Log Message: ----------- Translated using Weblate (Turkish)
Currently translated at 99.9% (3287 of 3288 strings)
[CI skip]
Commit: 3be99071f9976430a0e4e5999e9e274d4fd4d98e https://github.com/phpmyadmin/phpmyadmin/commit/3be99071f9976430a0e4e5999e9e... Author: Марс Ямбар mjambarmeta@gmail.com Date: 2018-01-24 (Wed, 24 Jan 2018)
Changed paths: M po/uk.po
Log Message: ----------- Translated using Weblate (Ukrainian)
Currently translated at 99.7% (3281 of 3288 strings)
[CI skip]
Commit: 419ab3ce466be798e6da4ac77936811799c7a8c8 https://github.com/phpmyadmin/phpmyadmin/commit/419ab3ce466be798e6da4ac77936... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-24 (Wed, 24 Jan 2018)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 14a0b596c7fcc28da0def39d0cdc75871e307ed1 https://github.com/phpmyadmin/phpmyadmin/commit/14a0b596c7fcc28da0def39d0cdc... Author: ButterflyOfFire ButterflyOfFire@protonmail.com Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 99.7% (3280 of 3288 strings)
[CI skip]
Commit: 445435e776e684038b7acad90ad60a827d6fd19c https://github.com/phpmyadmin/phpmyadmin/commit/445435e776e684038b7acad90ad6... Author: Vangelis Skarmoutsos skarmoutsosv@gmail.com Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths: M po/el.po
Log Message: ----------- Translated using Weblate (Greek)
Currently translated at 99.8% (3283 of 3288 strings)
[CI skip]
Commit: 0d9e9b0610a5951eb028eb02034cf63b3e9e9c07 https://github.com/phpmyadmin/phpmyadmin/commit/0d9e9b0610a5951eb028eb02034c... Author: Burak Yavuz hitowerdigit@hotmail.com Date: 2018-01-26 (Fri, 26 Jan 2018)
Changed paths: M po/tr.po
Log Message: ----------- Translated using Weblate (Turkish)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: f63bc16bbf91bc37293a9c5280445d5a6db2cbf2 https://github.com/phpmyadmin/phpmyadmin/commit/f63bc16bbf91bc37293a9c528044... Author: Kristjan Räts kristjanrats@gmail.com Date: 2018-01-26 (Fri, 26 Jan 2018)
Changed paths: M po/et.po
Log Message: ----------- Translated using Weblate (Estonian)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 91d477ff65083dccaaf59a7f942c4b4d5bba7464 https://github.com/phpmyadmin/phpmyadmin/commit/91d477ff65083dccaaf59a7f942c... Author: Edgars Sūnākslis edgars.sunakslis@gmail.com Date: 2018-01-27 (Sat, 27 Jan 2018)
Changed paths: M po/lv.po
Log Message: ----------- Translated using Weblate (Latvian)
Currently translated at 17.2% (567 of 3288 strings)
[CI skip]
Commit: 05da8a4ceaafd31566b4c0f108b609091c302609 https://github.com/phpmyadmin/phpmyadmin/commit/05da8a4ceaafd31566b4c0f108b6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-27 (Sat, 27 Jan 2018)
Changed paths: M libraries/classes/InsertEdit.php M test/classes/InsertEditTest.php
Log Message: ----------- Merge pull request #13876 from shucon/custom_row
Allow Custom number of rows to be inserted
Fix #13578
Commit: 0db0ba0c55de3cafb1cbbbe69ebcdc5c2fab4e4b https://github.com/phpmyadmin/phpmyadmin/commit/0db0ba0c55de3cafb1cbbbe69ebc... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-27 (Sat, 27 Jan 2018)
Changed paths: M libraries/classes/InsertEdit.php A templates/table/insert/continue_insertion_form.twig
Log Message: ----------- Use template for getContinueInsertionForm method
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 8e8956c0ef2446b266e3f76d63a19ea0cb0f64e1 https://github.com/phpmyadmin/phpmyadmin/commit/8e8956c0ef2446b266e3f76d63a1... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-01-28 (Sun, 28 Jan 2018)
Changed paths: M test/classes/InsertEditTest.php
Log Message: ----------- Fix InsertEditTest broken tests
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 4f294a6b2438f5a1691aafef4df1c678848bce53 https://github.com/phpmyadmin/phpmyadmin/commit/4f294a6b2438f5a1691aafef4df1... Author: Володимир Бриняк bardvv@gmail.com Date: 2018-01-28 (Sun, 28 Jan 2018)
Changed paths: M po/uk.po
Log Message: ----------- Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 7278e72812cbbea7ad3fc98e68a13aae8873a065 https://github.com/phpmyadmin/phpmyadmin/commit/7278e72812cbbea7ad3fc98e68a1... Author: Володимир Бриняк bardvv@gmail.com Date: 2018-01-29 (Mon, 29 Jan 2018)
Changed paths: M po/uk.po
Log Message: ----------- Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 439185c6127ebb77731c71966005dcaeb6aa4834 https://github.com/phpmyadmin/phpmyadmin/commit/439185c6127ebb77731c71966005... Author: Saksham Gupta shucon01@gmail.com Date: 2018-01-29 (Mon, 29 Jan 2018)
Changed paths: M libraries/classes/Index.php M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Fix Row coloring issue@Indexes (#13877)
Fix #13090
* Fix Row coloring issue@Indexes Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090 * Update Index.php * Update Index.php * Update common.css.php * Fix Row Colouring Issue Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090 * Fix Row Colouring Issue @ Indexes Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090 * Fix Row Colouring Issue [Original Theme] Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090 * Refactor code * Fix Row coloring issue@Indexes * Body wrap * Fix Keyname Column and colour inversion
Signed-off-by: Saksham Gupta shucon01@gmail.com
Commit: e25b91acfd440bafe09abd6b11340eabf6c2fd53 https://github.com/phpmyadmin/phpmyadmin/commit/e25b91acfd440bafe09abd6b1134... Author: Madhura Jayaratne madhura.cj@gmail.com Date: 2018-01-30 (Tue, 30 Jan 2018)
Changed paths: M templates/database/search/results.twig
Log Message: ----------- Escape search string and table names in database search results page
Thanks to Jon Caz 1 for reporting the issue
Signed-off-by: Madhura Jayaratne madhura.cj@gmail.com
Commit: 4027f4fc49b3e4db65a89ae46e8fb7dae4b257e0 https://github.com/phpmyadmin/phpmyadmin/commit/4027f4fc49b3e4db65a89ae46e8f... Author: Saksham Gupta shucon01@gmail.com Date: 2018-01-30 (Tue, 30 Jan 2018)
Changed paths: M themes/original/css/common.css.php
Log Message: ----------- Fixes Colour issue in rows on hover (#13960)
* Fixes Colour issue in rows on hover Fixes : https://github.com/phpmyadmin/phpmyadmin/issues/13880
Signed-off-by: Saksham Gupta shucon01@gmail.com
Commit: f47891546efd5efa314b8874c9000d7f48f1acc4 https://github.com/phpmyadmin/phpmyadmin/commit/f47891546efd5efa314b8874c900... Author: RD WebDesign weblate@rdwebdesign.com.br Date: 2018-01-31 (Wed, 31 Jan 2018)
Changed paths: M po/pt_BR.po
Log Message: ----------- Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 2b34ddcd62f2fa6bfc263950323f842dca18c086 https://github.com/phpmyadmin/phpmyadmin/commit/2b34ddcd62f2fa6bfc263950323f... Author: Edgaras Janušauskas edgaras.janusauskas@gmail.com Date: 2018-02-01 (Thu, 01 Feb 2018)
Changed paths: M po/lt.po
Log Message: ----------- Translated using Weblate (Lithuanian)
Currently translated at 39.9% (1314 of 3288 strings)
[CI skip]
Commit: f58470e3909231a00856b882f8cb59d6715a4f56 https://github.com/phpmyadmin/phpmyadmin/commit/f58470e3909231a00856b882f8cb... Author: Michal Čihař michal@cihar.com Date: 2018-02-01 (Thu, 01 Feb 2018)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.7% (3280 of 3288 strings)
[CI skip]
Commit: cd92b51d210038f31f4d1fd062907a0ef3882b60 https://github.com/phpmyadmin/phpmyadmin/commit/cd92b51d210038f31f4d1fd06290... Author: Cristian Gherman c_gherman@yahoo.com Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths: M po/ro.po
Log Message: ----------- Translated using Weblate (Romanian)
Currently translated at 50.9% (1676 of 3288 strings)
[CI skip]
Commit: 9643743683d95fda82d292cbb610dec59d1399cb https://github.com/phpmyadmin/phpmyadmin/commit/9643743683d95fda82d292cbb610... Author: scootergrisen scootergrisen@gmail.com Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths: M po/da.po
Log Message: ----------- Translated using Weblate (Danish)
Currently translated at 98.5% (3241 of 3288 strings)
[CI skip]
Commit: dc2b2d4f6c010566d65352152d4b3c40a4649dd5 https://github.com/phpmyadmin/phpmyadmin/commit/dc2b2d4f6c010566d65352152d4b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths: M db_central_columns.php M libraries/classes/CentralColumns.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/mult_submits.inc.php M test/classes/CentralColumnsTest.php
Log Message: ----------- Replace static methods with instance methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: e9bc3e0cd5f3c0de871c6b8a65822ab7bd381973 https://github.com/phpmyadmin/phpmyadmin/commit/e9bc3e0cd5f3c0de871c6b8a6582... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths: M db_central_columns.php M libraries/classes/CentralColumns.php M test/classes/CentralColumnsTest.php
Log Message: ----------- Fix visibility of the methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: fbab1101c0db17f409a833fc795064738b09d858 https://github.com/phpmyadmin/phpmyadmin/commit/fbab1101c0db17f409a833fc7950... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths: M test/classes/CentralColumnsTest.php
Log Message: ----------- Refactor CentralColumnsTest method names
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: e2a648881cea5fbbba1532e3afc7278c6118b171 https://github.com/phpmyadmin/phpmyadmin/commit/e2a648881cea5fbbba1532e3afc7... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths: M db_central_columns.php M libraries/classes/CentralColumns.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/mult_submits.inc.php M test/classes/CentralColumnsTest.php
Log Message: ----------- Move DatabaseInterface object to constructor
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 4c661bd1fd1632cf6a6e9276179e6336123c02de https://github.com/phpmyadmin/phpmyadmin/commit/4c661bd1fd1632cf6a6e9276179e... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths: M db_central_columns.php M libraries/classes/CentralColumns.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/mult_submits.inc.php M test/classes/CentralColumnsTest.php M test/classes/Controllers/Table/TableStructureControllerTest.php
Log Message: ----------- Move current server user global to constructor
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 763e161355df3bce18b2537e8ae5f4fc3eb6b170 https://github.com/phpmyadmin/phpmyadmin/commit/763e161355df3bce18b2537e8ae5... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths: M db_central_columns.php M libraries/classes/CentralColumns.php M test/classes/CentralColumnsTest.php
Log Message: ----------- Move MaxRows setting to constructor
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 78b3ac810ffa023dbda8f30b696df77e1971d5ed https://github.com/phpmyadmin/phpmyadmin/commit/78b3ac810ffa023dbda8f30b696d... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths: M db_central_columns.php M libraries/classes/CentralColumns.php M test/classes/CentralColumnsTest.php
Log Message: ----------- Move CharEditing setting to constructor
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 87056ca57c3866d66fc2a5bfac5211335f8f078b https://github.com/phpmyadmin/phpmyadmin/commit/87056ca57c3866d66fc2a5bfac52... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths: M db_central_columns.php M libraries/classes/CentralColumns.php M test/classes/CentralColumnsTest.php
Log Message: ----------- Move DisableIS setting to constructor
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: bfa9e222ae05c32fac1f5780722448f3a88c2022 https://github.com/phpmyadmin/phpmyadmin/commit/bfa9e222ae05c32fac1f57807224... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths: M db_central_columns.php M libraries/classes/CentralColumns.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/mult_submits.inc.php M test/classes/CentralColumnsTest.php M test/classes/Controllers/Table/TableStructureControllerTest.php
Log Message: ----------- Merge pull request #13966 from mauriciofauth/central-columns
Refactor PhpMyAdmin\CentralColumns class
Commit: 29d92a16a3a54c588f36d2073e0c709feb555af4 https://github.com/phpmyadmin/phpmyadmin/commit/29d92a16a3a54c588f36d2073e0c... Author: Zoran Dori zorandori4444@gmail.com Date: 2018-02-05 (Mon, 05 Feb 2018)
Changed paths: M po/sr.po
Log Message: ----------- Translated using Weblate (Serbian)
Currently translated at 20.6% (679 of 3288 strings)
[CI skip]
Commit: de93175fcaa92cd3845e3c27f60fbe6993a027c0 https://github.com/phpmyadmin/phpmyadmin/commit/de93175fcaa92cd3845e3c27f60f... Author: David G gousaiyang223@gmail.com Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths: M po/zh_CN.po
Log Message: ----------- Translated using Weblate (Chinese (Simplified))
Currently translated at 83.2% (2736 of 3288 strings)
[CI skip]
Commit: e0b9ff1c00db2cfc7e6590000eabc8a94e2fcb42 https://github.com/phpmyadmin/phpmyadmin/commit/e0b9ff1c00db2cfc7e6590000eab... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths: M libraries/classes/InsertEdit.php M tbl_change.php M tbl_replace.php M test/classes/InsertEditTest.php
Log Message: ----------- Replace static methods with instance methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 76b0f64f21b1b0f17d7edd32bac01e8e56bf51b3 https://github.com/phpmyadmin/phpmyadmin/commit/76b0f64f21b1b0f17d7edd32bac0... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths: M libraries/classes/InsertEdit.php M test/classes/InsertEditTest.php
Log Message: ----------- Fix visibility of the methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 010c6aab57b318cf2cbd56732a321f7831bc6c8f https://github.com/phpmyadmin/phpmyadmin/commit/010c6aab57b318cf2cbd56732a32... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths: M libraries/classes/InsertEdit.php M tbl_change.php M tbl_replace.php M test/classes/InsertEditTest.php
Log Message: ----------- Use DI for DatabaseInterface dependency
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 9273cbe8ce2eb530e3eb2e8efdc5049e1c1e38eb https://github.com/phpmyadmin/phpmyadmin/commit/9273cbe8ce2eb530e3eb2e8efdc5... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths: M libraries/classes/InsertEdit.php
Log Message: ----------- Some coding style fixes
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 4fd849efb3199506230d6be675f6f4edd43db4b6 https://github.com/phpmyadmin/phpmyadmin/commit/4fd849efb3199506230d6be675f6... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths: M libraries/classes/InsertEdit.php M tbl_change.php M tbl_replace.php M test/classes/InsertEditTest.php
Log Message: ----------- Merge pull request #13972 from mauriciofauth/insert-edit
Refactor PhpMyAdmin\InsertEdit class
Commit: fab0a17886980729de76b47f4f1a6b93697ebe42 https://github.com/phpmyadmin/phpmyadmin/commit/fab0a17886980729de76b47f4f1a... Author: Madhura Jayaratne madhura.cj@gmail.com Date: 2018-02-07 (Wed, 07 Feb 2018)
Changed paths: M templates/database/search/results.twig
Log Message: ----------- Merge pull request #13957 from madhuracj/xss
Escape search string and table names in database search results page
Commit: 06d20fb47ad04d4e38c76e84d734d5b641c2b942 https://github.com/phpmyadmin/phpmyadmin/commit/06d20fb47ad04d4e38c76e84d734... Author: Madhura Jayaratne madhura.cj@gmail.com Date: 2018-02-08 (Thu, 08 Feb 2018)
Changed paths: M libraries/classes/Database/Search.php M templates/database/search/results.twig
Log Message: ----------- Proper fix for the xss issue
Signed-off-by: Madhura Jayaratne madhura.cj@gmail.com
Commit: d096f6259d09686676571f4f11d08bb8c211bbd4 https://github.com/phpmyadmin/phpmyadmin/commit/d096f6259d09686676571f4f11d0... Author: Rajekevin DOUREPOULLE rajekevin@hotmail.fr Date: 2018-02-07 (Wed, 07 Feb 2018)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 99.7% (3281 of 3288 strings)
[CI skip]
Commit: 42bf278b4f4d6328e44be0494a777b92ccd310a9 https://github.com/phpmyadmin/phpmyadmin/commit/42bf278b4f4d6328e44be0494a77... Author: Gladson Samuel Stephen samuels.gladson@hotmail.com Date: 2018-02-07 (Wed, 07 Feb 2018)
Changed paths: M po/ta.po
Log Message: ----------- Translated using Weblate (Tamil)
Currently translated at 33.3% (1096 of 3288 strings)
[CI skip]
Commit: 706c16ffbaad9e6761e883226e151246227daae0 https://github.com/phpmyadmin/phpmyadmin/commit/706c16ffbaad9e6761e883226e15... Author: Weblate noreply@weblate.org Date: 2018-02-07 (Wed, 07 Feb 2018)
Changed paths: M libraries/classes/Database/Search.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 840c8026b43fc89fa96f42373ef46e2ad0a28969 https://github.com/phpmyadmin/phpmyadmin/commit/840c8026b43fc89fa96f42373ef4... Author: anonymous <> Date: 2018-02-07 (Wed, 07 Feb 2018)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 99.8% (3282 of 3288 strings)
[CI skip]
Commit: 56daea7d86159ad6fadd37cbe41668060717c03a https://github.com/phpmyadmin/phpmyadmin/commit/56daea7d86159ad6fadd37cbe416... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-08 (Thu, 08 Feb 2018)
Changed paths: M error_report.php M libraries/classes/ErrorReport.php
Log Message: ----------- Replace static methods with instance methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d60f28e441c18a54772088ce8b2185c42c6c687f https://github.com/phpmyadmin/phpmyadmin/commit/d60f28e441c18a54772088ce8b21... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-08 (Thu, 08 Feb 2018)
Changed paths: M libraries/classes/ErrorReport.php
Log Message: ----------- Fix visibility of the methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f2fb31f93a3d596f730294246a59ffe3f2fc9df9 https://github.com/phpmyadmin/phpmyadmin/commit/f2fb31f93a3d596f730294246a59... Author: Rajekevin DOUREPOULLE rajekevin@hotmail.fr Date: 2018-02-08 (Thu, 08 Feb 2018)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 99.9% (3285 of 3288 strings)
[CI skip]
Commit: 4a5ae16eff029ab31c3fb6f18aa2b2e2fc519540 https://github.com/phpmyadmin/phpmyadmin/commit/4a5ae16eff029ab31c3fb6f18aa2... Author: Thomas Wong ufosaga@gmail.com Date: 2018-02-09 (Fri, 09 Feb 2018)
Changed paths: M js/makegrid.js
Log Message: ----------- Fix textarea failed to popup (issue #13518)
Signed-off-by: Thomas Wong ufosaga@gmail.com
Commit: 3f03ce65013d4967fce9731913502fd59c31260f https://github.com/phpmyadmin/phpmyadmin/commit/3f03ce65013d4967fce973191350... Author: Gladson Samuel Stephen samuels.gladson@hotmail.com Date: 2018-02-09 (Fri, 09 Feb 2018)
Changed paths: M po/ta.po
Log Message: ----------- Translated using Weblate (Tamil)
Currently translated at 33.7% (1110 of 3288 strings)
[CI skip]
Commit: 96084852da9cb4c37ecffe72e6c391425401bcb2 https://github.com/phpmyadmin/phpmyadmin/commit/96084852da9cb4c37ecffe72e6c3... Author: nulll-pointer nulll-pointer@users.noreply.github.com Date: 2018-02-09 (Fri, 09 Feb 2018)
Changed paths: M js/tbl_select.js
Log Message: ----------- Fix for issue #13778 (#13971)
Changed file ./js/tbl_select.js Changed event handler on select[name*="criteriaColumnOperators"] object, from 'click' to 'change'.
Fix #13778
Signed-off-by: Lakshay arora b16060@students.iitmandi.ac.in
Commit: 5efb29d500148ad91ff23ceb64f30c0bb0785479 https://github.com/phpmyadmin/phpmyadmin/commit/5efb29d500148ad91ff23ceb64f3... Author: Anu4ruby sadicarnot@gmail.com Date: 2018-02-09 (Fri, 09 Feb 2018)
Changed paths: M libraries/classes/Plugins/Auth/AuthenticationConfig.php M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Removed inline styles from AuthenticationConfig.php file-issue 12262 (#13979)
* removed inline styles from AuthenticationConfig.php file-issue 12262
* removed inline styles from AuthenticationConfig.php- file-issue 12262-
Signed-off-by: Anupama V sadicarnot@gmail.com
Commit: eaae50a1bcafe6fc19f82ccb20cd5a67957ebc05 https://github.com/phpmyadmin/phpmyadmin/commit/eaae50a1bcafe6fc19f82ccb20cd... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-09 (Fri, 09 Feb 2018)
Changed paths: M error_report.php M libraries/classes/ErrorReport.php
Log Message: ----------- Add a constructor
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 463321a6d584780d57572813e7ed20c080648efc https://github.com/phpmyadmin/phpmyadmin/commit/463321a6d584780d57572813e7ed... Author: Lakshay arora b16060@students.iitmandi.ac.in Date: 2018-02-10 (Sat, 10 Feb 2018)
Changed paths: M libraries/common.inc.php
Log Message: ----------- Fix for issue #13969 Changed file ./libraries/common.inc.php Removed member header from line '$response->getHeader()->header->getScripts()', there is no such member. Signed-Off-By: Lakshay arora (b16060@students.iitmandi.ac.in)
Commit: 67e65d91bf40de53c9fd33acdf8a96509c1ca396 https://github.com/phpmyadmin/phpmyadmin/commit/67e65d91bf40de53c9fd33acdf8a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-09 (Fri, 09 Feb 2018)
Changed paths: M error_report.php M libraries/classes/ErrorReport.php
Log Message: ----------- Fix some coding style
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 37c2a0ec96a32abadb13ab913bd8e5b7ffa5b449 https://github.com/phpmyadmin/phpmyadmin/commit/37c2a0ec96a32abadb13ab913bd8... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-10 (Sat, 10 Feb 2018)
Changed paths: M error_report.php M libraries/classes/ErrorReport.php
Log Message: ----------- Merge pull request #13985 from mauriciofauth/error-report
Refactor PhpMyAdmin\ErrorReport class
Commit: fba227c1e80895cb977ded6bf5a2525483304d9f https://github.com/phpmyadmin/phpmyadmin/commit/fba227c1e80895cb977ded6bf5a2... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-10 (Sat, 10 Feb 2018)
Changed paths: M libraries/classes/Normalization.php M normalization.php M test/classes/NormalizationTest.php
Log Message: ----------- Replace static methods with instance methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: e2fa9664fb2b29d80bce7f3560955892a65b6393 https://github.com/phpmyadmin/phpmyadmin/commit/e2fa9664fb2b29d80bce7f356095... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-10 (Sat, 10 Feb 2018)
Changed paths: M libraries/classes/Normalization.php M normalization.php M test/classes/NormalizationTest.php
Log Message: ----------- Use DI for DatabaseInterface instance
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 8f0dbe453b29b3369d3417fe9c17435622edd537 https://github.com/phpmyadmin/phpmyadmin/commit/8f0dbe453b29b3369d3417fe9c17... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-10 (Sat, 10 Feb 2018)
Changed paths: M libraries/classes/Normalization.php M normalization.php M test/classes/NormalizationTest.php
Log Message: ----------- Fix some coding style issues
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d61fba6d8176b5589bf3af03e13ee46d2d6e26c7 https://github.com/phpmyadmin/phpmyadmin/commit/d61fba6d8176b5589bf3af03e13e... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-10 (Sat, 10 Feb 2018)
Changed paths: M libraries/classes/Normalization.php M normalization.php M test/classes/NormalizationTest.php
Log Message: ----------- Merge pull request #13986 from mauriciofauth/normalization
Refactor PhpMyAdmin\Normalization class
Commit: 235b0e9631eb1d948b5b5931e2f15db589d757fd https://github.com/phpmyadmin/phpmyadmin/commit/235b0e9631eb1d948b5b5931e2f1... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-10 (Sat, 10 Feb 2018)
Changed paths: M libraries/classes/Config.php M libraries/common.inc.php
Log Message: ----------- Fix case in which checkServers is never called
If there is no configuration file, the checkServers() method will never be called.
Fix #13769
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: cd79d31372eb0a3368f273f711fd47dc8988ba76 https://github.com/phpmyadmin/phpmyadmin/commit/cd79d31372eb0a3368f273f711fd... Author: Viktar Vauchkevich victorenator@gmail.com Date: 2018-02-11 (Sun, 11 Feb 2018)
Changed paths: M po/be.po
Log Message: ----------- Translated using Weblate (Belarusian)
Currently translated at 63.0% (2072 of 3288 strings)
[CI skip]
Commit: e68d2b9230ad3b95ff12a3e90dd5cac120c1c463 https://github.com/phpmyadmin/phpmyadmin/commit/e68d2b9230ad3b95ff12a3e90dd5... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2018-02-11 (Sun, 11 Feb 2018)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 98.7% (3248 of 3288 strings)
[CI skip]
Commit: 44296e6b32f4eac6b46397de09e2be8eef088c39 https://github.com/phpmyadmin/phpmyadmin/commit/44296e6b32f4eac6b46397de09e2... Author: H Zeng zhx@cnzhx.net Date: 2018-02-11 (Sun, 11 Feb 2018)
Changed paths: M po/zh_CN.po
Log Message: ----------- Translated using Weblate (Chinese (Simplified))
Currently translated at 83.2% (2737 of 3288 strings)
[CI skip]
Commit: f1d955151245641a894ec9591bdad48eff969948 https://github.com/phpmyadmin/phpmyadmin/commit/f1d955151245641a894ec9591bda... Author: Marczis István marczisi@yahoo.com Date: 2018-02-11 (Sun, 11 Feb 2018)
Changed paths: M po/hu.po
Log Message: ----------- Translated using Weblate (Hungarian)
Currently translated at 96.3% (3168 of 3288 strings)
[CI skip]
Commit: 4be25160c3d79a5a09afcdc811feaf48a63b50b2 https://github.com/phpmyadmin/phpmyadmin/commit/4be25160c3d79a5a09afcdc811fe... Author: Weblate noreply@weblate.org Date: 2018-02-11 (Sun, 11 Feb 2018)
Changed paths: M error_report.php M libraries/classes/ErrorReport.php M libraries/classes/Normalization.php M normalization.php M test/classes/NormalizationTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 1421722cdf194bfd68759ec8e606f9cc6dbcf933 https://github.com/phpmyadmin/phpmyadmin/commit/1421722cdf194bfd68759ec8e606... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 607ed036fe0a2f8d4b6cc163f3011cef54caacf6 https://github.com/phpmyadmin/phpmyadmin/commit/607ed036fe0a2f8d4b6cc163f301... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-11 (Sun, 11 Feb 2018)
Changed paths: M js/makegrid.js
Log Message: ----------- Merge pull request #13978 from ufosaga/master
Fix textarea failed to popup (issue #13518)
Commit: 8d30d07cbd1dfdfca5a91092406bff877de56f2f https://github.com/phpmyadmin/phpmyadmin/commit/8d30d07cbd1dfdfca5a91092406b... Author: Saksham Gupta shucon01@gmail.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M themes/pmahomme/css/common.css.php
Log Message: ----------- Fixes Hover on tables Fixes: https://github.com/phpmyadmin/phpmyadmin/issues/13980
Signed-off-by: Saksham Gupta shucon01@gmail.com
Commit: ce1fbf8f10211a25e92416437aa04e9ea748e4c3 https://github.com/phpmyadmin/phpmyadmin/commit/ce1fbf8f10211a25e92416437aa0... Author: Michal Čihař michal@cihar.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7'
Commit: 9b36dfba699a24bdf5be914ca80f8dc0ff992dc9 https://github.com/phpmyadmin/phpmyadmin/commit/9b36dfba699a24bdf5be914ca80f... Author: Michal Čihař michal@cihar.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M composer.json M libraries/classes/Language.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 2f97da218329f259b46253ecbc731d6dd3f738e6 https://github.com/phpmyadmin/phpmyadmin/commit/2f97da218329f259b46253ecbc73... Author: Michal Čihař michal@cihar.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M libraries/classes/Language.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 2dd00f97c9bbc141922135782a87048c90d7a984 https://github.com/phpmyadmin/phpmyadmin/commit/2dd00f97c9bbc141922135782a87... Author: Michal Čihař michal@cihar.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M .travis.yml
Log Message: ----------- Use php 7.2 on osx
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 1d0c800eb2a4c7f6f783687f3bd2f258c2cfd120 https://github.com/phpmyadmin/phpmyadmin/commit/1d0c800eb2a4c7f6f783687f3bd2... Author: codygee237 jimel_patrick@yahoo.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M po/fil.po
Log Message: ----------- Translated using Weblate (Filipino)
Currently translated at 6.3% (210 of 3288 strings)
[CI skip]
Commit: 7d8aa5eaf1e8a173def59be3e77b6c86425e0691 https://github.com/phpmyadmin/phpmyadmin/commit/7d8aa5eaf1e8a173def59be3e77b... Author: Weblate noreply@weblate.org Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M .travis.yml M composer.json M js/makegrid.js M libraries/classes/Language.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 653f435a38d4e2f1563df147b8a570a2d32d9985 https://github.com/phpmyadmin/phpmyadmin/commit/653f435a38d4e2f1563df147b8a5... Author: Michal Čihař michal@cihar.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 3226797a42db6ed6ee4d46061f47094402d0444e https://github.com/phpmyadmin/phpmyadmin/commit/3226797a42db6ed6ee4d46061f47... Author: Michal Čihař michal@cihar.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M po/zh_CN.po
Log Message: ----------- Translated using Weblate (Chinese (Simplified))
Currently translated at 83.8% (2758 of 3288 strings)
[CI skip]
Commit: 8aa8ec0df63ba8c5ba36d750e18ee288bdd33098 https://github.com/phpmyadmin/phpmyadmin/commit/8aa8ec0df63ba8c5ba36d750e18e... Author: Michal Čihař michal@cihar.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M po/da.po
Log Message: ----------- Translated using Weblate (Danish)
Currently translated at 98.6% (3242 of 3288 strings)
[CI skip]
Commit: 0a5f98563ee94c16b63618850793516cc8df448e https://github.com/phpmyadmin/phpmyadmin/commit/0a5f98563ee94c16b63618850793... Author: Michal Čihař michal@cihar.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M po/en_GB.po
Log Message: ----------- Translated using Weblate (English (United Kingdom))
Currently translated at 97.9% (3221 of 3288 strings)
[CI skip]
Commit: 1c1d9cb34be8b2dff7351222e8d6d319f2bbaee6 https://github.com/phpmyadmin/phpmyadmin/commit/1c1d9cb34be8b2dff7351222e8d6... Author: Michal Čihař michal@cihar.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M po/pl.po
Log Message: ----------- Translated using Weblate (Polish)
Currently translated at 94.2% (3098 of 3288 strings)
[CI skip]
Commit: 6ef29d388a7b382d667afe0013274958944648a3 https://github.com/phpmyadmin/phpmyadmin/commit/6ef29d388a7b382d667afe001327... Author: Michal Čihař michal@cihar.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M po/ta.po
Log Message: ----------- Translated using Weblate (Tamil)
Currently translated at 33.7% (1110 of 3288 strings)
[CI skip]
Commit: e7db53850d9d58d3dc52b1db4fa9c080bb726aba https://github.com/phpmyadmin/phpmyadmin/commit/e7db53850d9d58d3dc52b1db4fa9... Author: Michal Čihař michal@cihar.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M po/af.po M po/ar.po M po/az.po M po/be.po M po/be@latin.po M po/bg.po M po/bn.po M po/br.po M po/brx.po M po/bs.po M po/ca.po M po/ckb.po M po/cs.po M po/cy.po M po/da.po M po/de.po M po/el.po M po/en_GB.po M po/eo.po M po/es.po M po/et.po M po/eu.po M po/fa.po M po/fi.po M po/fil.po M po/fr.po M po/fy.po M po/gl.po M po/gu.po M po/he.po M po/hi.po M po/hr.po M po/hu.po M po/hy.po M po/ia.po M po/id.po M po/ig.po M po/it.po M po/ja.po M po/ka.po M po/kab.po M po/kk.po M po/km.po M po/kn.po M po/ko.po M po/ksh.po M po/ku.po M po/ky.po M po/li.po M po/lt.po M po/lv.po M po/mk.po M po/ml.po M po/mn.po M po/ms.po M po/nb.po M po/ne.po M po/nl.po M po/pa.po M po/phpmyadmin.pot M po/pl.po M po/pt.po M po/pt_BR.po M po/ro.po M po/ru.po M po/si.po M po/sk.po M po/sl.po M po/sq.po M po/sr.po M po/sr@latin.po M po/sv.po M po/ta.po M po/te.po M po/th.po M po/tk.po M po/tr.po M po/tt.po M po/ug.po M po/uk.po M po/ur.po M po/uz.po M po/uz@latin.po M po/vi.po M po/vls.po M po/zh_CN.po M po/zh_TW.po
Log Message: ----------- Update po files
[CI skip]
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 00c112befeb47d64b7cef03b6cd6c0c7139671d2 https://github.com/phpmyadmin/phpmyadmin/commit/00c112befeb47d64b7cef03b6cd6... Author: Michal Čihař michal@cihar.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 145d8f153de7660a1dd02812e3c8d734aaa6a7c4 https://github.com/phpmyadmin/phpmyadmin/commit/145d8f153de7660a1dd02812e3c8... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M .travis.yml
Log Message: ----------- Add php-nightly to Travis-CI
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 71e304720f480c2da15ac963453a1c4e117b9054 https://github.com/phpmyadmin/phpmyadmin/commit/71e304720f480c2da15ac963453a... Author: William Desportes williamdes@wdes.fr Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M libraries/classes/Rte/Routines.php
Log Message: ----------- Patch for issue #13889
Fixes the issue #13889
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 1bde54959a1962d123ed93f1b66d802e60301942 https://github.com/phpmyadmin/phpmyadmin/commit/1bde54959a1962d123ed93f1b66d... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths: M libraries/classes/Config.php M libraries/common.inc.php
Log Message: ----------- Merge pull request #13988 from mauriciofauth/issue-13769
Fix case in which Config::checkServers is never called
Commit: 8af6cf990377f64133e2335914f846a25c5c42fd https://github.com/phpmyadmin/phpmyadmin/commit/8af6cf990377f64133e2335914f8... Author: Saksham Gupta shucon01@gmail.com Date: 2018-02-13 (Tue, 13 Feb 2018)
Log Message: ----------- Travis Rerun
Signed-off-by: Saksham Gupta shucon01@gmail.com
Commit: c99adcb1c8f858cfc420b070f2d2e7a639d9923f https://github.com/phpmyadmin/phpmyadmin/commit/c99adcb1c8f858cfc420b070f2d2... Author: Olivier Humbert trebmuh@tuxfamily.org Date: 2018-02-13 (Tue, 13 Feb 2018)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 483da0bd36105a4b0095ced5a3f91c6e60250acc https://github.com/phpmyadmin/phpmyadmin/commit/483da0bd36105a4b0095ced5a3f9... Author: Michal Čihař michal@cihar.com Date: 2018-02-13 (Tue, 13 Feb 2018)
Changed paths: M po/id.po
Log Message: ----------- Translated using Weblate (Indonesian)
Currently translated at 80.3% (2642 of 3288 strings)
[CI skip]
Commit: 7fa1f4c0286565df56464c75e0ac801f03e01fff https://github.com/phpmyadmin/phpmyadmin/commit/7fa1f4c0286565df56464c75e0ac... Author: Masahiro Nishi grooversmail@gmail.com Date: 2018-02-13 (Tue, 13 Feb 2018)
Changed paths: M po/ja.po
Log Message: ----------- Translated using Weblate (Japanese)
Currently translated at 67.9% (2234 of 3288 strings)
[CI skip]
Commit: e2373e94fbf6652b02352fc6bc808dbc4049024b https://github.com/phpmyadmin/phpmyadmin/commit/e2373e94fbf6652b02352fc6bc80... Author: Weblate noreply@weblate.org Date: 2018-02-13 (Tue, 13 Feb 2018)
Changed paths: M libraries/classes/Config.php M libraries/common.inc.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: a2188f26f1e4277f3e559ac6501578f18397e3b1 https://github.com/phpmyadmin/phpmyadmin/commit/a2188f26f1e4277f3e559ac65015... Author: codygee237 35871138+codygee237@users.noreply.github.com Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths: M po/fil.po
Log Message: ----------- Translated using Weblate (Filipino)
This is a continuation to the Filipino Language Translation (fil.po) Currently translated at more than 1300 words at 21,349 words and more than 250 strings out of 3208 strings
Signed-off-by: codygee237 35871138+codygee237@users.noreply.github.com
Commit: bae0431dfb7a525d505edcea1ffc374bc913968a https://github.com/phpmyadmin/phpmyadmin/commit/bae0431dfb7a525d505edcea1ffc... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths: M libraries/classes/Export.php M libraries/classes/File.php M libraries/classes/OpenDocument.php M libraries/classes/Plugins/Import/ImportShp.php M libraries/classes/ZipExtension.php M test/classes/ZipExtensionTest.php
Log Message: ----------- Refactor PhpMyAdmin\ZipExtension class
Replace static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 1a0a6b2304a59a353338165355bd5cd334b24e16 https://github.com/phpmyadmin/phpmyadmin/commit/1a0a6b2304a59a353338165355bd... Author: Olivier Humbert trebmuh@tuxfamily.org Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 095c3a8fe9ffb3501e31bc5b196e6f879543b41f https://github.com/phpmyadmin/phpmyadmin/commit/095c3a8fe9ffb3501e31bc5b196e... Author: Weblate noreply@weblate.org Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths: M libraries/classes/Export.php M libraries/classes/File.php M libraries/classes/OpenDocument.php M libraries/classes/Plugins/Import/ImportShp.php M libraries/classes/ZipExtension.php M test/classes/ZipExtensionTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: ff06650269501c5ed88dcd08135589852926cdde https://github.com/phpmyadmin/phpmyadmin/commit/ff06650269501c5ed88dcd081355... Author: Saksham Gupta shucon01@gmail.com Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths: M js/messages.php M js/tbl_change.js
Log Message: ----------- Prompt before reducing number of rows (#13987)
Fixes #13952
* Prompt before reducing number of rows * Edit Error Message * Changed code location * Fix minor bug * Improve code quality * Codacy Fix * Minor Bug fix * Travis Rerun * Requested Changes * Fix code quality
Signed-off-by: Saksham Gupta shucon01@gmail.com
Commit: dc04987a68a9656b82c5c664ae5e72b2e5ce6b41 https://github.com/phpmyadmin/phpmyadmin/commit/dc04987a68a9656b82c5c664ae5e... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-15 (Thu, 15 Feb 2018)
Changed paths: M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/CreateAddField.php M tbl_addfield.php M tbl_create.php M test/classes/CreateAddFieldTest.php
Log Message: ----------- Replace static methods with instance methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: a1e088d5f84382efb3b8c01592126974302a3131 https://github.com/phpmyadmin/phpmyadmin/commit/a1e088d5f84382efb3b8c0159212... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-15 (Thu, 15 Feb 2018)
Changed paths: M libraries/classes/CreateAddField.php M test/classes/CreateAddFieldTest.php
Log Message: ----------- Fix coding style issues
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 79ab4f4a506f81038d690a10fa15bfd44ea6f5a4 https://github.com/phpmyadmin/phpmyadmin/commit/79ab4f4a506f81038d690a10fa15... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-15 (Thu, 15 Feb 2018)
Changed paths: M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/CreateAddField.php M tbl_addfield.php M tbl_create.php M test/classes/CreateAddFieldTest.php
Log Message: ----------- Use DI for DatabaseInterface instance
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: dac7dcc8bc887062fa283f0dcc20f8cfd9bbf656 https://github.com/phpmyadmin/phpmyadmin/commit/dac7dcc8bc887062fa283f0dcc20... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-15 (Thu, 15 Feb 2018)
Changed paths: M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/CreateAddField.php M tbl_addfield.php M tbl_create.php M test/classes/CreateAddFieldTest.php
Log Message: ----------- Merge pull request #14015 from mauriciofauth/create-add-field
Refactor PhpMyAdmin\CreateAddField class
Commit: 1062d94953e7c259b18d6939bf09ee88e1476b90 https://github.com/phpmyadmin/phpmyadmin/commit/1062d94953e7c259b18d6939bf09... Author: Gladson Samuel Stephen samuels.gladson@hotmail.com Date: 2018-02-15 (Thu, 15 Feb 2018)
Changed paths: M po/ta.po
Log Message: ----------- Translated using Weblate (Tamil)
Currently translated at 33.9% (1116 of 3288 strings)
[CI skip]
Commit: 5b79f37e3487b40130dda6b7b3ec4f5ee70c98c2 https://github.com/phpmyadmin/phpmyadmin/commit/5b79f37e3487b40130dda6b7b3ec... Author: Weblate noreply@weblate.org Date: 2018-02-15 (Thu, 15 Feb 2018)
Changed paths: M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/CreateAddField.php M tbl_addfield.php M tbl_create.php M test/classes/CreateAddFieldTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 1323bee7c4515efc4dadaecc2462c9b99d8bdf4b https://github.com/phpmyadmin/phpmyadmin/commit/1323bee7c4515efc4dadaecc2462... Author: Raman Tehlan ramantehlan@gmail.com Date: 2018-02-16 (Fri, 16 Feb 2018)
Changed paths: M themes/original/css/common.css.php
Log Message: ----------- Final Patch for issue #14013
Signed-off-by: Raman Tehlan ramantehlan@gmail.com
Commit: e2d0928bad058f2eeae22d0bff63b177af277116 https://github.com/phpmyadmin/phpmyadmin/commit/e2d0928bad058f2eeae22d0bff63... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-16 (Fri, 16 Feb 2018)
Changed paths: M themes/original/css/common.css.php
Log Message: ----------- Merge pull request #14020 from ramantehlan/FinalPatch_#14013
Fix icons with wrong size in the Original theme
Fix #14013
Commit: 767f0731e9e76c5dfbd5c728b4da24f7f88b74db https://github.com/phpmyadmin/phpmyadmin/commit/767f0731e9e76c5dfbd5c728b4da... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-16 (Fri, 16 Feb 2018)
Changed paths: M libraries/common.inc.php
Log Message: ----------- Merge pull request #13983 from nulll-pointer/contribution
Fix for broken profiling; issue #13969 Fix #13969
Commit: 9fc96ed8f8b737c830ff81671501049ca007b979 https://github.com/phpmyadmin/phpmyadmin/commit/9fc96ed8f8b737c830ff81671501... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-16 (Fri, 16 Feb 2018)
Changed paths: M themes/pmahomme/css/common.css.php
Log Message: ----------- Merge pull request #13998 from shucon/hover
Fixes Hover on tables
Commit: e92b3572104dda3d86e7a987f0555aa6d0d54a69 https://github.com/phpmyadmin/phpmyadmin/commit/e92b3572104dda3d86e7a987f055... Author: nulll-pointer nulll-pointer@users.noreply.github.com Date: 2018-02-16 (Fri, 16 Feb 2018)
Changed paths: M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Fix table horizontal scrolling (#14001)
Fix table horizontal scrolling
Fix #13959
Commit: 719ab2326f7afa7fe570a9dc7feba5205f44b524 https://github.com/phpmyadmin/phpmyadmin/commit/719ab2326f7afa7fe570a9dc7feb... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-16 (Fri, 16 Feb 2018)
Changed paths: M libraries/classes/MultSubmits.php M libraries/mult_submits.inc.php M test/classes/MultSubmitsTest.php
Log Message: ----------- Replace static methods with instance methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7f2031f9bb9b505a998d1b693dbdf4b8156918d5 https://github.com/phpmyadmin/phpmyadmin/commit/7f2031f9bb9b505a998d1b693dbd... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-17 (Sat, 17 Feb 2018)
Changed paths: M libraries/classes/MultSubmits.php M libraries/mult_submits.inc.php M test/classes/MultSubmitsTest.php
Log Message: ----------- Fix coding styles issues
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: c268f83e05bb8ab174836b1db07131697389751f https://github.com/phpmyadmin/phpmyadmin/commit/c268f83e05bb8ab174836b1db071... Author: Daigo Hamasaki daigo.hamasaki.16@gmail.com Date: 2018-02-17 (Sat, 17 Feb 2018)
Changed paths: M po/ja.po
Log Message: ----------- Translated using Weblate (Japanese)
Currently translated at 70.0% (2302 of 3288 strings)
[CI skip]
Commit: 2618337a89f9bf128d034555f3ffaf4ad960fddc https://github.com/phpmyadmin/phpmyadmin/commit/2618337a89f9bf128d034555f3ff... Author: Weblate noreply@weblate.org Date: 2018-02-17 (Sat, 17 Feb 2018)
Changed paths: M libraries/classes/MultSubmits.php M libraries/mult_submits.inc.php M test/classes/MultSubmitsTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: b3c9a0c115d6d24f5f94ed2e0a8c2276f4aab8c2 https://github.com/phpmyadmin/phpmyadmin/commit/b3c9a0c115d6d24f5f94ed2e0a8c... Author: Gemorroj wapinet@gmail.com Date: 2018-02-17 (Sat, 17 Feb 2018)
Changed paths: M js/tbl_operations.js
Log Message: ----------- Update tbl_operations.js
fix maintenance operations
Commit: b35a361092f4efab4c792d8dffba2a2baaccfce5 https://github.com/phpmyadmin/phpmyadmin/commit/b35a361092f4efab4c792d8dffba... Author: Gemorroj wapinet@gmail.com Date: 2018-02-17 (Sat, 17 Feb 2018)
Changed paths: M js/tbl_operations.js
Log Message: ----------- remove duplicated row
Signed-off-by: Gemorroj wapinet@gmail.com
Commit: af32d6166341c0345ce15f3853a9c35e5d5e557f https://github.com/phpmyadmin/phpmyadmin/commit/af32d6166341c0345ce15f3853a9... Author: Lakshay arora b16060@students.iitmandi.ac.in Date: 2018-02-18 (Sun, 18 Feb 2018)
Changed paths: M js/console.js
Log Message: ----------- Set console max height, issue #14022 Changed: js/console.js Before showing the console, set the height to minimum between current set height and height of the display window. Signed-Off-By: Lakshay arora (b16060@students.iitmandi.ac.in)
Commit: 9c6ef2f51d6b0c1cc9211d8f2514b8c26b3729b8 https://github.com/phpmyadmin/phpmyadmin/commit/9c6ef2f51d6b0c1cc9211d8f2514... Author: Daigo Hamasaki daigo.hamasaki.16@gmail.com Date: 2018-02-19 (Mon, 19 Feb 2018)
Changed paths: M po/ja.po
Log Message: ----------- Translated using Weblate (Japanese)
Currently translated at 70.3% (2314 of 3288 strings)
[CI skip]
Commit: 4cab74d22e7861348fb5205b8589b3674f235ab3 https://github.com/phpmyadmin/phpmyadmin/commit/4cab74d22e7861348fb5205b8589... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-19 (Mon, 19 Feb 2018)
Changed paths: M libraries/classes/File.php M libraries/classes/Plugins/Import/ImportShp.php
Log Message: ----------- Check for zip extension before instantiate ZipExtension
Fix #14025
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 49472dc26a191808402b7d0e15a72a083eabfbe9 https://github.com/phpmyadmin/phpmyadmin/commit/49472dc26a191808402b7d0e15a7... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-19 (Mon, 19 Feb 2018)
Changed paths: M .travis.yml
Log Message: ----------- Merge pull request #14000 from mauriciofauth/php-nightly
Add PHP Nightly version to Travis-CI
Commit: 68ece7b2fcca21b668929e88b2ed810f0c4ec0db https://github.com/phpmyadmin/phpmyadmin/commit/68ece7b2fcca21b668929e88b2ed... Author: Michal Čihař michal@cihar.com Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths: M libraries/classes/Rte/Routines.php
Log Message: ----------- Merge pull request #13892 from williamdes/patch-2
Fix charset error when creating/editing routines; bug #13889
Commit: e991d1865437bf43c14f3a1cd0f0a1b178aa92ed https://github.com/phpmyadmin/phpmyadmin/commit/e991d1865437bf43c14f3a1cd0f0... Author: Michal Čihař michal@cihar.com Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths: M libraries/classes/Rte/Routines.php
Log Message: ----------- Coding style fixes for #13892
Signed-off-by: Michal Čihař michal@cihar.com
Commit: ae7c443f7d1a4ef03d23f22e61dbd7c89c08a9de https://github.com/phpmyadmin/phpmyadmin/commit/ae7c443f7d1a4ef03d23f22e61db... Author: Michal Čihař michal@cihar.com Date: 2018-02-20 (Tue, 20 Feb 2018)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 9efa57d651bb0be48f1afe647f30c7105791bead https://github.com/phpmyadmin/phpmyadmin/commit/9efa57d651bb0be48f1afe647f30... Author: Michal Čihař michal@cihar.com Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths: M js/console.js
Log Message: ----------- Merge pull request #14024 from nulll-pointer/console_height_error
Set console max height, issue #14022
Commit: ff4527aca408905dd706765c44d00e9144e5f910 https://github.com/phpmyadmin/phpmyadmin/commit/ff4527aca408905dd706765c44d0... Author: Michal Čihař michal@cihar.com Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths: M js/tbl_operations.js
Log Message: ----------- Merge pull request #14021 from Gemorroj/patch-2
fix maintenance operations
Commit: 474b82041248533f2014cc86ecfc54ada350983c https://github.com/phpmyadmin/phpmyadmin/commit/474b82041248533f2014cc86ecfc... Author: Michal Čihař michal@cihar.com Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths: M po/fil.po
Log Message: ----------- Merge pull request #14006 from codygee237/patch-1
Translated using Weblate (Filipino)
Commit: bacdc21dc10d8babcd17f8c936aeb26fee976f14 https://github.com/phpmyadmin/phpmyadmin/commit/bacdc21dc10d8babcd17f8c936ae... Author: Michal Čihař michal@cihar.com Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths: M po/fil.po
Log Message: ----------- Fix syntax errors in Filipino
Issue #14006
Signed-off-by: Michal Čihař michal@cihar.com
Commit: ef78cbd3118fbb5fd2c4dfc1a8a3ce9c219c2dd1 https://github.com/phpmyadmin/phpmyadmin/commit/ef78cbd3118fbb5fd2c4dfc1a8a3... Author: Michal Čihař michal@cihar.com Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths: M po/fil.po
Log Message: ----------- Translated using Weblate (Filipino)
Currently translated at 16.2% (535 of 3288 strings)
[CI skip]
Commit: fe3bed28f455bf81643294cc81cdf1b887363374 https://github.com/phpmyadmin/phpmyadmin/commit/fe3bed28f455bf81643294cc81cd... Author: Michal Čihař michal@cihar.com Date: 2018-02-20 (Tue, 20 Feb 2018)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 0076bf8636df2530593fe16746211371d38856c2 https://github.com/phpmyadmin/phpmyadmin/commit/0076bf8636df2530593fe1674621... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths: M scripts/upload-release
Log Message: ----------- Update upload script for new hostname
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 5c2f63b02b23c4dd8fb05fc23bb750bfca964760 https://github.com/phpmyadmin/phpmyadmin/commit/5c2f63b02b23c4dd8fb05fc23bb7... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths: M ChangeLog M db_central_columns.php
Log Message: ----------- Merge branch 'QA_4_7'
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: de365e90bf57cbca829b9fef270999204c484f51 https://github.com/phpmyadmin/phpmyadmin/commit/de365e90bf57cbca829b9fef2709... Author: Saksham Gupta shucon01@gmail.com Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths: M js/pmd/move.js
Log Message: ----------- Fix Broken Designer Add Table Fixes: https://github.com/phpmyadmin/phpmyadmin/issues/14034
Signed-off-by: Saksham Gupta shucon01@gmail.com
Commit: 9ccd3f0779559a6923cff5d1efa55934fcbf6420 https://github.com/phpmyadmin/phpmyadmin/commit/9ccd3f0779559a6923cff5d1efa5... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths: M scripts/create-release.sh
Log Message: ----------- Add Yarn to create-release script
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: adf73f145d63171cba601e7370bc2c39dfb74f71 https://github.com/phpmyadmin/phpmyadmin/commit/adf73f145d63171cba601e7370bc... Author: Michal Čihař michal@cihar.com Date: 2018-02-22 (Thu, 22 Feb 2018)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: d850078fb0eb7ef54a214199f8229cfb9c6adb6c https://github.com/phpmyadmin/phpmyadmin/commit/d850078fb0eb7ef54a214199f822... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 9595a5e91820df8f26129e5b84fc749c2d69d6ca https://github.com/phpmyadmin/phpmyadmin/commit/9595a5e91820df8f26129e5b84fc... Author: Steven WdV stevenwdv@gmail.com Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths: M po/nl.po
Log Message: ----------- Translated using Weblate (Dutch)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 3186442f2a612797c1686f7e9eb17b7884723ba8 https://github.com/phpmyadmin/phpmyadmin/commit/3186442f2a612797c1686f7e9eb1... Author: Weblate noreply@weblate.org Date: 2018-02-22 (Thu, 22 Feb 2018)
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 7c392a5ee1df892864e9869f20177743d9d5de41 https://github.com/phpmyadmin/phpmyadmin/commit/7c392a5ee1df892864e9869f2017... Author: Michal Čihař michal@cihar.com Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths: M doc/conf.py
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 4c3c8f685bc1e0bc880b7e1deb8c4fc71231a967 https://github.com/phpmyadmin/phpmyadmin/commit/4c3c8f685bc1e0bc880b7e1deb8c... Author: Michal Čihař michal@cihar.com Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths: M po/ca.po M po/nl.po
Log Message: ----------- Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Commit: b19db94c226ecc55ed6216cf5de06f9c1188dd8c https://github.com/phpmyadmin/phpmyadmin/commit/b19db94c226ecc55ed6216cf5de0... Author: Michal Čihař michal@cihar.com Date: 2018-02-22 (Thu, 22 Feb 2018)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 47b6722a379d278f01e4cad2dc37677099698fab https://github.com/phpmyadmin/phpmyadmin/commit/47b6722a379d278f01e4cad2dc37... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: abf2e115e7f8cab82373974b105fbab1dce6d401 https://github.com/phpmyadmin/phpmyadmin/commit/abf2e115e7f8cab82373974b105f... Author: Weblate noreply@weblate.org Date: 2018-02-22 (Thu, 22 Feb 2018)
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 92beb1a4f4cdf732dba1840f083cab77b2525654 https://github.com/phpmyadmin/phpmyadmin/commit/92beb1a4f4cdf732dba1840f083c... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths: M db_designer.php M libraries/classes/Database/Designer.php M test/classes/Database/DesignerTest.php
Log Message: ----------- Replace static methods with instance methods
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ce42c68823d579317fe9486094febea516cc0f1b https://github.com/phpmyadmin/phpmyadmin/commit/ce42c68823d579317fe9486094fe... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-23 (Fri, 23 Feb 2018)
Changed paths: M libraries/classes/Database/Designer.php M test/classes/Database/DesignerTest.php
Log Message: ----------- Fix some coding styles issues
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7beb09431ccbd9739232a2361028c0e79a92dbda https://github.com/phpmyadmin/phpmyadmin/commit/7beb09431ccbd9739232a2361028... Author: Robert Antoni Buj Gelonch robert.buj@gmail.com Date: 2018-02-23 (Fri, 23 Feb 2018)
Changed paths: M po/ca.po
Log Message: ----------- Translated using Weblate (Catalan)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 69c7720336f44080a0b070239a6158d022cd9917 https://github.com/phpmyadmin/phpmyadmin/commit/69c7720336f44080a0b070239a61... Author: Weblate noreply@weblate.org Date: 2018-02-23 (Fri, 23 Feb 2018)
Changed paths: M db_designer.php M libraries/classes/Database/Designer.php M test/classes/Database/DesignerTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 17bf8b7309919f8ac593d7c563b31472780ee83b https://github.com/phpmyadmin/phpmyadmin/commit/17bf8b7309919f8ac593d7c563b3... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-23 (Fri, 23 Feb 2018)
Changed paths: M error_report.php M libraries/classes/Config.php M libraries/classes/Config/PageSettings.php M libraries/classes/Header.php M libraries/classes/TwoFactor.php M libraries/classes/UserPreferences.php M prefs_forms.php M prefs_manage.php M test/classes/UserPreferencesTest.php
Log Message: ----------- Replace static methods with instance methods
Replaces PhpMyAdmin\UserPreferences static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7f62eef8a75ae9411debc67c0550d14695e79b69 https://github.com/phpmyadmin/phpmyadmin/commit/7f62eef8a75ae9411debc67c0550... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-24 (Sat, 24 Feb 2018)
Changed paths: M db_designer.php A libraries/classes/Database/Designer/Common.php R libraries/classes/PmdCommon.php A test/classes/Database/Designer/CommonTest.php R test/classes/PmdCommonTest.php
Log Message: ----------- Rename PmdCommon to Database\Designer\Common
Rename PhpMyAdmin\PmdCommon to PhpMyAdmin\Database\Designer\Common.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f21bc9668dede32c02debdfcb3d8213771591e5c https://github.com/phpmyadmin/phpmyadmin/commit/f21bc9668dede32c02debdfcb3d8... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-24 (Sat, 24 Feb 2018)
Changed paths: M db_designer.php M libraries/classes/Database/Designer/Common.php M test/classes/Database/Designer/CommonTest.php
Log Message: ----------- Replace static methods with instance methods
Replace PhpMyAdmin\Database\Designer\Common static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: fcfa31a51f1e5f20b5296712a1ebfc97b54a34d5 https://github.com/phpmyadmin/phpmyadmin/commit/fcfa31a51f1e5f20b5296712a1eb... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-24 (Sat, 24 Feb 2018)
Changed paths: M build.xml M db_designer.php A js/designer/database.js A js/designer/history.js A js/designer/init.js A js/designer/move.js A js/designer/objects.js A js/designer/page.js M js/messages.php R js/pmd/designer_db.js R js/pmd/designer_objects.js R js/pmd/designer_page.js R js/pmd/history.js R js/pmd/init.js R js/pmd/move.js
Log Message: ----------- Rename js/pmd directory to js/designer
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: c7f3d6e4e638ce0fec0b9d6279ce2899efcb6e76 https://github.com/phpmyadmin/phpmyadmin/commit/c7f3d6e4e638ce0fec0b9d6279ce... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-24 (Sat, 24 Feb 2018)
Changed paths: M db_designer.php M libraries/classes/Database/Designer.php M libraries/classes/Database/Designer/Common.php
Log Message: ----------- Rename $GLOBALS['PMD'] to $GLOBALS['designer']
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: cbe0fab8190d9cc38634397450c9fa161f66d660 https://github.com/phpmyadmin/phpmyadmin/commit/cbe0fab8190d9cc38634397450c9... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-24 (Sat, 24 Feb 2018)
Changed paths: M js/designer/history.js M templates/database/designer/database_tables.twig M templates/database/designer/side_menu.twig M templates/database/designer/table_list.twig M themes/pmahomme/css/icons.css.php M themes/pmahomme/css/pmd.css.php A themes/pmahomme/img/designer/1.png A themes/pmahomme/img/designer/2.png A themes/pmahomme/img/designer/2leftarrow.png A themes/pmahomme/img/designer/2leftarrow_m.png A themes/pmahomme/img/designer/2rightarrow.png A themes/pmahomme/img/designer/2rightarrow_m.png A themes/pmahomme/img/designer/3.png A themes/pmahomme/img/designer/4.png A themes/pmahomme/img/designer/5.png A themes/pmahomme/img/designer/6.png A themes/pmahomme/img/designer/7.png A themes/pmahomme/img/designer/8.png A themes/pmahomme/img/designer/FieldKey_small.png A themes/pmahomme/img/designer/Field_small.png A themes/pmahomme/img/designer/Field_small_char.png A themes/pmahomme/img/designer/Field_small_date.png A themes/pmahomme/img/designer/Field_small_int.png A themes/pmahomme/img/designer/Header.png A themes/pmahomme/img/designer/Header_Linked.png A themes/pmahomme/img/designer/anchor.png A themes/pmahomme/img/designer/and_icon.png A themes/pmahomme/img/designer/ang_direct.png A themes/pmahomme/img/designer/bord.png A themes/pmahomme/img/designer/bottom.png A themes/pmahomme/img/designer/def.png A themes/pmahomme/img/designer/display_field.png A themes/pmahomme/img/designer/downarrow1.png A themes/pmahomme/img/designer/downarrow2.png A themes/pmahomme/img/designer/downarrow2_m.png A themes/pmahomme/img/designer/exec.png A themes/pmahomme/img/designer/exec_small.png A themes/pmahomme/img/designer/exitFullscreen.png A themes/pmahomme/img/designer/export.png A themes/pmahomme/img/designer/favicon.ico A themes/pmahomme/img/designer/grid.png A themes/pmahomme/img/designer/help.png A themes/pmahomme/img/designer/help_relation.png A themes/pmahomme/img/designer/left_panel_butt.png A themes/pmahomme/img/designer/left_panel_tab.png A themes/pmahomme/img/designer/minus.png A themes/pmahomme/img/designer/or_icon.png A themes/pmahomme/img/designer/other_table.png A themes/pmahomme/img/designer/page_add.png A themes/pmahomme/img/designer/page_delete.png A themes/pmahomme/img/designer/page_edit.png A themes/pmahomme/img/designer/pdf.png A themes/pmahomme/img/designer/plus.png A themes/pmahomme/img/designer/query_builder.png A themes/pmahomme/img/designer/relation.png A themes/pmahomme/img/designer/reload.png A themes/pmahomme/img/designer/resize.png A themes/pmahomme/img/designer/resizeright.png A themes/pmahomme/img/designer/rightarrow1.png A themes/pmahomme/img/designer/rightarrow2.png A themes/pmahomme/img/designer/save.png A themes/pmahomme/img/designer/save_as.png A themes/pmahomme/img/designer/small_tab.png A themes/pmahomme/img/designer/table.png A themes/pmahomme/img/designer/toggle_lines.png A themes/pmahomme/img/designer/top_panel.png A themes/pmahomme/img/designer/uparrow2_m.png A themes/pmahomme/img/designer/viewInFullscreen.png R themes/pmahomme/img/pmd/1.png R themes/pmahomme/img/pmd/2.png R themes/pmahomme/img/pmd/2leftarrow.png R themes/pmahomme/img/pmd/2leftarrow_m.png R themes/pmahomme/img/pmd/2rightarrow.png R themes/pmahomme/img/pmd/2rightarrow_m.png R themes/pmahomme/img/pmd/3.png R themes/pmahomme/img/pmd/4.png R themes/pmahomme/img/pmd/5.png R themes/pmahomme/img/pmd/6.png R themes/pmahomme/img/pmd/7.png R themes/pmahomme/img/pmd/8.png R themes/pmahomme/img/pmd/FieldKey_small.png R themes/pmahomme/img/pmd/Field_small.png R themes/pmahomme/img/pmd/Field_small_char.png R themes/pmahomme/img/pmd/Field_small_date.png R themes/pmahomme/img/pmd/Field_small_int.png R themes/pmahomme/img/pmd/Header.png R themes/pmahomme/img/pmd/Header_Linked.png R themes/pmahomme/img/pmd/anchor.png R themes/pmahomme/img/pmd/and_icon.png R themes/pmahomme/img/pmd/ang_direct.png R themes/pmahomme/img/pmd/bord.png R themes/pmahomme/img/pmd/bottom.png R themes/pmahomme/img/pmd/def.png R themes/pmahomme/img/pmd/display_field.png R themes/pmahomme/img/pmd/downarrow1.png R themes/pmahomme/img/pmd/downarrow2.png R themes/pmahomme/img/pmd/downarrow2_m.png R themes/pmahomme/img/pmd/exec.png R themes/pmahomme/img/pmd/exec_small.png R themes/pmahomme/img/pmd/exitFullscreen.png R themes/pmahomme/img/pmd/export.png R themes/pmahomme/img/pmd/favicon.ico R themes/pmahomme/img/pmd/grid.png R themes/pmahomme/img/pmd/help.png R themes/pmahomme/img/pmd/help_relation.png R themes/pmahomme/img/pmd/left_panel_butt.png R themes/pmahomme/img/pmd/left_panel_tab.png R themes/pmahomme/img/pmd/minus.png R themes/pmahomme/img/pmd/or_icon.png R themes/pmahomme/img/pmd/other_table.png R themes/pmahomme/img/pmd/page_add.png R themes/pmahomme/img/pmd/page_delete.png R themes/pmahomme/img/pmd/page_edit.png R themes/pmahomme/img/pmd/pdf.png R themes/pmahomme/img/pmd/plus.png R themes/pmahomme/img/pmd/query_builder.png R themes/pmahomme/img/pmd/relation.png R themes/pmahomme/img/pmd/reload.png R themes/pmahomme/img/pmd/resize.png R themes/pmahomme/img/pmd/resizeright.png R themes/pmahomme/img/pmd/rightarrow1.png R themes/pmahomme/img/pmd/rightarrow2.png R themes/pmahomme/img/pmd/save.png R themes/pmahomme/img/pmd/save_as.png R themes/pmahomme/img/pmd/small_tab.png R themes/pmahomme/img/pmd/table.png R themes/pmahomme/img/pmd/toggle_lines.png R themes/pmahomme/img/pmd/top_panel.png R themes/pmahomme/img/pmd/uparrow2_m.png R themes/pmahomme/img/pmd/viewInFullscreen.png
Log Message: ----------- Rename img/pmd directory to img/designer
Rename themes/pmahomme/img/pmd directory to themes/pmahomme/img/designer.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: e2e97952060794264628684f20e23c9a0dcee107 https://github.com/phpmyadmin/phpmyadmin/commit/e2e97952060794264628684f20e2... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-24 (Sat, 24 Feb 2018)
Changed paths: M libraries/classes/Theme.php A themes/pmahomme/css/designer.css.php R themes/pmahomme/css/pmd.css.php
Log Message: ----------- Rename css/pmd.css.php to css/designer.css.php
Rename themes/pmahomme/css/pmd.css.php to themes/pmahomme/css/designer.css.php.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: aa958b5567bdd208c142f7a8ee733acb148f3663 https://github.com/phpmyadmin/phpmyadmin/commit/aa958b5567bdd208c142f7a8ee73... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-24 (Sat, 24 Feb 2018)
Changed paths: M db_designer.php M js/designer/init.js M js/designer/move.js M templates/database/designer/canvas.twig M templates/database/designer/database_tables.twig M templates/database/designer/js_fields.twig M templates/database/designer/options_panel.twig M templates/database/designer/side_menu.twig M templates/database/designer/table_list.twig M themes/pmahomme/css/designer.css.php
Log Message: ----------- Replace pmd* in CSS classes and IDs with designer*
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 573f516c1142173619f5dcbf6703f4dab4bb4d06 https://github.com/phpmyadmin/phpmyadmin/commit/573f516c1142173619f5dcbf6703... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-24 (Sat, 24 Feb 2018)
Changed paths: M ChangeLog
Log Message: ----------- Add changelog entry
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 628107418be35e3df40c6c6b17daa5f217907e4f https://github.com/phpmyadmin/phpmyadmin/commit/628107418be35e3df40c6c6b17da... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-24 (Sat, 24 Feb 2018)
Changed paths: M ChangeLog M build.xml M db_designer.php A js/designer/database.js A js/designer/history.js A js/designer/init.js A js/designer/move.js A js/designer/objects.js A js/designer/page.js M js/messages.php R js/pmd/designer_db.js R js/pmd/designer_objects.js R js/pmd/designer_page.js R js/pmd/history.js R js/pmd/init.js R js/pmd/move.js M libraries/classes/Database/Designer.php A libraries/classes/Database/Designer/Common.php R libraries/classes/PmdCommon.php M libraries/classes/Theme.php M templates/database/designer/canvas.twig M templates/database/designer/database_tables.twig M templates/database/designer/js_fields.twig M templates/database/designer/options_panel.twig M templates/database/designer/side_menu.twig M templates/database/designer/table_list.twig A test/classes/Database/Designer/CommonTest.php R test/classes/PmdCommonTest.php A themes/pmahomme/css/designer.css.php M themes/pmahomme/css/icons.css.php R themes/pmahomme/css/pmd.css.php A themes/pmahomme/img/designer/1.png A themes/pmahomme/img/designer/2.png A themes/pmahomme/img/designer/2leftarrow.png A themes/pmahomme/img/designer/2leftarrow_m.png A themes/pmahomme/img/designer/2rightarrow.png A themes/pmahomme/img/designer/2rightarrow_m.png A themes/pmahomme/img/designer/3.png A themes/pmahomme/img/designer/4.png A themes/pmahomme/img/designer/5.png A themes/pmahomme/img/designer/6.png A themes/pmahomme/img/designer/7.png A themes/pmahomme/img/designer/8.png A themes/pmahomme/img/designer/FieldKey_small.png A themes/pmahomme/img/designer/Field_small.png A themes/pmahomme/img/designer/Field_small_char.png A themes/pmahomme/img/designer/Field_small_date.png A themes/pmahomme/img/designer/Field_small_int.png A themes/pmahomme/img/designer/Header.png A themes/pmahomme/img/designer/Header_Linked.png A themes/pmahomme/img/designer/anchor.png A themes/pmahomme/img/designer/and_icon.png A themes/pmahomme/img/designer/ang_direct.png A themes/pmahomme/img/designer/bord.png A themes/pmahomme/img/designer/bottom.png A themes/pmahomme/img/designer/def.png A themes/pmahomme/img/designer/display_field.png A themes/pmahomme/img/designer/downarrow1.png A themes/pmahomme/img/designer/downarrow2.png A themes/pmahomme/img/designer/downarrow2_m.png A themes/pmahomme/img/designer/exec.png A themes/pmahomme/img/designer/exec_small.png A themes/pmahomme/img/designer/exitFullscreen.png A themes/pmahomme/img/designer/export.png A themes/pmahomme/img/designer/favicon.ico A themes/pmahomme/img/designer/grid.png A themes/pmahomme/img/designer/help.png A themes/pmahomme/img/designer/help_relation.png A themes/pmahomme/img/designer/left_panel_butt.png A themes/pmahomme/img/designer/left_panel_tab.png A themes/pmahomme/img/designer/minus.png A themes/pmahomme/img/designer/or_icon.png A themes/pmahomme/img/designer/other_table.png A themes/pmahomme/img/designer/page_add.png A themes/pmahomme/img/designer/page_delete.png A themes/pmahomme/img/designer/page_edit.png A themes/pmahomme/img/designer/pdf.png A themes/pmahomme/img/designer/plus.png A themes/pmahomme/img/designer/query_builder.png A themes/pmahomme/img/designer/relation.png A themes/pmahomme/img/designer/reload.png A themes/pmahomme/img/designer/resize.png A themes/pmahomme/img/designer/resizeright.png A themes/pmahomme/img/designer/rightarrow1.png A themes/pmahomme/img/designer/rightarrow2.png A themes/pmahomme/img/designer/save.png A themes/pmahomme/img/designer/save_as.png A themes/pmahomme/img/designer/small_tab.png A themes/pmahomme/img/designer/table.png A themes/pmahomme/img/designer/toggle_lines.png A themes/pmahomme/img/designer/top_panel.png A themes/pmahomme/img/designer/uparrow2_m.png A themes/pmahomme/img/designer/viewInFullscreen.png R themes/pmahomme/img/pmd/1.png R themes/pmahomme/img/pmd/2.png R themes/pmahomme/img/pmd/2leftarrow.png R themes/pmahomme/img/pmd/2leftarrow_m.png R themes/pmahomme/img/pmd/2rightarrow.png R themes/pmahomme/img/pmd/2rightarrow_m.png R themes/pmahomme/img/pmd/3.png R themes/pmahomme/img/pmd/4.png R themes/pmahomme/img/pmd/5.png R themes/pmahomme/img/pmd/6.png R themes/pmahomme/img/pmd/7.png R themes/pmahomme/img/pmd/8.png R themes/pmahomme/img/pmd/FieldKey_small.png R themes/pmahomme/img/pmd/Field_small.png R themes/pmahomme/img/pmd/Field_small_char.png R themes/pmahomme/img/pmd/Field_small_date.png R themes/pmahomme/img/pmd/Field_small_int.png R themes/pmahomme/img/pmd/Header.png R themes/pmahomme/img/pmd/Header_Linked.png R themes/pmahomme/img/pmd/anchor.png R themes/pmahomme/img/pmd/and_icon.png R themes/pmahomme/img/pmd/ang_direct.png R themes/pmahomme/img/pmd/bord.png R themes/pmahomme/img/pmd/bottom.png R themes/pmahomme/img/pmd/def.png R themes/pmahomme/img/pmd/display_field.png R themes/pmahomme/img/pmd/downarrow1.png R themes/pmahomme/img/pmd/downarrow2.png R themes/pmahomme/img/pmd/downarrow2_m.png R themes/pmahomme/img/pmd/exec.png R themes/pmahomme/img/pmd/exec_small.png R themes/pmahomme/img/pmd/exitFullscreen.png R themes/pmahomme/img/pmd/export.png R themes/pmahomme/img/pmd/favicon.ico R themes/pmahomme/img/pmd/grid.png R themes/pmahomme/img/pmd/help.png R themes/pmahomme/img/pmd/help_relation.png R themes/pmahomme/img/pmd/left_panel_butt.png R themes/pmahomme/img/pmd/left_panel_tab.png R themes/pmahomme/img/pmd/minus.png R themes/pmahomme/img/pmd/or_icon.png R themes/pmahomme/img/pmd/other_table.png R themes/pmahomme/img/pmd/page_add.png R themes/pmahomme/img/pmd/page_delete.png R themes/pmahomme/img/pmd/page_edit.png R themes/pmahomme/img/pmd/pdf.png R themes/pmahomme/img/pmd/plus.png R themes/pmahomme/img/pmd/query_builder.png R themes/pmahomme/img/pmd/relation.png R themes/pmahomme/img/pmd/reload.png R themes/pmahomme/img/pmd/resize.png R themes/pmahomme/img/pmd/resizeright.png R themes/pmahomme/img/pmd/rightarrow1.png R themes/pmahomme/img/pmd/rightarrow2.png R themes/pmahomme/img/pmd/save.png R themes/pmahomme/img/pmd/save_as.png R themes/pmahomme/img/pmd/small_tab.png R themes/pmahomme/img/pmd/table.png R themes/pmahomme/img/pmd/toggle_lines.png R themes/pmahomme/img/pmd/top_panel.png R themes/pmahomme/img/pmd/uparrow2_m.png R themes/pmahomme/img/pmd/viewInFullscreen.png
Log Message: ----------- Merge pull request #14042 from mauriciofauth/pmd
Rename PMD to Designer
Commit: a862add418cbfd3346f8df692d03bf3000669ec6 https://github.com/phpmyadmin/phpmyadmin/commit/a862add418cbfd3346f8df692d03... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-25 (Sun, 25 Feb 2018)
Changed paths: M db_operations.php M libraries/classes/MultSubmits.php M libraries/classes/Operations.php M libraries/classes/Sql.php M libraries/db_common.inc.php M tbl_operations.php M test/classes/OperationsTest.php M view_operations.php
Log Message: ----------- Replace static methods with instance methods
Replace PhpMyAdmin\Operations static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 9901a613249e2084635efd48e4d8afaa50f7dbae https://github.com/phpmyadmin/phpmyadmin/commit/9901a613249e2084635efd48e4d8... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-25 (Sun, 25 Feb 2018)
Changed paths: M libraries/classes/UserPassword.php M user_password.php
Log Message: ----------- Replace static methods with instance methods
Replace PhpMyAdmin\UserPassword static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 37e1d9b3cd7f901e39553052a0edefff8380ed3e https://github.com/phpmyadmin/phpmyadmin/commit/37e1d9b3cd7f901e39553052a0ed... Author: Aki Kettunen aki@akikettu.net Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths: M po/fi.po
Log Message: ----------- Translated using Weblate (Finnish)
Currently translated at 66.5% (2189 of 3288 strings)
[CI skip]
Commit: c77e54933921c139be89bb0e436cd2d769a71e2a https://github.com/phpmyadmin/phpmyadmin/commit/c77e54933921c139be89bb0e436c... Author: Stanisław Krukowski pet209a1@riseup.net Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths: M po/pl.po
Log Message: ----------- Translated using Weblate (Polish)
Currently translated at 94.3% (3102 of 3288 strings)
[CI skip]
Commit: 0889b52c36c2800b240efaaa5cb003d16a5dc10c https://github.com/phpmyadmin/phpmyadmin/commit/0889b52c36c2800b240efaaa5cb0... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths: M db_qbe.php M import.php M libraries/classes/Controllers/Table/TableSearchController.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/Database/MultiTableQuery.php M libraries/classes/Display/Results.php M libraries/classes/MultSubmits.php M libraries/classes/Sql.php M libraries/mult_submits.inc.php M sql.php M tbl_row_action.php M test/classes/SqlTest.php
Log Message: ----------- Replace static methods with instance methods
Replace PhpMyAdmin\Sql static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 056edba39706d2b0791de931b39773e4f2790a97 https://github.com/phpmyadmin/phpmyadmin/commit/056edba39706d2b0791de931b397... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-27 (Tue, 27 Feb 2018)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: aac6405016d15cafda974e5df3bea18d75445669 https://github.com/phpmyadmin/phpmyadmin/commit/aac6405016d15cafda974e5df3be... Author: Michal Čihař michal@cihar.com Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths: M po/pl.po
Log Message: ----------- Translated using Weblate (Polish)
Currently translated at 94.3% (3102 of 3288 strings)
[CI skip]
Commit: 089dce9af3364ab164fc11285908143e0c7e1ed3 https://github.com/phpmyadmin/phpmyadmin/commit/089dce9af3364ab164fc11285908... Author: Michal Čihař michal@cihar.com Date: 2018-02-27 (Tue, 27 Feb 2018)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 0664827c3c458b89a73704fccef43e38269518f6 https://github.com/phpmyadmin/phpmyadmin/commit/0664827c3c458b89a73704fccef4... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths: M scripts/create-release.sh
Log Message: ----------- Fix typo in create-release.sh help
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 032f13bbacf7e6d508703e26e30add51ec820269 https://github.com/phpmyadmin/phpmyadmin/commit/032f13bbacf7e6d508703e26e30a... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths: M README M doc/conf.py M libraries/classes/Config.php
Log Message: ----------- Update version number for 4.8.0-alpha1
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 31e9a31695dd62cebe1d6e21f20da72195f7d1de https://github.com/phpmyadmin/phpmyadmin/commit/31e9a31695dd62cebe1d6e21f20d... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths: A composer.lock
Log Message: ----------- Adding composer lock for 4.8.0-alpha1
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 9787c9c76252076a7fff242fa6fdd5f79cb3f6a6 https://github.com/phpmyadmin/phpmyadmin/commit/9787c9c76252076a7fff242fa6fd... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths: R composer.lock
Log Message: ----------- Removing composer.lock
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 7d1883077b072b43b91d0cc772376ff2b44da6aa https://github.com/phpmyadmin/phpmyadmin/commit/7d1883077b072b43b91d0cc77237... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths: M ChangeLog
Log Message: ----------- Minor typos in ChangeLog
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 6e22171fa6e07206569fe1e9a1312d26e9240ee7 https://github.com/phpmyadmin/phpmyadmin/commit/6e22171fa6e07206569fe1e9a131... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths: M README M doc/conf.py M libraries/classes/Config.php
Log Message: ----------- Revert version to 4.8.0-dev for ongoing development and error reporting server details
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 733a3f1c0b16ca0fe486fecf5940c3143fdda651 https://github.com/phpmyadmin/phpmyadmin/commit/733a3f1c0b16ca0fe486fecf5940... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths: M db_qbe.php M import.php M libraries/classes/Controllers/Table/TableSearchController.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/Database/MultiTableQuery.php M libraries/classes/Display/Results.php M libraries/classes/MultSubmits.php M libraries/classes/Sql.php M libraries/mult_submits.inc.php M po/pl.po M sql.php M tbl_row_action.php M test/classes/SqlTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: e5ff7f34fe944975ce5c2d770d8a97b8d5534b7e https://github.com/phpmyadmin/phpmyadmin/commit/e5ff7f34fe944975ce5c2d770d8a... Author: Saksham Gupta shucon01@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M js/sql.js
Log Message: ----------- Restore SQL query after session expire
Partially Fixes: https://github.com/phpmyadmin/phpmyadmin/issues/13654
Signed-off-by: Saksham Gupta shucon01@gmail.com
Commit: 8537d0125a9afcbb34ad1854927a280f227cdc93 https://github.com/phpmyadmin/phpmyadmin/commit/8537d0125a9afcbb34ad1854927a... Author: Saksham Gupta shucon01@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M js/sql.js
Log Message: ----------- Fix whitespaces
Signed-off-by: Saksham Gupta shucon01@gmail.com
Commit: 344c0ac84967c74736f5bf4f45ece9319f89ad74 https://github.com/phpmyadmin/phpmyadmin/commit/344c0ac84967c74736f5bf4f45ec... Author: Michal Čihař michal@cihar.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M js/designer/move.js
Log Message: ----------- Merge remote-tracking branch 'origin/pull/14035'
Commit: 1a2f3549043d68a30476648845a41fc860f7da87 https://github.com/phpmyadmin/phpmyadmin/commit/1a2f3549043d68a30476648845a4... Author: Michal Čihař michal@cihar.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M doc/import_export.rst
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 86f884095a52da7b9d078859484b6449cf08380d https://github.com/phpmyadmin/phpmyadmin/commit/86f884095a52da7b9d078859484b... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 15.6% (515 of 3288 strings)
[CI skip]
Commit: 68d42ce0b8a6d7a051369125b506ac258fa27f32 https://github.com/phpmyadmin/phpmyadmin/commit/68d42ce0b8a6d7a051369125b506... Author: Weblate noreply@weblate.org Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M doc/import_export.rst
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 915c94567c7dec43259c4075fe5a78aef8f4dc5a https://github.com/phpmyadmin/phpmyadmin/commit/915c94567c7dec43259c4075fe5a... Author: Lakshay arora carefreelakshay97@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M js/db_multi_table_query.js
Log Message: ----------- Fixes #14047 Signed-off-by: Lakshay arora(arora.lakshay123@gmail.com)
Commit: befd2de85a9b6b778cfba675aefa3760e6288ca3 https://github.com/phpmyadmin/phpmyadmin/commit/befd2de85a9b6b778cfba675aefa... Author: Michal Čihař michal@cihar.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M js/db_multi_table_query.js
Log Message: ----------- Merge pull request #14048 from nulll-pointer/query_builder
Fixes adding new column in query builder, #14047
Commit: 92ef798a534ac4ad3798c25f9254b872cc8fa2bf https://github.com/phpmyadmin/phpmyadmin/commit/92ef798a534ac4ad3798c25f9254... Author: Michal Čihař michal@cihar.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7'
Commit: f4026f60a4b557cbcc61e11f26167a2759ad94af https://github.com/phpmyadmin/phpmyadmin/commit/f4026f60a4b557cbcc61e11f2616... Author: Michal Čihař michal@cihar.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M ChangeLog M js/ajax.js M js/common.js M js/db_central_columns.js M js/db_operations.js M js/db_search.js M js/db_tracking.js M js/designer/move.js M js/functions.js M js/gis_data_editor.js M js/indexes.js M js/microhistory.js M js/multi_column_sort.js M js/navigation.js M js/normalization.js M js/server_databases.js M js/server_privileges.js M js/sql.js M js/tbl_operations.js M js/tbl_relation.js M js/tbl_structure.js M js/tbl_tracking.js M libraries/classes/Header.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 3d4b9eaeab052ffe5315d91fc2a5bb9f4e91397f https://github.com/phpmyadmin/phpmyadmin/commit/3d4b9eaeab052ffe5315d91fc2a5... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M ChangeLog
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 1a322e1a8fbef35cc4e4dfca325e473f8ad2b6a8 https://github.com/phpmyadmin/phpmyadmin/commit/1a322e1a8fbef35cc4e4dfca325e... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M js/functions.js
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 35eb2da38a97e2a41b3f6137780bd12a74f8b6c4 https://github.com/phpmyadmin/phpmyadmin/commit/35eb2da38a97e2a41b3f6137780b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M libraries/classes/Config.php M libraries/classes/Config/ServerConfigChecks.php M libraries/classes/Display/Export.php M libraries/classes/Display/Import.php M libraries/classes/Encoding.php M libraries/classes/Export.php M libraries/classes/File.php M libraries/classes/FileListing.php M libraries/classes/Session.php M test/classes/ConfigTest.php M test/classes/EncodingTest.php
Log Message: ----------- Remove @ operator from function_exists
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: cf60373e8417a782b7680d0b4dd88706db5aeafa https://github.com/phpmyadmin/phpmyadmin/commit/cf60373e8417a782b7680d0b4dd8... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M index.php M libraries/classes/Core.php
Log Message: ----------- Remove @ operator from extension_loaded()
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 38767030ef194e4230271a3adc0b32eb320058f7 https://github.com/phpmyadmin/phpmyadmin/commit/38767030ef194e4230271a3adc0b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M import.php M index.php M libraries/classes/Config.php M libraries/classes/Core.php M libraries/classes/Export.php M libraries/classes/Header.php
Log Message: ----------- Remove @ operator from ini_get()
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: c65e9c330e800261622e4ef36c06fc74ccef04d9 https://github.com/phpmyadmin/phpmyadmin/commit/c65e9c330e800261622e4ef36c06... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M examples/signon.php M export.php M import.php M libraries/classes/Session.php M libraries/classes/Tracking.php M tbl_get_field.php
Log Message: ----------- Remove @ operator from ini_set()
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 4c04093a353832f01bd1390a305f256f0eb3b1c6 https://github.com/phpmyadmin/phpmyadmin/commit/4c04093a353832f01bd1390a305f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M libraries/classes/Session.php
Log Message: ----------- Fix warning when session is active
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 5794060f83c92ea33fc09d56b848998b9a515fd6 https://github.com/phpmyadmin/phpmyadmin/commit/5794060f83c92ea33fc09d56b848... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M doc/credits.rst
Log Message: ----------- Add GSoC 2017 to credits
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: b07b28b74cdd911cfff5b55cb70d85c1801e84f4 https://github.com/phpmyadmin/phpmyadmin/commit/b07b28b74cdd911cfff5b55cb70d... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M doc/setup.rst
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 466e11f8828921c4b91d84eaa376242985c1e485 https://github.com/phpmyadmin/phpmyadmin/commit/466e11f8828921c4b91d84eaa376... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths: M examples/signon.php M export.php M import.php M index.php M libraries/classes/Config.php M libraries/classes/Config/ServerConfigChecks.php M libraries/classes/Core.php M libraries/classes/Display/Export.php M libraries/classes/Display/Import.php M libraries/classes/Encoding.php M libraries/classes/Export.php M libraries/classes/File.php M libraries/classes/FileListing.php M libraries/classes/Header.php M libraries/classes/Session.php M libraries/classes/Tracking.php M tbl_get_field.php M test/classes/ConfigTest.php M test/classes/EncodingTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 0eaf1b108c40fa1d061e29fa5244ff0835c64ec8 https://github.com/phpmyadmin/phpmyadmin/commit/0eaf1b108c40fa1d061e29fa5244... Author: Saksham Gupta shucon01@gmail.com Date: 2018-03-02 (Fri, 02 Mar 2018)
Changed paths: M js/sql.js
Log Message: ----------- Add cookie restore and empty save error
Signed-off-by: Saksham Gupta shucon01@gmail.com
Commit: 821d33704cb94a26619307d9e88a6ca51938cad9 https://github.com/phpmyadmin/phpmyadmin/commit/821d33704cb94a26619307d9e88a... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-03 (Sat, 03 Mar 2018)
Changed paths: M scripts/create-release.sh
Log Message: ----------- Merge pull request #14040 from mauriciofauth/issue-13918
Add Yarn install to create-release script
Commit: 539bea6db8d76b7085e9f8bc8a6a1e367283e27c https://github.com/phpmyadmin/phpmyadmin/commit/539bea6db8d76b7085e9f8bc8a6a... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-03-05 (Mon, 05 Mar 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 15.9% (524 of 3288 strings)
[CI skip]
Commit: 92b8c16c25d7cba4dfaf69573e6fb7e35c191c1c https://github.com/phpmyadmin/phpmyadmin/commit/92b8c16c25d7cba4dfaf69573e6f... Author: Michal Čihař michal@cihar.com Date: 2018-03-05 (Mon, 05 Mar 2018)
Log Message: ----------- Merge branch 'QA_4_7'
Commit: b315e1cac5cd8619c151ea0ba05c8f3b95ec9445 https://github.com/phpmyadmin/phpmyadmin/commit/b315e1cac5cd8619c151ea0ba05c... Author: Michal Čihař michal@cihar.com Date: 2018-03-05 (Mon, 05 Mar 2018)
Changed paths: M ChangeLog
Log Message: ----------- Move changelog entry for #13940
Commit: c9513bb7bbb208a39c04435d2c1effa28ecc5cea https://github.com/phpmyadmin/phpmyadmin/commit/c9513bb7bbb208a39c04435d2c1e... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-05 (Mon, 05 Mar 2018)
Changed paths: M doc/intro.rst M doc/settings.rst
Log Message: ----------- Improvements to the phrasing of the documentation.
Mostly taken from suggestions by anjalisasi in https://github.com/phpmyadmin/phpmyadmin/pull/13901 https://github.com/phpmyadmin/phpmyadmin/pull/13902 https://github.com/phpmyadmin/phpmyadmin/pull/13903
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 9c11715e7589bbf5870786b7b047ba0aff13a3b2 https://github.com/phpmyadmin/phpmyadmin/commit/9c11715e7589bbf5870786b7b047... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-05 (Mon, 05 Mar 2018)
Changed paths: M ChangeLog M README M doc/conf.py M libraries/Config.php
Log Message: ----------- Prepare for 4.7.10-dev
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: ff86a1b0f813e55f6d0bd4015eb6ac56860fd0c4 https://github.com/phpmyadmin/phpmyadmin/commit/ff86a1b0f813e55f6d0bd4015eb6... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-05 (Mon, 05 Mar 2018)
Changed paths: M ChangeLog
Log Message: ----------- Fix merge conflicts from 4.7.9 release
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 2be772e5a8b91ec387e4db13435cee28a36b31f2 https://github.com/phpmyadmin/phpmyadmin/commit/2be772e5a8b91ec387e4db13435c... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-05 (Mon, 05 Mar 2018)
Changed paths: M scripts/create-release.sh
Log Message: ----------- Improve and update build instructions
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: a01a2ee8bed400df9ac849df69583eb93fb4f58a https://github.com/phpmyadmin/phpmyadmin/commit/a01a2ee8bed400df9ac849df6958... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-06 (Tue, 06 Mar 2018)
Changed paths: M js/vendor/codemirror/addon/hint/show-hint.js M js/vendor/codemirror/addon/hint/sql-hint.js M js/vendor/codemirror/addon/lint/lint.js M js/vendor/codemirror/lib/codemirror.css M js/vendor/codemirror/lib/codemirror.js M js/vendor/codemirror/mode/javascript/javascript.js M js/vendor/codemirror/mode/sql/sql.js M js/vendor/codemirror/mode/xml/xml.js M js/vendor/jquery/jquery.min.js M js/vendor/js.cookie.js M package.json M yarn.lock
Log Message: ----------- Upgrade JavaScript dependencies
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: c039e3a646f5e37d2e344f7d1630f1f5ffdceab5 https://github.com/phpmyadmin/phpmyadmin/commit/c039e3a646f5e37d2e344f7d1630... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-09 (Fri, 09 Mar 2018)
Changed paths: M doc/bookmarks.rst
Log Message: ----------- Add a note about VARIABLE text being case-sensitive; see #14062
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: a9f5d51f2d64f727b2e33b4714543e094aa467d0 https://github.com/phpmyadmin/phpmyadmin/commit/a9f5d51f2d64f727b2e33b471454... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-09 (Fri, 09 Mar 2018)
Changed paths: M doc/bookmarks.rst
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7'
Commit: c09e2b55ff1b56de6a4d5628bdd5d5cf5069c400 https://github.com/phpmyadmin/phpmyadmin/commit/c09e2b55ff1b56de6a4d5628bdd5... Author: Michal Čihař michal@cihar.com Date: 2018-03-11 (Sun, 11 Mar 2018)
Changed paths: M doc/conf.py
Log Message: ----------- Ignore site with expired SSL cert for now
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 9050b2a519b4850580676e4499ec6998e7593afb https://github.com/phpmyadmin/phpmyadmin/commit/9050b2a519b4850580676e4499ec... Author: Michal Čihař michal@cihar.com Date: 2018-03-11 (Sun, 11 Mar 2018)
Changed paths: M doc/conf.py
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 23fb9e6715d030df3e3e99d4c94aa18a30c5319c https://github.com/phpmyadmin/phpmyadmin/commit/23fb9e6715d030df3e3e99d4c94a... Author: Akom Chotiphantawanon knight2000@gmail.com Date: 2018-03-11 (Sun, 11 Mar 2018)
Changed paths: M po/th.po
Log Message: ----------- Translated using Weblate (Thai)
Currently translated at 29.0% (932 of 3208 strings)
[CI skip]
Commit: d25f36570ecd95a12fc1dd557c8fc74cda96bc54 https://github.com/phpmyadmin/phpmyadmin/commit/d25f36570ecd95a12fc1dd557c8f... Author: Weblate noreply@weblate.org Date: 2018-03-11 (Sun, 11 Mar 2018)
Changed paths: M doc/conf.py
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
Commit: cea0e81b59f3393d3f080c1c660c1dadace892b7 https://github.com/phpmyadmin/phpmyadmin/commit/cea0e81b59f3393d3f080c1c660c... Author: Akom Chotiphantawanon knight2000@gmail.com Date: 2018-03-11 (Sun, 11 Mar 2018)
Changed paths: M po/th.po
Log Message: ----------- Translated using Weblate (Thai)
Currently translated at 27.8% (916 of 3288 strings)
[CI skip]
Commit: d6c2c41833383e6d27b883ff90d3816778f25382 https://github.com/phpmyadmin/phpmyadmin/commit/d6c2c41833383e6d27b883ff90d3... Author: Weblate noreply@weblate.org Date: 2018-03-11 (Sun, 11 Mar 2018)
Changed paths: M doc/conf.py
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: dc75d407c06b7edabfdf0844fe07758c7f648074 https://github.com/phpmyadmin/phpmyadmin/commit/dc75d407c06b7edabfdf0844fe07... Author: Alexander Kamp git@akamp.nl Date: 2018-03-12 (Mon, 12 Mar 2018)
Changed paths: M js/functions.js M libraries/controllers/table/TableStructureController.php
Log Message: ----------- Fixes for issue 14059: (#14075)
Missing '=' after fk_checks (value was appended onto field name) sql_query variable not set due to GET-POST method change in tbl_structure.php 'add_key' situation
Fix #14059
Signed-off-by: Alexander Kamp git@akamp.nl
Commit: 84c66eead9ead44101f1347e50ae4e02b4c2de36 https://github.com/phpmyadmin/phpmyadmin/commit/84c66eead9ead44101f1347e50ae... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-03-12 (Mon, 12 Mar 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 19.5% (627 of 3208 strings)
[CI skip]
Commit: f90fdf2fc2b33ff706bebd14998d68aaa985f8a6 https://github.com/phpmyadmin/phpmyadmin/commit/f90fdf2fc2b33ff706bebd14998d... Author: Weblate noreply@weblate.org Date: 2018-03-12 (Mon, 12 Mar 2018)
Changed paths: M js/functions.js M libraries/controllers/table/TableStructureController.php
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
Commit: 741a50a90527b4bf6a14217d4038f234c13085b9 https://github.com/phpmyadmin/phpmyadmin/commit/741a50a90527b4bf6a14217d4038... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-12 (Mon, 12 Mar 2018)
Changed paths: M js/functions.js M libraries/classes/Controllers/Table/TableStructureController.php
Log Message: ----------- Merge branch 'QA_4_7'
Commit: d2aa2f3173319c231e9ec0d2455d98857f5e575c https://github.com/phpmyadmin/phpmyadmin/commit/d2aa2f3173319c231e9ec0d2455d... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-03-12 (Mon, 12 Mar 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 18.8% (619 of 3288 strings)
[CI skip]
Commit: fc978c1e40278421ee2a3578aa596e285e5b6706 https://github.com/phpmyadmin/phpmyadmin/commit/fc978c1e40278421ee2a3578aa59... Author: Weblate noreply@weblate.org Date: 2018-03-12 (Mon, 12 Mar 2018)
Changed paths: M js/functions.js M libraries/classes/Controllers/Table/TableStructureController.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 26a6581380d453fd41a6f7b07e2095d57f3be776 https://github.com/phpmyadmin/phpmyadmin/commit/26a6581380d453fd41a6f7b07e20... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-15 (Thu, 15 Mar 2018)
Changed paths: M libraries/check_user_privileges.inc.php M libraries/classes/CheckUserPrivileges.php M test/classes/CheckUserPrivilegesTest.php
Log Message: ----------- Replace static methods with instance methods
Replace PhpMyAdmin\CheckUserPrivileges static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 0c2132180366569c9246b45a6ab82642b3119716 https://github.com/phpmyadmin/phpmyadmin/commit/0c2132180366569c9246b45a6ab8... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-15 (Thu, 15 Mar 2018)
Changed paths: M js/functions.js
Log Message: ----------- Remove default function parameters in functions.js
Replace ES2015 default function parameters in js/functions.js with a check in the function body.
Fix #14061
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: adf30f161c79acdd8924a3b90ae6cbc76bf8053f https://github.com/phpmyadmin/phpmyadmin/commit/adf30f161c79acdd8924a3b90ae6... Author: Michal Čihař michal@cihar.com Date: 2018-03-16 (Fri, 16 Mar 2018)
Changed paths: M composer.json
Log Message: ----------- Update to pragmarx/google2fa 3.0.1
This has changed license to MIT making it compatible with our GPL2.
Fixes #14074
Signed-off-by: Michal Čihař michal@cihar.com
Commit: e7018fca9ee6b7bc1265f35274c69e3a507b22d8 https://github.com/phpmyadmin/phpmyadmin/commit/e7018fca9ee6b7bc1265f35274c6... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-03-16 (Fri, 16 Mar 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 19.3% (637 of 3288 strings)
[CI skip]
Commit: 063f3806395cdfc884626f9872f85bde8b06561e https://github.com/phpmyadmin/phpmyadmin/commit/063f3806395cdfc884626f9872f8... Author: Weblate noreply@weblate.org Date: 2018-03-16 (Fri, 16 Mar 2018)
Changed paths: M composer.json
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: 5a1ceef67d62ba36da970cb33ab8c8095d1327e9 https://github.com/phpmyadmin/phpmyadmin/commit/5a1ceef67d62ba36da970cb33ab8... Author: Michal Čihař michal@cihar.com Date: 2018-03-16 (Fri, 16 Mar 2018)
Changed paths: M js/sql.js
Log Message: ----------- Merge pull request #14046 from shucon/login
Restore SQL query after session expire
Commit: da92800dc304841ad0367505255eac186b5e5797 https://github.com/phpmyadmin/phpmyadmin/commit/da92800dc304841ad0367505255e... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-03-17 (Sat, 17 Mar 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 20.1% (645 of 3208 strings)
[CI skip]
Commit: bcb856ef728a79799ad663a8738bd6e156d6921b https://github.com/phpmyadmin/phpmyadmin/commit/bcb856ef728a79799ad663a8738b... Author: Nuno Marques nunosil@gmail.com Date: 2018-03-18 (Sun, 18 Mar 2018)
Changed paths: M po/pt.po
Log Message: ----------- Translated using Weblate (Portuguese)
Currently translated at 58.6% (1882 of 3208 strings)
[CI skip]
Commit: 3e9f2f9f93f2b2c213215de558dee1664f03675a https://github.com/phpmyadmin/phpmyadmin/commit/3e9f2f9f93f2b2c213215de558de... Author: Nuno Marques nunosil@gmail.com Date: 2018-03-18 (Sun, 18 Mar 2018)
Changed paths: M po/pt.po
Log Message: ----------- Translated using Weblate (Portuguese)
Currently translated at 56.6% (1862 of 3288 strings)
[CI skip]
Commit: 7391d872a90e2f3a34526296b23a4bf1f9e38eff https://github.com/phpmyadmin/phpmyadmin/commit/7391d872a90e2f3a34526296b23a... Author: Xinyu Liu meteor.lxy@foxmail.com Date: 2018-03-19 (Mon, 19 Mar 2018)
Changed paths: M libraries/classes/Controllers/Database/DatabaseStructureController.php
Log Message: ----------- Fix improperly escaped HTML code in database structure page #14071
Signed-off-by: Xinyu Liu meteor.lxy@foxmail.com
Commit: 8973f40fa70611fbbdbb9f9fbc45755a014990c6 https://github.com/phpmyadmin/phpmyadmin/commit/8973f40fa70611fbbdbb9f9fbc45... Author: Nabin Ghimire nnabinn@hotmail.com Date: 2018-03-19 (Mon, 19 Mar 2018)
Changed paths: M po/ne.po
Log Message: ----------- Translated using Weblate (Nepali)
Currently translated at 1.8% (62 of 3288 strings)
[CI skip]
Commit: 6addf992fad5e2451acb0944269a410348337c4b https://github.com/phpmyadmin/phpmyadmin/commit/6addf992fad5e2451acb0944269a... Author: M. M m.mirena@gmail.com Date: 2018-03-20 (Tue, 20 Mar 2018)
Changed paths: M po/sq.po
Log Message: ----------- Translated using Weblate (Albanian)
Currently translated at 97.7% (3215 of 3288 strings)
[CI skip]
Commit: bc3ff4ece6555617520e367f12d22e5c27c454ac https://github.com/phpmyadmin/phpmyadmin/commit/bc3ff4ece6555617520e367f12d2... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-03-20 (Tue, 20 Mar 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 19.4% (640 of 3288 strings)
[CI skip]
Commit: 7a233127eb24fff87c50e13a61eb91dc499caa44 https://github.com/phpmyadmin/phpmyadmin/commit/7a233127eb24fff87c50e13a61eb... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-21 (Wed, 21 Mar 2018)
Changed paths: M doc/intro.rst M doc/settings.rst
Log Message: ----------- Merge pull request #14058 from ibennetch/doc-pr
Improvements to the phrasing of the documentation.
Commit: 28dd6043368b2965b9b3995172be9515f36f8282 https://github.com/phpmyadmin/phpmyadmin/commit/28dd6043368b2965b9b3995172be... Author: Domen mitenem@outlook.com Date: 2018-03-21 (Wed, 21 Mar 2018)
Changed paths: M po/sl.po
Log Message: ----------- Translated using Weblate (Slovenian)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: c9e2540b50a5d91629b5a20bbf69063eb6392695 https://github.com/phpmyadmin/phpmyadmin/commit/c9e2540b50a5d91629b5a20bbf69... Author: Weblate noreply@weblate.org Date: 2018-03-21 (Wed, 21 Mar 2018)
Changed paths: M doc/intro.rst M doc/settings.rst
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: aa903ee98dfcb9af488782adeef4bb9fad95cbf5 https://github.com/phpmyadmin/phpmyadmin/commit/aa903ee98dfcb9af488782adeef4... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-21 (Wed, 21 Mar 2018)
Changed paths: M doc/credits.rst
Log Message: ----------- Merge pull request #14051 from ibennetch/gsoc-doc
Add GSoC 2017 to credits
Commit: 2c7f3613ee8e4a2660bec672d2158f6695656d6b https://github.com/phpmyadmin/phpmyadmin/commit/2c7f3613ee8e4a2660bec672d215... Author: Leonardo Strozzi laps15@inf.ufpr.br Date: 2018-03-21 (Wed, 21 Mar 2018)
Changed paths: M libraries/classes/CentralColumns.php A templates/database/central_columns/add_column.twig M test/classes/CentralColumnsTest.php
Log Message: ----------- Addapt getHtmlForAddColumn to use twig template
Signed-off-by: Leonardo Strozzi laps15@inf.ufpr.br
Commit: b11b7c149f6c60fe36a7df6ea83869cc7904013a https://github.com/phpmyadmin/phpmyadmin/commit/b11b7c149f6c60fe36a7df6ea838... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-22 (Thu, 22 Mar 2018)
Changed paths: M libraries/classes/CentralColumns.php A templates/database/central_columns/add_column.twig M test/classes/CentralColumnsTest.php
Log Message: ----------- Merge pull request #14107 from laps15/master
Addapt getHtmlForAddColumn to use twig template
Commit: 8d536930714a295b1222c5e9316d381101f0aeef https://github.com/phpmyadmin/phpmyadmin/commit/8d536930714a295b1222c5e9316d... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-22 (Thu, 22 Mar 2018)
Changed paths: M js/error_report.js
Log Message: ----------- Fix error report button
Fix #14011
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 1e134bb7e4b31280dc3c083e5f94c47af91f6097 https://github.com/phpmyadmin/phpmyadmin/commit/1e134bb7e4b31280dc3c083e5f94... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-22 (Thu, 22 Mar 2018)
Changed paths: M libraries/classes/Controllers/Database/DatabaseStructureController.php
Log Message: ----------- Merge pull request #14098 from meteorlxy/patch-tmp
Fix improperly escaped HTML code in database structure page; issue #14071
Fix #14071
Commit: eb6e40f053ae55c85ef1baab96b13d0a7cb177f0 https://github.com/phpmyadmin/phpmyadmin/commit/eb6e40f053ae55c85ef1baab96b1... Author: Leonardo Strozzi laps15@inf.ufpr.br Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths: M libraries/classes/CentralColumns.php A templates/database/central_columns/table_navigation.twig M test/classes/CentralColumnsTest.php
Log Message: ----------- Addapt getHtmlForTableNavigation to twig template
Signed-off-by: Leonardo Strozzi laps15@inf.ufpr.br
Commit: f0b6e41e9ba8fc60673c0d3d93fe9c692eb07810 https://github.com/phpmyadmin/phpmyadmin/commit/f0b6e41e9ba8fc60673c0d3d93fe... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths: M libraries/classes/CentralColumns.php A templates/database/central_columns/table_navigation.twig M test/classes/CentralColumnsTest.php
Log Message: ----------- Merge pull request #14116 from laps15/master
Addapt getHtmlForTableNavigation to twig template
Commit: 073f3534c1b270d1c3e974f6f11405cb4eaa4db9 https://github.com/phpmyadmin/phpmyadmin/commit/073f3534c1b270d1c3e974f6f114... Author: Marino mrabach@gmail.com Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths: M po/hr.po
Log Message: ----------- Translated using Weblate (Croatian)
Currently translated at 26.7% (879 of 3288 strings)
[CI skip]
Commit: 66b1123a580f87ecd38f3b4d709cdb2b637ee1ce https://github.com/phpmyadmin/phpmyadmin/commit/66b1123a580f87ecd38f3b4d709c... Author: Weblate noreply@weblate.org Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths: M libraries/classes/CentralColumns.php A templates/database/central_columns/table_navigation.twig M test/classes/CentralColumnsTest.php
Log Message: ----------- Merge remote-tracking branch 'origin/master'
Commit: b8e7e9fa3bd3707ffdb09f1bcfdc37cccf00c4fa https://github.com/phpmyadmin/phpmyadmin/commit/b8e7e9fa3bd3707ffdb09f1bcfdc... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths: M ChangeLog M js/functions.js
Log Message: ----------- Merge branch 'QA_4_7'
Commit: 1f70ea3834897133c6c56a304b01934847174384 https://github.com/phpmyadmin/phpmyadmin/commit/1f70ea3834897133c6c56a304b01... Author: Saksham Gupta shucon01@gmail.com Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths: M libraries/classes/Display/ImportAjax.php
Log Message: ----------- Fixes Import Fail (#14085)
* Fixes Import Fail Fixes: https://github.com/phpmyadmin/phpmyadmin/issues/14072
Signed-off-by: Saksham Gupta shucon01@gmail.com
* Fix Import Fail
Signed-off-by: Saksham Gupta shucon01@gmail.com
Commit: 65e30747223bbab9f4b481c2cc08f687f904e155 https://github.com/phpmyadmin/phpmyadmin/commit/65e30747223bbab9f4b481c2cc08... Author: Anu4ruby sadicarnot@gmail.com Date: 2018-03-24 (Sat, 24 Mar 2018)
Changed paths: M libraries/classes/ReplicationGui.php M themes/original/css/common.css.php M themes/pmahomme/css/common.css.php
Log Message: ----------- Remove inline styles in ReplicationGui.php (#13981)
* removed inline styles from AuthenticationConfig.php file-issue 12262
* removed inline styles from AuthenticationConfig.php- file-issue 12262-Signed-off-by: Anupama.V sadicarnot@gmail.com
* Remove inline styles from ReplicationGui.php #12262.
Signed-off by: Anupama.V sadicarnot@gmail.com
Commit: 46ceeea14f258f6bc5fbef9260e81a71ba3ba228 https://github.com/phpmyadmin/phpmyadmin/commit/46ceeea14f258f6bc5fbef9260e8... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-19 (Mon, 19 Mar 2018)
Changed paths: M libraries/classes/Relation.php M test/classes/RelationTest.php
Log Message: ----------- Replace static methods with instance methods
Replace PhpMyAdmin\Relation static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: fa30d1aa11761fae9a222006dec8fecf3a464353 https://github.com/phpmyadmin/phpmyadmin/commit/fa30d1aa11761fae9a222006dec8... Author: Nabin Ghimire nnabinn@hotmail.com Date: 2018-03-19 (Mon, 19 Mar 2018)
Changed paths: M po/ne.po
Log Message: ----------- Translated using Weblate (Nepali)
Currently translated at 1.9% (62 of 3208 strings)
[CI skip]
Commit: 86a64e7532edd532fd983d1ecc7b189c4c88c6ab https://github.com/phpmyadmin/phpmyadmin/commit/86a64e7532edd532fd983d1ecc7b... Author: M. M m.mirena@gmail.com Date: 2018-03-20 (Tue, 20 Mar 2018)
Changed paths: M po/sq.po
Log Message: ----------- Translated using Weblate (Albanian)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 9a75bdc04c165e47530b39e0f1d9ac14c7aafd8b https://github.com/phpmyadmin/phpmyadmin/commit/9a75bdc04c165e47530b39e0f1d9... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-03-20 (Tue, 20 Mar 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 20.1% (648 of 3208 strings)
[CI skip]
Commit: 4d7ca8fe04d2f9b864a12e4867676ca36e419a10 https://github.com/phpmyadmin/phpmyadmin/commit/4d7ca8fe04d2f9b864a12e486767... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-21 (Wed, 21 Mar 2018)
Changed paths: M ChangeLog M js/functions.js
Log Message: ----------- Fixes JavaScript error when editing rows with Internet Explorer
Fixes #14060 Fixes #14096
Internet Explorer does not support StartsWith()
See the comments by tm8544 at https://github.com/phpmyadmin/phpmyadmin/issues/14096#issue-306243721 and qcybb at https://github.com/phpmyadmin/phpmyadmin/issues/14060#issuecomment-374730276
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: c7366f0b18ea5ec05ecdc98eb7ae70c45ba8e677 https://github.com/phpmyadmin/phpmyadmin/commit/c7366f0b18ea5ec05ecdc98eb7ae... Author: Domen mitenem@outlook.com Date: 2018-03-21 (Wed, 21 Mar 2018)
Changed paths: M po/sl.po
Log Message: ----------- Translated using Weblate (Slovenian)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 6fc885c9646e18b0973a5277603c5bc3d7fa5464 https://github.com/phpmyadmin/phpmyadmin/commit/6fc885c9646e18b0973a5277603c... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths: M ChangeLog M js/functions.js
Log Message: ----------- Merge pull request #14108 from ibennetch/ie_compatibility
Fixes JavaScript error when editing rows with Internet Explorer
Commit: 861486754e63895cd344ac29c37cdb8a96acea17 https://github.com/phpmyadmin/phpmyadmin/commit/861486754e63895cd344ac29c37c... Author: Marino mrabach@gmail.com Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths: M po/hr.po
Log Message: ----------- Translated using Weblate (Croatian)
Currently translated at 27.7% (890 of 3208 strings)
[CI skip]
Commit: cd03e646b831d125d21205c2e6825599adaedb2c https://github.com/phpmyadmin/phpmyadmin/commit/cd03e646b831d125d21205c2e682... Author: Weblate noreply@weblate.org Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths: M ChangeLog M js/functions.js
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
Commit: e4c897f4008392022e002d44c578155e07f2cc95 https://github.com/phpmyadmin/phpmyadmin/commit/e4c897f4008392022e002d44c578... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths: M ChangeLog
Log Message: ----------- Move changelog entries #14060 and #14096
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d98658187a5ee9be33bb5fa54e7fe0638ef9b70c https://github.com/phpmyadmin/phpmyadmin/commit/d98658187a5ee9be33bb5fa54e7f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-25 (Sun, 25 Mar 2018)
Changed paths: M browse_foreigners.php M chk_rel.php M db_datadict.php M db_operations.php M db_qbe.php M db_tracking.php M export.php M index.php M libraries/classes/Bookmark.php M libraries/classes/CentralColumns.php M libraries/classes/Console.php M libraries/classes/Controllers/Database/DatabaseStructureController.php M libraries/classes/Controllers/Table/TableRelationController.php M libraries/classes/Controllers/Table/TableSearchController.php M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/Database/Designer.php M libraries/classes/Database/Designer/Common.php M libraries/classes/Database/Qbe.php M libraries/classes/DatabaseInterface.php M libraries/classes/Display/Export.php M libraries/classes/Display/Results.php M libraries/classes/ErrorReport.php M libraries/classes/Footer.php M libraries/classes/InsertEdit.php M libraries/classes/Menu.php M libraries/classes/Navigation/Navigation.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Navigation/Nodes/NodeDatabaseChild.php M libraries/classes/Normalization.php M libraries/classes/Operations.php M libraries/classes/Plugins/Export/ExportHtmlword.php M libraries/classes/Plugins/Export/ExportLatex.php M libraries/classes/Plugins/Export/ExportOdt.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Export/ExportTexytext.php M libraries/classes/Plugins/Export/Helpers/Pdf.php M libraries/classes/Plugins/ExportPlugin.php M libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php M libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php M libraries/classes/Plugins/Schema/ExportRelationSchema.php M libraries/classes/Plugins/Schema/Pdf/Pdf.php M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php M libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php M libraries/classes/Plugins/Schema/TableStats.php M libraries/classes/RecentFavoriteTable.php M libraries/classes/RelationCleanup.php M libraries/classes/SavedSearches.php M libraries/classes/Server/Privileges.php M libraries/classes/Server/UserGroups.php M libraries/classes/Sql.php M libraries/classes/SystemDatabase.php M libraries/classes/Table.php M libraries/classes/Tracker.php M libraries/classes/Tracking.php M libraries/classes/Transformations.php M libraries/classes/Twig/RelationExtension.php M libraries/classes/UserPreferences.php M libraries/tbl_columns_definition_form.inc.php M libraries/user_preferences.inc.php M navigation.php M schema_export.php M server_privileges.php M server_user_groups.php M tbl_change.php M tbl_export.php M tbl_operations.php M tbl_relation.php M tbl_replace.php M test/classes/Controllers/Table/TableSearchControllerTest.php M test/classes/Plugins/Schema/DiaRelationSchemaTest.php M test/classes/Plugins/Schema/EpsRelationSchemaTest.php M test/classes/Plugins/Schema/PdfRelationSchemaTest.php M test/classes/Plugins/Schema/SvgRelationSchemaTest.php M test/classes/RelationCleanupTest.php M test/classes/TableTest.php M transformation_wrapper.php
Log Message: ----------- Replace PhpMyAdmin\Relation static calls
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ad86eab9748176ede865e6b3b80c4fd93523d508 https://github.com/phpmyadmin/phpmyadmin/commit/ad86eab9748176ede865e6b3b80c... Author: Piyush Vijay piyushvijay.1997@gmail.com Date: 2018-03-26 (Mon, 26 Mar 2018)
Changed paths: M js/functions.js M js/sql.js
Log Message: ----------- Cannot read property sql_query of undefined: #14104 issue fix (#14105)
Fix #14101 Fix #14104
* Cannot read property sql_query of undefined: #14104 issue fix Signed-off-by: Piyush Vijay piyushvijay.1997@gmail.com
* Cannot read property sql_query of undefined: #14104 issue fix Signed-off-by: Piyush Vijay piyushvijay.1997@gmail.com
Commit: 8b04a2b2a7c9ff1117b1f28fa2e014f12c272c53 https://github.com/phpmyadmin/phpmyadmin/commit/8b04a2b2a7c9ff1117b1f28fa2e0... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-26 (Mon, 26 Mar 2018)
Changed paths: M js/functions.js
Log Message: ----------- Remove redundant else
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 682a94947f8c865813edc0bfc14edce3fb9481e8 https://github.com/phpmyadmin/phpmyadmin/commit/682a94947f8c865813edc0bfc14e... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-27 (Tue, 27 Mar 2018)
Changed paths: M README M doc/conf.py M libraries/classes/Config.php
Log Message: ----------- Prepare for 4.8.0-rc1
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: b2ad84ea402b63ceb31bf867255aa3f925efacf8 https://github.com/phpmyadmin/phpmyadmin/commit/b2ad84ea402b63ceb31bf867255a... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-27 (Tue, 27 Mar 2018)
Changed paths: A composer.lock
Log Message: ----------- Adding composer lock for 4.8.0-rc1
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 046bc0f00981671b05b63eda31ea83adf254d660 https://github.com/phpmyadmin/phpmyadmin/commit/046bc0f00981671b05b63eda31ea... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-03-27 (Tue, 27 Mar 2018)
Changed paths: R composer.lock
Log Message: ----------- Removing composer.lock
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 2aecbf41e1e0672cce94a7fc5f07d0cbe8587320 https://github.com/phpmyadmin/phpmyadmin/commit/2aecbf41e1e0672cce94a7fc5f07... Author: Lakshay arora carefreelakshay97@gmail.com Date: 2018-03-27 (Tue, 27 Mar 2018)
Changed paths: M templates/table/relation/foreign_key_row.twig
Log Message: ----------- Fixes error in foreign key sql generation + drop foreign key contraint (#14031)
* Fixes error in foreign key sql genration, issue #14030 Changed: templates/table/relation/foreign_key_row.twig The destination_column_names were getting passed as a 1d array, the names when extracted gave a string. Passing it as a 2d array (see templates/table/relation/foreign_key_row.twig lines 123,133) fixes the issue.
Sign-Off-By: Lakshay arora (b16060@students.iitmandi.ac.in)
* Fixes error in foreign key sql generation + drop foreign key contraint, issue #14030 Changed: templates/table/relation/foreign_key_row.twig
Fix #13941 Fix #14009 Close #14037 Close #14010
Signed-off-by: Lakshay arora b16060@students.iitmandi.ac.in (cherry picked from commit 00b59624e35cc39fd7bcea68453cc0f98c8dfeac) Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ca7fd2b2c737c997060fbb67947d9cb3d9aa7b09 https://github.com/phpmyadmin/phpmyadmin/commit/ca7fd2b2c737c997060fbb67947d... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-27 (Tue, 27 Mar 2018)
Changed paths: M libraries/classes/Database/Designer.php M templates/database/designer/database_tables.twig
Log Message: ----------- Fix case where 'query' is always considered defined
Related to #14079
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 294a22c1d40689a5185c7f4253e0080d01a1e0b5 https://github.com/phpmyadmin/phpmyadmin/commit/294a22c1d40689a5185c7f4253e0... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-28 (Wed, 28 Mar 2018)
Changed paths: M doc/conf.py M doc/copyright.rst
Log Message: ----------- Update copyright years
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 20407323dd57423e28ddc4e78d07cc375216cae8 https://github.com/phpmyadmin/phpmyadmin/commit/20407323dd57423e28ddc4e78d07... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-28 (Wed, 28 Mar 2018)
Changed paths: M doc/conf.py M doc/copyright.rst
Log Message: ----------- Merge branch 'QA_4_7' into QA_4_8
Commit: 28f29966529bb8474a2d51875ec033e6888ed6d3 https://github.com/phpmyadmin/phpmyadmin/commit/28f29966529bb8474a2d51875ec0... Author: Michal Čihař michal@cihar.com Date: 2018-03-28 (Wed, 28 Mar 2018)
Changed paths: M .travis.yml
Log Message: ----------- Update BrowserStack key
Fixes #14138
Signed-off-by: Michal Čihař michal@cihar.com
Commit: fa0b12fe0efd2dc6bdfdcf2ad7eb4983938ebf54 https://github.com/phpmyadmin/phpmyadmin/commit/fa0b12fe0efd2dc6bdfdcf2ad7eb... Author: Olivier Humbert trebmuh@tuxfamily.org Date: 2018-03-29 (Thu, 29 Mar 2018)
Changed paths: M po/fr.po
Log Message: ----------- Translated using Weblate (French)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: 85c975f27fadd3c1448a56f533f3d861156f1e62 https://github.com/phpmyadmin/phpmyadmin/commit/85c975f27fadd3c1448a56f533f3... Author: Lakshay arora b16060@students.iitmandi.ac.in Date: 2018-03-29 (Thu, 29 Mar 2018)
Changed paths: M js/tbl_zoom_plot_jqplot.js M templates/table/search/rows_zoom.twig
Log Message: ----------- Fix for issue #13439
Problem 1: The number of td elements in the zoom search form table were insufficient, due to which, the field_type(element #types_$) was getting replaced with field_value(element td:eq(3))(see ./js/tbl_zoom_jqplot.js lines 164, 188, 211, 232). Added a td element in the table for each row. Problem 2: The events attached to 'tableid_$' were inserting the values in wrong tr elements(see ./js/tbl_zoom_jqplot.js lines 185-188, 208-211, 229-232), leading to wrong values being passed to the zoom search.
Signed-off-by: Lakshay arora b16060@students.iitmandi.ac.in
Commit: 7222e02df5067ef736e862db675faaa4c2fbe9d8 https://github.com/phpmyadmin/phpmyadmin/commit/7222e02df5067ef736e862db675f... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-29 (Thu, 29 Mar 2018)
Changed paths: M js/tbl_zoom_plot_jqplot.js M templates/table/search/rows_zoom.twig
Log Message: ----------- Merge branch 'nulll-pointer-zoom_search_error' into QA_4_8
Fix #13439
Commit: 5884c09f9e6ecc7401bfe6faa29ad831400051d1 https://github.com/phpmyadmin/phpmyadmin/commit/5884c09f9e6ecc7401bfe6faa29a... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-03-29 (Thu, 29 Mar 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 22.1% (728 of 3288 strings)
[CI skip]
Commit: 0cf0085d1e2a06a2e76e54433be8f08767786b06 https://github.com/phpmyadmin/phpmyadmin/commit/0cf0085d1e2a06a2e76e54433be8... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-03-29 (Thu, 29 Mar 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 22.3% (734 of 3288 strings)
[CI skip]
Commit: 3bd97cef53d101d0811dd3377889b4e80acc1de5 https://github.com/phpmyadmin/phpmyadmin/commit/3bd97cef53d101d0811dd3377889... Author: Lakshay arora carefreelakshay97@gmail.com Date: 2018-03-29 (Thu, 29 Mar 2018)
Changed paths: M libraries/classes/Util.php
Log Message: ----------- Fixes error 404 on creating views, issue #14082 Signed-off-by: Lakshay arora arora.lakshya123@gmail.com
(cherry picked from commit 29c45385ec690c3ebe689e8c1e795fe983c8bc3a) Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 6c04ffba2ccf63e519513bfc103e0c1f2e18665a https://github.com/phpmyadmin/phpmyadmin/commit/6c04ffba2ccf63e519513bfc103e... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-03-29 (Thu, 29 Mar 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 22.3% (734 of 3288 strings)
[CI skip]
Commit: 9911898dea89713684e7fe0b0c9aabd78c3c4086 https://github.com/phpmyadmin/phpmyadmin/commit/9911898dea89713684e7fe0b0c9a... Author: Weblate noreply@weblate.org Date: 2018-03-29 (Thu, 29 Mar 2018)
Changed paths: M libraries/classes/Util.php
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_8' into QA_4_8
Commit: 8e48a0c4f20635e1bebb6ca4a94f7b00879f8cbf https://github.com/phpmyadmin/phpmyadmin/commit/8e48a0c4f20635e1bebb6ca4a94f... Author: Lakshay arora carefreelakshay97@gmail.com Date: 2018-03-30 (Fri, 30 Mar 2018)
Changed paths: M libraries/classes/ZipExtension.php
Log Message: ----------- Fix for "Export tables as seperate files", #14080
Applied code sniffer.
Fix #14080 Close #14115
Signed-off-by: Lakshay arora carefreelakshay97@gmail.com
Commit: c21d2f8af162510d286d6cc2706564ba4a067744 https://github.com/phpmyadmin/phpmyadmin/commit/c21d2f8af162510d286d6cc27065... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-30 (Fri, 30 Mar 2018)
Changed paths: M libraries/classes/ZipExtension.php
Log Message: ----------- Merge branch 'nulll-pointer/export_seperate_error' into QA_4_8
Commit: 69def191d39b03e22ed62fb0970119a6c1322814 https://github.com/phpmyadmin/phpmyadmin/commit/69def191d39b03e22ed62fb09701... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-30 (Fri, 30 Mar 2018)
Changed paths: M libraries/classes/ZipExtension.php
Log Message: ----------- Fix cases where $name is an array in createFile
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: f4b8aba5571355f5a6e1a0297511e6b5b4e16335 https://github.com/phpmyadmin/phpmyadmin/commit/f4b8aba5571355f5a6e1a0297511... Author: Stefano Martinelli stefano.ste.martinelli@gmail.com Date: 2018-03-30 (Fri, 30 Mar 2018)
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 100.0% (3288 of 3288 strings)
[CI skip]
Commit: a445c9f89840f6657d82d3dd8cc0621bd7cd9e11 https://github.com/phpmyadmin/phpmyadmin/commit/a445c9f89840f6657d82d3dd8cc0... Author: Weblate noreply@weblate.org Date: 2018-03-30 (Fri, 30 Mar 2018)
Changed paths: M libraries/classes/ZipExtension.php
Log Message: ----------- Merge remote-tracking branch 'origin/QA_4_8' into QA_4_8
Commit: 595bef3c9989f8795048c8c7a86fafb418b42304 https://github.com/phpmyadmin/phpmyadmin/commit/595bef3c9989f8795048c8c7a86f... Author: vyeshwanth vyeshwanth123@gmail.com Date: 2018-03-30 (Fri, 30 Mar 2018)
Changed paths: M js/designer/move.js
Log Message: ----------- Designer: Improperly escaped code in "Add option" dialog #14109 issue fix
Signed-off-by: Yeshwanth Vuppu vyeshwanth123@gmail.com (cherry picked from commit e53afc3ef92d0cbc1498bd3bbea3906dfc6100d5) Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 973931eeba7a294101513bb5e7868d58b6229fbe https://github.com/phpmyadmin/phpmyadmin/commit/973931eeba7a294101513bb5e786... Author: vyeshwanth vyeshwanth123@gmail.com Date: 2018-03-30 (Fri, 30 Mar 2018)
Changed paths: M templates/database/designer/options_panel.twig
Log Message: ----------- Designer: Add options dialog is pre-filled with spaces #14111 issue fix
Signed-off-by: Yeshwanth Vuppu vyeshwanth123@gmail.com (cherry picked from commit 6e76bf35049683504cb6bc19de78256eb66577b2) Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: b2eaf6abb6e346da1f78a40424d406b0d2eb8dff https://github.com/phpmyadmin/phpmyadmin/commit/b2eaf6abb6e346da1f78a40424d4... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-03-30 (Fri, 30 Mar 2018)
Changed paths: M db_central_columns.php
Log Message: ----------- Fix wrong function call
Replace PMA_isValid with Core::isValid
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d093c66f1f8df839afb232303dc0ea0b2ac7079a https://github.com/phpmyadmin/phpmyadmin/commit/d093c66f1f8df839afb232303dc0... Author: Piyush Vijay piyushvijay.1997@gmail.com Date: 2018-03-30 (Fri, 30 Mar 2018)
Changed paths: M js/designer/move.js M js/messages.php
Log Message: ----------- Designer: "Add options" dialog doesn't reset when canceling: #14110 issue fixed (#14117)
* Designer: "Add options" dialog doesn't reset when canceling: Fix #14110 Signed-off-by: Piyush Vijay piyushvijay.1997@gmail.com
* Designer: Add option dialogue error handling needs to be modified Fix #14126 Signed-off-by: Piyush Vijay piyushvijay.1997@gmail.com (cherry picked from commit 6700b2d56fc87315a741ca3c2549fba96a3172df) Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: ba55cfd21e1101a1839e5e060008043f3c009f47 https://github.com/phpmyadmin/phpmyadmin/commit/ba55cfd21e1101a1839e5e060008... Author: Allan Nordhøy epost@anotheragency.no Date: 2018-03-31 (Sat, 31 Mar 2018)
Changed paths: M po/nb.po
Log Message: ----------- Translated using Weblate (Norwegian Bokmål)
Currently translated at 55.2% (1818 of 3288 strings)
[CI skip]
Commit: d3824f2953d4cb5e63323a060fc75b72cf2a7149 https://github.com/phpmyadmin/phpmyadmin/commit/d3824f2953d4cb5e63323a060fc7... Author: Allan Nordhøy epost@anotheragency.no Date: 2018-04-01 (Sun, 01 Apr 2018)
Changed paths: M po/nb.po
Log Message: ----------- Translated using Weblate (Norwegian Bokmål)
Currently translated at 55.2% (1818 of 3288 strings)
[CI skip]
Commit: fad48cb5c85110a3a0c561efe34a599c46b52ba0 https://github.com/phpmyadmin/phpmyadmin/commit/fad48cb5c85110a3a0c561efe34a... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-04-02 (Mon, 02 Apr 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 22.9% (756 of 3288 strings)
[CI skip]
Commit: 369abe94fe47af6874f8beafe913344754f50dc4 https://github.com/phpmyadmin/phpmyadmin/commit/369abe94fe47af6874f8beafe913... Author: ssantos ssantos@web.de Date: 2018-04-03 (Tue, 03 Apr 2018)
Changed paths: M po/de.po
Log Message: ----------- Translated using Weblate (German)
Currently translated at 97.5% (3207 of 3288 strings)
[CI skip]
Commit: d1d424256153ae0a02c769fbdff2e3755d746126 https://github.com/phpmyadmin/phpmyadmin/commit/d1d424256153ae0a02c769fbdff2... Author: ssantos ssantos@web.de Date: 2018-04-03 (Tue, 03 Apr 2018)
Changed paths: M po/de.po
Log Message: ----------- Translated using Weblate (German)
Currently translated at 97.5% (3209 of 3288 strings)
[CI skip]
Commit: 052df448a88ffe1d610767486834961fcbe0ccd2 https://github.com/phpmyadmin/phpmyadmin/commit/052df448a88ffe1d610767486834... Author: Yaron Shahrabani sh.yaron@gmail.com Date: 2018-04-03 (Tue, 03 Apr 2018)
Changed paths: M po/he.po
Log Message: ----------- Translated using Weblate (Hebrew)
Currently translated at 23.1% (760 of 3288 strings)
[CI skip]
Commit: 44dde38223056fd05bb8ae929eab3686eb6e5b39 https://github.com/phpmyadmin/phpmyadmin/commit/44dde38223056fd05bb8ae929eab... Author: Master3395 kimskorgenes@hotmail.com Date: 2018-04-03 (Tue, 03 Apr 2018)
Changed paths: M po/nb.po
Log Message: ----------- Translated using Weblate (Norwegian Bokmål)
Currently translated at 55.5% (1828 of 3288 strings)
[CI skip]
Commit: 51eb8b6c11bdc1eff38bae493f5387a173b1aae5 https://github.com/phpmyadmin/phpmyadmin/commit/51eb8b6c11bdc1eff38bae493f53... Author: Ronny André Løkken rlo012@post.uit.no Date: 2018-04-03 (Tue, 03 Apr 2018)
Changed paths: M po/nb.po
Log Message: ----------- Translated using Weblate (Norwegian Bokmål)
Currently translated at 55.5% (1828 of 3288 strings)
[CI skip]
Commit: 8273f282020158130059c64ba576b2a71aabcc65 https://github.com/phpmyadmin/phpmyadmin/commit/8273f282020158130059c64ba576... Author: Sebastian sebastian@sgundersen.com Date: 2018-04-03 (Tue, 03 Apr 2018)
Changed paths: M po/nb.po
Log Message: ----------- Translated using Weblate (Norwegian Bokmål)
Currently translated at 55.5% (1828 of 3288 strings)
[CI skip]
Commit: 9ee3ed9a38e75e8de8d0d507115d4f32d6a62816 https://github.com/phpmyadmin/phpmyadmin/commit/9ee3ed9a38e75e8de8d0d507115d... Author: Børge Holm-Wennberg borge947@gmail.com Date: 2018-04-03 (Tue, 03 Apr 2018)
Changed paths: M po/nb.po
Log Message: ----------- Translated using Weblate (Norwegian Bokmål)
Currently translated at 55.5% (1828 of 3288 strings)
[CI skip]
Commit: c5e89ae10600736b6a492e4a27f434a73e1fbff7 https://github.com/phpmyadmin/phpmyadmin/commit/c5e89ae10600736b6a492e4a27f4... Author: ssantos ssantos@web.de Date: 2018-04-04 (Wed, 04 Apr 2018)
Changed paths: M po/de.po
Log Message: ----------- Translated using Weblate (German)
Currently translated at 97.9% (3221 of 3288 strings)
[CI skip]
Commit: c5f21dadc93c1ff475b53fac0f849b543f37c2f2 https://github.com/phpmyadmin/phpmyadmin/commit/c5f21dadc93c1ff475b53fac0f84... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-04-04 (Wed, 04 Apr 2018)
Changed paths: M templates/login/twofactor/application.twig M templates/login/twofactor/application_configure.twig
Log Message: ----------- Tell browsers to not remember or autocomplete two-factor input.
Fixes #14131
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: ece9fe84c917780020a0354d0824db9e1d74abda https://github.com/phpmyadmin/phpmyadmin/commit/ece9fe84c917780020a0354d0824... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-04-06 (Fri, 06 Apr 2018)
Changed paths: M js/functions.js
Log Message: ----------- Revert "Remove redundant else"
This reverts commit 8b04a2b2a7c9ff1117b1f28fa2e014f12c272c53.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 7a6b3cbba871d2a429b235c0d0bffb20c1f16823 https://github.com/phpmyadmin/phpmyadmin/commit/7a6b3cbba871d2a429b235c0d0bf... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-04-06 (Fri, 06 Apr 2018)
Changed paths: M js/functions.js M js/sql.js
Log Message: ----------- Revert "Cannot read property sql_query of undefined: #14104 issue fix (#14105)"
This reverts commit ad86eab9748176ede865e6b3b80c4fd93523d508.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: bec8888e7c394082756f1a163e8cdb29d5d62181 https://github.com/phpmyadmin/phpmyadmin/commit/bec8888e7c394082756f1a163e8c... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-04-06 (Fri, 06 Apr 2018)
Changed paths: M js/sql.js
Log Message: ----------- Revert "Merge pull request #14046 from shucon/login"
This reverts commit 5a1ceef67d62ba36da970cb33ab8c8095d1327e9, reversing changes made to 063f3806395cdfc884626f9872f85bde8b06561e.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: c47d3c82dc4b6ecfcb72c7eb70f35514a5417e7d https://github.com/phpmyadmin/phpmyadmin/commit/c47d3c82dc4b6ecfcb72c7eb70f3... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-04-07 (Sat, 07 Apr 2018)
Changed paths: M ChangeLog M README M doc/conf.py M libraries/classes/Config.php
Log Message: ----------- Prepare release 4.8.0
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 9d6ac04ae8cd7064c28c93a6a949cb5324899593 https://github.com/phpmyadmin/phpmyadmin/commit/9d6ac04ae8cd7064c28c93a6a949... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-04-07 (Sat, 07 Apr 2018)
Changed paths: A composer.lock
Log Message: ----------- Adding composer lock for 4.8.0
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: fd02d1686e8bedc9e89a8dbe1b1f4ace27a1257a https://github.com/phpmyadmin/phpmyadmin/commit/fd02d1686e8bedc9e89a8dbe1b1f... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-04-07 (Sat, 07 Apr 2018)
Changed paths: R composer.lock
Log Message: ----------- Removing composer.lock
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Commit: 5ab56d088a8894069727482c4eb5543fd5074b45 https://github.com/phpmyadmin/phpmyadmin/commit/5ab56d088a8894069727482c4eb5... Author: Isaac Bennetch bennetch@gmail.com Date: 2018-04-07 (Sat, 07 Apr 2018)
Changed paths: A .editorconfig A .eslintignore A .eslintrc.json A .github/stale.yml M .gitignore M .scrutinizer.yml M .travis.yml M .weblate A CODE_OF_CONDUCT.md M CONTRIBUTING.md M ChangeLog M README M ajax.php M browse_foreigners.php M build.xml M changelog.php M chk_rel.php M composer.json M db_central_columns.php M db_datadict.php M db_designer.php M db_events.php M db_export.php M db_import.php A db_multi_table_query.php M db_operations.php M db_qbe.php M db_routines.php M db_search.php M db_sql.php M db_sql_autocomplete.php M db_sql_format.php M db_structure.php M db_tracking.php M db_triggers.php M doc/bookmarks.rst M doc/charts.rst M doc/conf.py M doc/config.rst M doc/copyright.rst M doc/credits.rst M doc/faq.rst M doc/glossary.rst M doc/images/bar_chart.png M doc/images/chart.png M doc/images/column_chart.png M doc/images/display_chart.png M doc/images/line_chart.png M doc/images/pie_chart.png M doc/images/pma-relations-category.png M doc/images/pma-relations-links.png M doc/images/pma-relations-relation-link.png M doc/images/pma-relations-relation-name.png M doc/images/pma-relations-relation-view-link.png M doc/images/scatter_chart.png M doc/images/spline_chart.png M doc/images/timeline_chart.png M doc/images/usergroups.png M doc/import_export.rst M doc/index.rst M doc/intro.rst M doc/other.rst M doc/privileges.rst M doc/relations.rst M doc/require.rst A doc/security.rst M doc/settings.rst M doc/setup.rst A doc/themes.rst M doc/transformations.rst A doc/two_factor.rst M doc/user.rst M doc/vendors.rst M error_report.php M examples/openid.php M examples/signon.php M export.php M gis_data_editor.php M import.php M import_status.php M index.php M js/ajax.js M js/chart.js R js/codemirror/LICENSE R js/codemirror/addon/hint/show-hint.css R js/codemirror/addon/hint/show-hint.js R js/codemirror/addon/hint/sql-hint.js R js/codemirror/addon/lint/lint.css R js/codemirror/addon/lint/lint.js M js/codemirror/addon/lint/sql-lint.js R js/codemirror/addon/runmode/runmode.js R js/codemirror/lib/codemirror.css R js/codemirror/lib/codemirror.js R js/codemirror/mode/javascript/javascript.js R js/codemirror/mode/sql/sql.js R js/codemirror/mode/xml/xml.js M js/common.js M js/config.js M js/console.js M js/cross_framing_protection.js M js/db_central_columns.js A js/db_multi_table_query.js M js/db_operations.js M js/db_qbe.js M js/db_search.js M js/db_structure.js M js/db_tracking.js A js/designer/database.js A js/designer/history.js A js/designer/init.js A js/designer/move.js A js/designer/objects.js A js/designer/page.js M js/error_report.js M js/export.js A js/export_output.js M js/functions.js R js/get_image.js.php R js/get_scripts.js.php M js/gis_data_editor.js M js/import.js M js/indexes.js R js/jqplot/jquery.jqplot.js R js/jqplot/plugins/jqplot.barRenderer.js M js/jqplot/plugins/jqplot.byteFormatter.js R js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js R js/jqplot/plugins/jqplot.canvasTextRenderer.js R js/jqplot/plugins/jqplot.categoryAxisRenderer.js R js/jqplot/plugins/jqplot.cursor.js R js/jqplot/plugins/jqplot.dateAxisRenderer.js R js/jqplot/plugins/jqplot.highlighter.js R js/jqplot/plugins/jqplot.pieRenderer.js R js/jqplot/plugins/jqplot.pointLabels.js R js/jquery/MIT-LICENSE.txt R js/jquery/additional-methods.js R js/jquery/jquery-migrate-3.0.0.js R js/jquery/jquery-ui-timepicker-addon.js R js/jquery/jquery-ui.min.js R js/jquery/jquery.ba-hashchange-1.3.js R js/jquery/jquery.cookie.js R js/jquery/jquery.debounce-1.0.5.js R js/jquery/jquery.event.drag-2.2.js R js/jquery/jquery.fullscreen.js R js/jquery/jquery.min.js R js/jquery/jquery.mousewheel.js R js/jquery/jquery.sortableTable.js R js/jquery/jquery.svg.js R js/jquery/jquery.tablesorter.js R js/jquery/jquery.uitablefilter.js R js/jquery/jquery.validate.js R js/jquery/src/README R js/jquery/src/jquery-ui/.jshintrc R js/jquery/src/jquery-ui/core.js R js/jquery/src/jquery-ui/data.js R js/jquery/src/jquery-ui/disable-selection.js R js/jquery/src/jquery-ui/effect.js R js/jquery/src/jquery-ui/effects/effect-blind.js R js/jquery/src/jquery-ui/effects/effect-bounce.js R js/jquery/src/jquery-ui/effects/effect-clip.js R js/jquery/src/jquery-ui/effects/effect-drop.js R js/jquery/src/jquery-ui/effects/effect-explode.js R js/jquery/src/jquery-ui/effects/effect-fade.js R js/jquery/src/jquery-ui/effects/effect-fold.js R js/jquery/src/jquery-ui/effects/effect-highlight.js R js/jquery/src/jquery-ui/effects/effect-puff.js R js/jquery/src/jquery-ui/effects/effect-pulsate.js R js/jquery/src/jquery-ui/effects/effect-scale.js R js/jquery/src/jquery-ui/effects/effect-shake.js R js/jquery/src/jquery-ui/effects/effect-size.js R js/jquery/src/jquery-ui/effects/effect-slide.js R js/jquery/src/jquery-ui/effects/effect-transfer.js R js/jquery/src/jquery-ui/escape-selector.js R js/jquery/src/jquery-ui/focusable.js R js/jquery/src/jquery-ui/form-reset-mixin.js R js/jquery/src/jquery-ui/form.js R js/jquery/src/jquery-ui/i18n/datepicker-af.js R js/jquery/src/jquery-ui/i18n/datepicker-ar-DZ.js R js/jquery/src/jquery-ui/i18n/datepicker-ar.js R js/jquery/src/jquery-ui/i18n/datepicker-az.js R js/jquery/src/jquery-ui/i18n/datepicker-be.js R js/jquery/src/jquery-ui/i18n/datepicker-bg.js R js/jquery/src/jquery-ui/i18n/datepicker-bs.js R js/jquery/src/jquery-ui/i18n/datepicker-ca.js R js/jquery/src/jquery-ui/i18n/datepicker-cs.js R js/jquery/src/jquery-ui/i18n/datepicker-cy-GB.js R js/jquery/src/jquery-ui/i18n/datepicker-da.js R js/jquery/src/jquery-ui/i18n/datepicker-de.js R js/jquery/src/jquery-ui/i18n/datepicker-el.js R js/jquery/src/jquery-ui/i18n/datepicker-en-AU.js R js/jquery/src/jquery-ui/i18n/datepicker-en-GB.js R js/jquery/src/jquery-ui/i18n/datepicker-en-NZ.js R js/jquery/src/jquery-ui/i18n/datepicker-eo.js R js/jquery/src/jquery-ui/i18n/datepicker-es.js R js/jquery/src/jquery-ui/i18n/datepicker-et.js R js/jquery/src/jquery-ui/i18n/datepicker-eu.js R js/jquery/src/jquery-ui/i18n/datepicker-fa.js R js/jquery/src/jquery-ui/i18n/datepicker-fi.js R js/jquery/src/jquery-ui/i18n/datepicker-fo.js R js/jquery/src/jquery-ui/i18n/datepicker-fr-CA.js R js/jquery/src/jquery-ui/i18n/datepicker-fr-CH.js R js/jquery/src/jquery-ui/i18n/datepicker-fr.js R js/jquery/src/jquery-ui/i18n/datepicker-gl.js R js/jquery/src/jquery-ui/i18n/datepicker-he.js R js/jquery/src/jquery-ui/i18n/datepicker-hi.js R js/jquery/src/jquery-ui/i18n/datepicker-hr.js R js/jquery/src/jquery-ui/i18n/datepicker-hu.js R js/jquery/src/jquery-ui/i18n/datepicker-hy.js R js/jquery/src/jquery-ui/i18n/datepicker-id.js R js/jquery/src/jquery-ui/i18n/datepicker-is.js R js/jquery/src/jquery-ui/i18n/datepicker-it-CH.js R js/jquery/src/jquery-ui/i18n/datepicker-it.js R js/jquery/src/jquery-ui/i18n/datepicker-ja.js R js/jquery/src/jquery-ui/i18n/datepicker-ka.js R js/jquery/src/jquery-ui/i18n/datepicker-kk.js R js/jquery/src/jquery-ui/i18n/datepicker-km.js R js/jquery/src/jquery-ui/i18n/datepicker-ko.js R js/jquery/src/jquery-ui/i18n/datepicker-ky.js R js/jquery/src/jquery-ui/i18n/datepicker-lb.js R js/jquery/src/jquery-ui/i18n/datepicker-lt.js R js/jquery/src/jquery-ui/i18n/datepicker-lv.js R js/jquery/src/jquery-ui/i18n/datepicker-mk.js R js/jquery/src/jquery-ui/i18n/datepicker-ml.js R js/jquery/src/jquery-ui/i18n/datepicker-ms.js R js/jquery/src/jquery-ui/i18n/datepicker-nb.js R js/jquery/src/jquery-ui/i18n/datepicker-nl-BE.js R js/jquery/src/jquery-ui/i18n/datepicker-nl.js R js/jquery/src/jquery-ui/i18n/datepicker-nn.js R js/jquery/src/jquery-ui/i18n/datepicker-no.js R js/jquery/src/jquery-ui/i18n/datepicker-pl.js R js/jquery/src/jquery-ui/i18n/datepicker-pt-BR.js R js/jquery/src/jquery-ui/i18n/datepicker-pt.js R js/jquery/src/jquery-ui/i18n/datepicker-rm.js R js/jquery/src/jquery-ui/i18n/datepicker-ro.js R js/jquery/src/jquery-ui/i18n/datepicker-ru.js R js/jquery/src/jquery-ui/i18n/datepicker-sk.js R js/jquery/src/jquery-ui/i18n/datepicker-sl.js R js/jquery/src/jquery-ui/i18n/datepicker-sq.js R js/jquery/src/jquery-ui/i18n/datepicker-sr-SR.js R js/jquery/src/jquery-ui/i18n/datepicker-sr.js R js/jquery/src/jquery-ui/i18n/datepicker-sv.js R js/jquery/src/jquery-ui/i18n/datepicker-ta.js R js/jquery/src/jquery-ui/i18n/datepicker-th.js R js/jquery/src/jquery-ui/i18n/datepicker-tj.js R js/jquery/src/jquery-ui/i18n/datepicker-tr.js R js/jquery/src/jquery-ui/i18n/datepicker-uk.js R js/jquery/src/jquery-ui/i18n/datepicker-vi.js R js/jquery/src/jquery-ui/i18n/datepicker-zh-CN.js R js/jquery/src/jquery-ui/i18n/datepicker-zh-HK.js R js/jquery/src/jquery-ui/i18n/datepicker-zh-TW.js R js/jquery/src/jquery-ui/ie.js R js/jquery/src/jquery-ui/jquery-1-7.js R js/jquery/src/jquery-ui/keycode.js R js/jquery/src/jquery-ui/labels.js R js/jquery/src/jquery-ui/plugin.js R js/jquery/src/jquery-ui/position.js R js/jquery/src/jquery-ui/safe-active-element.js R js/jquery/src/jquery-ui/safe-blur.js R js/jquery/src/jquery-ui/scroll-parent.js R js/jquery/src/jquery-ui/tabbable.js R js/jquery/src/jquery-ui/unique-id.js R js/jquery/src/jquery-ui/version.js R js/jquery/src/jquery-ui/widget.js R js/jquery/src/jquery-ui/widgets/accordion.js R js/jquery/src/jquery-ui/widgets/autocomplete.js R js/jquery/src/jquery-ui/widgets/button.js R js/jquery/src/jquery-ui/widgets/checkboxradio.js R js/jquery/src/jquery-ui/widgets/controlgroup.js R js/jquery/src/jquery-ui/widgets/datepicker.js R js/jquery/src/jquery-ui/widgets/dialog.js R js/jquery/src/jquery-ui/widgets/draggable.js R js/jquery/src/jquery-ui/widgets/droppable.js R js/jquery/src/jquery-ui/widgets/menu.js R js/jquery/src/jquery-ui/widgets/mouse.js R js/jquery/src/jquery-ui/widgets/progressbar.js R js/jquery/src/jquery-ui/widgets/resizable.js R js/jquery/src/jquery-ui/widgets/selectable.js R js/jquery/src/jquery-ui/widgets/selectmenu.js R js/jquery/src/jquery-ui/widgets/slider.js R js/jquery/src/jquery-ui/widgets/sortable.js R js/jquery/src/jquery-ui/widgets/spinner.js R js/jquery/src/jquery-ui/widgets/tabs.js R js/jquery/src/jquery-ui/widgets/tooltip.js R js/jquery/src/jquery/.eslintrc.json R js/jquery/src/jquery/ajax.js R js/jquery/src/jquery/ajax/jsonp.js R js/jquery/src/jquery/ajax/load.js R js/jquery/src/jquery/ajax/parseXML.js R js/jquery/src/jquery/ajax/script.js R js/jquery/src/jquery/ajax/var/location.js R js/jquery/src/jquery/ajax/var/nonce.js R js/jquery/src/jquery/ajax/var/rquery.js R js/jquery/src/jquery/ajax/xhr.js R js/jquery/src/jquery/attributes.js R js/jquery/src/jquery/attributes/attr.js R js/jquery/src/jquery/attributes/classes.js R js/jquery/src/jquery/attributes/prop.js R js/jquery/src/jquery/attributes/support.js R js/jquery/src/jquery/attributes/val.js R js/jquery/src/jquery/callbacks.js R js/jquery/src/jquery/core.js R js/jquery/src/jquery/core/DOMEval.js R js/jquery/src/jquery/core/access.js R js/jquery/src/jquery/core/init.js R js/jquery/src/jquery/core/parseHTML.js R js/jquery/src/jquery/core/ready-no-deferred.js R js/jquery/src/jquery/core/ready.js R js/jquery/src/jquery/core/readyException.js R js/jquery/src/jquery/core/stripAndCollapse.js R js/jquery/src/jquery/core/support.js R js/jquery/src/jquery/core/var/rsingleTag.js R js/jquery/src/jquery/css.js R js/jquery/src/jquery/css/addGetHookIf.js R js/jquery/src/jquery/css/adjustCSS.js R js/jquery/src/jquery/css/curCSS.js R js/jquery/src/jquery/css/hiddenVisibleSelectors.js R js/jquery/src/jquery/css/showHide.js R js/jquery/src/jquery/css/support.js R js/jquery/src/jquery/css/var/cssExpand.js R js/jquery/src/jquery/css/var/getStyles.js R js/jquery/src/jquery/css/var/isHiddenWithinTree.js R js/jquery/src/jquery/css/var/rmargin.js R js/jquery/src/jquery/css/var/rnumnonpx.js R js/jquery/src/jquery/css/var/swap.js R js/jquery/src/jquery/data.js R js/jquery/src/jquery/data/Data.js R js/jquery/src/jquery/data/var/acceptData.js R js/jquery/src/jquery/data/var/dataPriv.js R js/jquery/src/jquery/data/var/dataUser.js R js/jquery/src/jquery/deferred.js R js/jquery/src/jquery/deferred/exceptionHook.js R js/jquery/src/jquery/deprecated.js R js/jquery/src/jquery/dimensions.js R js/jquery/src/jquery/effects.js R js/jquery/src/jquery/effects/Tween.js R js/jquery/src/jquery/effects/animatedSelector.js R js/jquery/src/jquery/event.js R js/jquery/src/jquery/event/ajax.js R js/jquery/src/jquery/event/alias.js R js/jquery/src/jquery/event/focusin.js R js/jquery/src/jquery/event/support.js R js/jquery/src/jquery/event/trigger.js R js/jquery/src/jquery/exports/amd.js R js/jquery/src/jquery/exports/global.js R js/jquery/src/jquery/jquery.js R js/jquery/src/jquery/manipulation.js R js/jquery/src/jquery/manipulation/_evalUrl.js R js/jquery/src/jquery/manipulation/buildFragment.js R js/jquery/src/jquery/manipulation/getAll.js R js/jquery/src/jquery/manipulation/setGlobalEval.js R js/jquery/src/jquery/manipulation/support.js R js/jquery/src/jquery/manipulation/var/rcheckableType.js R js/jquery/src/jquery/manipulation/var/rscriptType.js R js/jquery/src/jquery/manipulation/var/rtagName.js R js/jquery/src/jquery/manipulation/wrapMap.js R js/jquery/src/jquery/offset.js R js/jquery/src/jquery/queue.js R js/jquery/src/jquery/queue/delay.js R js/jquery/src/jquery/selector-native.js R js/jquery/src/jquery/selector-sizzle.js R js/jquery/src/jquery/selector.js R js/jquery/src/jquery/serialize.js R js/jquery/src/jquery/traversing.js R js/jquery/src/jquery/traversing/findFilter.js R js/jquery/src/jquery/traversing/var/dir.js R js/jquery/src/jquery/traversing/var/rneedsContext.js R js/jquery/src/jquery/traversing/var/siblings.js R js/jquery/src/jquery/var/ObjectFunctionString.js R js/jquery/src/jquery/var/arr.js R js/jquery/src/jquery/var/class2type.js R js/jquery/src/jquery/var/concat.js R js/jquery/src/jquery/var/document.js R js/jquery/src/jquery/var/documentElement.js R js/jquery/src/jquery/var/fnToString.js R js/jquery/src/jquery/var/getProto.js R js/jquery/src/jquery/var/hasOwn.js R js/jquery/src/jquery/var/indexOf.js R js/jquery/src/jquery/var/pnum.js R js/jquery/src/jquery/var/push.js R js/jquery/src/jquery/var/rcssNum.js R js/jquery/src/jquery/var/rnothtmlwhite.js R js/jquery/src/jquery/var/slice.js R js/jquery/src/jquery/var/support.js R js/jquery/src/jquery/var/toString.js R js/jquery/src/jquery/wrap.js M js/keyhandler.js M js/makegrid.js M js/menu-resizer.js M js/messages.php M js/microhistory.js M js/multi_column_sort.js M js/navigation.js M js/normalization.js R js/openlayers/OpenLayers.js R js/openlayers/img/blank.gif R js/openlayers/img/cloud-popup-relative.png R js/openlayers/img/drag-rectangle-off.png R js/openlayers/img/drag-rectangle-on.png R js/openlayers/img/east-mini.png R js/openlayers/img/layer-switcher-maximize.png R js/openlayers/img/layer-switcher-minimize.png R js/openlayers/img/marker-blue.png R js/openlayers/img/marker-gold.png R js/openlayers/img/marker-green.png R js/openlayers/img/marker.png R js/openlayers/img/measuring-stick-off.png R js/openlayers/img/measuring-stick-on.png R js/openlayers/img/north-mini.png R js/openlayers/img/panning-hand-off.png R js/openlayers/img/panning-hand-on.png R js/openlayers/img/slider.png R js/openlayers/img/south-mini.png R js/openlayers/img/west-mini.png R js/openlayers/img/zoom-minus-mini.png R js/openlayers/img/zoom-plus-mini.png R js/openlayers/img/zoom-world-mini.png R js/openlayers/img/zoombar.png R js/openlayers/src/openlayers/lib/Firebug/errorIcon.png R js/openlayers/src/openlayers/lib/Firebug/firebug.css R js/openlayers/src/openlayers/lib/Firebug/firebug.html R js/openlayers/src/openlayers/lib/Firebug/firebug.js R js/openlayers/src/openlayers/lib/Firebug/firebugx.js R js/openlayers/src/openlayers/lib/Firebug/infoIcon.png R js/openlayers/src/openlayers/lib/Firebug/license.txt R js/openlayers/src/openlayers/lib/Firebug/readme.txt R js/openlayers/src/openlayers/lib/Firebug/warningIcon.png R js/openlayers/src/openlayers/lib/OpenLayers.js R js/openlayers/src/openlayers/lib/OpenLayers/Animation.js R js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes.js R js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Bounds.js R js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Class.js R js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Date.js R js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Element.js R js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/LonLat.js R js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Pixel.js R js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Size.js R js/openlayers/src/openlayers/lib/OpenLayers/Console.js R js/openlayers/src/openlayers/lib/OpenLayers/Control.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/ArgParser.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Attribution.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Button.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/CacheRead.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/CacheWrite.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/DragFeature.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/DragPan.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/DrawFeature.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/EditingToolbar.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Geolocate.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/GetFeature.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Graticule.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/LayerSwitcher.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Measure.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/ModifyFeature.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/MousePosition.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/NavToolbar.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Navigation.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/NavigationHistory.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/OverviewMap.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Pan.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/PanPanel.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoom.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoomBar.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Panel.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Permalink.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/PinchZoom.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/SLDSelect.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Scale.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/ScaleLine.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/SelectFeature.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Snapping.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Split.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/TouchNavigation.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/TransformFeature.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/UTFGrid.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/Zoom.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomBox.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomIn.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomOut.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomPanel.js R js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js R js/openlayers/src/openlayers/lib/OpenLayers/Events.js R js/openlayers/src/openlayers/lib/OpenLayers/Events/buttonclick.js R js/openlayers/src/openlayers/lib/OpenLayers/Events/featureclick.js R js/openlayers/src/openlayers/lib/OpenLayers/Feature.js R js/openlayers/src/openlayers/lib/OpenLayers/Feature/Vector.js R js/openlayers/src/openlayers/lib/OpenLayers/Filter.js R js/openlayers/src/openlayers/lib/OpenLayers/Filter/Comparison.js R js/openlayers/src/openlayers/lib/OpenLayers/Filter/FeatureId.js R js/openlayers/src/openlayers/lib/OpenLayers/Filter/Function.js R js/openlayers/src/openlayers/lib/OpenLayers/Filter/Logical.js R js/openlayers/src/openlayers/lib/OpenLayers/Filter/Spatial.js R js/openlayers/src/openlayers/lib/OpenLayers/Format.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML/Features.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/Atom.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/CQL.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/Context.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/EncodedPolyline.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_0_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_1_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/GML.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/Base.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v2.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v3.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/GPX.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoJSON.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoRSS.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/JSON.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/KML.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/OGCExceptionReport.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/OSM.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/QueryStringFilter.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0_GeoServer.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetObservation.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/Text.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WCSCapabilities.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WCSCapabilities/v1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WCSCapabilities/v1_1_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WCSGetCoverage.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WFS.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_0_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_1_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WKT.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_1_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1_WMSC.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WPSCapabilities.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WPSCapabilities/v1_0_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WPSDescribeProcess.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/WPSExecute.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/XLS.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/XLS/v1.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/XLS/v1_1_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/XML.js R js/openlayers/src/openlayers/lib/OpenLayers/Format/XML/VersionedOGC.js R js/openlayers/src/openlayers/lib/OpenLayers/Geometry.js R js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Collection.js R js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Curve.js R js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LineString.js R js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LinearRing.js R js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiLineString.js R js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPoint.js R js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js R js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Point.js R js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Polygon.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler/Box.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler/Click.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler/Drag.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler/Feature.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler/Hover.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler/Keyboard.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler/MouseWheel.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler/Path.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler/Pinch.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler/Point.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler/Polygon.js R js/openlayers/src/openlayers/lib/OpenLayers/Handler/RegularPolygon.js R js/openlayers/src/openlayers/lib/OpenLayers/Icon.js R js/openlayers/src/openlayers/lib/OpenLayers/Kinetic.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/ar.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/be-tarask.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/bg.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/br.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/ca.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/cs-CZ.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/da-DK.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/de.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/el.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/en-CA.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/en.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/es.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/fi.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/fr.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/fur.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/gl.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/gsw.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/hr.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/hsb.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/hu.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/ia.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/id.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/io.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/is.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/it.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/ja.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/km.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/ksh.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/lt.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/nb.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/nds.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/nl.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/nn.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/oc.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/pl.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/pt-BR.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/pt.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/ro.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/ru.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/sk.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/sv-SE.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/te.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/vi.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-CN.js R js/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-TW.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcGIS93Rest.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcGISCache.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcIMS.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/Bing.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/Boxes.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/EventPane.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/GeoRSS.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google/v3.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/Grid.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/HTTPRequest.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/Image.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMap.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMapCache.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapGuide.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/Markers.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/OSM.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/PointGrid.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/PointTrack.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/SphericalMercator.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/TMS.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/Text.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/TileCache.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/UTFGrid.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector/RootContainer.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMTS.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/WorldWind.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/XYZ.js R js/openlayers/src/openlayers/lib/OpenLayers/Layer/Zoomify.js R js/openlayers/src/openlayers/lib/OpenLayers/Map.js R js/openlayers/src/openlayers/lib/OpenLayers/Marker.js R js/openlayers/src/openlayers/lib/OpenLayers/Marker/Box.js R js/openlayers/src/openlayers/lib/OpenLayers/Popup.js R js/openlayers/src/openlayers/lib/OpenLayers/Popup/Anchored.js R js/openlayers/src/openlayers/lib/OpenLayers/Popup/Framed.js R js/openlayers/src/openlayers/lib/OpenLayers/Popup/FramedCloud.js R js/openlayers/src/openlayers/lib/OpenLayers/Projection.js R js/openlayers/src/openlayers/lib/OpenLayers/Protocol.js R js/openlayers/src/openlayers/lib/OpenLayers/Protocol/CSW.js R js/openlayers/src/openlayers/lib/OpenLayers/Protocol/CSW/v2_0_2.js R js/openlayers/src/openlayers/lib/OpenLayers/Protocol/HTTP.js R js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS.js R js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS/v1_0_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Protocol/Script.js R js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS.js R js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1.js R js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_0_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_1_0.js R js/openlayers/src/openlayers/lib/OpenLayers/Renderer.js R js/openlayers/src/openlayers/lib/OpenLayers/Renderer/Canvas.js R js/openlayers/src/openlayers/lib/OpenLayers/Renderer/Elements.js R js/openlayers/src/openlayers/lib/OpenLayers/Renderer/SVG.js R js/openlayers/src/openlayers/lib/OpenLayers/Renderer/VML.js R js/openlayers/src/openlayers/lib/OpenLayers/Request.js R js/openlayers/src/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js R js/openlayers/src/openlayers/lib/OpenLayers/Rule.js R js/openlayers/src/openlayers/lib/OpenLayers/SingleFile.js R js/openlayers/src/openlayers/lib/OpenLayers/Spherical.js R js/openlayers/src/openlayers/lib/OpenLayers/Strategy.js R js/openlayers/src/openlayers/lib/OpenLayers/Strategy/BBOX.js R js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Cluster.js R js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Filter.js R js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Fixed.js R js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Paging.js R js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Refresh.js R js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Save.js R js/openlayers/src/openlayers/lib/OpenLayers/Style.js R js/openlayers/src/openlayers/lib/OpenLayers/Style2.js R js/openlayers/src/openlayers/lib/OpenLayers/StyleMap.js R js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer.js R js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Line.js R js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Point.js R js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Polygon.js R js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Raster.js R js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Text.js R js/openlayers/src/openlayers/lib/OpenLayers/Tile.js R js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image.js R js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image/IFrame.js R js/openlayers/src/openlayers/lib/OpenLayers/Tile/UTFGrid.js R js/openlayers/src/openlayers/lib/OpenLayers/TileManager.js R js/openlayers/src/openlayers/lib/OpenLayers/Tween.js R js/openlayers/src/openlayers/lib/OpenLayers/Util.js R js/openlayers/src/openlayers/lib/OpenLayers/Util/vendorPrefix.js R js/openlayers/src/openlayers/lib/OpenLayers/WPSClient.js R js/openlayers/src/openlayers/lib/OpenLayers/WPSProcess.js R js/openlayers/src/openlayers/lib/Rico/Color.js R js/openlayers/src/openlayers/lib/Rico/Corner.js R js/openlayers/src/openlayers/lib/Rico/license.js R js/openlayers/src/openlayers/lib/deprecated.js R js/openlayers/src/readme.md R js/openlayers/theme/default/google.css R js/openlayers/theme/default/google.tidy.css R js/openlayers/theme/default/ie6-style.css R js/openlayers/theme/default/ie6-style.tidy.css R js/openlayers/theme/default/img/add_point_off.png R js/openlayers/theme/default/img/add_point_on.png R js/openlayers/theme/default/img/blank.gif R js/openlayers/theme/default/img/close.gif R js/openlayers/theme/default/img/drag-rectangle-off.png R js/openlayers/theme/default/img/drag-rectangle-on.png R js/openlayers/theme/default/img/draw_line_off.png R js/openlayers/theme/default/img/draw_line_on.png R js/openlayers/theme/default/img/draw_point_off.png R js/openlayers/theme/default/img/draw_point_on.png R js/openlayers/theme/default/img/draw_polygon_off.png R js/openlayers/theme/default/img/draw_polygon_on.png R js/openlayers/theme/default/img/editing_tool_bar.png R js/openlayers/theme/default/img/move_feature_off.png R js/openlayers/theme/default/img/move_feature_on.png R js/openlayers/theme/default/img/navigation_history.png R js/openlayers/theme/default/img/overview_replacement.gif R js/openlayers/theme/default/img/pan-panel-NOALPHA.png R js/openlayers/theme/default/img/pan-panel.png R js/openlayers/theme/default/img/pan_off.png R js/openlayers/theme/default/img/pan_on.png R js/openlayers/theme/default/img/panning-hand-off.png R js/openlayers/theme/default/img/panning-hand-on.png R js/openlayers/theme/default/img/remove_point_off.png R js/openlayers/theme/default/img/remove_point_on.png R js/openlayers/theme/default/img/ruler.png R js/openlayers/theme/default/img/save_features_off.png R js/openlayers/theme/default/img/save_features_on.png R js/openlayers/theme/default/img/view_next_off.png R js/openlayers/theme/default/img/view_next_on.png R js/openlayers/theme/default/img/view_previous_off.png R js/openlayers/theme/default/img/view_previous_on.png R js/openlayers/theme/default/img/zoom-panel-NOALPHA.png R js/openlayers/theme/default/img/zoom-panel.png R js/openlayers/theme/default/style.css R js/openlayers/theme/default/style.mobile.css R js/openlayers/theme/default/style.mobile.tidy.css R js/openlayers/theme/default/style.tidy.css M js/page_settings.js R js/pmd/designer_db.js R js/pmd/designer_objects.js R js/pmd/designer_page.js R js/pmd/history.js R js/pmd/init.js R js/pmd/move.js M js/replication.js M js/rte.js M js/server_databases.js M js/server_plugins.js M js/server_privileges.js M js/server_status_advisor.js M js/server_status_monitor.js M js/server_status_processes.js M js/server_status_sorter.js M js/server_status_variables.js M js/server_user_groups.js M js/server_variables.js M js/shortcuts_handler.js R js/sprintf.js M js/sql.js M js/tbl_change.js M js/tbl_chart.js M js/tbl_find_replace.js M js/tbl_gis_visualization.js M js/tbl_operations.js M js/tbl_relation.js M js/tbl_select.js M js/tbl_structure.js M js/tbl_tracking.js M js/tbl_zoom_plot_jqplot.js R js/tracekit/tracekit.js M js/transformations/image_upload.js M js/transformations/json.js M js/transformations/json_editor.js M js/transformations/sql_editor.js M js/transformations/xml.js M js/transformations/xml_editor.js A js/u2f.js A js/vendor/codemirror/LICENSE A js/vendor/codemirror/addon/hint/show-hint.css A js/vendor/codemirror/addon/hint/show-hint.js A js/vendor/codemirror/addon/hint/sql-hint.js A js/vendor/codemirror/addon/lint/lint.css A js/vendor/codemirror/addon/lint/lint.js A js/vendor/codemirror/addon/runmode/runmode.js A js/vendor/codemirror/lib/codemirror.css A js/vendor/codemirror/lib/codemirror.js A js/vendor/codemirror/mode/javascript/javascript.js A js/vendor/codemirror/mode/sql/sql.js A js/vendor/codemirror/mode/xml/xml.js A js/vendor/jqplot/jquery.jqplot.js A js/vendor/jqplot/plugins/jqplot.barRenderer.js A js/vendor/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js A js/vendor/jqplot/plugins/jqplot.canvasTextRenderer.js A js/vendor/jqplot/plugins/jqplot.categoryAxisRenderer.js A js/vendor/jqplot/plugins/jqplot.cursor.js A js/vendor/jqplot/plugins/jqplot.dateAxisRenderer.js A js/vendor/jqplot/plugins/jqplot.enhancedPieLegendRenderer.js A js/vendor/jqplot/plugins/jqplot.highlighter.js A js/vendor/jqplot/plugins/jqplot.pieRenderer.js A js/vendor/jqplot/plugins/jqplot.pointLabels.js A js/vendor/jquery/MIT-LICENSE.txt A js/vendor/jquery/additional-methods.js A js/vendor/jquery/jquery-migrate.js A js/vendor/jquery/jquery-ui-timepicker-addon.js A js/vendor/jquery/jquery-ui.min.js A js/vendor/jquery/jquery.ba-hashchange-1.3.js A js/vendor/jquery/jquery.debounce-1.0.5.js A js/vendor/jquery/jquery.event.drag-2.2.js A js/vendor/jquery/jquery.fullscreen.js A js/vendor/jquery/jquery.md5.js A js/vendor/jquery/jquery.min.js A js/vendor/jquery/jquery.mousewheel.js A js/vendor/jquery/jquery.sortableTable.js A js/vendor/jquery/jquery.svg.js A js/vendor/jquery/jquery.tablesorter.js A js/vendor/jquery/jquery.uitablefilter.js A js/vendor/jquery/jquery.validate.js A js/vendor/js.cookie.js A js/vendor/openlayers/OpenLayers.js A js/vendor/openlayers/img/blank.gif A js/vendor/openlayers/img/cloud-popup-relative.png A js/vendor/openlayers/img/drag-rectangle-off.png A js/vendor/openlayers/img/drag-rectangle-on.png A js/vendor/openlayers/img/east-mini.png A js/vendor/openlayers/img/layer-switcher-maximize.png A js/vendor/openlayers/img/layer-switcher-minimize.png A js/vendor/openlayers/img/marker-blue.png A js/vendor/openlayers/img/marker-gold.png A js/vendor/openlayers/img/marker-green.png A js/vendor/openlayers/img/marker.png A js/vendor/openlayers/img/measuring-stick-off.png A js/vendor/openlayers/img/measuring-stick-on.png A js/vendor/openlayers/img/north-mini.png A js/vendor/openlayers/img/panning-hand-off.png A js/vendor/openlayers/img/panning-hand-on.png A js/vendor/openlayers/img/slider.png A js/vendor/openlayers/img/south-mini.png A js/vendor/openlayers/img/west-mini.png A js/vendor/openlayers/img/zoom-minus-mini.png A js/vendor/openlayers/img/zoom-plus-mini.png A js/vendor/openlayers/img/zoom-world-mini.png A js/vendor/openlayers/img/zoombar.png A js/vendor/openlayers/src/openlayers/lib/Firebug/errorIcon.png A js/vendor/openlayers/src/openlayers/lib/Firebug/firebug.css A js/vendor/openlayers/src/openlayers/lib/Firebug/firebug.html A js/vendor/openlayers/src/openlayers/lib/Firebug/firebug.js A js/vendor/openlayers/src/openlayers/lib/Firebug/firebugx.js A js/vendor/openlayers/src/openlayers/lib/Firebug/infoIcon.png A js/vendor/openlayers/src/openlayers/lib/Firebug/license.txt A js/vendor/openlayers/src/openlayers/lib/Firebug/readme.txt A js/vendor/openlayers/src/openlayers/lib/Firebug/warningIcon.png A js/vendor/openlayers/src/openlayers/lib/OpenLayers.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Animation.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/BaseTypes.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Bounds.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Class.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Date.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Element.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/LonLat.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Pixel.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Size.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Console.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/ArgParser.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Attribution.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Button.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/CacheRead.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/CacheWrite.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/DragFeature.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/DragPan.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/DrawFeature.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/EditingToolbar.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Geolocate.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/GetFeature.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Graticule.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/LayerSwitcher.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Measure.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/ModifyFeature.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/MousePosition.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/NavToolbar.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Navigation.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/NavigationHistory.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/OverviewMap.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Pan.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/PanPanel.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoom.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoomBar.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Panel.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Permalink.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/PinchZoom.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/SLDSelect.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Scale.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/ScaleLine.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/SelectFeature.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Snapping.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Split.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/TouchNavigation.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/TransformFeature.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/UTFGrid.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/Zoom.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomBox.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomIn.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomOut.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomPanel.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Events.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Events/buttonclick.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Events/featureclick.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Feature.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Feature/Vector.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Filter.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Filter/Comparison.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Filter/FeatureId.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Filter/Function.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Filter/Logical.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Filter/Spatial.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML/Features.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/Atom.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/CQL.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/Context.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/EncodedPolyline.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/Filter.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_0_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_1_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/GML.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/GML/Base.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v2.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v3.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/GPX.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/GeoJSON.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/GeoRSS.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/JSON.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/KML.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/OGCExceptionReport.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/OSM.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/QueryStringFilter.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/SLD.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0_GeoServer.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetObservation.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/Text.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WCSCapabilities.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WCSCapabilities/v1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WCSCapabilities/v1_1_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WCSGetCoverage.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WFS.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WFST.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_0_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_1_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WKT.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMC.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_1_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1_WMSC.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WPSCapabilities.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WPSCapabilities/v1_0_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WPSDescribeProcess.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/WPSExecute.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/XLS.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/XLS/v1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/XLS/v1_1_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/XML.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Format/XML/VersionedOGC.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Geometry.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Geometry/Collection.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Geometry/Curve.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Geometry/LineString.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Geometry/LinearRing.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiLineString.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPoint.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Geometry/Point.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Geometry/Polygon.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler/Box.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler/Click.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler/Drag.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler/Feature.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler/Hover.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler/Keyboard.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler/MouseWheel.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler/Path.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler/Pinch.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler/Point.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler/Polygon.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Handler/RegularPolygon.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Icon.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Kinetic.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/ar.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/be-tarask.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/bg.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/br.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/ca.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/cs-CZ.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/da-DK.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/de.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/el.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/en-CA.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/en.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/es.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/fi.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/fr.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/fur.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/gl.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/gsw.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/hr.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/hsb.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/hu.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/ia.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/id.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/io.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/is.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/it.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/ja.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/km.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/ksh.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/lt.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/nb.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/nds.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/nl.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/nn.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/oc.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/pl.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/pt-BR.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/pt.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/ro.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/ru.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/sk.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/sv-SE.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/te.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/vi.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-CN.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-TW.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcGIS93Rest.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcGISCache.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcIMS.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/Bing.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/Boxes.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/EventPane.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/GeoRSS.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/Google.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/Google/v3.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/Grid.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/HTTPRequest.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/Image.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMap.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMapCache.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/MapGuide.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/Markers.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/OSM.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/PointGrid.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/PointTrack.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/SphericalMercator.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/TMS.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/Text.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/TileCache.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/UTFGrid.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector/RootContainer.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/WMTS.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/WorldWind.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/XYZ.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Layer/Zoomify.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Map.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Marker.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Marker/Box.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Popup.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Popup/Anchored.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Popup/Framed.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Popup/FramedCloud.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Projection.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Protocol.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Protocol/CSW.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Protocol/CSW/v2_0_2.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Protocol/HTTP.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS/v1_0_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Protocol/Script.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_0_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_1_0.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Renderer.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Renderer/Canvas.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Renderer/Elements.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Renderer/SVG.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Renderer/VML.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Request.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Rule.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/SingleFile.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Spherical.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Strategy.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Strategy/BBOX.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Strategy/Cluster.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Strategy/Filter.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Strategy/Fixed.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Strategy/Paging.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Strategy/Refresh.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Strategy/Save.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Style.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Style2.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/StyleMap.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Symbolizer.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Line.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Point.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Polygon.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Raster.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Text.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Tile.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Tile/Image.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Tile/Image/IFrame.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Tile/UTFGrid.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/TileManager.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Tween.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Util.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/Util/vendorPrefix.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/WPSClient.js A js/vendor/openlayers/src/openlayers/lib/OpenLayers/WPSProcess.js A js/vendor/openlayers/src/openlayers/lib/Rico/Color.js A js/vendor/openlayers/src/openlayers/lib/Rico/Corner.js A js/vendor/openlayers/src/openlayers/lib/Rico/license.js A js/vendor/openlayers/src/openlayers/lib/deprecated.js A js/vendor/openlayers/src/readme.md A js/vendor/openlayers/theme/default/google.css A js/vendor/openlayers/theme/default/google.tidy.css A js/vendor/openlayers/theme/default/ie6-style.css A js/vendor/openlayers/theme/default/ie6-style.tidy.css A js/vendor/openlayers/theme/default/img/add_point_off.png A js/vendor/openlayers/theme/default/img/add_point_on.png A js/vendor/openlayers/theme/default/img/blank.gif A js/vendor/openlayers/theme/default/img/close.gif A js/vendor/openlayers/theme/default/img/drag-rectangle-off.png A js/vendor/openlayers/theme/default/img/drag-rectangle-on.png A js/vendor/openlayers/theme/default/img/draw_line_off.png A js/vendor/openlayers/theme/default/img/draw_line_on.png A js/vendor/openlayers/theme/default/img/draw_point_off.png A js/vendor/openlayers/theme/default/img/draw_point_on.png A js/vendor/openlayers/theme/default/img/draw_polygon_off.png A js/vendor/openlayers/theme/default/img/draw_polygon_on.png A js/vendor/openlayers/theme/default/img/editing_tool_bar.png A js/vendor/openlayers/theme/default/img/move_feature_off.png A js/vendor/openlayers/theme/default/img/move_feature_on.png A js/vendor/openlayers/theme/default/img/navigation_history.png A js/vendor/openlayers/theme/default/img/overview_replacement.gif A js/vendor/openlayers/theme/default/img/pan-panel-NOALPHA.png A js/vendor/openlayers/theme/default/img/pan-panel.png A js/vendor/openlayers/theme/default/img/pan_off.png A js/vendor/openlayers/theme/default/img/pan_on.png A js/vendor/openlayers/theme/default/img/panning-hand-off.png A js/vendor/openlayers/theme/default/img/panning-hand-on.png A js/vendor/openlayers/theme/default/img/remove_point_off.png A js/vendor/openlayers/theme/default/img/remove_point_on.png A js/vendor/openlayers/theme/default/img/ruler.png A js/vendor/openlayers/theme/default/img/save_features_off.png A js/vendor/openlayers/theme/default/img/save_features_on.png A js/vendor/openlayers/theme/default/img/view_next_off.png A js/vendor/openlayers/theme/default/img/view_next_on.png A js/vendor/openlayers/theme/default/img/view_previous_off.png A js/vendor/openlayers/theme/default/img/view_previous_on.png A js/vendor/openlayers/theme/default/img/zoom-panel-NOALPHA.png A js/vendor/openlayers/theme/default/img/zoom-panel.png A js/vendor/openlayers/theme/default/style.css A js/vendor/openlayers/theme/default/style.mobile.css A js/vendor/openlayers/theme/default/style.mobile.tidy.css A js/vendor/openlayers/theme/default/style.tidy.css A js/vendor/sprintf.js A js/vendor/tracekit.js A js/vendor/u2f-api-polyfill.js A js/vendor/zxcvbn.js M js/whitelist.php R js/zxcvbn.js R libraries/Advisor.php R libraries/Bookmark.php R libraries/Charsets.php R libraries/Config.php R libraries/Console.php R libraries/DatabaseInterface.php R libraries/DbList.php R libraries/DbQbe.php R libraries/DbSearch.php R libraries/DisplayResults.php R libraries/Encoding.php R libraries/Error.php R libraries/ErrorHandler.php R libraries/File.php R libraries/Font.php R libraries/Footer.php R libraries/Header.php R libraries/Index.php R libraries/IndexColumn.php R libraries/Language.php R libraries/LanguageManager.php R libraries/Linter.php R libraries/ListAbstract.php R libraries/ListDatabase.php R libraries/Logging.php R libraries/Menu.php R libraries/Message.php R libraries/OpenDocument.php R libraries/OutputBuffering.php R libraries/PDF.php R libraries/Partition.php R libraries/RecentFavoriteTable.php R libraries/Response.php R libraries/Sanitize.php R libraries/SavedSearches.php R libraries/Scripts.php R libraries/ServerStatusData.php R libraries/StorageEngine.php R libraries/SubPartition.php R libraries/SysInfo.php R libraries/SysInfoLinux.php R libraries/SysInfoSunOS.php R libraries/SysInfoWINNT.php R libraries/SystemDatabase.php R libraries/Table.php R libraries/Template.php R libraries/Theme.php R libraries/ThemeManager.php R libraries/Tracker.php R libraries/Types.php R libraries/TypesMySQL.php R libraries/URL.php R libraries/Util.php R libraries/VersionInformation.php R libraries/ZipFile.php R libraries/advisor.lib.php R libraries/browse_foreigners.lib.php R libraries/central_columns.lib.php A libraries/check_user_privileges.inc.php R libraries/check_user_privileges.lib.php A libraries/classes/Advisor.php A libraries/classes/Bookmark.php A libraries/classes/BrowseForeigners.php A libraries/classes/CentralColumns.php A libraries/classes/Charsets.php A libraries/classes/CheckUserPrivileges.php A libraries/classes/Config.php A libraries/classes/Config/ConfigFile.php A libraries/classes/Config/Descriptions.php A libraries/classes/Config/Form.php A libraries/classes/Config/FormDisplay.php A libraries/classes/Config/FormDisplayTemplate.php A libraries/classes/Config/Forms/BaseForm.php A libraries/classes/Config/Forms/BaseFormList.php A libraries/classes/Config/Forms/Page/BrowseForm.php A libraries/classes/Config/Forms/Page/DbStructureForm.php A libraries/classes/Config/Forms/Page/EditForm.php A libraries/classes/Config/Forms/Page/ExportForm.php A libraries/classes/Config/Forms/Page/ImportForm.php A libraries/classes/Config/Forms/Page/NaviForm.php A libraries/classes/Config/Forms/Page/PageFormList.php A libraries/classes/Config/Forms/Page/SqlForm.php A libraries/classes/Config/Forms/Page/TableStructureForm.php A libraries/classes/Config/Forms/Setup/ConfigForm.php A libraries/classes/Config/Forms/Setup/ExportForm.php A libraries/classes/Config/Forms/Setup/FeaturesForm.php A libraries/classes/Config/Forms/Setup/ImportForm.php A libraries/classes/Config/Forms/Setup/MainForm.php A libraries/classes/Config/Forms/Setup/NaviForm.php A libraries/classes/Config/Forms/Setup/ServersForm.php A libraries/classes/Config/Forms/Setup/SetupFormList.php A libraries/classes/Config/Forms/Setup/SqlForm.php A libraries/classes/Config/Forms/User/ExportForm.php A libraries/classes/Config/Forms/User/FeaturesForm.php A libraries/classes/Config/Forms/User/ImportForm.php A libraries/classes/Config/Forms/User/MainForm.php A libraries/classes/Config/Forms/User/NaviForm.php A libraries/classes/Config/Forms/User/SqlForm.php A libraries/classes/Config/Forms/User/UserFormList.php A libraries/classes/Config/PageSettings.php A libraries/classes/Config/ServerConfigChecks.php A libraries/classes/Config/Validator.php A libraries/classes/Console.php A libraries/classes/Controllers/Controller.php A libraries/classes/Controllers/Database/DatabaseStructureController.php A libraries/classes/Controllers/DatabaseController.php A libraries/classes/Controllers/Server/ServerBinlogController.php A libraries/classes/Controllers/Server/ServerCollationsController.php A libraries/classes/Controllers/Server/ServerDatabasesController.php A libraries/classes/Controllers/Server/ServerEnginesController.php A libraries/classes/Controllers/Server/ServerPluginsController.php A libraries/classes/Controllers/Server/ServerVariablesController.php A libraries/classes/Controllers/Table/TableChartController.php A libraries/classes/Controllers/Table/TableGisVisualizationController.php A libraries/classes/Controllers/Table/TableIndexesController.php A libraries/classes/Controllers/Table/TableRelationController.php A libraries/classes/Controllers/Table/TableSearchController.php A libraries/classes/Controllers/Table/TableStructureController.php A libraries/classes/Controllers/TableController.php A libraries/classes/Core.php A libraries/classes/CreateAddField.php A libraries/classes/Database/DatabaseList.php A libraries/classes/Database/Designer.php A libraries/classes/Database/Designer/Common.php A libraries/classes/Database/MultiTableQuery.php A libraries/classes/Database/Qbe.php A libraries/classes/Database/Search.php A libraries/classes/DatabaseInterface.php A libraries/classes/Dbi/DbiDummy.php A libraries/classes/Dbi/DbiExtension.php A libraries/classes/Dbi/DbiMysql.php A libraries/classes/Dbi/DbiMysqli.php A libraries/classes/Di/AliasItem.php A libraries/classes/Di/Container.php A libraries/classes/Di/ContainerException.php A libraries/classes/Di/FactoryItem.php A libraries/classes/Di/Item.php A libraries/classes/Di/NotFoundException.php A libraries/classes/Di/ReflectorItem.php A libraries/classes/Di/ServiceItem.php A libraries/classes/Di/ValueItem.php A libraries/classes/Display/ChangePassword.php A libraries/classes/Display/CreateTable.php A libraries/classes/Display/Export.php A libraries/classes/Display/GitRevision.php A libraries/classes/Display/Import.php A libraries/classes/Display/ImportAjax.php A libraries/classes/Display/Results.php A libraries/classes/Encoding.php A libraries/classes/Engines/Bdb.php A libraries/classes/Engines/Berkeleydb.php A libraries/classes/Engines/Binlog.php A libraries/classes/Engines/Innobase.php A libraries/classes/Engines/Innodb.php A libraries/classes/Engines/Memory.php A libraries/classes/Engines/Merge.php A libraries/classes/Engines/MrgMyisam.php A libraries/classes/Engines/Myisam.php A libraries/classes/Engines/Ndbcluster.php A libraries/classes/Engines/Pbxt.php A libraries/classes/Engines/PerformanceSchema.php A libraries/classes/Error.php A libraries/classes/ErrorHandler.php A libraries/classes/ErrorReport.php A libraries/classes/Export.php A libraries/classes/File.php A libraries/classes/FileListing.php A libraries/classes/Font.php A libraries/classes/Footer.php A libraries/classes/Gis/GisFactory.php A libraries/classes/Gis/GisGeometry.php A libraries/classes/Gis/GisGeometryCollection.php A libraries/classes/Gis/GisLineString.php A libraries/classes/Gis/GisMultiLineString.php A libraries/classes/Gis/GisMultiPoint.php A libraries/classes/Gis/GisMultiPolygon.php A libraries/classes/Gis/GisPoint.php A libraries/classes/Gis/GisPolygon.php A libraries/classes/Gis/GisVisualization.php A libraries/classes/Header.php A libraries/classes/Import.php A libraries/classes/Index.php A libraries/classes/IndexColumn.php A libraries/classes/InsertEdit.php A libraries/classes/IpAllowDeny.php A libraries/classes/Language.php A libraries/classes/LanguageManager.php A libraries/classes/Linter.php A libraries/classes/ListAbstract.php A libraries/classes/ListDatabase.php A libraries/classes/Logging.php A libraries/classes/Menu.php A libraries/classes/Message.php A libraries/classes/Mime.php A libraries/classes/MultSubmits.php A libraries/classes/Navigation/Navigation.php A libraries/classes/Navigation/NavigationHeader.php A libraries/classes/Navigation/NavigationTree.php A libraries/classes/Navigation/NodeFactory.php A libraries/classes/Navigation/Nodes/Node.php A libraries/classes/Navigation/Nodes/NodeColumn.php A libraries/classes/Navigation/Nodes/NodeColumnContainer.php A libraries/classes/Navigation/Nodes/NodeDatabase.php A libraries/classes/Navigation/Nodes/NodeDatabaseChild.php A libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php A libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php A libraries/classes/Navigation/Nodes/NodeEvent.php A libraries/classes/Navigation/Nodes/NodeEventContainer.php A libraries/classes/Navigation/Nodes/NodeFunction.php A libraries/classes/Navigation/Nodes/NodeFunctionContainer.php A libraries/classes/Navigation/Nodes/NodeIndex.php A libraries/classes/Navigation/Nodes/NodeIndexContainer.php A libraries/classes/Navigation/Nodes/NodeProcedure.php A libraries/classes/Navigation/Nodes/NodeProcedureContainer.php A libraries/classes/Navigation/Nodes/NodeTable.php A libraries/classes/Navigation/Nodes/NodeTableContainer.php A libraries/classes/Navigation/Nodes/NodeTrigger.php A libraries/classes/Navigation/Nodes/NodeTriggerContainer.php A libraries/classes/Navigation/Nodes/NodeView.php A libraries/classes/Navigation/Nodes/NodeViewContainer.php A libraries/classes/Normalization.php A libraries/classes/OpenDocument.php A libraries/classes/Operations.php A libraries/classes/OutputBuffering.php A libraries/classes/ParseAnalyze.php A libraries/classes/Partition.php A libraries/classes/Pdf.php A libraries/classes/Plugins.php A libraries/classes/Plugins/Auth/AuthenticationConfig.php A libraries/classes/Plugins/Auth/AuthenticationCookie.php A libraries/classes/Plugins/Auth/AuthenticationHttp.php A libraries/classes/Plugins/Auth/AuthenticationSignon.php A libraries/classes/Plugins/AuthenticationPlugin.php A libraries/classes/Plugins/Export/ExportCodegen.php A libraries/classes/Plugins/Export/ExportCsv.php A libraries/classes/Plugins/Export/ExportExcel.php A libraries/classes/Plugins/Export/ExportHtmlword.php A libraries/classes/Plugins/Export/ExportJson.php A libraries/classes/Plugins/Export/ExportLatex.php A libraries/classes/Plugins/Export/ExportMediawiki.php A libraries/classes/Plugins/Export/ExportOds.php A libraries/classes/Plugins/Export/ExportOdt.php A libraries/classes/Plugins/Export/ExportPdf.php A libraries/classes/Plugins/Export/ExportPhparray.php A libraries/classes/Plugins/Export/ExportSql.php A libraries/classes/Plugins/Export/ExportTexytext.php A libraries/classes/Plugins/Export/ExportXml.php A libraries/classes/Plugins/Export/ExportYaml.php A libraries/classes/Plugins/Export/Helpers/Pdf.php A libraries/classes/Plugins/Export/Helpers/TableProperty.php A libraries/classes/Plugins/Export/README A libraries/classes/Plugins/ExportPlugin.php A libraries/classes/Plugins/IOTransformationsPlugin.php A libraries/classes/Plugins/Import/AbstractImportCsv.php A libraries/classes/Plugins/Import/ImportCsv.php A libraries/classes/Plugins/Import/ImportLdi.php A libraries/classes/Plugins/Import/ImportMediawiki.php A libraries/classes/Plugins/Import/ImportOds.php A libraries/classes/Plugins/Import/ImportShp.php A libraries/classes/Plugins/Import/ImportSql.php A libraries/classes/Plugins/Import/ImportXml.php A libraries/classes/Plugins/Import/README A libraries/classes/Plugins/Import/ShapeFileImport.php A libraries/classes/Plugins/Import/Upload/UploadApc.php A libraries/classes/Plugins/Import/Upload/UploadNoplugin.php A libraries/classes/Plugins/Import/Upload/UploadProgress.php A libraries/classes/Plugins/Import/Upload/UploadSession.php A libraries/classes/Plugins/ImportPlugin.php A libraries/classes/Plugins/Schema/Dia/Dia.php A libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php A libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php A libraries/classes/Plugins/Schema/Dia/TableStatsDia.php A libraries/classes/Plugins/Schema/Eps/Eps.php A libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php A libraries/classes/Plugins/Schema/Eps/RelationStatsEps.php A libraries/classes/Plugins/Schema/Eps/TableStatsEps.php A libraries/classes/Plugins/Schema/ExportRelationSchema.php A libraries/classes/Plugins/Schema/Pdf/Pdf.php A libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php A libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php A libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php A libraries/classes/Plugins/Schema/RelationStats.php A libraries/classes/Plugins/Schema/SchemaDia.php A libraries/classes/Plugins/Schema/SchemaEps.php A libraries/classes/Plugins/Schema/SchemaPdf.php A libraries/classes/Plugins/Schema/SchemaSvg.php A libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php A libraries/classes/Plugins/Schema/Svg/Svg.php A libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php A libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php A libraries/classes/Plugins/Schema/TableStats.php A libraries/classes/Plugins/SchemaPlugin.php A libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/CodeMirrorEditorTransformationPlugin.php A libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php A libraries/classes/Plugins/Transformations/Input/Image_JPEG_Upload.php A libraries/classes/Plugins/Transformations/Input/Text_Plain_FileUpload.php A libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php A libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php A libraries/classes/Plugins/Transformations/Input/Text_Plain_RegexValidation.php A libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php A libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php A libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Download.php A libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Hex.php A libraries/classes/Plugins/Transformations/Output/Image_JPEG_Inline.php A libraries/classes/Plugins/Transformations/Output/Image_JPEG_Link.php A libraries/classes/Plugins/Transformations/Output/Image_PNG_Inline.php A libraries/classes/Plugins/Transformations/Output/Text_Octetstream_Sql.php A libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php A libraries/classes/Plugins/Transformations/Output/Text_Plain_Bool2Text.php A libraries/classes/Plugins/Transformations/Output/Text_Plain_Dateformat.php A libraries/classes/Plugins/Transformations/Output/Text_Plain_External.php A libraries/classes/Plugins/Transformations/Output/Text_Plain_Formatted.php A libraries/classes/Plugins/Transformations/Output/Text_Plain_Imagelink.php A libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php A libraries/classes/Plugins/Transformations/Output/Text_Plain_Sql.php A libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php A libraries/classes/Plugins/Transformations/README A libraries/classes/Plugins/Transformations/TEMPLATE A libraries/classes/Plugins/Transformations/TEMPLATE_ABSTRACT A libraries/classes/Plugins/Transformations/Text_Plain_Link.php A libraries/classes/Plugins/Transformations/Text_Plain_Longtoipv4.php A libraries/classes/Plugins/Transformations/Text_Plain_PreApPend.php A libraries/classes/Plugins/Transformations/Text_Plain_Substring.php A libraries/classes/Plugins/TransformationsInterface.php A libraries/classes/Plugins/TransformationsPlugin.php A libraries/classes/Plugins/TwoFactor/Application.php A libraries/classes/Plugins/TwoFactor/Invalid.php A libraries/classes/Plugins/TwoFactor/Key.php A libraries/classes/Plugins/TwoFactor/Simple.php A libraries/classes/Plugins/TwoFactorPlugin.php A libraries/classes/Plugins/UploadInterface.php A libraries/classes/Properties/Options/Groups/OptionsPropertyMainGroup.php A libraries/classes/Properties/Options/Groups/OptionsPropertyRootGroup.php A libraries/classes/Properties/Options/Groups/OptionsPropertySubgroup.php A libraries/classes/Properties/Options/Items/BoolPropertyItem.php A libraries/classes/Properties/Options/Items/DocPropertyItem.php A libraries/classes/Properties/Options/Items/HiddenPropertyItem.php A libraries/classes/Properties/Options/Items/MessageOnlyPropertyItem.php A libraries/classes/Properties/Options/Items/NumberPropertyItem.php A libraries/classes/Properties/Options/Items/RadioPropertyItem.php A libraries/classes/Properties/Options/Items/SelectPropertyItem.php A libraries/classes/Properties/Options/Items/TextPropertyItem.php A libraries/classes/Properties/Options/OptionsPropertyGroup.php A libraries/classes/Properties/Options/OptionsPropertyItem.php A libraries/classes/Properties/Options/OptionsPropertyOneItem.php A libraries/classes/Properties/Plugins/ExportPluginProperties.php A libraries/classes/Properties/Plugins/ImportPluginProperties.php A libraries/classes/Properties/Plugins/PluginPropertyItem.php A libraries/classes/Properties/Plugins/SchemaPluginProperties.php A libraries/classes/Properties/PropertyItem.php A libraries/classes/RecentFavoriteTable.php A libraries/classes/Relation.php A libraries/classes/RelationCleanup.php A libraries/classes/Replication.php A libraries/classes/ReplicationGui.php A libraries/classes/Response.php A libraries/classes/Rte/Events.php A libraries/classes/Rte/Export.php A libraries/classes/Rte/Footer.php A libraries/classes/Rte/General.php A libraries/classes/Rte/Routines.php A libraries/classes/Rte/RteList.php A libraries/classes/Rte/Triggers.php A libraries/classes/Rte/Words.php A libraries/classes/Sanitize.php A libraries/classes/SavedSearches.php A libraries/classes/Scripts.php A libraries/classes/Server/Privileges.php A libraries/classes/Server/Select.php A libraries/classes/Server/Status.php A libraries/classes/Server/Status/Advisor.php A libraries/classes/Server/Status/Data.php A libraries/classes/Server/Status/Monitor.php A libraries/classes/Server/Status/Processes.php A libraries/classes/Server/Status/Queries.php A libraries/classes/Server/Status/Variables.php A libraries/classes/Server/UserGroups.php A libraries/classes/Server/Users.php A libraries/classes/Session.php A libraries/classes/Sql.php A libraries/classes/SqlQueryForm.php A libraries/classes/StorageEngine.php A libraries/classes/SubPartition.php A libraries/classes/SysInfo.php A libraries/classes/SysInfoBase.php A libraries/classes/SysInfoLinux.php A libraries/classes/SysInfoSunOS.php A libraries/classes/SysInfoWINNT.php A libraries/classes/SystemDatabase.php A libraries/classes/Table.php A libraries/classes/Template.php A libraries/classes/Theme.php A libraries/classes/ThemeManager.php A libraries/classes/Tracker.php A libraries/classes/Tracking.php A libraries/classes/Transformations.php A libraries/classes/Twig/CharsetsExtension.php A libraries/classes/Twig/CoreExtension.php A libraries/classes/Twig/I18n/NodeTrans.php A libraries/classes/Twig/I18n/TokenParserTrans.php A libraries/classes/Twig/I18nExtension.php A libraries/classes/Twig/IndexExtension.php A libraries/classes/Twig/MessageExtension.php A libraries/classes/Twig/PartitionExtension.php A libraries/classes/Twig/PhpFunctionsExtension.php A libraries/classes/Twig/PluginsExtension.php A libraries/classes/Twig/RelationExtension.php A libraries/classes/Twig/SanitizeExtension.php A libraries/classes/Twig/ServerPrivilegesExtension.php A libraries/classes/Twig/StorageEngineExtension.php A libraries/classes/Twig/TableExtension.php A libraries/classes/Twig/TrackerExtension.php A libraries/classes/Twig/TransformationsExtension.php A libraries/classes/Twig/UrlExtension.php A libraries/classes/Twig/UtilExtension.php A libraries/classes/TwoFactor.php A libraries/classes/Types.php A libraries/classes/Url.php A libraries/classes/UserPassword.php A libraries/classes/UserPreferences.php A libraries/classes/Util.php A libraries/classes/Utils/HttpRequest.php A libraries/classes/VersionInformation.php A libraries/classes/ZipExtension.php M libraries/common.inc.php M libraries/config.default.php M libraries/config.values.php R libraries/config/ConfigFile.php R libraries/config/Form.php R libraries/config/FormDisplay.php R libraries/config/FormDisplay.tpl.php R libraries/config/PageSettings.php R libraries/config/ServerConfigChecks.php R libraries/config/Validator.php R libraries/config/config_functions.lib.php R libraries/config/messages.inc.php R libraries/config/page_settings.forms.php R libraries/config/setup.forms.php R libraries/config/user_preferences.forms.php R libraries/controllers/Controller.php R libraries/controllers/DatabaseController.php R libraries/controllers/TableController.php R libraries/controllers/database/DatabaseStructureController.php R libraries/controllers/server/ServerBinlogController.php R libraries/controllers/server/ServerCollationsController.php R libraries/controllers/server/ServerDatabasesController.php R libraries/controllers/server/ServerEnginesController.php R libraries/controllers/server/ServerPluginsController.php R libraries/controllers/server/ServerVariablesController.php R libraries/controllers/table/TableChartController.php R libraries/controllers/table/TableGisVisualizationController.php R libraries/controllers/table/TableIndexesController.php R libraries/controllers/table/TableRelationController.php R libraries/controllers/table/TableSearchController.php R libraries/controllers/table/TableStructureController.php R libraries/core.lib.php R libraries/create_addfield.lib.php R libraries/database_interface.inc.php M libraries/db_common.inc.php R libraries/db_designer.lib.php M libraries/db_table_exists.inc.php R libraries/dbi/DBIDummy.php R libraries/dbi/DBIExtension.lib.php R libraries/dbi/DBIExtension.php R libraries/dbi/DBIMysql.php R libraries/dbi/DBIMysqli.lib.php R libraries/dbi/DBIMysqli.php A libraries/dbi/dbi_dummy.inc.php R libraries/di/AliasItem.php R libraries/di/Container.php R libraries/di/FactoryItem.php R libraries/di/Item.php R libraries/di/ReflectorItem.php R libraries/di/ServiceItem.php R libraries/di/ValueItem.php R libraries/display_change_password.lib.php R libraries/display_create_table.lib.php R libraries/display_export.lib.php R libraries/display_git_revision.lib.php R libraries/display_import.lib.php R libraries/display_import_ajax.lib.php R libraries/engines/Bdb.php R libraries/engines/Berkeleydb.php R libraries/engines/Binlog.php R libraries/engines/Innobase.php R libraries/engines/Innodb.php R libraries/engines/Memory.php R libraries/engines/Merge.php R libraries/engines/Mrg_Myisam.php R libraries/engines/Myisam.php R libraries/engines/Ndbcluster.php R libraries/engines/Pbxt.php R libraries/engines/Performance_Schema.php M libraries/error.inc.php R libraries/error_report.lib.php R libraries/export.lib.php R libraries/file_listing.lib.php R libraries/gis/GISFactory.php R libraries/gis/GISGeometry.php R libraries/gis/GISGeometrycollection.php R libraries/gis/GISLinestring.php R libraries/gis/GISMultilinestring.php R libraries/gis/GISMultipoint.php R libraries/gis/GISMultipolygon.php R libraries/gis/GISPoint.php R libraries/gis/GISPolygon.php R libraries/gis/GISVisualization.php A libraries/hash.lib.php R libraries/import.lib.php R libraries/index.lib.php A libraries/information_schema_relations.inc.php R libraries/information_schema_relations.lib.php R libraries/insert_edit.lib.php R libraries/ip_allow_deny.lib.php R libraries/mime.lib.php M libraries/mult_submits.inc.php R libraries/mult_submits.lib.php A libraries/mysql_relations.inc.php R libraries/mysql_relations.lib.php R libraries/navigation/Navigation.php R libraries/navigation/NavigationHeader.php R libraries/navigation/NavigationTree.php R libraries/navigation/NodeFactory.php R libraries/navigation/nodes/Node.php R libraries/navigation/nodes/NodeColumn.php R libraries/navigation/nodes/NodeColumnContainer.php R libraries/navigation/nodes/NodeDatabase.php R libraries/navigation/nodes/NodeDatabaseChild.php R libraries/navigation/nodes/NodeDatabaseChildContainer.php R libraries/navigation/nodes/NodeDatabaseContainer.php R libraries/navigation/nodes/NodeEvent.php R libraries/navigation/nodes/NodeEventContainer.php R libraries/navigation/nodes/NodeFunction.php R libraries/navigation/nodes/NodeFunctionContainer.php R libraries/navigation/nodes/NodeIndex.php R libraries/navigation/nodes/NodeIndexContainer.php R libraries/navigation/nodes/NodeProcedure.php R libraries/navigation/nodes/NodeProcedureContainer.php R libraries/navigation/nodes/NodeTable.php R libraries/navigation/nodes/NodeTableContainer.php R libraries/navigation/nodes/NodeTrigger.php R libraries/navigation/nodes/NodeTriggerContainer.php R libraries/navigation/nodes/NodeView.php R libraries/navigation/nodes/NodeViewContainer.php R libraries/normalization.lib.php R libraries/operations.lib.php R libraries/parse_analyze.lib.php R libraries/plugin_interface.lib.php R libraries/plugins/AuthenticationPlugin.php R libraries/plugins/ExportPlugin.php R libraries/plugins/IOTransformationsPlugin.php R libraries/plugins/ImportPlugin.php R libraries/plugins/SchemaPlugin.php R libraries/plugins/TransformationsInterface.php R libraries/plugins/TransformationsPlugin.php R libraries/plugins/UploadInterface.php R libraries/plugins/auth/AuthenticationConfig.php R libraries/plugins/auth/AuthenticationCookie.php R libraries/plugins/auth/AuthenticationHttp.php R libraries/plugins/auth/AuthenticationSignon.php R libraries/plugins/export/ExportCodegen.php R libraries/plugins/export/ExportCsv.php R libraries/plugins/export/ExportExcel.php R libraries/plugins/export/ExportHtmlword.php R libraries/plugins/export/ExportJson.php R libraries/plugins/export/ExportLatex.php R libraries/plugins/export/ExportMediawiki.php R libraries/plugins/export/ExportOds.php R libraries/plugins/export/ExportOdt.php R libraries/plugins/export/ExportPdf.php R libraries/plugins/export/ExportPhparray.php R libraries/plugins/export/ExportSql.php R libraries/plugins/export/ExportTexytext.php R libraries/plugins/export/ExportXml.php R libraries/plugins/export/ExportYaml.php R libraries/plugins/export/PMA_ExportPdf.php R libraries/plugins/export/README R libraries/plugins/export/TableProperty.php R libraries/plugins/import/AbstractImportCsv.php R libraries/plugins/import/ImportCsv.php R libraries/plugins/import/ImportLdi.php R libraries/plugins/import/ImportMediawiki.php R libraries/plugins/import/ImportOds.php R libraries/plugins/import/ImportShp.php R libraries/plugins/import/ImportSql.php R libraries/plugins/import/ImportXml.php R libraries/plugins/import/README R libraries/plugins/import/ShapeFileImport.php R libraries/plugins/import/upload/UploadApc.php R libraries/plugins/import/upload/UploadNoplugin.php R libraries/plugins/import/upload/UploadProgress.php R libraries/plugins/import/upload/UploadSession.php R libraries/plugins/schema/ExportRelationSchema.php R libraries/plugins/schema/RelationStats.php R libraries/plugins/schema/SchemaDia.php R libraries/plugins/schema/SchemaEps.php R libraries/plugins/schema/SchemaPdf.php R libraries/plugins/schema/SchemaSvg.php R libraries/plugins/schema/TableStats.php R libraries/plugins/schema/dia/Dia.php R libraries/plugins/schema/dia/DiaRelationSchema.php R libraries/plugins/schema/dia/RelationStatsDia.php R libraries/plugins/schema/dia/TableStatsDia.php R libraries/plugins/schema/eps/Eps.php R libraries/plugins/schema/eps/EpsRelationSchema.php R libraries/plugins/schema/eps/RelationStatsEps.php R libraries/plugins/schema/eps/TableStatsEps.php R libraries/plugins/schema/pdf/Pdf.php R libraries/plugins/schema/pdf/PdfRelationSchema.php R libraries/plugins/schema/pdf/RelationStatsPdf.php R libraries/plugins/schema/pdf/TableStatsPdf.php R libraries/plugins/schema/svg/RelationStatsSvg.php R libraries/plugins/schema/svg/Svg.php R libraries/plugins/schema/svg/SvgRelationSchema.php R libraries/plugins/schema/svg/TableStatsSvg.php R libraries/plugins/transformations/README R libraries/plugins/transformations/TEMPLATE R libraries/plugins/transformations/TEMPLATE_ABSTRACT R libraries/plugins/transformations/Text_Plain_Link.php R libraries/plugins/transformations/Text_Plain_Longtoipv4.php R libraries/plugins/transformations/Text_Plain_PreApPend.php R libraries/plugins/transformations/Text_Plain_Substring.php R libraries/plugins/transformations/abs/Bool2TextTransformationsPlugin.php R libraries/plugins/transformations/abs/CodeMirrorEditorTransformationPlugin.php R libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php R libraries/plugins/transformations/abs/DownloadTransformationsPlugin.php R libraries/plugins/transformations/abs/ExternalTransformationsPlugin.php R libraries/plugins/transformations/abs/FormattedTransformationsPlugin.php R libraries/plugins/transformations/abs/HexTransformationsPlugin.php R libraries/plugins/transformations/abs/ImageLinkTransformationsPlugin.php R libraries/plugins/transformations/abs/ImageUploadTransformationsPlugin.php R libraries/plugins/transformations/abs/InlineTransformationsPlugin.php R libraries/plugins/transformations/abs/LongToIPv4TransformationsPlugin.php R libraries/plugins/transformations/abs/PreApPendTransformationsPlugin.php R libraries/plugins/transformations/abs/RegexValidationTransformationsPlugin.php R libraries/plugins/transformations/abs/SQLTransformationsPlugin.php R libraries/plugins/transformations/abs/SubstringTransformationsPlugin.php R libraries/plugins/transformations/abs/TextFileUploadTransformationsPlugin.php R libraries/plugins/transformations/abs/TextImageLinkTransformationsPlugin.php R libraries/plugins/transformations/abs/TextLinkTransformationsPlugin.php R libraries/plugins/transformations/input/Image_JPEG_Upload.php R libraries/plugins/transformations/input/Text_Plain_FileUpload.php R libraries/plugins/transformations/input/Text_Plain_Iptobinary.php R libraries/plugins/transformations/input/Text_Plain_JsonEditor.php R libraries/plugins/transformations/input/Text_Plain_RegexValidation.php R libraries/plugins/transformations/input/Text_Plain_SqlEditor.php R libraries/plugins/transformations/input/Text_Plain_XmlEditor.php R libraries/plugins/transformations/output/Application_Octetstream_Download.php R libraries/plugins/transformations/output/Application_Octetstream_Hex.php R libraries/plugins/transformations/output/Image_JPEG_Inline.php R libraries/plugins/transformations/output/Image_JPEG_Link.php R libraries/plugins/transformations/output/Image_PNG_Inline.php R libraries/plugins/transformations/output/Text_Octetstream_Sql.php R libraries/plugins/transformations/output/Text_Plain_Binarytoip.php R libraries/plugins/transformations/output/Text_Plain_Bool2Text.php R libraries/plugins/transformations/output/Text_Plain_Dateformat.php R libraries/plugins/transformations/output/Text_Plain_External.php R libraries/plugins/transformations/output/Text_Plain_Formatted.php R libraries/plugins/transformations/output/Text_Plain_Imagelink.php R libraries/plugins/transformations/output/Text_Plain_Json.php R libraries/plugins/transformations/output/Text_Plain_Sql.php R libraries/plugins/transformations/output/Text_Plain_Xml.php R libraries/pmd_common.php R libraries/properties/PropertyItem.php R libraries/properties/options/OptionsPropertyGroup.php R libraries/properties/options/OptionsPropertyItem.php R libraries/properties/options/OptionsPropertyOneItem.php R libraries/properties/options/groups/OptionsPropertyMainGroup.php R libraries/properties/options/groups/OptionsPropertyRootGroup.php R libraries/properties/options/groups/OptionsPropertySubgroup.php R libraries/properties/options/items/BoolPropertyItem.php R libraries/properties/options/items/DocPropertyItem.php R libraries/properties/options/items/HiddenPropertyItem.php R libraries/properties/options/items/MessageOnlyPropertyItem.php R libraries/properties/options/items/NumberPropertyItem.php R libraries/properties/options/items/RadioPropertyItem.php R libraries/properties/options/items/SelectPropertyItem.php R libraries/properties/options/items/TextPropertyItem.php R libraries/properties/plugins/ExportPluginProperties.php R libraries/properties/plugins/ImportPluginProperties.php R libraries/properties/plugins/PluginPropertyItem.php R libraries/properties/plugins/SchemaPluginProperties.php R libraries/relation.lib.php R libraries/relation_cleanup.lib.php M libraries/replication.inc.php R libraries/replication_gui.lib.php R libraries/rte/rte_events.lib.php R libraries/rte/rte_export.lib.php R libraries/rte/rte_footer.lib.php R libraries/rte/rte_general.lib.php R libraries/rte/rte_list.lib.php M libraries/rte/rte_main.inc.php R libraries/rte/rte_routines.lib.php R libraries/rte/rte_triggers.lib.php R libraries/rte/rte_words.lib.php R libraries/select_server.lib.php M libraries/server_common.inc.php R libraries/server_common.lib.php R libraries/server_privileges.lib.php R libraries/server_status.lib.php R libraries/server_status_advisor.lib.php R libraries/server_status_monitor.lib.php R libraries/server_status_processes.lib.php R libraries/server_status_queries.lib.php R libraries/server_status_variables.lib.php R libraries/server_user_groups.lib.php R libraries/server_users.lib.php R libraries/session.inc.php R libraries/session.lib.php A libraries/special_schema_links.inc.php R libraries/special_schema_links.lib.php R libraries/sql.lib.php R libraries/sql_query_form.lib.php R libraries/string.lib.php R libraries/stringMb.lib.php R libraries/stringNative.lib.php R libraries/sysinfo.lib.php M libraries/tbl_columns_definition_form.inc.php M libraries/tbl_common.inc.php R libraries/tbl_info.inc.php M libraries/tbl_partition_definition.inc.php R libraries/tracking.lib.php R libraries/transformations.lib.php M libraries/user_preferences.inc.php R libraries/user_preferences.lib.php R libraries/util.lib.php M libraries/vendor_config.php R libraries/zip_extension.lib.php M license.php M lint.php M logout.php M navigation.php M normalization.php A package.json A phpcs.xml.dist M phpinfo.php M phpmyadmin.css.php M phpunit.xml.dist M po/af.po M po/ar.po M po/az.po M po/be.po M po/be@latin.po M po/bg.po M po/bn.po M po/br.po M po/brx.po M po/bs.po M po/ca.po M po/ckb.po M po/cs.po M po/cy.po M po/da.po M po/de.po M po/el.po M po/en_GB.po M po/eo.po M po/es.po M po/et.po M po/eu.po M po/fa.po M po/fi.po M po/fil.po M po/fr.po M po/fy.po M po/gl.po M po/gu.po M po/he.po M po/hi.po M po/hr.po M po/hu.po M po/hy.po M po/ia.po M po/id.po M po/ig.po M po/it.po M po/ja.po M po/ka.po M po/kab.po M po/kk.po M po/km.po M po/kn.po M po/ko.po M po/ksh.po A po/ku.po M po/ky.po M po/li.po M po/lt.po M po/lv.po M po/mk.po M po/ml.po M po/mn.po M po/ms.po M po/nb.po M po/ne.po M po/nl.po M po/pa.po M po/phpmyadmin.pot M po/pl.po M po/pt.po M po/pt_BR.po M po/ro.po M po/ru.po M po/si.po M po/sk.po M po/sl.po M po/sq.po M po/sr.po M po/sr@latin.po M po/sv.po M po/ta.po M po/te.po M po/th.po M po/tk.po M po/tr.po M po/tt.po M po/ug.po M po/uk.po M po/ur.po M po/uz.po M po/uz@latin.po M po/vi.po M po/vls.po M po/zh_CN.po M po/zh_TW.po M prefs_forms.php M prefs_manage.php A prefs_twofactor.php M schema_export.php M scripts/advisor2po M scripts/create-release.sh A scripts/fix-po-twig R scripts/generate-sprites A scripts/generate-twig-cache R scripts/line-counts.sh M scripts/update-po M scripts/upload-release M server_binlog.php M server_collations.php M server_databases.php M server_engines.php M server_export.php M server_import.php M server_plugins.php M server_privileges.php M server_replication.php M server_sql.php M server_status.php M server_status_advisor.php M server_status_monitor.php M server_status_processes.php M server_status_queries.php M server_status_variables.php M server_user_groups.php M server_variables.php M setup/config.php M setup/frames/config.inc.php M setup/frames/form.inc.php M setup/frames/index.inc.php M setup/frames/menu.inc.php M setup/frames/servers.inc.php M setup/index.php M setup/lib/ConfigGenerator.php A setup/lib/FormProcessing.php A setup/lib/Index.php M setup/lib/common.inc.php R setup/lib/form_processing.lib.php R setup/lib/index.lib.php M setup/scripts.js M setup/styles.css M setup/validate.php M sql.php M tbl_addfield.php M tbl_change.php M tbl_chart.php M tbl_create.php M tbl_export.php M tbl_find_replace.php M tbl_get_field.php M tbl_gis_visualization.php M tbl_import.php M tbl_indexes.php M tbl_operations.php M tbl_recent_favorite.php M tbl_relation.php M tbl_replace.php M tbl_row_action.php M tbl_select.php M tbl_sql.php M tbl_structure.php M tbl_tracking.php M tbl_zoom_select.php R templates/checkbox.phtml A templates/checkbox.twig R templates/columns_definitions/column_adjust_privileges.phtml A templates/columns_definitions/column_adjust_privileges.twig R templates/columns_definitions/column_attribute.phtml A templates/columns_definitions/column_attribute.twig R templates/columns_definitions/column_attributes.phtml A templates/columns_definitions/column_attributes.twig R templates/columns_definitions/column_auto_increment.phtml A templates/columns_definitions/column_auto_increment.twig R templates/columns_definitions/column_comment.phtml A templates/columns_definitions/column_comment.twig R templates/columns_definitions/column_default.phtml A templates/columns_definitions/column_default.twig R templates/columns_definitions/column_definitions_form.phtml A templates/columns_definitions/column_definitions_form.twig R templates/columns_definitions/column_extra.phtml A templates/columns_definitions/column_extra.twig R templates/columns_definitions/column_indexes.phtml A templates/columns_definitions/column_indexes.twig R templates/columns_definitions/column_length.phtml A templates/columns_definitions/column_length.twig R templates/columns_definitions/column_name.phtml A templates/columns_definitions/column_name.twig R templates/columns_definitions/column_null.phtml A templates/columns_definitions/column_null.twig R templates/columns_definitions/column_type.phtml A templates/columns_definitions/column_type.twig R templates/columns_definitions/column_virtuality.phtml A templates/columns_definitions/column_virtuality.twig R templates/columns_definitions/mime_type.phtml A templates/columns_definitions/mime_type.twig R templates/columns_definitions/move_column.phtml A templates/columns_definitions/move_column.twig R templates/columns_definitions/partitions.phtml A templates/columns_definitions/partitions.twig R templates/columns_definitions/table_fields_definitions.phtml A templates/columns_definitions/table_fields_definitions.twig R templates/columns_definitions/transformation.phtml A templates/columns_definitions/transformation.twig R templates/columns_definitions/transformation_option.phtml A templates/columns_definitions/transformation_option.twig R templates/components/error_message.phtml A templates/components/error_message.twig A templates/config/form_display/errors.twig A templates/config/form_display/fieldset_bottom.twig A templates/config/form_display/fieldset_top.twig A templates/config/form_display/form_bottom.twig A templates/config/form_display/group_header.twig A templates/config/form_display/tabs_bottom.twig R templates/console/bookmark_content.phtml A templates/console/bookmark_content.twig R templates/console/display.phtml A templates/console/display.twig R templates/console/query_action.phtml A templates/console/query_action.twig R templates/console/toolbar.phtml A templates/console/toolbar.twig A templates/database/central_columns/add_column.twig A templates/database/central_columns/edit_table_header.twig A templates/database/central_columns/table_navigation.twig R templates/database/create_table.phtml A templates/database/create_table.twig R templates/database/designer/aggregate_query_panel.phtml A templates/database/designer/aggregate_query_panel.twig R templates/database/designer/canvas.phtml A templates/database/designer/canvas.twig R templates/database/designer/database_tables.phtml A templates/database/designer/database_tables.twig R templates/database/designer/delete_relation_panel.phtml A templates/database/designer/delete_relation_panel.twig R templates/database/designer/edit_delete_pages.phtml A templates/database/designer/edit_delete_pages.twig R templates/database/designer/having_query_panel.phtml A templates/database/designer/having_query_panel.twig R templates/database/designer/js_fields.phtml A templates/database/designer/js_fields.twig R templates/database/designer/new_relation_panel.phtml A templates/database/designer/new_relation_panel.twig R templates/database/designer/options_panel.phtml A templates/database/designer/options_panel.twig R templates/database/designer/page_save_as.phtml A templates/database/designer/page_save_as.twig R templates/database/designer/page_selector.phtml A templates/database/designer/page_selector.twig R templates/database/designer/query_details.phtml A templates/database/designer/query_details.twig R templates/database/designer/rename_to_panel.phtml A templates/database/designer/rename_to_panel.twig R templates/database/designer/schema_export.phtml A templates/database/designer/schema_export.twig R templates/database/designer/side_menu.phtml A templates/database/designer/side_menu.twig R templates/database/designer/table_list.phtml A templates/database/designer/table_list.twig R templates/database/designer/where_query_panel.phtml A templates/database/designer/where_query_panel.twig A templates/database/multi_table_query/form.twig A templates/database/qbe/column_select_cell.twig A templates/database/qbe/footer_options.twig A templates/database/qbe/sort_order_select_cell.twig A templates/database/qbe/sort_select_cell.twig A templates/database/search/result_divs.twig A templates/database/search/results.twig A templates/database/search/selection_form.twig R templates/database/structure/body_for_table_summary.phtml A templates/database/structure/body_for_table_summary.twig R templates/database/structure/browse_table.phtml A templates/database/structure/browse_table.twig R templates/database/structure/browse_table_label.phtml A templates/database/structure/browse_table_label.twig R templates/database/structure/check_all_tables.phtml A templates/database/structure/check_all_tables.twig R templates/database/structure/empty_table.phtml A templates/database/structure/empty_table.twig R templates/database/structure/favorite_anchor.phtml A templates/database/structure/favorite_anchor.twig R templates/database/structure/print_view_data_dictionary_link.phtml A templates/database/structure/print_view_data_dictionary_link.twig R templates/database/structure/search_table.phtml A templates/database/structure/search_table.twig R templates/database/structure/show_create.phtml A templates/database/structure/show_create.twig R templates/database/structure/show_create_row.phtml A templates/database/structure/show_create_row.twig R templates/database/structure/sortable_header.phtml R templates/database/structure/structure_table_row.phtml A templates/database/structure/structure_table_row.twig R templates/database/structure/table_header.phtml A templates/database/structure/table_header.twig R templates/database/structure/tracking_icon.phtml A templates/database/structure/tracking_icon.twig A templates/database/tracking/tracked_tables.twig A templates/database/tracking/untracked_tables.twig A templates/display/export/format_dropdown.twig A templates/display/export/hidden_inputs.twig A templates/display/export/method.twig A templates/display/export/option_header.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/select_options.twig A templates/display/export/selection.twig A templates/display/export/template_loading.twig A templates/display/export/template_options.twig A templates/display/import/import.twig A templates/display/import/javascript.twig A templates/display/results/additional_fields.twig A templates/display/results/comment_for_row.twig A templates/display/results/empty_display.twig A templates/display/results/multi_row_operations_form.twig A templates/display/results/null_display.twig A templates/display/results/options_block.twig A templates/display/results/show_all_checkbox.twig A templates/display/results/table_navigation_button.twig A templates/display/results/value_display.twig R templates/div_for_slider_effect.phtml A templates/div_for_slider_effect.twig A templates/dropdown.twig A templates/encoding/kanji_encoding_form.twig R templates/error/report_form.phtml A templates/error/report_form.twig R templates/export/alias_add.phtml A templates/export/alias_add.twig R templates/export/alias_item.phtml A templates/export/alias_item.twig R templates/filter.phtml A templates/filter.twig A templates/fk_checkbox.twig R templates/header_location.phtml A templates/header_location.twig R templates/javascript/display.phtml A templates/javascript/display.twig R templates/list/item.phtml A templates/list/item.twig R templates/list/unordered.phtml A templates/list/unordered.twig A templates/login/footer.twig A templates/login/header.twig A templates/login/twofactor.twig A templates/login/twofactor/application.twig A templates/login/twofactor/application_configure.twig A templates/login/twofactor/invalid.twig A templates/login/twofactor/key-https-warning.twig A templates/login/twofactor/key.twig A templates/login/twofactor/key_configure.twig A templates/login/twofactor/simple.twig R templates/navigation/logo.phtml A templates/navigation/logo.twig R templates/prefs_autoload.phtml A templates/prefs_autoload.twig A templates/prefs_twofactor.twig A templates/prefs_twofactor_configure.twig A templates/prefs_twofactor_confirm.twig R templates/preview_sql.phtml A templates/preview_sql.twig R templates/privileges/add_privileges_database.phtml A templates/privileges/add_privileges_database.twig R templates/privileges/add_privileges_routine.phtml A templates/privileges/add_privileges_routine.twig R templates/privileges/add_privileges_table.phtml A templates/privileges/add_privileges_table.twig R templates/privileges/add_user_fieldset.phtml A templates/privileges/add_user_fieldset.twig R templates/privileges/choose_user_group.phtml A templates/privileges/choose_user_group.twig R templates/privileges/column_privileges.phtml A templates/privileges/column_privileges.twig R templates/privileges/delete_user_fieldset.phtml A templates/privileges/delete_user_fieldset.twig R templates/privileges/edit_routine_privileges.phtml A templates/privileges/edit_routine_privileges.twig R templates/privileges/global_priv_table.phtml A templates/privileges/global_priv_table.twig R templates/privileges/global_priv_tbl_item.phtml A templates/privileges/global_priv_tbl_item.twig R templates/privileges/initials_row.phtml A templates/privileges/initials_row.twig R templates/privileges/privileges_summary.phtml A templates/privileges/privileges_summary.twig R templates/privileges/privileges_summary_row.phtml A templates/privileges/privileges_summary_row.twig R templates/privileges/require_options.phtml A templates/privileges/require_options.twig R templates/privileges/require_options_item.phtml A templates/privileges/require_options_item.twig R templates/privileges/resource_limit_item.phtml A templates/privileges/resource_limit_item.twig R templates/privileges/resource_limits.phtml A templates/privileges/resource_limits.twig A templates/radio_fields.twig R templates/secondary_tabs.phtml A templates/secondary_tabs.twig R templates/select_all.phtml A templates/select_all.twig R templates/select_lang.phtml A templates/select_lang.twig R templates/server/binlog/log_row.phtml A templates/server/binlog/log_row.twig R templates/server/binlog/log_selector.phtml A templates/server/binlog/log_selector.twig R templates/server/collations/charsets.phtml A templates/server/collations/charsets.twig R templates/server/databases/create.phtml A templates/server/databases/create.twig A templates/server/databases/databases_footer.twig A templates/server/databases/databases_header.twig A templates/server/databases/index.twig R templates/server/databases/table_footer.phtml R templates/server/databases/table_header.phtml A templates/server/databases/table_header.twig R templates/server/databases/table_row.phtml A templates/server/databases/table_row.twig R templates/server/engines/engine.phtml A templates/server/engines/engine.twig R templates/server/engines/engines.phtml A templates/server/engines/engines.twig R templates/server/plugins/section.phtml A templates/server/plugins/section.twig R templates/server/plugins/section_links.phtml A templates/server/plugins/section_links.twig A templates/server/sub_page_header.twig R templates/server/variables/link_template.phtml A templates/server/variables/link_template.twig R templates/server/variables/session_variable_row.phtml A templates/server/variables/session_variable_row.twig R templates/server/variables/variable_row.phtml A templates/server/variables/variable_row.twig R templates/server/variables/variable_table_head.phtml A templates/server/variables/variable_table_head.twig R templates/startAndNumberOfRowsPanel.phtml A templates/start_and_number_of_rows_panel.twig A templates/table/browse_foreigners/column_element.twig A templates/table/browse_foreigners/show_all.twig R templates/table/chart/tbl_chart.phtml A templates/table/chart/tbl_chart.twig R templates/table/gis_visualization/gis_visualization.phtml A templates/table/gis_visualization/gis_visualization.twig R templates/table/index_form.phtml A templates/table/index_form.twig A templates/table/insert/continue_insertion_form.twig R templates/table/relation/common_form.phtml A templates/table/relation/common_form.twig R templates/table/relation/dropdown_generate.phtml A templates/table/relation/dropdown_generate.twig R templates/table/relation/foreign_key_row.phtml A templates/table/relation/foreign_key_row.twig R templates/table/relation/internal_relational_row.phtml A templates/table/relation/internal_relational_row.twig R templates/table/relation/relational_dropdown.phtml A templates/table/relation/relational_dropdown.twig R templates/table/search/column_comparison_operators.phtml A templates/table/search/column_comparison_operators.twig R templates/table/search/fields_table.phtml A templates/table/search/fields_table.twig R templates/table/search/form_tag.phtml A templates/table/search/form_tag.twig R templates/table/search/geom_func.phtml A templates/table/search/geom_func.twig R templates/table/search/input_box.phtml A templates/table/search/input_box.twig R templates/table/search/options.phtml A templates/table/search/options.twig R templates/table/search/options_zoom.phtml A templates/table/search/options_zoom.twig R templates/table/search/replace_preview.phtml A templates/table/search/replace_preview.twig R templates/table/search/rows_normal.phtml A templates/table/search/rows_normal.twig R templates/table/search/rows_zoom.phtml A templates/table/search/rows_zoom.twig R templates/table/search/search_and_replace.phtml A templates/table/search/search_and_replace.twig R templates/table/search/selection_form.phtml A templates/table/search/selection_form.twig R templates/table/search/table_header.phtml A templates/table/search/table_header.twig R templates/table/search/zoom_result_form.phtml A templates/table/search/zoom_result_form.twig R templates/table/secondary_tabs.phtml A templates/table/secondary_tabs.twig 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 R templates/table/structure/display_structure.phtml A templates/table/structure/display_structure.twig 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 R templates/table/structure/partition_definition_form.phtml A templates/table/structure/partition_definition_form.twig 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 A templates/table/tracking/activate_deactivate.twig A templates/table/tracking/create_version.twig A templates/table/tracking/report_table.twig A templates/table/tracking/selectable_tables.twig A templates/table/tracking/structure_snapshot_columns.twig A templates/table/tracking/structure_snapshot_indexes.twig R templates/test/add_data.phtml A templates/test/add_data.twig R templates/test/echo.phtml A templates/test/echo.twig A templates/test/gettext/gettext.twig A templates/test/gettext/notes.twig A templates/test/gettext/pgettext.twig A templates/test/gettext/plural.twig A templates/test/gettext/plural_notes.twig R templates/test/set_helper.phtml R templates/test/static.phtml A templates/test/static.twig R templates/test/trim.phtml A templates/theme_preview.twig R templates/toggle_button.phtml A templates/toggle_button.twig A templates/view_create.twig M test/Environment_test.php R test/PMATestCase.php M test/README.rst M test/bootstrap-dist.php A test/ci-apidocs A test/ci-install-apidocs M test/ci-install-selenium M test/ci-lint M test/classes/AdvisorTest.php M test/classes/BookmarkTest.php A test/classes/BrowseForeignersTest.php A test/classes/CentralColumnsTest.php M test/classes/CharsetsTest.php A test/classes/CheckUserPrivilegesTest.php A test/classes/Config/ConfigFileTest.php A test/classes/Config/DescriptionTest.php A test/classes/Config/FormDisplayTemplateTest.php A test/classes/Config/FormDisplayTest.php A test/classes/Config/FormTest.php A test/classes/Config/Forms/FormListTest.php A test/classes/Config/PageSettingsTest.php A test/classes/Config/ServerConfigChecksTest.php R test/classes/ConfigGeneratorTest.php M test/classes/ConfigTest.php A test/classes/Controllers/Database/DatabaseStructureControllerTest.php A test/classes/Controllers/Server/ServerBinlogControllerTest.php A test/classes/Controllers/Server/ServerCollationsControllerTest.php A test/classes/Controllers/Server/ServerDatabasesControllerTest.php A test/classes/Controllers/Server/ServerEnginesControllerTest.php A test/classes/Controllers/Server/ServerPluginsControllerTest.php A test/classes/Controllers/Server/ServerVariablesControllerTest.php A test/classes/Controllers/Table/TableIndexesControllerTest.php A test/classes/Controllers/Table/TableRelationControllerTest.php A test/classes/Controllers/Table/TableSearchControllerTest.php A test/classes/Controllers/Table/TableStructureControllerTest.php A test/classes/CoreTest.php A test/classes/CreateAddFieldTest.php A test/classes/Database/Designer/CommonTest.php A test/classes/Database/DesignerTest.php A test/classes/Database/QbeTest.php A test/classes/Database/SearchTest.php M test/classes/DatabaseInterfaceTest.php R test/classes/DbQbeTest.php R test/classes/DbSearchTest.php A test/classes/Dbi/DbiMysqlTest.php A test/classes/Dbi/DbiMysqliTest.php A test/classes/Di/ContainerExceptionTest.php A test/classes/Di/ContainerTest.php A test/classes/Di/NotFoundExceptionTest.php A test/classes/Display/ChangePasswordTest.php A test/classes/Display/CreateTableTest.php A test/classes/Display/ExportTest.php A test/classes/Display/ResultsTest.php R test/classes/DisplayResultsTest.php M test/classes/EncodingTest.php A test/classes/Engines/BdbTest.php A test/classes/Engines/BinlogTest.php A test/classes/Engines/InnodbTest.php A test/classes/Engines/MemoryTest.php A test/classes/Engines/MrgMyisamTest.php A test/classes/Engines/MyisamTest.php A test/classes/Engines/NdbclusterTest.php A test/classes/Engines/PbxtTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorTest.php A test/classes/ExportTest.php M test/classes/FileTest.php M test/classes/FontTest.php M test/classes/FooterTest.php A test/classes/Gis/GisFactoryTest.php A test/classes/Gis/GisGeomTestCase.php A test/classes/Gis/GisGeometryCollectionTest.php A test/classes/Gis/GisGeometryTest.php A test/classes/Gis/GisLineStringTest.php A test/classes/Gis/GisMultiLineStringTest.php A test/classes/Gis/GisMultiPointTest.php A test/classes/Gis/GisMultiPolygonTest.php A test/classes/Gis/GisPointTest.php A test/classes/Gis/GisPolygonTest.php M test/classes/HeaderTest.php A test/classes/ImportTest.php M test/classes/IndexTest.php A test/classes/InsertEditTest.php A test/classes/IpAllowDenyTest.php M test/classes/LanguageTest.php M test/classes/LinterTest.php M test/classes/ListDatabaseTest.php M test/classes/MenuTest.php M test/classes/MessageTest.php A test/classes/MimeTest.php A test/classes/MultSubmitsTest.php A test/classes/Navigation/NavigationTest.php A test/classes/Navigation/NavigationTreeTest.php A test/classes/Navigation/NodeFactoryTest.php A test/classes/Navigation/Nodes/NodeColumnContainerTest.php A test/classes/Navigation/Nodes/NodeColumnTest.php A test/classes/Navigation/Nodes/NodeDatabaseChildTest.php A test/classes/Navigation/Nodes/NodeDatabaseTest.php A test/classes/Navigation/Nodes/NodeEventContainerTest.php A test/classes/Navigation/Nodes/NodeEventTest.php A test/classes/Navigation/Nodes/NodeFunctionContainerTest.php A test/classes/Navigation/Nodes/NodeFunctionTest.php A test/classes/Navigation/Nodes/NodeIndexContainerTest.php A test/classes/Navigation/Nodes/NodeIndexTest.php A test/classes/Navigation/Nodes/NodeProcedureContainerTest.php A test/classes/Navigation/Nodes/NodeProcedureTest.php A test/classes/Navigation/Nodes/NodeTableContainerTest.php A test/classes/Navigation/Nodes/NodeTableTest.php A test/classes/Navigation/Nodes/NodeTest.php A test/classes/Navigation/Nodes/NodeTriggerContainerTest.php A test/classes/Navigation/Nodes/NodeTriggerTest.php A test/classes/Navigation/Nodes/NodeViewContainerTest.php A test/classes/Navigation/Nodes/NodeViewTest.php A test/classes/NormalizationTest.php A test/classes/OperationsTest.php R test/classes/PDFTest.php A test/classes/PdfTest.php A test/classes/Plugins/Auth/AuthenticationConfigTest.php A test/classes/Plugins/Auth/AuthenticationCookieTest.php A test/classes/Plugins/Auth/AuthenticationHttpTest.php A test/classes/Plugins/Auth/AuthenticationSignonTest.php A test/classes/Plugins/Export/ExportCodegenTest.php A test/classes/Plugins/Export/ExportCsvTest.php A test/classes/Plugins/Export/ExportExcelTest.php A test/classes/Plugins/Export/ExportHtmlwordTest.php A test/classes/Plugins/Export/ExportJsonTest.php A test/classes/Plugins/Export/ExportLatexTest.php A test/classes/Plugins/Export/ExportMediawikiTest.php A test/classes/Plugins/Export/ExportOdsTest.php A test/classes/Plugins/Export/ExportOdtTest.php A test/classes/Plugins/Export/ExportPdfTest.php A test/classes/Plugins/Export/ExportPhparrayTest.php A test/classes/Plugins/Export/ExportSqlTest.php A test/classes/Plugins/Export/ExportTexytextTest.php A test/classes/Plugins/Export/ExportXmlTest.php A test/classes/Plugins/Export/ExportYamlTest.php A test/classes/Plugins/Export/Helpers/TablePropertyTest.php A test/classes/Plugins/Import/ImportCsvTest.php A test/classes/Plugins/Import/ImportLdiTest.php A test/classes/Plugins/Import/ImportMediawikiTest.php A test/classes/Plugins/Import/ImportOdsTest.php A test/classes/Plugins/Import/ImportShpTest.php A test/classes/Plugins/Import/ImportSqlTest.php A test/classes/Plugins/Import/ImportXmlTest.php A test/classes/Plugins/Schema/DiaRelationSchemaTest.php A test/classes/Plugins/Schema/EpsRelationSchemaTest.php A test/classes/Plugins/Schema/ExportRelationSchemaTest.php A test/classes/Plugins/Schema/PdfRelationSchemaTest.php A test/classes/Plugins/Schema/SvgRelationSchemaTest.php A test/classes/Plugins/Transformations/TransformationPluginsTest.php A test/classes/PmaTestCase.php A test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php A test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php A test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php A test/classes/Properties/Options/Items/PropertyItemsTest.php A test/classes/Properties/Options/OptionsPropertyGroupTest.php A test/classes/Properties/Options/OptionsPropertyItemTest.php A test/classes/Properties/Options/OptionsPropertyOneItemTest.php A test/classes/Properties/Plugins/ExportPluginPropertiesTest.php A test/classes/Properties/Plugins/ImportPluginPropertiesTest.php A test/classes/Properties/Plugins/PluginPropertyItemTest.php A test/classes/Properties/PropertyItemTest.php A test/classes/RelationCleanupDbiMock.php A test/classes/RelationCleanupTest.php A test/classes/RelationTest.php A test/classes/ReplicationGuiTest.php A test/classes/Rte/EventsTest.php A test/classes/Rte/RoutinesTest.php A test/classes/Rte/TriggersTest.php M test/classes/SanitizeTest.php M test/classes/ScriptsTest.php A test/classes/Server/PrivilegesTest.php A test/classes/Server/SelectTest.php A test/classes/Server/Status/AdvisorTest.php A test/classes/Server/Status/DataTest.php A test/classes/Server/Status/MonitorTest.php A test/classes/Server/Status/ProcessesTest.php A test/classes/Server/Status/QueriesTest.php A test/classes/Server/Status/VariablesTest.php A test/classes/Server/StatusTest.php A test/classes/Server/UserGroupsTest.php A test/classes/Server/UsersTest.php R test/classes/ServerStatusDataTest.php A test/classes/Setup/ConfigGeneratorTest.php A test/classes/Setup/FormProcessingTest.php A test/classes/Setup/IndexTest.php A test/classes/SqlQueryFormTest.php A test/classes/SqlTest.php M test/classes/StorageEngineTest.php A test/classes/Stubs/Response.php A test/classes/SysInfoTest.php M test/classes/SystemDatabaseTest.php M test/classes/TableTest.php M test/classes/TemplateTest.php M test/classes/ThemeManagerTest.php M test/classes/ThemeTest.php M test/classes/TrackerTest.php A test/classes/TrackingTest.php A test/classes/TransformationsTest.php A test/classes/TwoFactorTest.php R test/classes/TypesMySQLTest.php M test/classes/TypesTest.php R test/classes/URLTest.php A test/classes/UrlTest.php A test/classes/UserPreferencesTest.php M test/classes/UtilTest.php A test/classes/Utils/HttpRequestTest.php M test/classes/VersionInformationTest.php A test/classes/ZipExtensionTest.php R test/classes/ZipFileTest.php R test/classes/_data/gen_version_info/info.inc.php A test/classes/_data/gen_version_info/theme.json R test/classes/_data/incorrect_theme/info.inc.php A test/classes/_data/incorrect_theme/theme.json R test/classes/config/ConfigFileTest.php R test/classes/config/FormDisplayTest.php R test/classes/config/FormTest.php R test/classes/config/PageSettingsTest.php R test/classes/controllers/DatabaseStructureControllerTest.php R test/classes/controllers/ServerBinlogControllerTest.php R test/classes/controllers/ServerCollationsControllerTest.php R test/classes/controllers/ServerDatabasesControllerTest.php R test/classes/controllers/ServerEnginesControllerTest.php R test/classes/controllers/ServerPluginsControllerTest.php R test/classes/controllers/ServerVariablesControllerTest.php R test/classes/controllers/TableIndexesControllerTest.php R test/classes/controllers/TableRelationControllerTest.php R test/classes/controllers/TableSearchControllerTest.php R test/classes/controllers/TableStructureControllerTest.php R test/classes/dbi/DBIMysqlTest.php R test/classes/dbi/DBIMysqliTest.php R test/classes/engines/BdbTest.php R test/classes/engines/BinlogTest.php R test/classes/engines/InnodbTest.php R test/classes/engines/MemoryTest.php R test/classes/engines/Mrg_MyisamTest.php R test/classes/engines/MyisamTest.php R test/classes/engines/NdbclusterTest.php R test/classes/engines/PbxtTest.php R test/classes/gis/GISFactoryTest.php R test/classes/gis/GISGeomTest.php R test/classes/gis/GISGeometryTest.php R test/classes/gis/GISGeometrycollectionTest.php R test/classes/gis/GISLinestringTest.php R test/classes/gis/GISMultilinestringTest.php R test/classes/gis/GISMultipointTest.php R test/classes/gis/GISMultipolygonTest.php R test/classes/gis/GISPointTest.php R test/classes/gis/GISPolygonTest.php R test/classes/navigation/NavigationTest.php R test/classes/navigation/NavigationTreeTest.php R test/classes/navigation/NodeColumnContainerTest.php R test/classes/navigation/NodeColumnTest.php R test/classes/navigation/NodeDatabaseChildTest.php R test/classes/navigation/NodeDatabaseTest.php R test/classes/navigation/NodeEventContainerTest.php R test/classes/navigation/NodeEventTest.php R test/classes/navigation/NodeFactoryTest.php R test/classes/navigation/NodeFunctionContainerTest.php R test/classes/navigation/NodeFunctionTest.php R test/classes/navigation/NodeIndexContainerTest.php R test/classes/navigation/NodeIndexTest.php R test/classes/navigation/NodeProcedureContainerTest.php R test/classes/navigation/NodeProcedureTest.php R test/classes/navigation/NodeTableContainerTest.php R test/classes/navigation/NodeTableTest.php R test/classes/navigation/NodeTest.php R test/classes/navigation/NodeTriggerContainerTest.php R test/classes/navigation/NodeTriggerTest.php R test/classes/navigation/NodeViewContainerTest.php R test/classes/navigation/NodeViewTest.php R test/classes/plugin/auth/AuthenticationConfigTest.php R test/classes/plugin/auth/AuthenticationCookieTest.php R test/classes/plugin/auth/AuthenticationHttpTest.php R test/classes/plugin/auth/AuthenticationSignonTest.php R test/classes/plugin/export/ExportCodegenTest.php R test/classes/plugin/export/ExportCsvTest.php R test/classes/plugin/export/ExportExcelTest.php R test/classes/plugin/export/ExportHtmlwordTest.php R test/classes/plugin/export/ExportJsonTest.php R test/classes/plugin/export/ExportLatexTest.php R test/classes/plugin/export/ExportMediawikiTest.php R test/classes/plugin/export/ExportOdsTest.php R test/classes/plugin/export/ExportOdtTest.php R test/classes/plugin/export/ExportPdfTest.php R test/classes/plugin/export/ExportPhparrayTest.php R test/classes/plugin/export/ExportSqlTest.php R test/classes/plugin/export/ExportTexytextTest.php R test/classes/plugin/export/ExportXmlTest.php R test/classes/plugin/export/ExportYamlTest.php R test/classes/plugin/export/TablePropertyTest.php R test/classes/plugin/import/ImportCsvTest.php R test/classes/plugin/import/ImportLdiTest.php R test/classes/plugin/import/ImportMediawikiTest.php R test/classes/plugin/import/ImportOdsTest.php R test/classes/plugin/import/ImportShpTest.php R test/classes/plugin/import/ImportSqlTest.php R test/classes/plugin/import/ImportXmlTest.php R test/classes/plugin/transformations/TransformationPluginsTest.php R test/classes/properties/PropertyItemTest.php R test/classes/properties/options/OptionsPropertyGroupTest.php R test/classes/properties/options/OptionsPropertyItemTest.php R test/classes/properties/options/OptionsPropertyOneItemTest.php R test/classes/properties/options/groups/OptionsPropertyMainGroupTest.php R test/classes/properties/options/groups/OptionsPropertyRootGroupTest.php R test/classes/properties/options/groups/OptionsPropertySubgroupTest.php R test/classes/properties/options/items/PropertyItemsTest.php R test/classes/properties/plugins/ExportPluginPropertiesTest.php R test/classes/properties/plugins/ImportPluginPropertiesTest.php R test/classes/properties/plugins/PluginPropertyItemTest.php R test/classes/schema/DiaRelationSchemaTest.php R test/classes/schema/EpsRelationSchemaTest.php R test/classes/schema/ExportRelationSchemaTest.php R test/classes/schema/PdfRelationSchemaTest.php R test/classes/schema/SvgRelationSchemaTest.php M test/install-runkit M test/libraries/Files_test.php R test/libraries/PMA_FormDisplay_tpl_test.php R test/libraries/PMA_Form_Processing_test.php R test/libraries/PMA_GIS_modifyQuery_test.php R test/libraries/PMA_PMD_common_test.php R test/libraries/PMA_SetupIndex_test.php R test/libraries/PMA_browse_foreigners_test.php R test/libraries/PMA_central_columns_test.php R test/libraries/PMA_check_user_privileges_test.php R test/libraries/PMA_config_functions_test.php R test/libraries/PMA_designer_test.php R test/libraries/PMA_display_change_password_test.php R test/libraries/PMA_display_create_table_test.php R test/libraries/PMA_display_export_test.php R test/libraries/PMA_export_test.php R test/libraries/PMA_import_test.php R test/libraries/PMA_insert_edit_test.php R test/libraries/PMA_ip_allow_deny_test.php R test/libraries/PMA_mime_test.php R test/libraries/PMA_mult_submits_test.php R test/libraries/PMA_normalization_test.php R test/libraries/PMA_operations_test.php R test/libraries/PMA_relation_cleanup_test.php R test/libraries/PMA_relation_test.php R test/libraries/PMA_resultSetHasJustOneTable_test.php R test/libraries/PMA_select_server_test.php R test/libraries/PMA_server_common_test.php R test/libraries/PMA_server_privileges_test.php R test/libraries/PMA_server_replication_test.php R test/libraries/PMA_server_status_advisor_test.php R test/libraries/PMA_server_status_monitor_test.php R test/libraries/PMA_server_status_processes_test.php R test/libraries/PMA_server_status_queries_test.php R test/libraries/PMA_server_status_test.php R test/libraries/PMA_server_status_variables_test.php R test/libraries/PMA_server_user_groups_test.php R test/libraries/PMA_server_users_test.php R test/libraries/PMA_sql_query_form_test.php R test/libraries/PMA_sql_test.php R test/libraries/PMA_tbl_tracking_test.php R test/libraries/PMA_transformation_test.php R test/libraries/PMA_user_preferences_test.php R test/libraries/PMA_zip_extension_test.php R test/libraries/common/PMA_browseUploadFile_test.php R test/libraries/common/PMA_buildActionTitles_test.php R test/libraries/common/PMA_cache_test.php R test/libraries/common/PMA_checkParameters_test.php M test/libraries/common/PMA_checkbox_test.php R test/libraries/common/PMA_contains_nonprintable_ascii_test.php R test/libraries/common/PMA_convert_bit_default_value_test.php R test/libraries/common/PMA_escapeMySqlWildcards_test.php R test/libraries/common/PMA_expandUserString_test.php R test/libraries/common/PMA_extractColumnSpec_test.php R test/libraries/common/PMA_extractValueFromFormattedSize_test.php R test/libraries/common/PMA_foreignKeySupported_test.php R test/libraries/common/PMA_formatNumberByteDown_test.php R test/libraries/common/PMA_formatSql_test.php R test/libraries/common/PMA_generateHiddenMaxFileSize_test.php R test/libraries/common/PMA_getDbLink_test.php R test/libraries/common/PMA_getDivForSliderEffect_test.php R test/libraries/common/PMA_getDropdown_test.php R test/libraries/common/PMA_getFormattedMaximumUploadSize_test.php R test/libraries/common/PMA_getIcon_test.php R test/libraries/common/PMA_getRadioFields_test.php R test/libraries/common/PMA_getTitleForTarget_test.php R test/libraries/common/PMA_localisedDateTimespan_test.php R test/libraries/common/PMA_printableBitValue_test.php R test/libraries/common/PMA_quoting_slashing_test.php R test/libraries/common/PMA_showDocu_test.php R test/libraries/common/PMA_showMessage_test_disabled.php R test/libraries/common/PMA_showPHPDocu_test.php R test/libraries/common/PMA_stringOperations_test.php R test/libraries/common/PMA_unsupportedDatatypes_test.php R test/libraries/config/PMA_messages_inc_test.php R test/libraries/core/PMA_array_test.php R test/libraries/core/PMA_checkPageValidity_test.php R test/libraries/core/PMA_cleanupPathInfo_test.php R test/libraries/core/PMA_fatalError_test.php R test/libraries/core/PMA_getLinks_test.php R test/libraries/core/PMA_getTableCount_test_dis.php R test/libraries/core/PMA_get_real_size_test.php R test/libraries/core/PMA_headerLocation_test.php R test/libraries/core/PMA_ifSetOr_test.php R test/libraries/core/PMA_isAllowedDomain_test.php R test/libraries/core/PMA_isValid_test.php R test/libraries/core/PMA_safeUnserialize_test.php R test/libraries/core/PMA_sanitizeMySQLHost_test.php R test/libraries/core/PMA_securePath_test.php R test/libraries/core/PMA_warnMissingExtension_test.php M test/libraries/database_interface_test.php R test/libraries/rte/PMA_EVN_getDataFromRequest_test.php R test/libraries/rte/PMA_EVN_getEditorForm_test.php R test/libraries/rte/PMA_EVN_getQueryFromRequest_test.php R test/libraries/rte/PMA_RTN_getDataFromRequest_test.php R test/libraries/rte/PMA_RTN_getEditorForm_test.php R test/libraries/rte/PMA_RTN_getExecuteForm_test.php R test/libraries/rte/PMA_RTN_getQueryFromRequest_test.php R test/libraries/rte/PMA_TRI_getDataFromRequest_test.php R test/libraries/rte/PMA_TRI_getEditorForm_test.php R test/libraries/rte/PMA_TRI_getQueryFromRequest_test.php R test/libraries/stubs/ResponseStub.php R test/libraries/sysinfo_test.php A test/nginx.conf A test/php-fpm.conf A test/php.ini A test/selenium/ChangePasswordTest.php A test/selenium/CreateDropDatabaseTest.php A test/selenium/CreateRemoveUserTest.php A test/selenium/DbEventsTest.php A test/selenium/DbOperationsTest.php A test/selenium/DbProceduresTest.php A test/selenium/DbStructureTest.php A test/selenium/DbTriggersTest.php A test/selenium/ExportTest.php A test/selenium/ImportTest.php A test/selenium/LoginTest.php A test/selenium/NormalizationTest.php R test/selenium/PmaSeleniumCreateDropDatabaseTest.php R test/selenium/PmaSeleniumCreateRemoveUserTest.php R test/selenium/PmaSeleniumDbEventsTest.php R test/selenium/PmaSeleniumDbOperationsTest.php R test/selenium/PmaSeleniumDbProceduresTest.php R test/selenium/PmaSeleniumDbStructureTest.php R test/selenium/PmaSeleniumDbTriggersTest.php R test/selenium/PmaSeleniumExportTest.php R test/selenium/PmaSeleniumImportTest.php R test/selenium/PmaSeleniumLoginTest.php R test/selenium/PmaSeleniumNormalizationTest.php R test/selenium/PmaSeleniumPrivilegesTest.php R test/selenium/PmaSeleniumServerSettingsTest.php R test/selenium/PmaSeleniumTableBrowseTest.php R test/selenium/PmaSeleniumTableCreateTest.php R test/selenium/PmaSeleniumTableInsertTest.php R test/selenium/PmaSeleniumTableOperationsTest.php R test/selenium/PmaSeleniumTableStructureTest.php R test/selenium/PmaSeleniumTrackingTest.php R test/selenium/PmaSeleniumXssTest.php A test/selenium/QueryByExampleTest.php A test/selenium/ServerSettingsTest.php A test/selenium/SqlQueryTest.php A test/selenium/TableBrowseTest.php A test/selenium/TableCreateTest.php A test/selenium/TableInsertTest.php A test/selenium/TableOperationsTest.php A test/selenium/TableStructureTest.php M test/selenium/TestBase.php A test/selenium/TrackingTest.php A test/selenium/XssTest.php M test/start-local-server M themes.php M themes/.gitignore M themes/original/css/common.css.php M themes/original/css/navigation.css.php R themes/original/img/b_info.png R themes/original/img/s_error2.png R themes/original/img/sprites.png R themes/original/info.inc.php R themes/original/sprites.lib.php A themes/original/theme.json M themes/pmahomme/css/codemirror.css.php M themes/pmahomme/css/common.css.php A themes/pmahomme/css/designer.css.php M themes/pmahomme/css/enum_editor.css.php M themes/pmahomme/css/gis.css.php A themes/pmahomme/css/icons.css.php M themes/pmahomme/css/jqplot.css.php M themes/pmahomme/css/navigation.css.php R themes/pmahomme/css/pmd.css.php M themes/pmahomme/css/resizable-menu.css.php M themes/pmahomme/css/rte.css.php M themes/pmahomme/img/arrow_rtl.png M themes/pmahomme/img/b_bookmark.png M themes/pmahomme/img/b_chart.png M themes/pmahomme/img/b_ftext.png R themes/pmahomme/img/b_info.png M themes/pmahomme/img/b_lastpage.png A themes/pmahomme/img/b_left.png M themes/pmahomme/img/b_pdfdoc.png M themes/pmahomme/img/b_relations.png A themes/pmahomme/img/b_right.png M themes/pmahomme/img/b_sql.png M themes/pmahomme/img/b_trigger_add.png M themes/pmahomme/img/bd_empty.png M themes/pmahomme/img/bd_export.png M themes/pmahomme/img/bd_lastpage.png M themes/pmahomme/img/bd_nextpage.png M themes/pmahomme/img/bd_select.png M themes/pmahomme/img/bd_unique.png M themes/pmahomme/img/console.png A themes/pmahomme/img/designer/1.png A themes/pmahomme/img/designer/2.png A themes/pmahomme/img/designer/2leftarrow.png A themes/pmahomme/img/designer/2leftarrow_m.png A themes/pmahomme/img/designer/2rightarrow.png A themes/pmahomme/img/designer/2rightarrow_m.png A themes/pmahomme/img/designer/3.png A themes/pmahomme/img/designer/4.png A themes/pmahomme/img/designer/5.png A themes/pmahomme/img/designer/6.png A themes/pmahomme/img/designer/7.png A themes/pmahomme/img/designer/8.png A themes/pmahomme/img/designer/FieldKey_small.png A themes/pmahomme/img/designer/Field_small.png A themes/pmahomme/img/designer/Field_small_char.png A themes/pmahomme/img/designer/Field_small_date.png A themes/pmahomme/img/designer/Field_small_int.png A themes/pmahomme/img/designer/Header.png A themes/pmahomme/img/designer/Header_Linked.png A themes/pmahomme/img/designer/anchor.png A themes/pmahomme/img/designer/and_icon.png A themes/pmahomme/img/designer/ang_direct.png A themes/pmahomme/img/designer/bord.png A themes/pmahomme/img/designer/bottom.png A themes/pmahomme/img/designer/def.png A themes/pmahomme/img/designer/display_field.png A themes/pmahomme/img/designer/downarrow1.png A themes/pmahomme/img/designer/downarrow2.png A themes/pmahomme/img/designer/downarrow2_m.png A themes/pmahomme/img/designer/exec.png A themes/pmahomme/img/designer/exec_small.png A themes/pmahomme/img/designer/exitFullscreen.png A themes/pmahomme/img/designer/export.png A themes/pmahomme/img/designer/favicon.ico A themes/pmahomme/img/designer/grid.png A themes/pmahomme/img/designer/help.png A themes/pmahomme/img/designer/help_relation.png A themes/pmahomme/img/designer/left_panel_butt.png A themes/pmahomme/img/designer/left_panel_tab.png A themes/pmahomme/img/designer/minus.png A themes/pmahomme/img/designer/or_icon.png A themes/pmahomme/img/designer/other_table.png A themes/pmahomme/img/designer/page_add.png A themes/pmahomme/img/designer/page_delete.png A themes/pmahomme/img/designer/page_edit.png A themes/pmahomme/img/designer/pdf.png A themes/pmahomme/img/designer/plus.png A themes/pmahomme/img/designer/query_builder.png A themes/pmahomme/img/designer/relation.png A themes/pmahomme/img/designer/reload.png A themes/pmahomme/img/designer/resize.png A themes/pmahomme/img/designer/resizeright.png A themes/pmahomme/img/designer/rightarrow1.png A themes/pmahomme/img/designer/rightarrow2.png A themes/pmahomme/img/designer/save.png A themes/pmahomme/img/designer/save_as.png A themes/pmahomme/img/designer/small_tab.png A themes/pmahomme/img/designer/table.png A themes/pmahomme/img/designer/toggle_lines.png A themes/pmahomme/img/designer/top_panel.png A themes/pmahomme/img/designer/uparrow2_m.png A themes/pmahomme/img/designer/viewInFullscreen.png M themes/pmahomme/img/more.png M themes/pmahomme/img/new_data_selected_hovered.png M themes/pmahomme/img/php_sym.png M themes/pmahomme/img/play.png R themes/pmahomme/img/pmd/1.png R themes/pmahomme/img/pmd/2.png R themes/pmahomme/img/pmd/2leftarrow.png R themes/pmahomme/img/pmd/2leftarrow_m.png R themes/pmahomme/img/pmd/2rightarrow.png R themes/pmahomme/img/pmd/2rightarrow_m.png R themes/pmahomme/img/pmd/3.png R themes/pmahomme/img/pmd/4.png R themes/pmahomme/img/pmd/5.png R themes/pmahomme/img/pmd/6.png R themes/pmahomme/img/pmd/7.png R themes/pmahomme/img/pmd/8.png R themes/pmahomme/img/pmd/FieldKey_small.png R themes/pmahomme/img/pmd/Field_small.png R themes/pmahomme/img/pmd/Field_small_char.png R themes/pmahomme/img/pmd/Field_small_date.png R themes/pmahomme/img/pmd/Field_small_int.png R themes/pmahomme/img/pmd/Header.png R themes/pmahomme/img/pmd/Header_Linked.png R themes/pmahomme/img/pmd/anchor.png R themes/pmahomme/img/pmd/and_icon.png R themes/pmahomme/img/pmd/ang_direct.png R themes/pmahomme/img/pmd/bord.png R themes/pmahomme/img/pmd/bottom.png R themes/pmahomme/img/pmd/def.png R themes/pmahomme/img/pmd/display_field.png R themes/pmahomme/img/pmd/downarrow1.png R themes/pmahomme/img/pmd/downarrow2.png R themes/pmahomme/img/pmd/downarrow2_m.png R themes/pmahomme/img/pmd/exec.png R themes/pmahomme/img/pmd/exec_small.png R themes/pmahomme/img/pmd/exitFullscreen.png R themes/pmahomme/img/pmd/export.png R themes/pmahomme/img/pmd/favicon.ico R themes/pmahomme/img/pmd/grid.png R themes/pmahomme/img/pmd/help.png R themes/pmahomme/img/pmd/help_relation.png R themes/pmahomme/img/pmd/left_panel_butt.png R themes/pmahomme/img/pmd/left_panel_tab.png R themes/pmahomme/img/pmd/minus.png R themes/pmahomme/img/pmd/or_icon.png R themes/pmahomme/img/pmd/page_add.png R themes/pmahomme/img/pmd/page_delete.png R themes/pmahomme/img/pmd/page_edit.png R themes/pmahomme/img/pmd/pdf.png R themes/pmahomme/img/pmd/plus.png R themes/pmahomme/img/pmd/query_builder.png R themes/pmahomme/img/pmd/relation.png R themes/pmahomme/img/pmd/reload.png R themes/pmahomme/img/pmd/resize.png R themes/pmahomme/img/pmd/resizeright.png R themes/pmahomme/img/pmd/rightarrow1.png R themes/pmahomme/img/pmd/rightarrow2.png R themes/pmahomme/img/pmd/save.png R themes/pmahomme/img/pmd/save_as.png R themes/pmahomme/img/pmd/small_tab.png R themes/pmahomme/img/pmd/table.png R themes/pmahomme/img/pmd/toggle_lines.png R themes/pmahomme/img/pmd/top_panel.png R themes/pmahomme/img/pmd/uparrow2_m.png R themes/pmahomme/img/pmd/viewInFullscreen.png R themes/pmahomme/img/s_error2.png M themes/pmahomme/img/s_link.png M themes/pmahomme/img/s_passwd.png R themes/pmahomme/img/sprites.png M themes/pmahomme/img/toggle-rtl.png M themes/pmahomme/img/zoom-world-mini.png R themes/pmahomme/info.inc.php R themes/pmahomme/sprites.lib.php A themes/pmahomme/theme.json M transformation_overview.php M transformation_wrapper.php M url.php M user_password.php M version_check.php M view_create.php M view_operations.php A yarn.lock
Log Message: ----------- Merge branch 'QA_4_8' into STABLE
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/a091beea60fe...5ab56d088a88