Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: cf354d29cdaf46c2405cda83432ac0cd0ad2b566
https://github.com/phpmyadmin/phpmyadmin/commit/cf354d29cdaf46c2405cda83432…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
A libraries/classes/Server/Status/Data.php
M libraries/classes/Server/Status/Monitor.php
R libraries/classes/ServerStatusData.php
M libraries/server_status.lib.php
M libraries/server_status_processes.lib.php
M libraries/server_status_queries.lib.php
M libraries/server_status_variables.lib.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
A test/classes/Server/Status/DataTest.php
M test/classes/Server/Status/MonitorTest.php
R test/classes/ServerStatusDataTest.php
M test/classes/controllers/ServerVariablesControllerTest.php
M test/libraries/PMA_server_status_advisor_test.php
M test/libraries/PMA_server_status_queries_test.php
M test/libraries/PMA_server_status_test.php
M test/libraries/PMA_server_status_variables_test.php
Log Message:
-----------
Rename ServerStatusData to Server/Status/Data
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 7596fe8d6fb3be6d5f5bf4717ed806d20888ffaa
https://github.com/phpmyadmin/phpmyadmin/commit/7596fe8d6fb3be6d5f5bf4717ed…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
A libraries/classes/Server/Status.php
R libraries/server_status.lib.php
M server_status.php
A test/classes/Server/StatusTest.php
R test/libraries/PMA_server_status_test.php
Log Message:
-----------
Refactor server_status functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 8d46a94daea3a7527c913d957ff0a167c081631f
https://github.com/phpmyadmin/phpmyadmin/commit/8d46a94daea3a7527c913d957ff…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
A libraries/classes/Server/Status/Advisor.php
R libraries/server_status_advisor.lib.php
M server_status_advisor.php
A test/classes/Server/Status/AdvisorTest.php
R test/libraries/PMA_server_status_advisor_test.php
Log Message:
-----------
Refactor server_status_advisor to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: ef17be91c1d064dc2ec354ffda25977218f8cbe7
https://github.com/phpmyadmin/phpmyadmin/commit/ef17be91c1d064dc2ec354ffda2…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
A libraries/classes/Server/Status/Processes.php
R libraries/server_status_processes.lib.php
M server_status_processes.php
A test/classes/Server/Status/ProcessesTest.php
R test/libraries/PMA_server_status_processes_test.php
Log Message:
-----------
Refactor server_status_processes to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: dfbea9648f80d09cf46e22cc29478669ed8be677
https://github.com/phpmyadmin/phpmyadmin/commit/dfbea9648f80d09cf46e22cc294…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
A libraries/classes/Server/Status/Queries.php
R libraries/server_status_queries.lib.php
M server_status_queries.php
A test/classes/Server/Status/QueriesTest.php
R test/libraries/PMA_server_status_queries_test.php
Log Message:
-----------
Refactor server_status_queries to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 94fa5946ce671fbdb3b491292bc0a4caee1a3410
https://github.com/phpmyadmin/phpmyadmin/commit/94fa5946ce671fbdb3b491292bc…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
A libraries/classes/Server/Status/Variables.php
R libraries/server_status_variables.lib.php
M server_status_variables.php
A test/classes/Server/Status/VariablesTest.php
R test/libraries/PMA_server_status_variables_test.php
Log Message:
-----------
Refactor server_status_variables to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 8c41df5103c2c4ffc4e93c2c71b11e9061f98ff3
https://github.com/phpmyadmin/phpmyadmin/commit/8c41df5103c2c4ffc4e93c2c71b…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
A libraries/classes/Server/Users.php
R libraries/server_users.lib.php
M server_privileges.php
M server_user_groups.php
A test/classes/Server/UsersTest.php
R test/libraries/PMA_server_users_test.php
Log Message:
-----------
Refactor server_users functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 4022337194521b666c344c84bdab5d703f25bc4d
https://github.com/phpmyadmin/phpmyadmin/commit/4022337194521b666c344c84bda…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
A libraries/classes/Server/UserGroups.php
R libraries/server_user_groups.lib.php
M server_user_groups.php
A test/classes/Server/UserGroupsTest.php
R test/libraries/PMA_server_user_groups_test.php
Log Message:
-----------
Refactor server_user_groups to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: f7051b2e5c108d58013321e1450793474a127182
https://github.com/phpmyadmin/phpmyadmin/commit/f7051b2e5c108d58013321e1450…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 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
A libraries/classes/Server/Common.php
M libraries/server_common.inc.php
R libraries/server_common.lib.php
M server_privileges.php
M server_replication.php
A test/classes/Server/CommonTest.php
R test/libraries/PMA_server_common_test.php
Log Message:
-----------
Refactor server_common functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 3923ac75d13e3e6bd13f7f1c8e165993625267ad
https://github.com/phpmyadmin/phpmyadmin/commit/3923ac75d13e3e6bd13f7f1c8e1…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 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
A libraries/classes/Server/Common.php
A libraries/classes/Server/Status.php
A libraries/classes/Server/Status/Advisor.php
A libraries/classes/Server/Status/Data.php
M 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
R libraries/classes/ServerStatusData.php
M libraries/server_common.inc.php
R libraries/server_common.lib.php
R libraries/server_status.lib.php
R libraries/server_status_advisor.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
M server_privileges.php
M server_replication.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
A test/classes/Server/CommonTest.php
A test/classes/Server/Status/AdvisorTest.php
A test/classes/Server/Status/DataTest.php
M 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
M test/classes/controllers/ServerVariablesControllerTest.php
R test/libraries/PMA_server_common_test.php
R test/libraries/PMA_server_status_advisor_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
Log Message:
-----------
Merge pull request #13667 from mauriciofauth/server
Refactor server functions to static methods
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b881c4cddbb3...3923ac75d13e
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: 43419c4880b56ed1440e141d9077150564d90c3e
https://github.com/phpmyadmin/localized_docs/commit/43419c4880b56ed1440e141…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M phpmyadmin
Log Message:
-----------
Updated phpMyAdmin repository
Commit: a71e91ad3c8aa50bc468f28aab47eb04cb2abb45
https://github.com/phpmyadmin/localized_docs/commit/a71e91ad3c8aa50bc468f28…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M docs/ar/conf.py
M docs/az/conf.py
M docs/bs/conf.py
M docs/ca/conf.py
M docs/cs/conf.py
M docs/da/conf.py
M docs/de/conf.py
M docs/el/conf.py
M docs/en_GB/conf.py
M docs/eo/conf.py
M docs/es/conf.py
M docs/et/conf.py
M docs/fi/conf.py
M docs/fr/conf.py
M docs/fy/conf.py
M docs/gl/conf.py
M docs/hu/conf.py
M docs/hy/conf.py
M docs/id/conf.py
M docs/it/conf.py
M docs/ja/conf.py
M docs/ka/conf.py
M docs/ko/conf.py
M docs/lt/conf.py
M docs/mn/conf.py
M docs/nb/conf.py
M docs/nl/conf.py
M docs/pl/conf.py
M docs/pt_BR/conf.py
M docs/ro/conf.py
M docs/sk/conf.py
M docs/sl/conf.py
M docs/sq/conf.py
M docs/sv/conf.py
M docs/tr/conf.py
M docs/uk/conf.py
M docs/zh_CN/conf.py
M docs/zh_TW/conf.py
Log Message:
-----------
Update po files
Compare: https://github.com/phpmyadmin/localized_docs/compare/fd9b9e079ac6...a71e91a…
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: eabdf845c359c7c3b9bf93ebbf5a4b77aec90ad1
https://github.com/phpmyadmin/phpmyadmin/commit/eabdf845c359c7c3b9bf93ebbf5…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumChangePasswordTest.php
M test/selenium/PmaSeleniumCreateDropDatabaseTest.php
M test/selenium/PmaSeleniumCreateRemoveUserTest.php
M test/selenium/PmaSeleniumDbEventsTest.php
M test/selenium/PmaSeleniumDbProceduresTest.php
M test/selenium/PmaSeleniumDbStructureTest.php
M test/selenium/PmaSeleniumExportTest.php
M test/selenium/PmaSeleniumImportTest.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
M test/selenium/PmaSeleniumTrackingTest.php
M test/selenium/PmaSeleniumXssTest.php
M test/selenium/TestBase.php
Log Message:
-----------
Fix waiting for AJAX popup disappear in Selenium tests
Waiting for ajax_message_num_1 works only on first AJAX request and
we're doing more of them. This should remove need for many consequent
sleeps as we were actually not properly waiting for element.
Also it's better to wrap this logic in separate method as it is used in
many places in the code.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: eae223215a217bfd3f2ce999ce3b4e50f349502b
https://github.com/phpmyadmin/phpmyadmin/commit/eae223215a217bfd3f2ce999ce3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/TestBase.php
Log Message:
-----------
Run Chrome tests on Windows
It seems to perform way better with webdriver than OS X.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: c674ab8791ceba53cd51157ea02fa179002f1498
https://github.com/phpmyadmin/phpmyadmin/commit/c674ab8791ceba53cd51157ea02…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/TestBase.php
Log Message:
-----------
Try getting element directly in waitForElement
This can avoid 3 round trips to Selenium server in most situations, so
it can help performance.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: bbf84bd5f7c5af8a25b81a24a87db904f174897a
https://github.com/phpmyadmin/phpmyadmin/commit/bbf84bd5f7c5af8a25b81a24a87…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumCreateRemoveUserTest.php
M test/selenium/PmaSeleniumTrackingTest.php
Log Message:
-----------
Remove strange wait loops
Those were most likely caused by wrong waiting on AJAX page load.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 037dde0e429b41bd869b551d5e87c4cdc05176db
https://github.com/phpmyadmin/phpmyadmin/commit/037dde0e429b41bd869b551d5e8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumDbEventsTest.php
M test/selenium/PmaSeleniumDbProceduresTest.php
M test/selenium/PmaSeleniumDbTriggersTest.php
M test/selenium/PmaSeleniumSqlQueryTest.php
M test/selenium/PmaSeleniumTrackingTest.php
M test/selenium/TestBase.php
Log Message:
-----------
Share code for waiting for CodeMirror
It takes some time to initialize, so we should wait for it.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: c3f83158584ef499c9ad9faf077264463ae227e6
https://github.com/phpmyadmin/phpmyadmin/commit/c3f83158584ef499c9ad9faf077…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumDbEventsTest.php
M test/selenium/PmaSeleniumDbProceduresTest.php
M test/selenium/PmaSeleniumDbTriggersTest.php
Log Message:
-----------
Fixed waiting for event/procedure/trigger drop
The nothing2display element is always present, sometimes it is just
hidden. Wait for AJAX completion instead.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 5c40939e74674c2bc2ca433a7a62eb968e685fd5
https://github.com/phpmyadmin/phpmyadmin/commit/5c40939e74674c2bc2ca433a7a6…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumSqlQueryTest.php
M test/selenium/PmaSeleniumTableBrowseTest.php
M test/selenium/PmaSeleniumTableStructureTest.php
M test/selenium/PmaSeleniumTrackingTest.php
Log Message:
-----------
Remove some no longer needed waits and sleeps
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2abb2db01d82314b8618d79234c482b41a5a6744
https://github.com/phpmyadmin/phpmyadmin/commit/2abb2db01d82314b8618d79234c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumImportTest.php
M test/selenium/PmaSeleniumQueryByExampleTest.php
M test/selenium/TestBase.php
Log Message:
-----------
Remove sleep after scrollToBottom, should not be necessary
The javascript is executed synchronously, so there should be no delay.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 11ff884f6ab2d367b4f43f3d6597bf524896f918
https://github.com/phpmyadmin/phpmyadmin/commit/11ff884f6ab2d367b4f43f3d659…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumExportTest.php
Log Message:
-----------
Remove sleeps from export tests
Those really should not be necessary or we should add some dynamic waits.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: fa2457cf3d0922af4f2491483baf8bdcef8182f0
https://github.com/phpmyadmin/phpmyadmin/commit/fa2457cf3d0922af4f2491483ba…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumDbEventsTest.php
M test/selenium/PmaSeleniumTableBrowseTest.php
Log Message:
-----------
Simplify entering form values
Use value() instead of click() and keys().
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2f13f070cbc6e028cac8be39a1c5a33ded660ea7
https://github.com/phpmyadmin/phpmyadmin/commit/2f13f070cbc6e028cac8be39a1c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumExportTest.php
Log Message:
-----------
Ensure widgets are in the view
Scroll based on actuall widgets we target, not by arbitrary values.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 580cb38562bd3769cbd37db898e859d58fffa3aa
https://github.com/phpmyadmin/phpmyadmin/commit/580cb38562bd3769cbd37db898e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/TestBase.php
Log Message:
-----------
We need to scroll relatively as getBoundingClientRect returns offset
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 3b19cbef9e61ddcc363719554a9db8efaf1ffef2
https://github.com/phpmyadmin/phpmyadmin/commit/3b19cbef9e61ddcc363719554a9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumExportTest.php
Log Message:
-----------
Remove not needed waitForElement
The page is already loaded here, so there is no reason to wait.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: e9dece41a94e557a7ae1ba75d7b02980374e1031
https://github.com/phpmyadmin/phpmyadmin/commit/e9dece41a94e557a7ae1ba75d7b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/TestBase.php
Log Message:
-----------
Simplify waitAjax
Wait only based on javascript flag.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 877d620c871e5cc1281cdb03cfa12cfe7e7e2372
https://github.com/phpmyadmin/phpmyadmin/commit/877d620c871e5cc1281cdb03cfa…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumDbEventsTest.php
M test/selenium/PmaSeleniumDbProceduresTest.php
M test/selenium/PmaSeleniumDbTriggersTest.php
Log Message:
-----------
Add some missing AJAX waits in events/procedures/triggers
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: f1326358d26a6c707bfa029930088875b77638e7
https://github.com/phpmyadmin/phpmyadmin/commit/f1326358d26a6c707bfa0299300…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumDbEventsTest.php
M test/selenium/PmaSeleniumDbProceduresTest.php
M test/selenium/PmaSeleniumDbTriggersTest.php
M test/selenium/TestBase.php
Log Message:
-----------
Add separate wait for message to disappear
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 28345a5cd3906605dcbd71621698a8c3a6a5b257
https://github.com/phpmyadmin/phpmyadmin/commit/28345a5cd3906605dcbd7162169…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumQueryByExampleTest.php
Log Message:
-----------
Skip QBE tests early
There is no need to bother with connecting to BrowserStack here.
Issue #13621
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b881c4cddbb38cff12e21cb57ab090e505af2072
https://github.com/phpmyadmin/phpmyadmin/commit/b881c4cddbb38cff12e21cb57ab…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M test/selenium/PmaSeleniumChangePasswordTest.php
M test/selenium/PmaSeleniumCreateDropDatabaseTest.php
M test/selenium/PmaSeleniumCreateRemoveUserTest.php
M test/selenium/PmaSeleniumDbEventsTest.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/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
M test/selenium/PmaSeleniumTrackingTest.php
M test/selenium/PmaSeleniumXssTest.php
M test/selenium/TestBase.php
Log Message:
-----------
Merge branch 'selenium-optimize'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/12b7b1ac1045...b881c4cddbb3
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 82dc32305bd250dc191c671cb238d92ac50c72ba
https://github.com/phpmyadmin/phpmyadmin/commit/82dc32305bd250dc191c671cb23…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths:
A libraries/classes/Display/Results.php
R libraries/classes/DisplayResults.php
M libraries/classes/Sql.php
M tbl_replace.php
A test/classes/Display/ResultsTest.php
R test/classes/DisplayResultsTest.php
Log Message:
-----------
Rename DisplayResults to Display/Results
Move libraries/classes/DisplayResults.php to libraries/classes/Display/Results.php
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 2217b4c96066024a8d0aa725b416662ff9b85902
https://github.com/phpmyadmin/phpmyadmin/commit/2217b4c96066024a8d0aa725b41…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths:
M js/functions.js
A libraries/classes/Display/ChangePassword.php
M libraries/classes/Server/Privileges.php
R libraries/display_change_password.lib.php
M server_privileges.php
A test/classes/Display/ChangePasswordTest.php
R test/libraries/PMA_display_change_password_test.php
M user_password.php
Log Message:
-----------
Refactor change password function to static method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 81ed2c6c03bace0966618ea8cec78ed2336e7920
https://github.com/phpmyadmin/phpmyadmin/commit/81ed2c6c03bace0966618ea8cec…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths:
M index.php
A libraries/classes/Display/GitRevision.php
R libraries/display_git_revision.lib.php
Log Message:
-----------
Refactor git revision function to static function
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 57f400642337eb96d0ee7d83f8866a4e5b803162
https://github.com/phpmyadmin/phpmyadmin/commit/57f400642337eb96d0ee7d83f88…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M import_status.php
M libraries/classes/Display/Import.php
A libraries/classes/Display/ImportAjax.php
M libraries/classes/Plugins/Import/Upload/UploadApc.php
M libraries/classes/Plugins/Import/Upload/UploadProgress.php
M libraries/classes/Plugins/Import/Upload/UploadSession.php
R libraries/display_import_ajax.lib.php
Log Message:
-----------
Refactor display_import_ajax to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 512d81cb295f8a97d40ff035658fc2b620b3b439
https://github.com/phpmyadmin/phpmyadmin/commit/512d81cb295f8a97d40ff035658…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M db_operations.php
M db_tracking.php
M js/functions.js
M libraries/classes/Controllers/Database/DatabaseStructureController.php
A libraries/classes/Display/CreateTable.php
M libraries/classes/Display/Results.php
R libraries/display_create_table.lib.php
A test/classes/Display/CreateTableTest.php
R test/libraries/PMA_display_create_table_test.php
Log Message:
-----------
Refactor display_create_table to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 12b7b1ac104509ed97c46799f2cb49fe026412bd
https://github.com/phpmyadmin/phpmyadmin/commit/12b7b1ac104509ed97c46799f2c…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M db_operations.php
M db_tracking.php
M import_status.php
M index.php
M js/functions.js
M libraries/classes/Controllers/Database/DatabaseStructureController.php
A libraries/classes/Display/ChangePassword.php
A libraries/classes/Display/CreateTable.php
A libraries/classes/Display/GitRevision.php
M libraries/classes/Display/Import.php
A libraries/classes/Display/ImportAjax.php
A libraries/classes/Display/Results.php
R libraries/classes/DisplayResults.php
M libraries/classes/Plugins/Import/Upload/UploadApc.php
M libraries/classes/Plugins/Import/Upload/UploadProgress.php
M libraries/classes/Plugins/Import/Upload/UploadSession.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Sql.php
R libraries/display_change_password.lib.php
R libraries/display_create_table.lib.php
R libraries/display_git_revision.lib.php
R libraries/display_import_ajax.lib.php
M server_privileges.php
M tbl_replace.php
A test/classes/Display/ChangePasswordTest.php
A test/classes/Display/CreateTableTest.php
A test/classes/Display/ResultsTest.php
R test/classes/DisplayResultsTest.php
R test/libraries/PMA_display_change_password_test.php
R test/libraries/PMA_display_create_table_test.php
M user_password.php
Log Message:
-----------
Merge pull request #13663 from mauriciofauth/display
Refactor display functions to static methods
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/d083392dc9a2...12b7b1ac1045