Commits
User selector
Commit History
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 5, 2021
Use PSR-12 for namespace use statements
Show description for 0b8edc5committed
Commits on Jan 28, 2021
Create Twig\AssetExtension and image Twig function
Show description for 1e5fbd5committed
Commits on Nov 8, 2020
Remove all @test annotations
Show description for 50e900acommitted
Commits on Oct 13, 2020
Remove some useless comments
Show description for db3da81committed
Commits on Oct 10, 2020
Remove dbi mock from TrackingTest
Show description for 52cc669committed
Commits on Oct 9, 2020
Fix Type Error when visiting the Table Tracking page
Show description for 5e31ab4committed
Commits on Sep 2, 2020
Remove pmaThemePath and pmaThemeImage PHP globals
Show description for ceac762committed
Commits on Aug 11, 2020
Fix some PHPStan errors
Show description for e5514a6committed
Commits on Jul 7, 2020
Add return type declaration to test methods
Show description for 47f0960committed
Commits on Jun 29, 2020
Add return type declaration to fetch row methods
Show description for dfa5f92committed
Commits on May 26, 2020
Replace assertEquals({false,true} by assert{false,true}
Show description for a300a25committedUse short list syntax and single line arrays
Show description for 3ae05c7committedFix some coding standard issues
Show description for 3baad2ecommitted
Commits on May 24, 2020
Remove uses statements from the same namespace
Show description for 0b9c35acommitted
Commits on May 21, 2020
Fix running tests in --process-isolation
Show description for ae575ffcommitted
Commits on May 20, 2020
Call parent's setUp and tearDown
Show description for 6eaa55ecommittedUse AbstractTestCase on all unit tests
Show description for 8ef5143committedUse ::class in tests
Show description for 0b2c24ecommitted
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 20, 2020
Remove unnecessary annotations
Show description for f80d3e3committedUse one line for comments with a single line
Show description for 6283caacommittedAdd coding standard rules for whitespace
Show description for 2859079committed
Commits on Dec 14, 2019
Remove some useless docblock comments
Show description for 39f42f8committed
Commits on Dec 12, 2019
Remove useless parentheses
Show description for dd2b053committed
Commits on Dec 1, 2019
Defines rules for double quote usage
Show description for dd06cd3committed
Commits on Sep 3, 2019
Extract HTML from SqlQueryForm::getHtmlForInsert
Show description for 732236ccommitted
Commits on Sep 2, 2019
Remove vim modelines
Show description for 1a14b3ecommitted
Commits on Jul 15, 2019
Use the router for the tracking pages
Show description for 0a5f240committed
Commits on Jun 14, 2019
Add a trailing comma in multi-line arrays
Show description for e1f9ae0committed
Commits on Jun 12, 2019
Reference class names in use statements
Show description for 7be0f6bcommitted
Commits on Jun 1, 2019
Inject dependencies (#15271)
Show description for 9abd308authored andcommitted
Commits on Feb 24, 2019
Replace assertContains() with assertStringContainsString()
Show description for 92cc67fcommitted