index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
preferences
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract LintErrorChecker out of SignatureValidator
Kunal Mehta
2024-07-29
2
-65
/
+13
*
Use namespaced classes (2)
Umherirrender
2024-06-16
1
-6
/
+19
*
user: Introduce UserOptionsStore
Tim Starling
2024-06-12
1
-1
/
+8
*
user: Move "reset kinds" concept to PreferencesFactory
Tim Starling
2024-06-11
2
-1
/
+175
*
Descriptions for new linter error missing-image-alt-text
Brooke Vibber
2024-05-30
1
-0
/
+1
*
Add namespace and deprecation alias to Xml and XmlSelect
Ebrahim Byagowi
2024-05-16
1
-1
/
+1
*
docs: Adjust all @deprecated tags to use 'since…' for consistency
James D. Forrester
2024-05-01
1
-1
/
+1
*
Pass in linterOverrides, rather than filter after the fact
Arlo Breault
2024-04-19
1
-24
/
+23
*
[i18n] Add missing localizations for linterror-*
C. Scott Ananian
2024-03-29
1
-0
/
+12
*
SignatureValidator: Don't fail signature validation on hidden lints
C. Scott Ananian
2024-03-29
2
-3
/
+30
*
Merge "Edit Recovery: Add help message to the preference form field"
jenkins-bot
2024-02-20
1
-0
/
+4
|
\
|
*
Edit Recovery: Add help message to the preference form field
Sam Wilson
2024-02-20
1
-0
/
+4
*
|
preferences: Avoid injecting entire config object, use ServiceOptions
Derick Alangi
2024-02-19
1
-10
/
+5
|
/
*
Move Parser to Mediawiki\Parser namespace
Subramanya Sastry
2024-02-16
1
-1
/
+1
*
Namespace Message, move to appropriate directory
James D. Forrester
2024-02-14
1
-1
/
+1
*
Namespace HTMLForm and friends
James D. Forrester
2024-02-14
3
-5
/
+6
*
build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually
James D. Forrester
2024-02-10
1
-0
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
2
-2
/
+2
*
EditRecovery: Add user preference
TheresNoTime
2024-01-23
1
-0
/
+11
*
Replace more usages of deprecated MWException
Daimona Eaytoy
2024-01-19
1
-4
/
+1
*
Merge "Add support for conditional user defaults"
jenkins-bot
2024-01-09
1
-1
/
+1
|
\
|
*
Add support for conditional user defaults
Martin Urbanec
2024-01-09
1
-1
/
+1
*
|
Replace all the OOUI qualifiers with imports
Dogu
2024-01-07
2
-12
/
+17
|
/
*
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-2
/
+2
*
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
1
-1
/
+1
*
Namespace remaining User-related classes under \MediaWiki\User
James D. Forrester
2023-09-20
2
-2
/
+2
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
4
-4
/
+4
*
Namespace TitleFormatter under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-1
/
+1
*
Namespace NamespaceInfo under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-1
/
+1
*
Namespace remaining 'specialpage' files under \MediaWiki\SpecialPage
James D. Forrester
2023-09-18
2
-2
/
+2
*
Merge "Add an option to allow users to always enable safemode"
jenkins-bot
2023-09-15
1
-30
/
+50
|
\
|
*
Add an option to allow users to always enable safemode
Dringsim
2023-09-08
1
-30
/
+50
*
|
Namespace SpecialW* under \MediaWiki\Specials
James D. Forrester
2023-09-15
1
-1
/
+2
|
/
*
Reorg: Move three output related classes to includes/Output/
Amir Sarabadani
2023-09-05
1
-1
/
+1
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-1
/
+1
*
build: Remove unneeded newline from one line condition/foreach
Umherirrender
2023-08-22
1
-2
/
+1
*
preferences: Pass ParserFactory to DefaultPreferencesFactory
Umherirrender
2023-08-14
1
-8
/
+9
*
SignatureValidator: Call Parsoid directly instead of via REST API
Bartosz Dziewoński
2023-08-09
2
-52
/
+39
*
Avoid use of VirtualRESTServiceClient in SignatureValidator
Derick Alangi
2023-08-07
1
-7
/
+19
*
Use formatversion=2 for “account data from this project” link
Lucas Werkmeister
2023-07-26
1
-1
/
+1
*
Add an API-only user preference for diff type
Tim Starling
2023-07-25
1
-0
/
+3
*
DefaultPreferencesFactory: Make UserOptionsManager variable as protected for ...
Func
2023-07-12
1
-1
/
+1
*
DefaultPreferencesFactory: Fetch array-type preferences in a general way
Func
2023-07-10
1
-1
/
+30
*
Replace usages of deprecated UserGroupMembership::getLink()
Daimona Eaytoy
2023-05-20
1
-4
/
+2
*
language: Annotate list() methods as preserving taintedness
Daimona Eaytoy
2023-05-20
1
-0
/
+1
*
preferences: Simplify handling of watch preferences for actions
Umherirrender
2023-05-01
1
-8
/
+6
*
Make use of MainConfigNames references in a few more places
thiemowmde
2023-04-21
1
-1
/
+1
*
Merge "preferences: Only show the "responsive mode" setting for relevant skins"
jenkins-bot
2023-03-27
1
-11
/
+33
|
\
|
*
preferences: Only show the "responsive mode" setting for relevant skins
Func
2023-03-23
1
-11
/
+33
*
|
Fix more PHPStorm inspections (#2)
Tim Starling
2023-03-25
1
-1
/
+1
|
/
[next]