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
/
editpage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)
Fomafix
2021-06-28
1
-2
/
+2
*
Replace easy usages of User for UserIdentity/Authority
Petr Pchelko
2021-06-09
1
-4
/
+5
*
Update Legoktm's email address
Kunal Mehta
2021-05-02
2
-2
/
+2
*
Set $status->value in EditFilterMergedContentHookConstraint::checkConstraint(...
Func
2021-04-15
1
-1
/
+2
*
Update creation of edit constraints following switch to Authority
DannyS712
2021-03-22
1
-60
/
+2
*
Convert ChangeTagsConstraint to Authority
Petr Pchelko
2021-03-15
1
-7
/
+7
*
Rename Authority::getPerformer() to ::getUser()
Petr Pchelko
2021-03-04
2
-2
/
+2
*
Convert EditConstraints to Authority
Petr Pchelko
2021-03-03
5
-81
/
+47
*
ImageRedirectConstraint: accept Content objects
DannyS712
2020-12-09
2
-10
/
+11
*
UserRateLimitConstraint: move detection of content model change to constraint
DannyS712
2020-12-01
1
-6
/
+16
*
Move more logic into edit constraints
DannyS712
2020-12-01
2
-0
/
+11
*
Document list of change tags as string[]
Umherirrender
2020-11-20
1
-1
/
+1
*
Add AccidentalRecreationConstraint
DannyS712
2020-11-16
1
-0
/
+67
*
EditPage: Add two more constraints
DannyS712
2020-11-11
2
-0
/
+201
*
Merge "EditPage: Move $sectionHeadingToCheck handling to SpamRegexConstraint"
jenkins-bot
2020-11-11
2
-1
/
+18
|
\
|
*
EditPage: Move $sectionHeadingToCheck handling to SpamRegexConstraint
DannyS712
2020-11-11
2
-1
/
+18
*
|
Move EditPage::runPostMergeFilters to a constraint
DannyS712
2020-11-10
2
-0
/
+196
|
/
*
Rename MissingSummaryConstraint to NewSectionMissingSummaryConstraint
DannyS712
2020-11-09
1
-2
/
+2
*
EditPage: Factor out more constraints
DannyS712
2020-11-04
5
-0
/
+328
*
Minor tweaks to edit constraints
DannyS712
2020-11-03
5
-17
/
+66
*
Add PageSizeConstraint and ChangeTagsConstraint
DannyS712
2020-10-28
3
-0
/
+208
*
EditPage: Migrate more checks to constraint
DannyS712
2020-10-26
8
-2
/
+639
*
EditPage: Move spam checks to SpamRegexConstraint
DannyS712
2020-10-21
2
-8
/
+177
*
Add EditConstraintFactory, migrate SimpleAntiSpamConstraint
DannyS712
2020-10-21
3
-1
/
+165
*
Introduce EditConstraint system, migrate unicode check to constraint
DannyS712
2020-10-20
3
-0
/
+227
*
Add missing license to IEditObject
DannyS712
2020-10-09
1
-0
/
+18
*
[EditPage] Move AS_* status constants to a new interface
DannyS712
2020-05-30
1
-0
/
+104
*
Merge "editpage: Fix misplaced return value in TextConflictHelper"
jenkins-bot
2020-05-25
1
-2
/
+5
|
\
|
*
editpage: Fix misplaced return value in TextConflictHelper
Thiemo Kreuz
2020-05-06
1
-2
/
+5
*
|
Merge "TextConflictHelper: Add ARIA label to `wpTextbox1`"
jenkins-bot
2020-05-13
1
-1
/
+4
|
\
\
|
*
|
TextConflictHelper: Add ARIA label to `wpTextbox1`
Volker E
2020-05-11
1
-1
/
+4
|
|
/
*
/
Add a new `SpamChecker` service
DannyS712
2020-05-11
1
-0
/
+65
|
/
*
deprecation: Remove DeprecationHelper::newArgumentWithDeprecation and change ...
Peter Ovchyn
2020-04-27
1
-10
/
+5
*
TextConflictHelper: deprecate old constructor signature
ArtBaltai
2020-02-12
1
-7
/
+11
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-5
/
+26
*
Simplify user bucket cases
Adam Wight
2019-11-04
1
-5
/
+6
*
Count edit conflicts combined with user edits
WMDE-Fisch
2019-11-01
1
-2
/
+32
*
Move getRestrictionLevels from NamespaceInfo to PermissionManager.
Petr Pchelko
2019-08-22
1
-2
/
+2
*
Mass conversion to NamespaceInfo
Aryeh Gregor
2019-05-07
1
-2
/
+3
*
editpage: Make TextConflictHelper::toEditContent private
Thiemo Kreuz
2019-04-24
1
-1
/
+1
*
Fix/suppress misc phan errors (#5)
Kunal Mehta
2019-04-05
1
-1
/
+0
*
Safe replacement of a lot of `!count()` with `=== []`
Thiemo Kreuz
2019-01-15
1
-1
/
+1
*
Set getEditConflictMainTextBox parameter type to array
WMDE-Fisch
2018-08-16
1
-2
/
+2
*
Use Sanitizer::mergeAttributes when merging classes into attributes
WMDE-Fisch
2018-01-05
1
-6
/
+5
*
Moved textbox1 building into TextConflictHelper on edit conflicts
WMDE-Fisch
2018-01-04
2
-0
/
+71
*
Track which namespaces edit conflicts are resolved in
addshore
2017-12-07
1
-0
/
+9
*
EditPage: Extract some edit conflict code into EditConflictHelper
Kunal Mehta
2017-10-26
2
-0
/
+315