Commits
User selector
Commit History
Commits on Mar 9, 2021
Remove the PMA_VERSION constant
Show description for 33d7112committed
Commits on Mar 5, 2021
Use PSR-12 for control structures spacing
Show description for d83abf6committedUse PSR-12 for namespace use statements
Show description for 0b8edc5committed
Commits on Oct 13, 2020
Remove some useless comments
Show description for db3da81committed
Commits on Sep 2, 2020
Remove pmaThemePath and pmaThemeImage PHP globals
Show description for ceac762committed
Commits on Jul 20, 2020
Remove Message::display method
Show description for 3f01cd8committed
Commits on Jul 7, 2020
Add return type declaration to test methods
Show description for 47f0960committed
Commits on May 26, 2020
Fix some coding standard issues
Show description for 3baad2ecommitted
Commits on May 21, 2020
Use AbstractTestCase instead of PmaTestCase for all tests not needing mockResponse
Show description for 49a6d6ecommittedFix running tests in --process-isolation
Show description for ae575ffcommittedFix test cases after backupGlobals = false
Show description for 8f7d3d1committed
Commits on May 20, 2020
Call parent's setUp and tearDown
Show description for 6eaa55ecommitted
Commits on Jan 23, 2020
Remove useless return type annotations
Show description for 2061991committed
Commits on Jan 22, 2020
Reference global funcs and consts via use statement
Show description for 676f483committed
Commits on Jan 21, 2020
Remove use statements within the same namespace
Show description for 42166cacommitted
Commits on Jan 20, 2020
Remove unnecessary annotations
Show description for f80d3e3committedAdd coding standard rules for whitespace
Show description for 2859079committed
Commits on Sep 2, 2019
Remove vim modelines
Show description for 1a14b3ecommitted
Commits on May 14, 2019
Remove useless attribute
Show description for 50bcfc8committed
Commits on Feb 24, 2019
Replace assertContains() with assertStringContainsString()
Show description for 92cc67fcommitted
Commits on Feb 23, 2019
Add void return type declaration for tests
Show description for 182491acommitted
Commits on Jan 5, 2019
Adds space after not (!) and type cast
Show description for 4cee0cbcommitted
Commits on May 31, 2018
Fix methods and properties visibility issues
Show description for 2005ccacommitted
Commits on May 16, 2018
Enable strict mode in test files
Show description for dc8c92bcommitted
Commits on Oct 23, 2017
Remove not needed use statements
Show description for 40f56c0authored andcommitted
Commits on Sep 30, 2017
Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase
Show description for c00245fcommitted
Commits on Sep 20, 2017
Add namespace to test classes
Show description for df30240committed
Commits on Sep 6, 2017
Move databaase interface load to static method
Show description for a82f8fccommitted
Commits on Aug 22, 2017
Refactor relation functions to static methods
Show description for e2c83b9committed
Commits on Jul 17, 2017
Move Theme object out of session
Show description for 51fb186committed
Commits on Jul 8, 2017
Move classes to PhpMyAdmin namespace
Show description for ca910e8committed
Commits on Jun 30, 2017
Move classes to PhpMyAdmin namespace
Show description for 54a15dbcommitted
Commits on Jun 29, 2017
Move classes to PhpMyAdmin namespace
Show description for 13c0f7bcommitted
Commits on Jun 3, 2017
Refactor the core functions into static methods
Show description for e330402committed
Commits on Feb 22, 2016
Refactor text sanitization and javascript escaping, Issue #11989, #11988
Show description for 6650f7bcommitted