|
| class | AccidentalRecreationConstraint |
| | Make sure user doesn't accidentally recreate a page deleted after they started editing. More...
|
| |
| class | AuthorizationConstraint |
| | Verify authorization to edit the page (user rights, rate limits, blocks). More...
|
| |
| class | ChangeTagsConstraint |
| | Verify user can add change tags. More...
|
| |
| class | ContentModelChangeConstraint |
| | Verify user permissions if changing content model: Must have editcontentmodel rights Must be able to edit under the new content model Must not have exceeded the rate limit. More...
|
| |
| class | DefaultTextConstraint |
| | Don't save a new page if it's blank or if it's a page with shadow content equal to the default, although we allow empty pages in this case to disable messages, see T52124. More...
|
| |
| class | EditConstraint |
| | Abstract class for all constraints that can prevent edits. More...
|
| |
| class | EditConstraintFactory |
| | Constraints reflect possible errors that need to be checked. More...
|
| |
| class | EditConstraintRunner |
| | Back end to process the edit constraints. More...
|
| |
| class | EditFilterMergedContentHookConstraint |
| | Verify EditFilterMergedContent hook. More...
|
| |
| class | ExistingSectionEditConstraint |
| | To simplify the logic in EditPage, this constraint may be created even if the section being edited does not currently exist, in which case $section will be 'new' and this constraint will just short-circuit to CONSTRAINT_PASSED since the checks are not applicable. More...
|
| |
| class | ImageRedirectConstraint |
| | Verify user permissions: If creating a redirect in the file namespace, must have upload rights. More...
|
| |
| class | LinkPurgeRateLimitConstraint |
| | Verify that the user doesn't exceed 'linkpurge' limits, which are weird and special. More...
|
| |
| class | MissingCommentConstraint |
| | Do not allow the user to post an empty comment (only used for new section) More...
|
| |
| class | NewSectionMissingSubjectConstraint |
| | For a new section, do not allow the user to post with an empty subject (section title) unless they choose to. More...
|
| |
| class | PageSizeConstraint |
| | Verify the page isn't larger than the maximum. More...
|
| |
| class | ReadOnlyConstraint |
| | Verify site is not in read only mode. More...
|
| |
| class | RedirectConstraint |
| | Verify the page does not redirect to. More...
|
| |
| class | RevisionDeletedConstraint |
| | This constraint is used to display an error if the user loses access to the revision while editing it (T301947), or if it goes missing. More...
|
| |
| class | SpamRegexConstraint |
| | Verify summary and text do not match spam regexes. More...
|
| |