Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-09Remove the PMA_VERSION constantMaurício Meneghini Fauth
2021-03-05Use PSR-12 for control structures spacingMaurício Meneghini Fauth
2021-03-05Use PSR-12 for namespace use statementsMaurício Meneghini Fauth
2020-10-14Remove some useless commentsMaurício Meneghini Fauth
2020-09-02Remove pmaThemePath and pmaThemeImage PHP globalsMaurício Meneghini Fauth
2020-07-21Remove Message::display methodMaurício Meneghini Fauth
2020-07-07Add return type declaration to test methodsMaurício Meneghini Fauth
2020-05-26Fix some coding standard issuesMaurício Meneghini Fauth
2020-05-22Use AbstractTestCase instead of PmaTestCase for all tests not needing mockRes...William Desportes
2020-05-21Fix running tests in --process-isolationWilliam Desportes
2020-05-21Fix test cases after backupGlobals = falseWilliam Desportes
2020-05-20Call parent's setUp and tearDownWilliam Desportes
2020-01-23Remove useless return type annotationsMaurício Meneghini Fauth
2020-01-22Reference global funcs and consts via use statementMaurício Meneghini Fauth
2020-01-22Remove use statements within the same namespaceMaurício Meneghini Fauth
2020-01-20Remove unnecessary annotationsMaurício Meneghini Fauth
2020-01-20Add coding standard rules for whitespaceMaurício Meneghini Fauth
2019-09-02Remove vim modelinesMaurício Meneghini Fauth
2019-05-14Remove useless attributeHugues Peccatte
2019-02-24Replace assertContains() with assertStringContainsString()Maurício Meneghini Fauth
2019-02-23Add void return type declaration for testsMaurício Meneghini Fauth
2019-01-06Adds space after not (!) and type castMaurício Meneghini Fauth
2018-05-31Fix methods and properties visibility issuesMaurício Meneghini Fauth
2018-05-16Enable strict mode in test filesMaurício Meneghini Fauth
2017-10-23Remove not needed use statementsScrutinizer Auto-Fixer
2017-09-30Move PMATestCase to PhpMyAdmin\Tests\PmaTestCaseMaurício Meneghini Fauth
2017-09-20Add namespace to test classesMaurício Meneghini Fauth
2017-09-06Move databaase interface load to static methodMichal Čihař
2017-08-23Refactor relation functions to static methodsMaurício Meneghini Fauth
2017-07-17Move Theme object out of sessionMichal Čihař
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-30Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-03Refactor the core functions into static methodsMaurício Meneghini Fauth
2016-02-22Refactor text sanitization and javascript escaping, Issue #11989, #11988Durgesh
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
2016-02-12Remove no longer needed variablesMichal Čihař
2016-02-12Define theme for all testsMichal Čihař
2016-02-03Load vendor_config just once at testsuite startupMichal Čihař
2016-01-12Remove require of libraries included in test bootstrapMichal Čihař
2016-01-12Remove no longer needed code for language selectionMichal Čihař
2015-12-18Move the rest of the tests related to objects under a common parent testMadhura Jayaratne
2015-11-15Remove side effects in declaration files.Hugues Peccatte
2015-10-15Rename test classesMadhura Jayaratne