aboutsummaryrefslogtreecommitdiffstats
path: root/includes/preferences
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/skinJames D. Forrester2025-03-251-1/+1
* Add explanation text for "Allow emails from brand-new users"Nemoralis2025-02-211-0/+1
* MultiUsernameFilter: Don't try to split ids if they're not a stringReedy2025-01-301-1/+1
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-6/+0
* updating form descriptors to use new 'help-raw' key over 'help'craigkahle2025-01-021-1/+1
* Use ParserOutput::getLinkList() internallyC. Scott Ananian2024-11-151-10/+20
* preferences: Fix safe mode warning messageAmmarpad2024-10-311-1/+8
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-163-7/+7
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-153-5/+5
* WebRequest: Add PHP return type hint for getRawValFomafix2024-10-101-1/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-1/+1
* Disallow entering a temporary user for mute email preferencesJamie Kuppens2024-09-181-0/+1
* PasswordReset: remove $wgAllowRequiringEmailForResets feature flagMusikAnimal2024-08-281-12/+8
* Make use of the ??= and ?? operators where it makes sensethiemowmde2024-08-261-3/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-4/+4
* Extract LintErrorChecker out of SignatureValidatorKunal Mehta2024-07-292-65/+13
* Use namespaced classes (2)Umherirrender2024-06-161-6/+19
* user: Introduce UserOptionsStoreTim Starling2024-06-121-1/+8
* user: Move "reset kinds" concept to PreferencesFactoryTim Starling2024-06-112-1/+175
* Descriptions for new linter error missing-image-alt-textBrooke Vibber2024-05-301-0/+1
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-1/+1
* docs: Adjust all @deprecated tags to use 'since…' for consistencyJames D. Forrester2024-05-011-1/+1
* Pass in linterOverrides, rather than filter after the factArlo Breault2024-04-191-24/+23
* [i18n] Add missing localizations for linterror-*C. Scott Ananian2024-03-291-0/+12
* SignatureValidator: Don't fail signature validation on hidden lintsC. Scott Ananian2024-03-292-3/+30
* Merge "Edit Recovery: Add help message to the preference form field"jenkins-bot2024-02-201-0/+4
|\
| * Edit Recovery: Add help message to the preference form fieldSam Wilson2024-02-201-0/+4
* | preferences: Avoid injecting entire config object, use ServiceOptionsDerick Alangi2024-02-191-10/+5
|/
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-1/+1
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-1/+1
* Namespace HTMLForm and friendsJames D. Forrester2024-02-143-5/+6
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-101-0/+1
* Namespace includes/contextJames D. Forrester2024-02-082-2/+2
* EditRecovery: Add user preferenceTheresNoTime2024-01-231-0/+11
* Replace more usages of deprecated MWExceptionDaimona Eaytoy2024-01-191-4/+1
* Merge "Add support for conditional user defaults"jenkins-bot2024-01-091-1/+1
|\
| * Add support for conditional user defaultsMartin Urbanec2024-01-091-1/+1
* | Replace all the OOUI qualifiers with importsDogu2024-01-072-12/+17
|/
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-2/+2
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-1/+1
* Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-202-2/+2
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-194-4/+4
* Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-182-2/+2
* Merge "Add an option to allow users to always enable safemode"jenkins-bot2023-09-151-30/+50
|\
| * Add an option to allow users to always enable safemodeDringsim2023-09-081-30/+50
* | Namespace SpecialW* under \MediaWiki\SpecialsJames D. Forrester2023-09-151-1/+2
|/
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-1/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-1/+1