aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/forms
Commit message (Expand)AuthorAgeFilesLines
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+2
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Namespace SpecialU* under \MediaWiki\SpecialsJames D. Forrester2023-09-141-0/+1
* Use real type hints for services etc. in pagersUmherirrender2023-09-111-11/+4
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Implement HTMLToggleSwitchField for mobile layout of preferencesFunc2023-05-181-7/+33
* preferences: Add back the lazy-infuse feature for the mobile layoutFunc2023-05-111-4/+5
* Change Special:Preferences mobile layout OOUI widgetssuecarmol2023-03-281-82/+104
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-6/+2
* Simplify button HTML and CSS in preferences formBartosz Dziewoński2023-02-231-17/+2
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Mobile preferences: Use a OO.ui.ProcessDialogEd Sanders2023-02-031-10/+0
* Make mobile preferences work with noscriptjsn2023-01-231-2/+3
* Special:Preferences: fix mobilelayout anchorsjsn2023-01-111-1/+5
* Merge "specials: Inject HookContainer into UploadForm"jenkins-bot2022-12-161-3/+11
|\
| * specials: Inject HookContainer into UploadFormUmherirrender2022-11-191-3/+11
* | Optimize mobile prefs modalsjsn2022-12-121-9/+13
* | Merge "Present preferences in OOUI dialog"jenkins-bot2022-12-011-0/+1
|\ \
| * | Present preferences in OOUI dialogessexigyan2022-11-301-0/+1
| |/
* / HookRunner - Change PreferencesGetLayoutHook paramssuecarmol2022-11-211-1/+3
|/
* Special:Preferences - Move JS config var to RL packageFilessuecarmol2022-11-021-1/+0
* Add icons to Special:Preferences mobile layoutsuecarmol2022-10-131-1/+26
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-2/+0
* Redesign Special:Preferences for mobilesuecarmol2022-10-051-24/+147
* Revert "Mobile Preferences - display Special:Preferences as a vertical menu"Jsn.sherman2022-09-151-181/+24
* Mobile Preferences - display Special:Preferences as a vertical menusuecarmol2022-09-151-24/+181
* Call IContextSource::getAuthority instead of IContextSource::getUserUmherirrender2022-06-291-1/+1
* HTMLForm: Require constructor $context parameterBartosz Dziewoński2022-05-191-1/+1
* Bury the reset preferences linkTim Starling2022-05-131-11/+0
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-10/+13
* Add explicit casts between scalar typesUmherirrender2022-03-011-1/+1
* Try not to discard Excimer timeout exceptionsTim Starling2022-02-021-0/+3
* Merge "Deprecate $wgAjaxUploadDestCheck, act as always-true"jenkins-bot2021-12-091-1/+0
|\
| * Deprecate $wgAjaxUploadDestCheck, act as always-trueFomafix2021-09-281-1/+0
* | Remove or replace usages of "sane"Reedy2021-11-221-1/+1
* | Merge "Use Message::sizeParams to simplify code when building messages"jenkins-bot2021-10-151-6/+2
|\ \ | |/ |/|
| * Use Message::sizeParams to simplify code when building messagesUmherirrender2021-10-131-6/+2
* | Use mw.Title for capitalizing and drop wgCapitalizeUploadsFomafix2021-09-201-1/+0
|/
* Rename four config variables to avoid 'blacklist' termReedy2021-09-081-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-2/+0
* Use HTMLForm::setWrapperLegend and ::setSubmitTextMsg to set messagesUmherirrender2021-06-151-1/+1
* Use more neutral or alternative languageReedy2021-03-201-3/+3
* Convert second batch of special pages to authorityPetr Pchelko2021-03-041-7/+1
* Update the HTML tag to remove newlines in edit summarydiwanshu8852021-02-041-3/+5
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-1/+1
* Suppress taint-check in UploadFormUmherirrender2020-11-281-0/+4
* Inject services into UploadFormUmherirrender2020-11-051-12/+48
* Improve class property documentationUmherirrender2020-10-301-1/+1
* Hooks::run() call site migrationTim Starling2020-05-302-3/+4