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
/
title
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define equality for PageIdentity and LinkTarget
daniel
2021-01-19
1
-0
/
+13
*
Strict return types for PageIdentity
daniel
2021-01-18
2
-2
/
+2
*
Introduce PageIdentity interface
daniel
2021-01-14
1
-0
/
+25
*
Clarify uses of NamespaceInfo::hasSubpages in documentation
Thalia
2020-12-04
1
-1
/
+2
*
Hard deprecate NamespaceInfo::getRestrictionLevels
Ammar Abdulhamid
2020-11-16
1
-0
/
+1
*
Update a lot of unspecific "array" types in PHPDocs
Thiemo Kreuz
2020-10-28
1
-3
/
+3
*
Merge "Document hook names in hook interfaces."
jenkins-bot
2020-10-02
2
-0
/
+6
|
\
|
*
Document hook names in hook interfaces.
daniel
2020-09-27
2
-0
/
+6
*
|
Fix typos related to repeated words
Umherirrender
2020-09-27
1
-1
/
+1
|
/
*
Remove $wgAllowImageMoving, deprecated
DannyS712
2020-09-14
1
-8
/
+1
*
Mark CONSTRUCTOR_OPTIONS as internal
Aryeh Gregor
2020-08-21
1
-2
/
+1
*
Use strict (in)equality with namespaces constants when LHS is definitely an i...
Ed Sanders
2020-07-31
1
-4
/
+4
*
Merge "Replace "@stable for implementation" with "@stable to implement""
jenkins-bot
2020-07-13
2
-2
/
+2
|
\
|
*
Replace "@stable for implementation" with "@stable to implement"
daniel
2020-07-13
2
-2
/
+2
*
|
Replace "@stable for calling" by "@stable to call"
daniel
2020-07-13
2
-2
/
+2
|
/
*
Mark exceptions as @newable
daniel
2020-07-08
1
-0
/
+2
*
Annotate newable classes
daniel
2020-07-07
1
-0
/
+4
*
Use @internal instead of @private per policy
daniel
2020-06-26
1
-1
/
+1
*
Introduce wfDeprecatedMsg()
Tim Starling
2020-06-22
1
-1
/
+2
*
NamespaceInfo::makeValidNamespace: Don't throw for -1 or -2
James D. Forrester
2020-06-10
1
-1
/
+7
*
Merge "Deprecate setting `$wgAllowImageMoving` to false"
jenkins-bot
2020-06-09
1
-0
/
+4
|
\
|
*
Deprecate setting `$wgAllowImageMoving` to false
DannyS712
2020-06-06
1
-0
/
+4
*
|
NamespaceInfo: Throw specifically if called on a non-int/non-int-like namespace
James D. Forrester
2020-06-03
1
-0
/
+25
|
/
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-3
/
+10
*
Hook interface doc comment followup
Tim Starling
2020-04-21
1
-1
/
+1
*
docs: Hook interface doc comment review
apaskulin
2020-04-21
2
-6
/
+5
*
Automatically generated hook interfaces
Tim Starling
2020-04-20
2
-0
/
+51
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
4
-7
/
+7
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
Use namespaced IPUtils class
Kunal Mehta
2020-01-01
1
-1
/
+2
*
Don't fail hard on bad titles in the database.
daniel
2019-11-25
1
-1
/
+33
*
Hard-deprecate Title::getUserCaseDBKey
Aryeh Gregor
2019-10-24
1
-5
/
+2
*
Merge "Title: make newFromText, isValid, and canExist behave consistently."
jenkins-bot
2019-10-08
2
-18
/
+47
|
\
|
*
Title: make newFromText, isValid, and canExist behave consistently.
daniel
2019-10-08
2
-18
/
+47
*
|
NamespaceInfo: use array constants now that we can
Max Semenik
2019-10-05
1
-12
/
+5
*
|
Suppress PhanUndeclaredProperty for custom properties and phan bugs
Daimona Eaytoy
2019-09-14
1
-0
/
+1
|
/
*
Merge "Add NS_MAIN to NamespaceInfo::$canonicalNames"
jenkins-bot
2019-09-04
1
-0
/
+1
|
\
|
*
Add NS_MAIN to NamespaceInfo::$canonicalNames
David Barratt
2019-09-04
1
-0
/
+1
*
|
Upgrade phan config to 0.7.1
Daimona Eaytoy
2019-09-04
1
-1
/
+2
|
/
*
Move getRestrictionLevels from NamespaceInfo to PermissionManager.
Petr Pchelko
2019-08-22
1
-73
/
+8
*
Merge "Use injected services instead of static method"
jenkins-bot
2019-08-19
1
-3
/
+4
|
\
|
*
Use injected services instead of static method
Aryeh Gregor
2019-08-15
1
-3
/
+4
*
|
Introduce TitleParser::makeTitleValueSafe()
Aryeh Gregor
2019-08-14
3
-2
/
+52
|
/
*
Allow spaces in TitleValue constructor
Aryeh Gregor
2019-08-12
1
-14
/
+13
*
Move list of core namespaces to NamespaceInfo
David Barratt
2019-08-08
1
-0
/
+39
*
Ensure canHaveTalkPage returns false when getTalkPage would fail.
daniel
2019-07-03
1
-4
/
+51
*
Merge "Fix logic in NamespaceInfo::getRestrictionLevels"
jenkins-bot
2019-05-22
1
-11
/
+23
|
\
|
*
Fix logic in NamespaceInfo::getRestrictionLevels
Aryeh Gregor
2019-05-09
1
-11
/
+23
*
|
Merge "title: Convert binary regexp to use Unicode code points"
jenkins-bot
2019-05-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
title: Convert binary regexp to use Unicode code points
Thiemo Kreuz
2019-05-13
1
-1
/
+1
[next]