aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/forms
Commit message (Expand)AuthorAgeFilesLines
* Fix the rest of includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-6/+6
* Fix some Squiz.Scope.MethodScope.MissingReedy2020-05-161-1/+1
* Use MediaWikiServices::getRepoGroup in special page related classesUmherirrender2020-03-141-1/+2
* Make use of existing array value variables in foreach loopsThiemo Kreuz2019-12-291-1/+1
* Merge "preferences: Display error message at the top of the form as well"jenkins-bot2019-11-151-1/+4
|\
| * preferences: Display error message at the top of the form as wellBartosz Dziewoński2019-11-081-1/+4
* | Add missing @param and @return to documentationUmherirrender2019-11-101-0/+1
|/
* Break PreferencesFormOOUI->PermissionManager dependencyPetr Pchelko2019-09-171-9/+38
* Suppress PhanUndeclaredProperty for custom properties and phan bugsDaimona Eaytoy2019-09-141-0/+2
* Replace usages of deprecated User::isAllowed. Step 2.Petr Pchelko2019-09-112-6/+11
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-0/+1
* Deprecate and replace usages of User:isAllowed{All,Any}Petr Pchelko2019-08-211-1/+6
* PreferencesFormOOUI: Avoid Phan warning with weird signature of TabPanelLayoutBartosz Dziewoński2019-07-041-2/+1
* Make some array type hints more specificThiemo Kreuz2019-05-221-1/+1
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-1/+2
* Remove PreferencesFormLegacy.phpReedy2019-04-141-35/+0
* Fix/suppress misc phan errors (#5)Kunal Mehta2019-04-051-1/+1
* PreferencesFormOOUI: Restore ID attributes for each fieldsetBartosz Dziewoński2019-04-021-1/+6
* SpecialPreferences: Use real OOUI PHP layoutsEd Sanders2019-03-271-91/+47
* Preferences: Remove unused message for RC/Watchlist opt-out sectionRoan Kattouw2018-11-261-2/+1
* Special:Preferences: Drop non-OOUI legacy form versionJames D. Forrester2018-10-011-121/+2
* build: Updating mediawiki/mediawiki-codesniffer to 22.0.0Umherirrender2018-09-161-2/+2
* Lazy-infuse OOUI widgets by tabEd Sanders2018-09-111-1/+1
* EditWatchlistNormalHTMLForm: Fix double-escaping of section legendsBartosz Dziewoński2018-09-031-2/+2
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+2
* Avoid duplicate IDs on Special:PreferencesBartosz Dziewoński2018-07-052-2/+4
* Restore section IDs on Special:EditWatchlistEd Sanders2018-06-041-0/+6
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-303-10/+7
* Fix PreferencesForm aliasReedy2018-05-291-6/+7
* Restore 'PreferencesForm' as alias for 'PreferencesFormLegacy'Bartosz Dziewoński2018-05-243-30/+13
* Special:Preferences: Construct fake tabs to avoid FOUCEd Sanders2018-05-181-1/+97
* mediawiki.special: Combine various tiny specialpage style modulesTimo Tijhof2018-05-161-1/+1
* Merge "Special:Preferences: Create flag to enable OOjs UI"jenkins-bot2018-05-083-120/+292
|\
| * Special:Preferences: Create flag to enable OOjs UIEd Sanders2018-05-033-120/+292
* | Use OOUI form for edit watchlistEd Sanders2018-05-021-6/+2
|/
* Deprecate $wgUseAjax, act as always-trueJames D. Forrester2018-04-181-4/+2
* Drop deprecated EnableAPI and EnableWriteAPI settingsJames D. Forrester2018-04-181-2/+1
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-3/+3
* Revert "Special:Preferences: Use OOjs UI" and follow-upsBartosz Dziewoński2017-12-021-9/+8
* Special:Preferences: Use OOjs UIBartosz Dziewoński2017-11-131-8/+9
* Split off remaining helper classes for special pages to separate filesBartosz Dziewoński2017-09-123-0/+625