aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/formfields
Commit message (Expand)AuthorAgeFilesLines
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Trivial replacements of "-" comparisons with isDisabled()Thiemo Kreuz2022-03-031-1/+1
* Simplify else-branches after continue/breakUmherirrender2021-08-171-14/+13
* Use @internal instead of @private per policydaniel2020-06-261-1/+1
* Fix the rest of includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-182-3/+3
* Clean up spacing of doc commentsUmherirrender2019-08-051-2/+2
* Replace lowercase {@inheritdoc} with @inheritDocThiemo Kreuz2019-03-011-1/+1
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-5/+2
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+4
* Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literalsBartosz Dziewoński2018-06-041-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-3/+1
* Fall back to default language when no i18n'ed licenses availableMatthias Mullie2018-05-021-3/+19
* Merge "Allow extension of the Special:Upload form"jenkins-bot2018-01-171-21/+59
|\
| * Allow extension of the Special:Upload formMatthias Mullie2018-01-081-21/+59
* | Remove various redundant '@license' tags in file headersTimo Tijhof2018-01-121-1/+0
|/
* Split off remaining helper classes for special pages to separate filesBartosz Dziewoński2017-09-123-0/+294