aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/forms
Commit message (Expand)AuthorAgeFilesLines
* specials: Use type declaration on undocumented private functionsUmherirrender2025-04-041-1/+1
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-0/+1
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-9/+0
* updating form descriptors to use new 'help-raw' key over 'help'craigkahle2025-01-021-2/+2
* Use namespaced classesUmherirrender2024-10-211-0/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-6/+6
* specials: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+8
* specials/forms: Remove unused UploadForm::$mMaxFileSizeUmherirrender2024-09-071-2/+0
* upload: Replace deprecated HTMLForm::addPreText/FooterText/HeaderTextUmherirrender2024-07-071-2/+2
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-0/+1
* Switch Special:Upload to use async upload-by-urlGiuseppe Lavagetto2024-03-281-0/+1
* Namespace HTMLForm and friendsJames D. Forrester2024-02-142-0/+6
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* 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
|\ \ | |/ |/|