Commits
User selector
Commit History
Commits on Mar 20, 2021
drop nocache & server query string param from theme.css stylesheet
Show description for ef6fb5ecommitted
Commits on Mar 9, 2021
Remove the PMA_VERSION constant
Show description for 33d7112committed
Commits on Mar 8, 2021
Rename the PMA_Config global variable to config
Show description for 7e33d22committed
Commits on Mar 7, 2021
Rename PMA_Theme global variable to theme
Show description for 2c2127bcommitted
Commits on Mar 5, 2021
Replace PMA_MAJOR_VERSION by Version::SERIES
Show description for b5263d4committedUse 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 db3da81committedMerge branch 'QA_5_0'
Show description for 0d97b16committed
Commits on Oct 11, 2020
Flag 32 bit incompatible tests
Show description for 1fcb62ecommitted
Commits on Oct 5, 2020
Use camel case naming for class members
Show description for e66be17committed
Commits on Sep 30, 2020
Fix some type errors detected by PHPStan
Show description for f2e49a9committed
Commits on Jul 29, 2020
Move Git tests to GitTest
Show description for e9b1a56committed
Commits on Jul 23, 2020
Fix missing property type hints
Show description for 2358b9ccommitted
Commits on Jul 17, 2020
Fix some tests having wrong typehints
Show description for 0340f66committedAdd typehints using phpcbf on test/*
Show description for a80153acommitted
Commits on Jul 7, 2020
Add return type declaration to test methods
Show description for 47f0960committed
Commits on May 31, 2020
Move getConnectionParams to Config class
Show description for 802797ccommitted
Commits on May 27, 2020
Use early exit when possible
Show description for f4582e0committed
Commits on May 26, 2020
Replace assertEquals({false,true} by assert{false,true}
Show description for a300a25committedFix 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 May 17, 2020
Some minor code improvements
Show description for 0138cb4committed
Commits on May 16, 2020
Break too long lines
Show description for 80a45facommittedMove out of Config Class all Git methods
Show description for 585ae50committed
Commits on May 13, 2020
Fix some coding standard issues
Show description for a64393ecommitted
Commits on Jan 24, 2020
Merge branch 'QA_5_0'
Show description for d042b6ecommittedFix #15200 - server-side HTTPS detection misses support for Forwarded HTTP Extension (RFC 7239)
Show description for 3db8949committed
Commits on Jan 23, 2020
Remove useless return type annotations
Show description for 2061991committedUse short versions of scalar types in PHP docs
Show description for 6584b01committedReference global funcs and consts via use statement
Show description for 6b7af13committed
Commits on Jan 21, 2020
Remove use statements within the same namespace
Show description for 42166cacommitted