Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 95a409c4f22d3dec5dbc3dad8dc7b0db6c2cef13
https://github.com/phpmyadmin/phpmyadmin/commit/95a409c4f22d3dec5dbc3dad8dc…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-07-14 (Fri, 14 Jul 2017)
Changed paths:
M db_structure.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
M libraries/classes/Util.php
M libraries/classes/ZipExtension.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
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/ServerCollationsControllerTest.php
M test/classes/controllers/ServerDatabasesControllerTest.php
M test/classes/controllers/ServerEnginesControllerTest.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
Log Message:
-----------
Move controllers to PhpMyAdmin namespace
- Move base controllers to PhpMyAdmin namespace
- Move database controllers to PhpMyAdmin namespace
- Move server controllers to PhpMyAdmin namespace
- Move table controllers to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 3bf421d52c035e3f4ff342d1f70d8f5cd6b407e1
https://github.com/phpmyadmin/phpmyadmin/commit/3bf421d52c035e3f4ff342d1f70…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-07-14 (Fri, 14 Jul 2017)
Changed paths:
M db_structure.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
M libraries/classes/Util.php
M libraries/classes/ZipExtension.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
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/ServerCollationsControllerTest.php
M test/classes/controllers/ServerDatabasesControllerTest.php
M test/classes/controllers/ServerEnginesControllerTest.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
Log Message:
-----------
Merge pull request #13491 from mauriciofauth/classes
Move controllers to PhpMyAdmin namespace
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/66807421bd28...3bf421d52c03
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 7db2930c6ba9ace2857d9f823fdb237cf074e16a
https://github.com/phpmyadmin/error-reporting-server/commit/7db2930c6ba9ace…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-12 (Wed, 12 Jul 2017)
Changed paths:
M src/Template/Reports/view.ctp
Log Message:
-----------
Hide stacktraces in read only interface
They can contain things such as SQL statements, so let's consider them
private.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 66807421bd286ca782ff0f2bdb98a69e101c7dcd
https://github.com/phpmyadmin/phpmyadmin/commit/66807421bd286ca782ff0f2bdb9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-12 (Wed, 12 Jul 2017)
Changed paths:
M test/classes/plugin/auth/AuthenticationConfigTest.php
Log Message:
-----------
Remove no longer needed code from test
Apparenty nothing really needs PMA_USR_BROWSER_AGENT here, so avoid
setting it. This removes need for runkit here.
Issue #13484
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6521f7de392eb8415415a26ac0232a6c6778d040
https://github.com/phpmyadmin/phpmyadmin/commit/6521f7de392eb8415415a26ac02…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-12 (Wed, 12 Jul 2017)
Changed paths:
M libraries/classes/Tracker.php
M libraries/classes/Util.php
M test/bootstrap-dist.php
M test/classes/TrackerTest.php
Log Message:
-----------
Add wrapper around PHP date function to ease testing
This way Tracker tests run on PHP 7 as well.
Issue #13484
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 0983378e2972e132e418c456b8c133d840ce1a81
https://github.com/phpmyadmin/phpmyadmin/commit/0983378e2972e132e418c456b8c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-12 (Wed, 12 Jul 2017)
Changed paths:
M libraries/classes/Config.php
M libraries/classes/Config/FormDisplay.php
M libraries/classes/Config/Validator.php
M libraries/classes/Core.php
M libraries/classes/Sanitize.php
M libraries/classes/Url.php
M libraries/classes/Util.php
M libraries/config/FormDisplay.tpl.php
M setup/lib/common.inc.php
M test/classes/config/FormDisplayTest.php
M test/libraries/PMA_FormDisplay_tpl_test.php
Log Message:
-----------
Replace PMA_SETUP define by configuration variable
This way we don't need runkit for testing and it's anyway a bit cleaner
approach.
Issue #13484
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/77d035240eae...0983378e2972