Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f8bd078088c8cf5c104d009b0e7f4831a1b2ce5d
https://github.com/phpmyadmin/phpmyadmin/commit/f8bd078088c8cf5c104d009b0e7…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-30 (Sat, 30 Sep 2017)
Changed paths:
M libraries/classes/Advisor.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Display/Results.php
M libraries/classes/PmdCommon.php
M libraries/classes/Server/Status/Monitor.php
M libraries/classes/Util.php
A test/classes/RelationCleanupDbiMock.php
M test/classes/RelationCleanupTest.php
M test/classes/TemplateTest.php
Log Message:
-----------
Fix code standard errors
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c00245fa0a8537e5ee3a5f5ef1b5c057443ca79f
https://github.com/phpmyadmin/phpmyadmin/commit/c00245fa0a8537e5ee3a5f5ef1b…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-30 (Sat, 30 Sep 2017)
Changed paths:
M composer.json
R test/PMATestCase.php
M test/classes/AdvisorTest.php
M test/classes/Config/ConfigFileTest.php
M test/classes/Config/DescriptionTest.php
M test/classes/Config/FormDisplayTest.php
M test/classes/Config/FormTest.php
M test/classes/Config/Forms/FormListTest.php
M test/classes/Config/PageSettingsTest.php
M test/classes/Config/ServerConfigChecksTest.php
M test/classes/ConfigTest.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/CoreTest.php
M test/classes/Database/QbeTest.php
M test/classes/Database/SearchTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/Dbi/DbiMysqlTest.php
M test/classes/Dbi/DbiMysqliTest.php
M test/classes/Di/ContainerExceptionTest.php
M test/classes/Di/ContainerTest.php
M test/classes/Di/NotFoundExceptionTest.php
M test/classes/Display/ResultsTest.php
M test/classes/Engines/BdbTest.php
M test/classes/Engines/BinlogTest.php
M test/classes/Engines/InnodbTest.php
M test/classes/Engines/MemoryTest.php
M test/classes/Engines/MrgMyisamTest.php
M test/classes/Engines/MyisamTest.php
M test/classes/Engines/NdbclusterTest.php
M test/classes/Engines/PbxtTest.php
M test/classes/ErrorHandlerTest.php
M test/classes/ErrorTest.php
M test/classes/FileTest.php
M test/classes/FontTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
M test/classes/IndexTest.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
M test/classes/Navigation/NavigationTest.php
M test/classes/Navigation/NavigationTreeTest.php
M test/classes/Navigation/NodeFactoryTest.php
M test/classes/Navigation/Nodes/NodeColumnContainerTest.php
M test/classes/Navigation/Nodes/NodeColumnTest.php
M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
M test/classes/Navigation/Nodes/NodeDatabaseTest.php
M test/classes/Navigation/Nodes/NodeEventContainerTest.php
M test/classes/Navigation/Nodes/NodeEventTest.php
M test/classes/Navigation/Nodes/NodeFunctionContainerTest.php
M test/classes/Navigation/Nodes/NodeFunctionTest.php
M test/classes/Navigation/Nodes/NodeIndexContainerTest.php
M test/classes/Navigation/Nodes/NodeIndexTest.php
M test/classes/Navigation/Nodes/NodeProcedureContainerTest.php
M test/classes/Navigation/Nodes/NodeProcedureTest.php
M test/classes/Navigation/Nodes/NodeTableContainerTest.php
M test/classes/Navigation/Nodes/NodeTableTest.php
M test/classes/Navigation/Nodes/NodeTest.php
M test/classes/Navigation/Nodes/NodeTriggerContainerTest.php
M test/classes/Navigation/Nodes/NodeTriggerTest.php
M test/classes/Navigation/Nodes/NodeViewContainerTest.php
M test/classes/Navigation/Nodes/NodeViewTest.php
M test/classes/PdfTest.php
M test/classes/Plugins/Auth/AuthenticationConfigTest.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/ExportCodegenTest.php
M test/classes/Plugins/Export/ExportCsvTest.php
M test/classes/Plugins/Export/ExportExcelTest.php
M test/classes/Plugins/Export/ExportHtmlwordTest.php
M test/classes/Plugins/Export/ExportJsonTest.php
M test/classes/Plugins/Export/ExportLatexTest.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/ExportPdfTest.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/Export/Helpers/TablePropertyTest.php
M test/classes/Plugins/Import/ImportCsvTest.php
M test/classes/Plugins/Import/ImportLdiTest.php
M test/classes/Plugins/Import/ImportMediawikiTest.php
M test/classes/Plugins/Import/ImportOdsTest.php
M test/classes/Plugins/Import/ImportShpTest.php
M test/classes/Plugins/Import/ImportSqlTest.php
M test/classes/Plugins/Import/ImportXmlTest.php
M test/classes/Plugins/Schema/DiaRelationSchemaTest.php
M test/classes/Plugins/Schema/EpsRelationSchemaTest.php
M test/classes/Plugins/Schema/ExportRelationSchemaTest.php
M test/classes/Plugins/Schema/PdfRelationSchemaTest.php
M test/classes/Plugins/Schema/SvgRelationSchemaTest.php
M test/classes/Plugins/Transformations/TransformationPluginsTest.php
A test/classes/PmaTestCase.php
M test/classes/ScriptsTest.php
M test/classes/Server/Status/DataTest.php
M test/classes/Setup/ConfigGeneratorTest.php
M test/classes/Setup/FormProcessingTest.php
M test/classes/StorageEngineTest.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
M test/classes/TypesMySQLTest.php
M test/classes/TypesTest.php
M test/classes/UserPreferencesTest.php
M test/classes/UtilTest.php
M test/classes/VersionInformationTest.php
M test/classes/ZipExtensionTest.php
Log Message:
-----------
Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9b56acacabefe6e3248155e3b5793cc78ca71e6f
https://github.com/phpmyadmin/phpmyadmin/commit/9b56acacabefe6e3248155e3b57…
Author: ankitjain28may <ankitjain28may77(a)gmail.com>
Date: 2017-09-26 (Tue, 26 Sep 2017)
Changed paths:
M libraries/classes/Display/Results.php
M templates/database/structure/body_for_table_summary.phtml
M templates/database/structure/structure_table_row.phtml
M templates/database/structure/table_header.phtml
M test/selenium/PmaSeleniumSqlQueryTest.php
M test/selenium/PmaSeleniumTableBrowseTest.php
M test/selenium/PmaSeleniumTableInsertTest.php
M test/selenium/PmaSeleniumTableOperationsTest.php
Log Message:
-----------
Fix alignment of action and fixed tests #12167
Signed-off-by: Ankit Jain <ankitjain28may77(a)gmail.com>
Commit: 1c111bf772d1226c6d5ebbbd9499b6fc6c3bae79
https://github.com/phpmyadmin/phpmyadmin/commit/1c111bf772d1226c6d5ebbbd949…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-29 (Fri, 29 Sep 2017)
Changed paths:
M libraries/classes/Display/Results.php
M templates/database/structure/body_for_table_summary.phtml
M templates/database/structure/structure_table_row.phtml
M templates/database/structure/table_header.phtml
M test/selenium/PmaSeleniumSqlQueryTest.php
M test/selenium/PmaSeleniumTableBrowseTest.php
M test/selenium/PmaSeleniumTableInsertTest.php
M test/selenium/PmaSeleniumTableOperationsTest.php
Log Message:
-----------
Merge pull request #13702 from ankitjain28may/ankitjain28may
Fix alignment of action #12167
Fix #12167
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/fb492e150ecf...1c111bf772d1