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 namespace use statementsMaurício Meneghini Fauth
2021-01-23Fix a coding standard mistakeWilliam Desportes
2021-01-23Url encode the PMA_VERSION because it could contain special charsWilliam Desportes
2020-09-04Fix ScriptsTest failing testMaurício Meneghini Fauth
2020-08-06Fixes #16278 - Fix testsWilliam Desportes
2020-07-07Add return type declaration to test methodsMaurício Meneghini Fauth
2020-06-15Remove the blacklist/whitelist terminologyMaurício Meneghini Fauth
2020-05-27Use early exit when possibleMaurí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-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-20Use one line for comments with a single lineMaurício Meneghini Fauth
2019-12-14Remove some useless docblock commentsMaurício Meneghini Fauth
2019-12-12Remove unused use statementsMaurício Meneghini Fauth
2019-09-02Remove vim modelinesMaurício Meneghini Fauth
2019-06-12Reference class names in use statementsMaurício Meneghini Fauth
2019-04-20Extract HTML from Scripts::getDisplay()Maurício Meneghini Fauth
2019-02-24Replace readAttribute() and assertAttributeEquals()Maurício Meneghini Fauth
2019-02-23Add void return type declaration for testsMaurício Meneghini Fauth
2019-01-07Fix doc comments alignmentMaurício Meneghini Fauth
2019-01-07Format array declarationsMaurício Meneghini Fauth
2018-06-26phpstan level 0 (#14405)William Desportes
2018-05-30Fix some PSR-2 coding standard errorsMaurício Meneghini Fauth
2018-05-30Use short array syntax instead of long array syntaxMaurício Meneghini Fauth
2018-05-16Enable strict mode in test filesMaurício Meneghini Fauth
2017-11-29Simplify Scripts::addFile APIMichal Čihař
2017-11-29Remove usage of get_scripts.js.php wrapperMichal Čihař
2017-09-30Move PMATestCase to PhpMyAdmin\Tests\PmaTestCaseMaurício Meneghini Fauth
2017-09-20Add namespace to test classesMaurício Meneghini Fauth
2017-07-07Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-14Move js/codemirror to js/vendor/codemirrorMaurício Meneghini Fauth
2017-06-08Adjust tests to scripts loader changeMichal Čihař
2016-08-03Merge branch 'QA_4_6'Michal Čihař
2016-08-03Remove unsued code for generating eventsMichal Čihař
2016-02-22Refactor text sanitization and javascript escaping, Issue #11989, #11988Durgesh
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
2016-02-20remove_msie9 (fix_11987)Piyush
2015-12-18Move the rest of the tests related to objects under a common parent testMadhura Jayaratne
2015-10-15Rename test classesMadhura Jayaratne