Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7f137aa5870c6c72f8f31d43dbde0f6b758ec3d3
https://github.com/phpmyadmin/phpmyadmin/commit/7f137aa5870c6c72f8f31d43dbd…
Author: Maurício Meneghini Fauth <mauriciofauth(a)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(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e980982322e6b9a69614df986c98669b06d6f723
https://github.com/phpmyadmin/phpmyadmin/commit/e980982322e6b9a69614df986c9…
Author: Burak Yavuz <hitowerdigit(a)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/16ffe7c888ea1311d17e34c4ffc…
Author: Weblate <noreply(a)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'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/452b624dc4bb...16ffe7c888ea
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 452b624dc4bb81a9def2040fc5a476c0b1a4b832
https://github.com/phpmyadmin/phpmyadmin/commit/452b624dc4bb81a9def2040fc5a…
Author: Maurício Meneghini Fauth <mauriciofauth(a)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(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2ae2b8b54e2f0a5d21ced4a247bf18bb93f81653
https://github.com/phpmyadmin/phpmyadmin/commit/2ae2b8b54e2f0a5d21ced4a247b…
Author: Maurício Meneghini Fauth <mauriciofauth(a)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(a)gmail.com>