aboutsummaryrefslogtreecommitdiffstats
path: root/includes/editpage
Commit message (Expand)AuthorAgeFilesLines
* EditPage: Disentangle edit summary and section titleBartosz Dziewoński2022-07-193-37/+18
* Replace deprecated wfReadOnly/wfReadOnlyReasonUmherirrender2022-06-201-1/+1
* Fix edit API using summary as section title incorrectlyBartosz Dziewoński2022-06-132-5/+5
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-2/+3
* TempUser EditPage and permissionsTim Starling2022-04-261-1/+2
* EditPage: make most methods privateDaimona Eaytoy2022-03-261-8/+0
* Improve error messages in EditFilterMergedContentHookConstraintDaimona Eaytoy2022-03-222-16/+45
* Fix uses of (error|warning|success)box in corestang2022-03-201-6/+2
* Fix various documentation related to null types (part II)Umherirrender2022-03-081-1/+1
* Move property initialisation out of the constructorThiemo Kreuz2022-01-271-2/+1
* Fix typos in comments (I-J)Siddharth VP2021-12-301-2/+2
* Fix typos in comments (A-B)Siddharth VP2021-12-261-1/+1
* editpage: Replace usage of Title in TextboxBuilder::classDerick Alangi2021-09-201-9/+14
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-1/+1
* build: Updating dependencieslibraryupgrader2021-07-2222-53/+53
* 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