aboutsummaryrefslogtreecommitdiffstats
path: root/includes/editpage/Constraint/EditConstraintFactory.php
Commit message (Expand)AuthorAgeFilesLines
* editpage: Refactor user right, rate limit and block checks to use AuthorityBartosz Dziewoński2025-04-051-56/+7
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-1/+1
* Update property declarations to use type hints in editpage/Constraint/Doğu Abaris2024-07-111-17/+6
* Namespace includes/contextJames D. Forrester2024-02-081-1/+1
* EditPage: replace usage of User::pingLimiterdaniel2024-01-021-1/+29
* Change EditPage 'edit' rights check to do per page instead of generalBrian Wolff2023-11-041-0/+19
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms libraryAmir Sarabadani2023-05-041-1/+1
* Reorg: Move ReadOnlyMode classes to db/Amir Sarabadani2023-04-281-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-1/+1
* EditPage: Disentangle edit summary and section titleBartosz Dziewoński2022-07-191-3/+0
* Fix edit API using summary as section title incorrectlyBartosz Dziewoński2022-06-131-2/+2
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-2/+3
* Improve error messages in EditFilterMergedContentHookConstraintDaimona Eaytoy2022-03-221-2/+9
* build: Updating dependencieslibraryupgrader2021-07-221-6/+6
* Update creation of edit constraints following switch to AuthorityDannyS7122021-03-221-60/+2
* Convert EditConstraints to AuthorityPetr Pchelko2021-03-031-18/+13
* ImageRedirectConstraint: accept Content objectsDannyS7122020-12-091-3/+3
* Merge "EditPage: Move $sectionHeadingToCheck handling to SpamRegexConstraint"jenkins-bot2020-11-111-0/+3
|\
| * EditPage: Move $sectionHeadingToCheck handling to SpamRegexConstraintDannyS7122020-11-111-0/+3
* | Move EditPage::runPostMergeFilters to a constraintDannyS7122020-11-101-0/+33
|/
* EditPage: Factor out more constraintsDannyS7122020-11-041-0/+16
* Minor tweaks to edit constraintsDannyS7122020-11-031-1/+5
* Add PageSizeConstraint and ChangeTagsConstraintDannyS7122020-10-281-0/+31
* EditPage: Migrate more checks to constraintDannyS7122020-10-261-1/+93
* EditPage: Move spam checks to SpamRegexConstraintDannyS7122020-10-211-8/+44
* Add EditConstraintFactory, migrate SimpleAntiSpamConstraintDannyS7122020-10-211-0/+74