|
MediaWiki master
|
Classes | |
| 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 MediaWiki: message with content equivalent to default (allow empty pages in this case to disable messages, see T52124) 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... | |
| interface | IEditConstraint |
| Interface for all constraints that can prevent edits. 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 | SimpleAntiSpamConstraint |
| Verify simple anti spam measure of an extra hidden text field. More... | |
| class | SpamRegexConstraint |
| Verify summary and text do not match spam regexes. More... | |
| class | UnicodeConstraint |
| Verify unicode constraint. More... | |