aboutsummaryrefslogtreecommitdiffstats
path: root/includes/preferences
Commit message (Expand)AuthorAgeFilesLines
* Respond to some messages from Phan on PHP 8.1Tim Starling2023-01-061-1/+1
* Update docs for HTMLFormField::validate() to permit all data typesSam Wilson2022-09-241-3/+3
* Deprecate Parser::getFreshParser()Tim Starling2022-07-052-16/+15
* Merge "Bury the reset preferences link"jenkins-bot2022-05-131-1/+16
|\
| * Bury the reset preferences linkTim Starling2022-05-131-1/+16
* | Add optional link to project talk page next to a skin's listingNicholas Ray2022-05-131-0/+6
|/
* Remove hardcoded number from [[MediaWiki:Searchlimit-help/en]]joseph emmanuel kayode (iemarjay)2022-05-111-3/+4
* Fix many typos in commentsMatěj Suchánek2022-05-101-2/+2
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-262-73/+78
* Fix SignatureValidatorFactory circular dependencyTim Starling2022-04-132-12/+20
* Merge "Re-apply "preferences: Use a faster and simpler form descriptor when v...jenkins-bot2022-03-101-2/+43
|\
| * Re-apply "preferences: Use a faster and simpler form descriptor when validating"Func2022-03-101-2/+43
* | Merge "Fix various documentation related to null types (part II)"jenkins-bot2022-03-091-1/+1
|\ \
| * | Fix various documentation related to null types (part II)Umherirrender2022-03-081-1/+1
| |/
* | Merge "Allow the user to set a default number of search results"jenkins-bot2022-03-091-0/+10
|\ \ | |/ |/|
| * Allow the user to set a default number of search resultsAlan Thomas2022-02-201-0/+10
* | Merge "Revert "preferences: Use a faster and simpler form descriptor when val...jenkins-bot2022-03-011-40/+1
|\ \
| * | Revert "preferences: Use a faster and simpler form descriptor when validating"Krinkle2022-03-011-40/+1
* | | Add explicit casts between scalar typesUmherirrender2022-03-011-2/+2
|/ /
* / preferences: Use a faster and simpler form descriptor when validatingFunc2022-02-241-1/+40
|/
* Merge "Try not to discard Excimer timeout exceptions"jenkins-bot2022-02-031-0/+3
|\
| * Try not to discard Excimer timeout exceptionsTim Starling2022-02-021-0/+3
* | Load fields for validation of user options in one goFunc2022-01-311-7/+9
|/
* Update skin ordering to prioritize skins set through a new configbwang2022-01-261-13/+45
* preferences: Introduce SignatureValidatorFactory serviceDerick Alangi2021-12-143-26/+115
* Use native method to disable new users checkbox in Special:PreferencesFunc2021-12-131-0/+1
* Add SpecialPage::newSearchPage to replace Skin::setSearchPageTitlejdlrobson2021-12-101-0/+4
* Use LanguageNameUtils constants instead of stringsAlexander Vorwerk2021-12-051-1/+4
* Hard deprecate TitleFactory::newFromIDs and Title::newFromIDsTChin2021-11-291-20/+41
* Add new ParserOutput::{get,set}OutputFlag() interfaceC. Scott Ananian2021-10-151-1/+2
* Rename linter-pager-* messages to avoid conflict with Linter extensionBartosz Dziewoński2021-10-101-17/+17
* Remove "auto-number headings" preferenceAmir Sarabadani2021-10-031-6/+0
* ApiParse: Support hidden skinsAmmarpad2021-09-201-1/+1
* Remove stub threshold featurePetr Pchelko2021-09-131-17/+0
* Rename four config variables to avoid 'blacklist' termReedy2021-09-081-2/+2
* Merge "preferences: Move `skin-responsive` to the skin preferences sub-section"jenkins-bot2021-09-071-1/+1
|\
| * preferences: Move `skin-responsive` to the skin preferences sub-sectionjdlrobson2021-09-071-1/+1
* | Merge "Remove unneeded variable assignment"jenkins-bot2021-09-041-1/+0
|\ \
| * | Remove unneeded variable assignmentUmherirrender2021-09-031-1/+0
| |/
* / Cleanup mixed space/tab line indentUmherirrender2021-09-041-1/+1
|/
* Fix exception in preferences when `nickname` is invalid and `fancysig` is onBartosz Dziewoński2021-08-271-8/+10
* Simplify else-branches after continue/breakUmherirrender2021-08-171-1/+2
* Remove dead variables and functions and unneeded parenthesisUmherirrender2021-08-131-1/+0
* Use CentralIdLookup service instead of static factoryPetr Pchelko2021-07-261-1/+2
* Make sure enable responsive mode UI reflects actual preference valuejdlrobson2021-07-221-1/+0
* build: Updating dependencieslibraryupgrader2021-07-222-6/+6
* preferences: Explicit call User::getName on exception messageUmherirrender2021-07-021-1/+1
* Provide preference to make skins responsiveAmmarpad2021-07-011-0/+7
* CentralIdLookup: accept Authority for audiences checks instead of UserPetr Pchelko2021-06-301-8/+10
* SignatureValidator: prepare for dependency injectionDannyS7122021-06-221-10/+45