aboutsummaryrefslogtreecommitdiffstats
path: root/includes/editpage
Commit message (Expand)AuthorAgeFilesLines
* Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)Fomafix2021-06-281-2/+2
* Replace easy usages of User for UserIdentity/AuthorityPetr Pchelko2021-06-091-4/+5
* Update Legoktm's email addressKunal Mehta2021-05-022-2/+2
* Set $status->value in EditFilterMergedContentHookConstraint::checkConstraint(...Func2021-04-151-1/+2
* Update creation of edit constraints following switch to AuthorityDannyS7122021-03-221-60/+2
* Convert ChangeTagsConstraint to AuthorityPetr Pchelko2021-03-151-7/+7
* Rename Authority::getPerformer() to ::getUser()Petr Pchelko2021-03-042-2/+2
* Convert EditConstraints to AuthorityPetr Pchelko2021-03-035-81/+47
* ImageRedirectConstraint: accept Content objectsDannyS7122020-12-092-10/+11
* UserRateLimitConstraint: move detection of content model change to constraintDannyS7122020-12-011-6/+16
* Move more logic into edit constraintsDannyS7122020-12-012-0/+11
* Document list of change tags as string[]Umherirrender2020-11-201-1/+1
* Add AccidentalRecreationConstraintDannyS7122020-11-161-0/+67
* EditPage: Add two more constraintsDannyS7122020-11-112-0/+201
* Merge "EditPage: Move $sectionHeadingToCheck handling to SpamRegexConstraint"jenkins-bot2020-11-112-1/+18
|\
| * EditPage: Move $sectionHeadingToCheck handling to SpamRegexConstraintDannyS7122020-11-112-1/+18
* | Move EditPage::runPostMergeFilters to a constraintDannyS7122020-11-102-0/+196
|/
* Rename MissingSummaryConstraint to NewSectionMissingSummaryConstraintDannyS7122020-11-091-2/+2
* EditPage: Factor out more constraintsDannyS7122020-11-045-0/+328
* Minor tweaks to edit constraintsDannyS7122020-11-035-17/+66
* Add PageSizeConstraint and ChangeTagsConstraintDannyS7122020-10-283-0/+208
* EditPage: Migrate more checks to constraintDannyS7122020-10-268-2/+639
* EditPage: Move spam checks to SpamRegexConstraintDannyS7122020-10-212-8/+177
* Add EditConstraintFactory, migrate SimpleAntiSpamConstraintDannyS7122020-10-213-1/+165
* Introduce EditConstraint system, migrate unicode check to constraintDannyS7122020-10-203-0/+227
* Add missing license to IEditObjectDannyS7122020-10-091-0/+18
* [EditPage] Move AS_* status constants to a new interfaceDannyS7122020-05-301-0/+104
* Merge "editpage: Fix misplaced return value in TextConflictHelper"jenkins-bot2020-05-251-2/+5
|\
| * editpage: Fix misplaced return value in TextConflictHelperThiemo Kreuz2020-05-061-2/+5
* | Merge "TextConflictHelper: Add ARIA label to `wpTextbox1`"jenkins-bot2020-05-131-1/+4
|\ \
| * | TextConflictHelper: Add ARIA label to `wpTextbox1`Volker E2020-05-111-1/+4
| |/
* / Add a new `SpamChecker` serviceDannyS7122020-05-111-0/+65
|/
* deprecation: Remove DeprecationHelper::newArgumentWithDeprecation and change ...Peter Ovchyn2020-04-271-10/+5
* TextConflictHelper: deprecate old constructor signatureArtBaltai2020-02-121-7/+11
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-5/+26
* Simplify user bucket casesAdam Wight2019-11-041-5/+6
* Count edit conflicts combined with user editsWMDE-Fisch2019-11-011-2/+32
* Move getRestrictionLevels from NamespaceInfo to PermissionManager.Petr Pchelko2019-08-221-2/+2
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-2/+3
* editpage: Make TextConflictHelper::toEditContent privateThiemo Kreuz2019-04-241-1/+1
* Fix/suppress misc phan errors (#5)Kunal Mehta2019-04-051-1/+0
* Safe replacement of a lot of `!count()` with `=== []`Thiemo Kreuz2019-01-151-1/+1
* Set getEditConflictMainTextBox parameter type to arrayWMDE-Fisch2018-08-161-2/+2
* Use Sanitizer::mergeAttributes when merging classes into attributesWMDE-Fisch2018-01-051-6/+5
* Moved textbox1 building into TextConflictHelper on edit conflictsWMDE-Fisch2018-01-042-0/+71
* Track which namespaces edit conflicts are resolved inaddshore2017-12-071-0/+9
* EditPage: Extract some edit conflict code into EditConflictHelperKunal Mehta2017-10-262-0/+315