Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: feb200a000aad1e07d30c59ea3d9b84ec2fcaa96 https://github.com/phpmyadmin/phpmyadmin/commit/feb200a000aad1e07d30c59ea3d9... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-07-16 (Sun, 16 Jul 2017)
Changed paths: M db_structure.php M libraries/classes/Controllers/Controller.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 M libraries/database_interface.inc.php R libraries/di/AliasItem.php R libraries/di/Container.php R libraries/di/ContainerException.php R libraries/di/FactoryItem.php R libraries/di/Item.php R libraries/di/NotFoundException.php R libraries/di/ReflectorItem.php R libraries/di/ServiceItem.php R libraries/di/ValueItem.php M libraries/gis/GISFactory.php M libraries/tbl_columns_definition_form.inc.php M server_binlog.php M server_collations.php M server_databases.php M server_engines.php M server_plugins.php M server_variables.php M tbl_chart.php M tbl_find_replace.php M tbl_gis_visualization.php M tbl_indexes.php M tbl_relation.php M tbl_select.php M tbl_structure.php M tbl_zoom_select.php M test/classes/controllers/DatabaseStructureControllerTest.php M test/classes/controllers/ServerBinlogControllerTest.php M test/classes/controllers/ServerDatabasesControllerTest.php M test/classes/controllers/ServerPluginsControllerTest.php M test/classes/controllers/ServerVariablesControllerTest.php M test/classes/controllers/TableIndexesControllerTest.php M test/classes/controllers/TableRelationControllerTest.php M test/classes/controllers/TableSearchControllerTest.php M test/classes/controllers/TableStructureControllerTest.php M test/classes/di/ContainerExceptionTest.php M test/classes/di/ContainerTest.php M test/classes/di/NotFoundExceptionTest.php
Log Message: ----------- Move DI classes to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: d79121d474d88093e66d36bba3921c75e9187156 https://github.com/phpmyadmin/phpmyadmin/commit/d79121d474d88093e66d36bba392... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-07-16 (Sun, 16 Jul 2017)
Changed paths: M db_structure.php M libraries/classes/Controllers/Controller.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 M libraries/database_interface.inc.php R libraries/di/AliasItem.php R libraries/di/Container.php R libraries/di/ContainerException.php R libraries/di/FactoryItem.php R libraries/di/Item.php R libraries/di/NotFoundException.php R libraries/di/ReflectorItem.php R libraries/di/ServiceItem.php R libraries/di/ValueItem.php M libraries/gis/GISFactory.php M libraries/tbl_columns_definition_form.inc.php M server_binlog.php M server_collations.php M server_databases.php M server_engines.php M server_plugins.php M server_variables.php M tbl_chart.php M tbl_find_replace.php M tbl_gis_visualization.php M tbl_indexes.php M tbl_relation.php M tbl_select.php M tbl_structure.php M tbl_zoom_select.php M test/classes/controllers/DatabaseStructureControllerTest.php M test/classes/controllers/ServerBinlogControllerTest.php M test/classes/controllers/ServerDatabasesControllerTest.php M test/classes/controllers/ServerPluginsControllerTest.php M test/classes/controllers/ServerVariablesControllerTest.php M test/classes/controllers/TableIndexesControllerTest.php M test/classes/controllers/TableRelationControllerTest.php M test/classes/controllers/TableSearchControllerTest.php M test/classes/controllers/TableStructureControllerTest.php M test/classes/di/ContainerExceptionTest.php M test/classes/di/ContainerTest.php M test/classes/di/NotFoundExceptionTest.php
Log Message: ----------- Merge pull request #13496 from mauriciofauth/classes
Move DI classes to PhpMyAdmin namespace
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/4d6235ebe29f...d79121d474d8