MediaWiki REL1_35
EditPage Class Reference

The edit page/HTML interface (split from Article) The actual database and text munging is still in Article, but it should get easier to call those from alternate interfaces. More...

Inheritance diagram for EditPage:
Collaboration diagram for EditPage:

Public Member Functions

 __construct (Article $article)
 Stable to call.
 
 attemptSave (&$resultDetails=false)
 Attempt submission.
 
 edit ()
 This is the function that gets called for "action=edit".
 
 getArticle ()
 
 getBaseRevision ()
 Returns the revision that was current at the time editing was initiated on the client, even if the edit was based on an old revision.
 
 getCancelLink ( $tabindex=0)
 
 getCheckboxesDefinition ( $checked)
 Return an array of checkbox definitions.
 
 getCheckboxesWidget (&$tabindex, $checked)
 Returns an array of checkboxes for the edit form, including 'minor' and 'watch' checkboxes and any other added by extensions.
 
 getContext ()
 
 getContextTitle ()
 Get the context title object.
 
 getEditButtons (&$tabindex)
 Returns an array of html code of the following buttons: save, diff and preview.
 
 getExpectedParentRevision ()
 Returns the RevisionRecord corresponding to the revision that was current at the time editing was initiated on the client even if the edit was based on an old revision.
 
 getParentRevId ()
 Get the edit's parent revision ID.
 
 getPreviewText ()
 Get the rendered text for previewing.
 
 getSummaryInputWidget ( $summary="", $labelText=null, $inputAttrs=null)
 Builds a standard summary input with a label.
 
 getTemplates ()
 
 getTitle ()
 
 importFormData (&$request)
 This function collects the form data and uses it to populate various member variables.
 
 initialiseForm ()
 Initialise form fields in the object Called on the first invocation, e.g.
 
 internalAttemptSave (&$result, $markAsBot=false)
 Attempt submission (no UI)
 
 isSupportedContentModel ( $modelId)
 Returns if the given content model is editable.
 
 makeTemplatesOnThisPageList (array $templates)
 Wrapper around TemplatesOnThisPageFormatter to make a "templates on this page" list.
 
 noSuchSectionPage ()
 Creates a basic error page which informs the user that they have attempted to edit a nonexistent section.
 
 setApiEditOverride ( $enableOverride)
 Allow editing of content that supports API direct editing, but not general direct editing.
 
 setContextTitle ( $title)
 Set the context Title object.
 
 setEditConflictHelperFactory (callable $factory)
 Set a factory function to create an EditConflictHelper.
 
 setHeaders ()
 
 setPreloadedContent (Content $content)
 Use this method before edit() to preload some content into the edit box.
 
 showDiff ()
 Get a diff between the current contents of the edit box and the version of the page we're editing from.
 
 showEditForm ( $formCallback=null)
 Send the edit form and related headers to OutputPage.
 
 spamPageWithContent ( $match=false)
 Show "your edit contains spam" page with your diff and text.
 
 tokenOk (&$request)
 Make sure the form isn't faking a user's credentials.
 

Static Public Member Functions

static extractSectionTitle ( $text)
 Extract the section title from current section text, if any.
 
static getCopyrightWarning ( $title, $format='plain', $langcode=null)
 Get the copyright warning, by default returns wikitext.
 
static getEditToolbar ()
 Allow extensions to provide a toolbar.
 
static getPreviewLimitReport (ParserOutput $output=null)
 Get the Limit report for page previews.
 
static matchSpamRegex ( $text)
 Check given input text against $wgSpamRegex, and return the text of the first match.
 
static matchSummarySpamRegex ( $text)
 Check given input text against $wgSummarySpamRegex, and return the text of the first match.
 

Public Attributes

string $action = 'submit'
 
bool $allowBlankSummary = false
 
string $autoSumm = ''
 
null string $contentFormat = null
 
string $contentModel
 
bool $deletedSinceEdit
 
 $didSave = false
 
bool $diff = false
 
string $editFormPageTop = ''
 Before even the preview.
 
 $editFormTextAfterContent = ''
 
 $editFormTextAfterTools = ''
 
 $editFormTextAfterWarn = ''
 
 $editFormTextBeforeContent = ''
 
 $editFormTextBottom = ''
 
 $editFormTextTop = ''
 
string $editintro = ''
 
string $edittime = ''
 Timestamp of the latest revision of the page when editing was initiated on the client.
 
bool $firsttime
 True the first time the edit form is rendered, false after re-rendering with diff, save prompts, etc.
 
string $formtype
 
bool $hasPresetSummary = false
 Has a summary been preset using GET parameter &summary= ?
 
bool $incompleteForm = false
 
bool $isConflict = false
 Whether an edit conflict needs to be resolved.
 
bool $isNew = false
 New page or new section.
 
bool stdClass $lastDelete
 
bool $markAsBot = true
 
Article $mArticle
 
bool $minoredit = false
 
bool $missingComment = false
 
bool $missingSummary = false
 
ParserOutput $mParserOutput
 
 $mPreloadContent = null
 
bool $mShowSummaryField = true
 
Title $mTitle
 
bool $mTokenOk = false
 
bool $mTokenOkExceptSuffix = false
 
bool $mTriedSave = false
 
bool $nosummary = false
 
int $oldid = 0
 Revision ID the edit is based on, or 0 if it's the current revision.
 
int $parentRevId = 0
 Revision ID the edit is based on, adjusted when an edit conflict is resolved.
 
bool $preview = false
 
 $previewTextAfterContent = ''
 
bool $recreate = false
 
bool $save = false
 
int null $scrolltop = null
 
string $section = ''
 
string $sectiontitle = ''
 
string $starttime = ''
 Timestamp from the first time the edit form was rendered.
 
string $summary = ''
 
 $suppressIntro = false
 
string $textbox1 = ''
 Page content input field.
 
string $textbox2 = ''
 
bool $tooBig = false
 
 $undidRev = 0
 
 $undoAfter = 0
 
bool $watchthis = false
 
const EDITFORM_ID = 'editform'
 HTML id and name for the beginning of the edit form.
 
const POST_EDIT_COOKIE_DURATION = 1200
 Duration of PostEdit cookie, in seconds.
 
const POST_EDIT_COOKIE_KEY_PREFIX = 'PostEditRevision'
 Prefix of key for cookie used to pass post-edit state.
 
const UNICODE_CHECK = 'ℳ𝒲β™₯π“Šπ“ƒπ’Ύπ’Έβ„΄π’Ήβ„―'
 Used for Unicode support checks.
 
- Public Attributes inherited from MediaWiki\EditPage\IEditObject
const AS_ARTICLE_WAS_DELETED = 222
 Status: article was deleted while editing and wpRecreate == false or form was not posted.
 
const AS_BLANK_ARTICLE = 224
 Status: user tried to create a blank page and wpIgnoreBlankArticle == false.
 
const AS_BLOCKED_PAGE_FOR_USER = 215
 Status: User is blocked from editing this page.
 
const AS_CANNOT_USE_CUSTOM_MODEL = 241
 Status: when changing the content model is disallowed due to $wgContentHandlerUseDB being false.
 
const AS_CHANGE_TAG_ERROR = 237
 Status: an error relating to change tagging.
 
const AS_CONFLICT_DETECTED = 225
 Status: (non-resolvable) edit conflict.
 
const AS_CONTENT_TOO_BIG = 216
 Status: Content too big (> $wgMaxArticleSize)
 
const AS_END = 231
 Status: WikiPage::doEdit() was unsuccessful.
 
const AS_HOOK_ERROR = 210
 Status: Article update aborted by a hook function.
 
const AS_HOOK_ERROR_EXPECTED = 212
 Status: A hook function returned an error.
 
const AS_IMAGE_REDIRECT_ANON = 233
 Status: anonymous user is not allowed to upload (User::isAllowed('upload') == false)
 
const AS_IMAGE_REDIRECT_LOGGED = 234
 Status: logged in user is not allowed to upload (User::isAllowed('upload') == false)
 
const AS_MAX_ARTICLE_SIZE_EXCEEDED = 229
 Status: article is too big (> $wgMaxArticleSize), after merging in the new section.
 
const AS_NO_CHANGE_CONTENT_MODEL = 235
 Status: user tried to modify the content model, but is not allowed to do that ( User::isAllowed('editcontentmodel') == false )
 
const AS_NO_CREATE_PERMISSION = 223
 Status: user tried to create this page, but is not allowed to do that.
 
const AS_PARSE_ERROR = 240
 Status: can't parse content.
 
const AS_RATE_LIMITED = 221
 Status: rate limiter for action 'edit' was tripped.
 
const AS_READ_ONLY_PAGE = 220
 Status: wiki is in readonly mode (wfReadOnly() == true)
 
const AS_READ_ONLY_PAGE_ANON = 218
 Status: this anonymous user is not allowed to edit this page.
 
const AS_READ_ONLY_PAGE_LOGGED = 219
 Status: this logged in user is not allowed to edit this page.
 
const AS_SELF_REDIRECT = 236
 Status: user tried to create self-redirect and wpIgnoreSelfRedirect is false.
 
const AS_SPAM_ERROR = 232
 Status: summary contained spam according to one of the regexes in $wgSummarySpamRegex.
 
const AS_SUCCESS_NEW_ARTICLE = 201
 Status: Article successfully created.
 
const AS_SUCCESS_UPDATE = 200
 Status: Article successfully updated.
 
const AS_SUMMARY_NEEDED = 226
 Status: no edit summary given and the user has forceeditsummary set and the user is not editing in his own userspace or talkspace and wpIgnoreBlankSummary == false.
 
const AS_TEXTBOX_EMPTY = 228
 Status: user tried to create a new section without content.
 
const AS_UNICODE_NOT_SUPPORTED = 242
 Status: edit rejected because browser doesn't support Unicode.
 

Protected Member Functions

 addContentModelChangeLogEntry (User $user, $oldModel, $newModel, $reason)
 
 addEditNotices ()
 
 addExplainConflictHeader (OutputPage $out)
 
 addLongPageWarningHeader ()
 
 addNewLineAtEnd ( $wikitext)
 
 addPageProtectionWarningHeaders ()
 
 addTalkPageText ()
 
 buildTextboxAttribs ( $name, array $customAttribs, User $user)
 
 displayPermissionsError (array $permErrors)
 Display a permissions error page, like OutputPage::showPermissionsErrorPage(), but with the following differences:
 
 displayPreviewArea ( $previewOutput, $isOnTop=false)
 
 displayViewSourcePage (Content $content, $errorMessage='')
 Display a read-only View Source page.
 
 doPreviewParse (Content $content)
 Parse the page for a preview.
 
 getActionURL (Title $title)
 Returns the URL to use in the form's action attribute.
 
 getContentObject ( $def_content=null)
 
 getCopywarn ()
 Get the copyright warning.
 
 getCurrentContent ()
 Get the current content of the page.
 
 getEditPermissionErrors ( $rigor=PermissionManager::RIGOR_SECURE)
 
 getLastDelete ()
 Get the last log record of this page being deleted, if ever.
 
 getPreloadedContent ( $preload, $params=[])
 Get the contents to be preloaded into the box, either set by an earlier setPreloadText() or by loading the given page.
 
 getPreviewParserOptions ()
 Get parser options for a preview.
 
 getSubmitButtonLabel ()
 Get the message key of the label for the button to save the page.
 
 getSummaryPreview ( $isSubjectPreview, $summary="")
 
 importContentFormData (&$request)
 Subpage overridable method for extracting the page content data from the posted form to be placed in $this->textbox1, if using customized input this method should be overridden and return the page text that will be used for saving, preview parsing and so on...
 
 incrementConflictStats ()
 
 isSectionEditSupported ()
 Returns whether section editing is supported for the current page.
 
 isWrongCaseUserConfigPage ()
 Checks whether the user entered a skin name in uppercase, e.g.
 
 previewOnOpen ()
 Should we show a preview when the edit form is first shown?
 
 runPostMergeFilters (Content $content, Status $status, User $user)
 Run hooks that can filter edits just before they get saved.
 
 setPostEditCookie ( $statusValue)
 Sets post-edit cookie indicating the user just saved a particular revision.
 
 showConflict ()
 Show an edit conflict.
 
 showContentForm ()
 Subpage overridable method for printing the form for page content editing By default this simply outputs wpTextbox1 Subclasses can override this to provide a custom UI for editing; be it a form, or simply wpTextbox1 with a modified content that will be reverse modified when extracted from the post data.
 
 showCustomIntro ()
 Attempt to show a custom editing introduction, if supplied.
 
 showEditTools ()
 Inserts optional text shown below edit and upload forms.
 
 showFormAfterText ()
 
 showFormBeforeText ()
 
 showHeader ()
 
 showHeaderCopyrightWarning ()
 Show the header copyright warning.
 
 showIntro ()
 Show all applicable editing introductions.
 
 showPreview ( $text)
 Append preview output to OutputPage.
 
 showStandardInputs (&$tabindex=2)
 
 showSummaryInput ( $isSubjectPreview, $summary="")
 
 showTextbox ( $text, $name, $customAttribs=[])
 
 showTextbox1 ( $customAttribs=null, $textoverride=null)
 Method to output wpTextbox1 The $textoverride method can be used by subclasses overriding showContentForm to pass back to this method.
 
 showTextbox2 ()
 
 showTosSummary ()
 Give a chance for site and per-namespace customizations of terms of service summary link that might exist separately from the copyright notice.
 
 toEditContent ( $text)
 Turns the given text into a Content object by unserializing it.
 
 toEditText ( $content)
 Gets an editable textual representation of $content.
 
 updateWatchlist ()
 Register the change of watch status.
 
 wasDeletedSinceLastEdit ()
 Check if a page was deleted while the user was editing it, before submit.
 

Protected Attributes

bool $allowBlankArticle = false
 
bool $allowSelfRedirect = false
 
bool $blankArticle = false
 
bool int $contentLength = false
 
IContextSource $context
 
bool $edit
 
Revision bool null $mBaseRevision = false
 A revision object corresponding to $this->editRevId.
 
bool $selfRedirect = false
 

Private Member Functions

 formatStatusErrors (Status $status)
 Wrap status errors in an errorbox for increased visibility.
 
 getCheckboxesDefinitionForWatchlist ( $watch)
 Get the watchthis and watchlistExpiry form field definitions.
 
 getEditConflictHelper ()
 
 getOriginalContent (User $user)
 Get the content of the wanted revision, without section extraction.
 
 getSummaryInputAttributes (array $inputAttrs=null)
 Helper function for summary input functions, which returns the necessary attributes for the input.
 
 guessSectionName ( $text)
 Turns section name wikitext into anchors for use in HTTP redirects.
 
 handleStatus (Status $status, $resultDetails)
 Handle status, such as after attempt save.
 
 incrementEditFailureStats ( $failureType)
 
 incrementResolvedConflicts ()
 Log when a page was successfully saved after the edit conflict view.
 
 isPageExistingAndViewable ( $title, User $user)
 Verify if a given title exists and the given user is allowed to view it.
 
 mergeChangesIntoContent (&$editContent)
 Attempts to do 3-way merge of edit content with a base revision and current content, in case of edit conflict, in whichever way appropriate for the content type.
 
 newSectionSummary (&$sectionanchor=null)
 Return the summary to be used for a new section.
 
 newTextConflictHelper ( $submitButtonLabel)
 

Private Attributes

null array $changeTags = null
 
IContentHandlerFactory $contentHandlerFactory
 
TextConflictHelper null $editConflictHelper
 
callable $editConflictHelperFactory
 Factory function to create an edit conflict helper.
 
int $editRevId = null
 Revision ID of the latest revision of the page when editing was initiated on the client.
 
bool $enableApiEditOverride = false
 Set in ApiEditPage, based on ContentHandler::allowsDirectApiEditing.
 
string $hookError = ''
 
bool $isOldRev = false
 Whether an old revision is edited.
 
null Title $mContextTitle = null
 
RevisionRecord bool null $mExpectedParentRevision = false
 A RevisionRecord corresponding to $this->editRevId or $this->edittime Replaced $mBaseRevision.
 
WikiPage $page
 
PermissionManager $permManager
 
RevisionStore $revisionStore
 
string null $unicodeCheck
 What the user submitted in the 'wpUnicodeCheck' field.
 
WatchedItemStoreInterface $watchedItemStore
 
string null $watchlistExpiry
 The expiry time of the watch item, or null if it is not watched temporarily.
 
bool $watchlistExpiryEnabled = false
 Corresponds to $wgWatchlistExpiry.
 

Detailed Description

The edit page/HTML interface (split from Article) The actual database and text munging is still in Article, but it should get easier to call those from alternate interfaces.

EditPage cares about two distinct titles: $this->mContextTitle is the page that forms submit to, links point to, redirects go to, etc. $this->mTitle (as well as $mArticle) is the page in the database that is actually being edited. These are usually the same, but they are now allowed to be different.

Surgeon General's Warning: prolonged exposure to this class is known to cause headaches, which may be fatal.

@newable

Note
marked as newable in 1.35 for lack of a better alternative, but should be split up into service objects and command objects in the future (T157658).

Definition at line 62 of file EditPage.php.

Constructor & Destructor Documentation

◆ __construct()

EditPage::__construct ( Article  $article)

Stable to call.

Parameters
Article$article

Definition at line 456 of file EditPage.php.

References deprecatePublicProperty(), Config\get(), getContext(), Article\getContext(), Article\getPage(), and Article\getTitle().

Member Function Documentation

◆ addContentModelChangeLogEntry()

EditPage::addContentModelChangeLogEntry ( User  $user,
  $oldModel,
  $newModel,
  $reason 
)
protected
Parameters
User$user
string | false$oldModelfalse if the page is being newly created
string$newModel
string$reason

Definition at line 2505 of file EditPage.php.

References ManualLogEntry\setPerformer().

Referenced by internalAttemptSave().

◆ addEditNotices()

EditPage::addEditNotices ( )
protected
Since
1.29

Definition at line 4633 of file EditPage.php.

Referenced by showEditForm().

◆ addExplainConflictHeader()

EditPage::addExplainConflictHeader ( OutputPage  $out)
protected
Parameters
OutputPage$out
Since
1.29

Definition at line 4737 of file EditPage.php.

References OutputPage\addHTML(), and getEditConflictHelper().

Referenced by showHeader().

◆ addLongPageWarningHeader()

EditPage::addLongPageWarningHeader ( )
protected
Since
1.29

Definition at line 4662 of file EditPage.php.

References $lang.

Referenced by showHeader().

◆ addNewLineAtEnd()

EditPage::addNewLineAtEnd (   $wikitext)
protected
Parameters
string$wikitext
Returns
string
Since
1.29

Definition at line 4761 of file EditPage.php.

◆ addPageProtectionWarningHeaders()

EditPage::addPageProtectionWarningHeaders ( )
protected
Since
1.29

Definition at line 4692 of file EditPage.php.

References $page.

Referenced by showHeader().

◆ addTalkPageText()

EditPage::addTalkPageText ( )
protected
Since
1.29

Definition at line 4653 of file EditPage.php.

Referenced by showEditForm().

◆ attemptSave()

EditPage::attemptSave ( $resultDetails = false)

Attempt submission.

Parameters
array | bool&$resultDetailsSee docs for $result in internalAttemptSave
Exceptions
UserBlockedError|ReadOnlyError|ThrottledError|PermissionsError
Returns
Status The resulting status object.

Definition at line 1717 of file EditPage.php.

References $markAsBot, and internalAttemptSave().

Referenced by edit().

◆ buildTextboxAttribs()

EditPage::buildTextboxAttribs (   $name,
array  $customAttribs,
User  $user 
)
protected
Parameters
string$name
mixed[]$customAttribs
User$user
Returns
mixed[]
Since
1.29

Definition at line 4750 of file EditPage.php.

◆ displayPermissionsError()

EditPage::displayPermissionsError ( array  $permErrors)
protected

Display a permissions error page, like OutputPage::showPermissionsErrorPage(), but with the following differences:

  • If redlink=1, the user will be redirected to the page
  • If there is content to display or the error occurs while either saving, previewing or showing the difference, it will be a "View source for ..." page displaying the source code after the error message.
Since
1.19
Parameters
array$permErrorsArray of permissions errors
Exceptions
PermissionsError

Definition at line 761 of file EditPage.php.

References $action, $content, displayViewSourcePage(), and getContentObject().

Referenced by edit().

◆ displayPreviewArea()

EditPage::displayPreviewArea (   $previewOutput,
  $isOnTop = false 
)
protected

Definition at line 3650 of file EditPage.php.

References showDiff(), and showPreview().

Referenced by showEditForm().

◆ displayViewSourcePage()

EditPage::displayViewSourcePage ( Content  $content,
  $errorMessage = '' 
)
protected

Display a read-only View Source page.

Parameters
Content$content
string$errorMessageadditional wikitext error message to display

Definition at line 791 of file EditPage.php.

References $content, $textbox1, getContextTitle(), getTemplates(), makeTemplatesOnThisPageList(), showTextbox(), and toEditText().

Referenced by displayPermissionsError(), and edit().

◆ doPreviewParse()

EditPage::doPreviewParse ( Content  $content)
protected

Parse the page for a preview.

Subclasses may override this class, in order to parse with different options, or to otherwise modify the preview HTML.

Parameters
Content$contentThe page content
Returns
array with keys:
  • parserOutput: The ParserOutput object
  • html: The HTML to be displayed

Definition at line 4275 of file EditPage.php.

References $content, and getPreviewParserOptions().

Referenced by getPreviewText().

◆ edit()

EditPage::edit ( )

This is the function that gets called for "action=edit".

It sets up various member variables, then passes execution to another function, usually showEditForm()

The edit form is self-submitting, so that when things like preview and edit conflicts occur, we get the same form back with the extra stuff added. Only when the final submission is made and all is well do we actually save and redirect to the newly-edited page.

Definition at line 570 of file EditPage.php.

References attemptSave(), displayPermissionsError(), displayViewSourcePage(), getContentObject(), getEditPermissionErrors(), handleStatus(), importFormData(), initialiseForm(), previewOnOpen(), showEditForm(), showIntro(), wfDebug(), and wfReadOnly().

Referenced by importFormData().

◆ extractSectionTitle()

static EditPage::extractSectionTitle (   $text)
static

Extract the section title from current section text, if any.

Parameters
string$text
Returns
string|bool String or false

Definition at line 3256 of file EditPage.php.

References $matches.

Referenced by showHeader().

◆ formatStatusErrors()

EditPage::formatStatusErrors ( Status  $status)
private

Wrap status errors in an errorbox for increased visibility.

Parameters
Status$status
Returns
string Wikitext

Definition at line 1944 of file EditPage.php.

References Status\getWikiText().

Referenced by runPostMergeFilters().

◆ getActionURL()

EditPage::getActionURL ( Title  $title)
protected

Returns the URL to use in the form's action attribute.

This is used by EditPage subclasses when simply customizing the action variable in the constructor is not enough. This can be used when the EditPage lives inside of a Special page rather than a custom page action.

Parameters
Title$titleTitle object for which is being edited (where we go to for &action= links)
Returns
string

Definition at line 4005 of file EditPage.php.

References $title.

Referenced by showEditForm().

◆ getArticle()

EditPage::getArticle ( )
Returns
Article

Definition at line 490 of file EditPage.php.

References $mArticle.

◆ getBaseRevision()

EditPage::getBaseRevision ( )

Returns the revision that was current at the time editing was initiated on the client, even if the edit was based on an old revision.

Deprecated:
since 1.35, use getExpectedParentRevision
Warning
this method is very poorly named. If the user opened the form with ?oldid=X, one might think of X as the "base revision", which is NOT what this returns, see oldid for that. One might further assume that this corresponds to the $baseRevId parameter of WikiPage::doEditContent, which is not the case either. getExpectedParentRevision() would perhaps be a better name.
Returns
Revision|null Current version when editing was initiated on the client

Definition at line 2610 of file EditPage.php.

References $mBaseRevision, getExpectedParentRevision(), and wfDeprecated().

◆ getCancelLink()

EditPage::getCancelLink (   $tabindex = 0)
Parameters
int$tabindexCurrent tabindex
Returns
string

Definition at line 3977 of file EditPage.php.

References $oldid, and getContextTitle().

Referenced by showStandardInputs().

◆ getCheckboxesDefinition()

EditPage::getCheckboxesDefinition (   $checked)

Return an array of checkbox definitions.

Array keys correspond to the <input> 'name' attribute to use for each checkbox.

Array values are associative arrays with the following keys:

  • 'label-message' (required): message for label text
  • 'id' (required): 'id' attribute for the <input>
  • 'default' (required): default checkedness (true or false)
  • 'title-message' (optional): used to generate 'title' attribute for the <label>
  • 'tooltip' (optional): used to generate 'title' and 'accesskey' attributes from messages like 'tooltip-foo', 'accesskey-foo'
  • 'label-id' (optional): 'id' attribute for the <label>
  • 'legacy-name' (optional): short name for backwards-compatibility
  • 'class' (optional): PHP class name of the OOUI widget to use. Defaults to CheckboxInputWidget.
  • 'options' (optional): options to use for DropdownInputWidget, ComboBoxInputWidget, etc. following the structure as given in the documentation for those classes.
  • 'value-attr' (optional): name of the widget config option for the "current value" of the widget. Defaults to 'selected'; for some widget types it should be 'value'.
    Parameters
    array$checkedArray of checkbox name (matching the 'legacy-name') => bool, where bool indicates the checked status of the checkbox
    Returns
    array[]

Definition at line 4357 of file EditPage.php.

References getCheckboxesDefinitionForWatchlist().

Referenced by getCheckboxesWidget().

◆ getCheckboxesDefinitionForWatchlist()

EditPage::getCheckboxesDefinitionForWatchlist (   $watch)
private

Get the watchthis and watchlistExpiry form field definitions.

Since
1.35
Parameters
bool$watch
Returns
mixed[]

Definition at line 4393 of file EditPage.php.

References getContext(), WatchAction\getExpiryOptions(), getTitle(), and getUser().

Referenced by getCheckboxesDefinition().

◆ getCheckboxesWidget()

EditPage::getCheckboxesWidget ( $tabindex,
  $checked 
)

Returns an array of checkboxes for the edit form, including 'minor' and 'watch' checkboxes and any other added by extensions.

Parameters
int&$tabindexCurrent tabindex
array$checkedArray of checkbox => bool, where bool indicates the checked status of the checkbox
Returns
\OOUI\Element[] Associative array of string keys to \OOUI\Widget or \OOUI\Layout instances

Definition at line 4447 of file EditPage.php.

References $title, getCheckboxesDefinition(), and Linker\titleAttrib().

Referenced by showStandardInputs().

◆ getContentObject()

EditPage::getContentObject (   $def_content = null)
protected
Parameters
Content | null$def_contentThe default value to return
Returns
Content|false|null Content on success, $def_content for invalid sections
Since
1.21

Definition at line 1235 of file EditPage.php.

References $content, $summary, $wgDisableAnonTalk, getOriginalContent(), getPreloadedContent(), isSupportedContentModel(), NS_MEDIAWIKI, and toEditContent().

Referenced by displayPermissionsError(), edit(), and initialiseForm().

◆ getContext()

EditPage::getContext ( )

◆ getContextTitle()

EditPage::getContextTitle ( )

Get the context title object.

If not set, $wgTitle will be returned, but this is deprecated. This will throw an exception.

Returns
Title

Definition at line 527 of file EditPage.php.

References $mContextTitle, $wgTitle, and wfDeprecated().

Referenced by displayViewSourcePage(), getCancelLink(), setHeaders(), showEditForm(), and spamPageWithContent().

◆ getCopyrightWarning()

static EditPage::getCopyrightWarning (   $title,
  $format = 'plain',
  $langcode = null 
)
static

Get the copyright warning, by default returns wikitext.

Parameters
Title$title
string$formatOutput format, valid values are any function of a Message object
Language | string | null$langcodeLanguage code or Language object.
Returns
string

Definition at line 3836 of file EditPage.php.

References $title, $wgRightsText, and wfMessage().

Referenced by getCopywarn().

◆ getCopywarn()

EditPage::getCopywarn ( )
protected

Get the copyright warning.

Renamed to getCopyrightWarning(), old name kept around for backwards compatibility

Returns
string

Definition at line 3824 of file EditPage.php.

References getCopyrightWarning().

Referenced by showStandardInputs().

◆ getCurrentContent()

EditPage::getCurrentContent ( )
protected

Get the current content of the page.

This is basically similar to WikiPage::getContent( RevisionRecord::RAW ) except that when the page doesn't exist an empty content object is returned instead of null.

Since
1.21
Returns
Content

Definition at line 1524 of file EditPage.php.

References $content, and getTitle().

Referenced by getOriginalContent(), internalAttemptSave(), showDiff(), and showEditForm().

◆ getEditButtons()

EditPage::getEditButtons ( $tabindex)

Returns an array of html code of the following buttons: save, diff and preview.

Parameters
int&$tabindexCurrent tabindex
Returns
array

Definition at line 4521 of file EditPage.php.

References Linker\accesskey(), getSubmitButtonLabel(), and Linker\titleAttrib().

Referenced by showStandardInputs().

◆ getEditConflictHelper()

EditPage::getEditConflictHelper ( )
private

◆ getEditPermissionErrors()

EditPage::getEditPermissionErrors (   $rigor = PermissionManager::RIGOR_SECURE)
protected
Parameters
string$rigorPermissionManager::RIGOR_ constant
Returns
array

Definition at line 708 of file EditPage.php.

References wfArrayDiff2().

Referenced by edit().

◆ getEditToolbar()

static EditPage::getEditToolbar ( )
static

Allow extensions to provide a toolbar.

Returns
string|null

Definition at line 4321 of file EditPage.php.

◆ getExpectedParentRevision()

EditPage::getExpectedParentRevision ( )

Returns the RevisionRecord corresponding to the revision that was current at the time editing was initiated on the client even if the edit was based on an old revision.

Since
1.35
Returns
RevisionRecord|null Current revision when editing was initiated on the client

Definition at line 2626 of file EditPage.php.

References $mExpectedParentRevision, and getTitle().

Referenced by getBaseRevision(), and mergeChangesIntoContent().

◆ getLastDelete()

EditPage::getLastDelete ( )
protected

Get the last log record of this page being deleted, if ever.

This is used to detect whether a delete occurred during editing.

Returns
bool|stdClass

Definition at line 4041 of file EditPage.php.

References $dbr, DB_REPLICA, LogPage\DELETED_COMMENT, LogPage\DELETED_USER, and wfGetDB().

Referenced by wasDeletedSinceLastEdit().

◆ getOriginalContent()

EditPage::getOriginalContent ( User  $user)
private

Get the content of the wanted revision, without section extraction.

The result of this function can be used to compare user's input with section replaced in its context (using WikiPage::replaceSectionAtRev()) to the original text of the edit.

This differs from Article::getContent() that when a missing revision is encountered the result will be null and not the 'missing-revision' message.

Since
1.19
Parameters
User$userThe user to get the revision for
Returns
Content|null

Definition at line 1483 of file EditPage.php.

References getCurrentContent().

Referenced by getContentObject().

◆ getParentRevId()

EditPage::getParentRevId ( )

Get the edit's parent revision ID.

The "parent" revision is the ancestor that should be recorded in this page's revision history. It is either the revision ID of the in-memory article content, or in the case of a 3-way merge in order to rebase across a recoverable edit conflict, the ID of the newer revision to which we have rebased this page.

Since
1.27
Returns
int Revision ID

Definition at line 1508 of file EditPage.php.

References $parentRevId.

Referenced by showEditForm().

◆ getPreloadedContent()

EditPage::getPreloadedContent (   $preload,
  $params = [] 
)
protected

Get the contents to be preloaded into the box, either set by an earlier setPreloadText() or by loading the given page.

Parameters
string$preloadRepresenting the title to preload from.
array$paramsParameters to use (interface-message style) in the preloaded text
Returns
Content
Since
1.21

Definition at line 1597 of file EditPage.php.

References $content, $mPreloadContent, $page, $title, WikiPage\getContent(), WikiPage\getRedirectTarget(), isPageExistingAndViewable(), WikiPage\isRedirect(), and wfDebug().

Referenced by getContentObject().

◆ getPreviewLimitReport()

static EditPage::getPreviewLimitReport ( ParserOutput  $output = null)
static

Get the Limit report for page previews.

Since
1.22
Parameters
ParserOutput | null$outputParserOutput object from the parse
Returns
string HTML

Definition at line 3864 of file EditPage.php.

References $wgLang, and wfMessage().

Referenced by ApiParse\execute().

◆ getPreviewParserOptions()

EditPage::getPreviewParserOptions ( )
protected

Get parser options for a preview.

Returns
ParserOptions

Definition at line 4252 of file EditPage.php.

Referenced by doPreviewParse().

◆ getPreviewText()

EditPage::getPreviewText ( )

Get the rendered text for previewing.

Exceptions
MWException
Returns
string

Definition at line 4089 of file EditPage.php.

References $content, $previewTextAfterContent, CONTENT_MODEL_CSS, CONTENT_MODEL_JAVASCRIPT, CONTENT_MODEL_JSON, doPreviewParse(), getTitle(), incrementEditFailureStats(), and toEditContent().

Referenced by showEditForm().

◆ getSubmitButtonLabel()

EditPage::getSubmitButtonLabel ( )
protected

Get the message key of the label for the button to save the page.

Since
1.30
Returns
string

Definition at line 4497 of file EditPage.php.

Referenced by getEditButtons(), getEditConflictHelper(), and showHeader().

◆ getSummaryInputAttributes()

EditPage::getSummaryInputAttributes ( array  $inputAttrs = null)
private

Helper function for summary input functions, which returns the necessary attributes for the input.

Parameters
array | null$inputAttrsArray of attrs to use on the input
Returns
array

Definition at line 3449 of file EditPage.php.

Referenced by getSummaryInputWidget().

◆ getSummaryInputWidget()

EditPage::getSummaryInputWidget (   $summary = "",
  $labelText = null,
  $inputAttrs = null 
)

Builds a standard summary input with a label.

Parameters
string$summaryThe value of the summary input
string | null$labelTextThe html to place inside the label
array | null$inputAttrsArray of attrs to use on the input
Returns
OOUI\FieldLayout OOUI FieldLayout with Label and Input

Definition at line 3472 of file EditPage.php.

References $summary, Linker\accesskey(), getSummaryInputAttributes(), and Linker\titleAttrib().

Referenced by showSummaryInput().

◆ getSummaryPreview()

EditPage::getSummaryPreview (   $isSubjectPreview,
  $summary = "" 
)
protected
Parameters
bool$isSubjectPreviewTrue if this is the section subject/title up top, or false if this is the comment summary down below the textarea
string$summaryThe text of the summary to display
Returns
string

Definition at line 3531 of file EditPage.php.

References $summary, and Linker\commentBlock().

Referenced by showEditForm(), and showStandardInputs().

◆ getTemplates()

EditPage::getTemplates ( )
Returns
array

Definition at line 4299 of file EditPage.php.

Referenced by displayViewSourcePage(), and showEditForm().

◆ getTitle()

◆ guessSectionName()

EditPage::guessSectionName (   $text)
private

Turns section name wikitext into anchors for use in HTTP redirects.

Various versions of Microsoft browsers misinterpret fragment encoding of Location: headers resulting in mojibake in address bar. Redirect them to legacy section IDs, if possible. All the other browsers get HTML5 if the wiki is configured for it, to spread the new style links more efficiently.

Parameters
string$text
Returns
string

Definition at line 4775 of file EditPage.php.

Referenced by internalAttemptSave(), and newSectionSummary().

◆ handleStatus()

EditPage::handleStatus ( Status  $status,
  $resultDetails 
)
private

Handle status, such as after attempt save.

Parameters
Status$status
array | bool$resultDetails
Exceptions
ErrorPageError
Returns
bool False, if output is done, true if rest of the form should be displayed

Definition at line 1753 of file EditPage.php.

References MediaWiki\EditPage\IEditObject\AS_ARTICLE_WAS_DELETED, MediaWiki\EditPage\IEditObject\AS_BLANK_ARTICLE, MediaWiki\EditPage\IEditObject\AS_BLOCKED_PAGE_FOR_USER, MediaWiki\EditPage\IEditObject\AS_CANNOT_USE_CUSTOM_MODEL, MediaWiki\EditPage\IEditObject\AS_CONFLICT_DETECTED, MediaWiki\EditPage\IEditObject\AS_CONTENT_TOO_BIG, MediaWiki\EditPage\IEditObject\AS_END, MediaWiki\EditPage\IEditObject\AS_HOOK_ERROR, MediaWiki\EditPage\IEditObject\AS_HOOK_ERROR_EXPECTED, MediaWiki\EditPage\IEditObject\AS_IMAGE_REDIRECT_ANON, MediaWiki\EditPage\IEditObject\AS_IMAGE_REDIRECT_LOGGED, MediaWiki\EditPage\IEditObject\AS_MAX_ARTICLE_SIZE_EXCEEDED, MediaWiki\EditPage\IEditObject\AS_NO_CHANGE_CONTENT_MODEL, MediaWiki\EditPage\IEditObject\AS_NO_CREATE_PERMISSION, MediaWiki\EditPage\IEditObject\AS_PARSE_ERROR, MediaWiki\EditPage\IEditObject\AS_RATE_LIMITED, MediaWiki\EditPage\IEditObject\AS_READ_ONLY_PAGE, MediaWiki\EditPage\IEditObject\AS_READ_ONLY_PAGE_ANON, MediaWiki\EditPage\IEditObject\AS_READ_ONLY_PAGE_LOGGED, MediaWiki\EditPage\IEditObject\AS_SELF_REDIRECT, MediaWiki\EditPage\IEditObject\AS_SPAM_ERROR, MediaWiki\EditPage\IEditObject\AS_SUCCESS_NEW_ARTICLE, MediaWiki\EditPage\IEditObject\AS_SUCCESS_UPDATE, MediaWiki\EditPage\IEditObject\AS_SUMMARY_NEEDED, MediaWiki\EditPage\IEditObject\AS_TEXTBOX_EMPTY, MediaWiki\EditPage\IEditObject\AS_UNICODE_NOT_SUPPORTED, Status\getWikiText(), incrementResolvedConflicts(), setPostEditCookie(), spamPageWithContent(), and wfDeprecated().

Referenced by edit().

◆ importContentFormData()

EditPage::importContentFormData ( $request)
protected

Subpage overridable method for extracting the page content data from the posted form to be placed in $this->textbox1, if using customized input this method should be overridden and return the page text that will be used for saving, preview parsing and so on...

Parameters
WebRequest&$request
Returns
string|null

Definition at line 1156 of file EditPage.php.

Referenced by importFormData().

◆ importFormData()

EditPage::importFormData ( $request)

This function collects the form data and uses it to populate various member variables.

Parameters
WebRequest&$request
Exceptions
ErrorPageError

Definition at line 917 of file EditPage.php.

References $changeTags, $diff, $preview, $textbox1, $undidRev, $undoAfter, edit(), getContext(), importContentFormData(), isSectionEditSupported(), NS_USER, NS_USER_TALK, tokenOk(), wfDebug(), wfEscapeWikiText(), and wfTimestampNow().

Referenced by edit().

◆ incrementConflictStats()

EditPage::incrementConflictStats ( )
protected

Definition at line 3969 of file EditPage.php.

References getEditConflictHelper().

Referenced by showConflict().

◆ incrementEditFailureStats()

EditPage::incrementEditFailureStats (   $failureType)
private

Definition at line 4243 of file EditPage.php.

Referenced by getPreviewText().

◆ incrementResolvedConflicts()

EditPage::incrementResolvedConflicts ( )
private

Log when a page was successfully saved after the edit conflict view.

Definition at line 1736 of file EditPage.php.

References getEditConflictHelper().

Referenced by handleStatus().

◆ initialiseForm()

EditPage::initialiseForm ( )

Initialise form fields in the object Called on the first invocation, e.g.

when a user clicks an edit link

Returns
bool If the requested section is valid

Definition at line 1165 of file EditPage.php.

References $content, getContentObject(), getContext(), getTitle(), isSupportedContentModel(), noSuchSectionPage(), Message\plaintextParam(), and toEditText().

Referenced by edit().

◆ internalAttemptSave()

EditPage::internalAttemptSave ( $result,
  $markAsBot = false 
)

Attempt submission (no UI)

Parameters
array&$resultArray to add statuses to, currently with the possible keys:
  • spam (string): Spam string from content if any spam is detected by matchSpamRegex.
  • sectionanchor (string): Section anchor for a section save.
  • nullEdit (bool): Set if doEditContent is OK. True if null edit, false otherwise.
  • redirect (bool): Set if doEditContent is OK. True if resulting revision is a redirect.
bool$markAsBotTrue if edit is being made under the bot right and the bot wishes the edit to be marked as such.
Returns
Status Status object, possibly with a message, but always with one of the AS_* constants in $status->value,
Todo:
FIXME: This interface is TERRIBLE, but hard to get rid of due to various error display idiosyncrasies. There are also lots of cases where error metadata is set in the object and retrieved later instead of being returned, e.g. AS_CONTENT_TOO_BIG and AS_BLOCKED_PAGE_FOR_USER. All that stuff needs to be cleaned up some time.

Definition at line 2013 of file EditPage.php.

References $changeTags, $content, $contentModel, $markAsBot, $matches, $mTitle, $sectiontitle, $summary, $undidRev, addContentModelChangeLogEntry(), MediaWiki\EditPage\IEditObject\AS_CHANGE_TAG_ERROR, MediaWiki\EditPage\IEditObject\AS_END, MediaWiki\EditPage\IEditObject\AS_HOOK_ERROR, MediaWiki\EditPage\IEditObject\AS_HOOK_ERROR_EXPECTED, MediaWiki\EditPage\IEditObject\AS_IMAGE_REDIRECT_ANON, MediaWiki\EditPage\IEditObject\AS_IMAGE_REDIRECT_LOGGED, MediaWiki\EditPage\IEditObject\AS_NO_CREATE_PERMISSION, MediaWiki\EditPage\IEditObject\AS_PARSE_ERROR, MediaWiki\EditPage\IEditObject\AS_RATE_LIMITED, MediaWiki\EditPage\IEditObject\AS_READ_ONLY_PAGE, MediaWiki\EditPage\IEditObject\AS_READ_ONLY_PAGE_LOGGED, MediaWiki\EditPage\IEditObject\AS_SELF_REDIRECT, MediaWiki\EditPage\IEditObject\AS_SPAM_ERROR, MediaWiki\EditPage\IEditObject\AS_SUCCESS_NEW_ARTICLE, MediaWiki\EditPage\IEditObject\AS_SUCCESS_UPDATE, MediaWiki\EditPage\IEditObject\AS_SUMMARY_NEEDED, MediaWiki\EditPage\IEditObject\AS_TEXTBOX_EMPTY, MediaWiki\EditPage\IEditObject\AS_UNICODE_NOT_SUPPORTED, ChangeTags\canAddTagsAccompanyingChange(), DB_MASTER, EDIT_AUTOSUMMARY, EDIT_FORCE_BOT, EDIT_MINOR, EDIT_NEW, EDIT_UPDATE, getCurrentContent(), guessSectionName(), mergeChangesIntoContent(), newSectionSummary(), NS_FILE, NS_MEDIAWIKI, runPostMergeFilters(), Title\setContentModel(), toEditContent(), toEditText(), updateWatchlist(), wasDeletedSinceLastEdit(), wfDebug(), wfDebugLog(), wfGetDB(), and wfReadOnly().

Referenced by attemptSave().

◆ isPageExistingAndViewable()

EditPage::isPageExistingAndViewable (   $title,
User  $user 
)
private

Verify if a given title exists and the given user is allowed to view it.

See also
EditPage::getPreloadedContent()
Parameters
Title | null$title
User$user
Returns
bool
Exceptions
Exception

Definition at line 1663 of file EditPage.php.

References $title.

Referenced by getPreloadedContent(), and showCustomIntro().

◆ isSectionEditSupported()

EditPage::isSectionEditSupported ( )
protected

Returns whether section editing is supported for the current page.

Subclasses may override this to replace the default behavior, which is to check ContentHandler::supportsSections.

Returns
bool True if this edit page supports sections, false otherwise.

Definition at line 906 of file EditPage.php.

Referenced by importFormData(), and showEditForm().

◆ isSupportedContentModel()

EditPage::isSupportedContentModel (   $modelId)

Returns if the given content model is editable.

Parameters
string$modelIdThe ID of the content model to test. Use CONTENT_MODEL_XXX constants.
Returns
bool
Exceptions
MWExceptionIf $modelId has no known handler

Definition at line 544 of file EditPage.php.

Referenced by getContentObject(), initialiseForm(), toEditContent(), and toEditText().

◆ isWrongCaseUserConfigPage()

EditPage::isWrongCaseUserConfigPage ( )
protected

Checks whether the user entered a skin name in uppercase, e.g.

"User:Example/Monobook.css" instead of "monobook.css"

Returns
bool

Definition at line 885 of file EditPage.php.

Referenced by showHeader().

◆ makeTemplatesOnThisPageList()

EditPage::makeTemplatesOnThisPageList ( array  $templates)

Wrapper around TemplatesOnThisPageFormatter to make a "templates on this page" list.

Parameters
Title[]$templates
Returns
string HTML

Definition at line 3232 of file EditPage.php.

References $type.

Referenced by displayViewSourcePage(), and showEditForm().

◆ matchSpamRegex()

static EditPage::matchSpamRegex (   $text)
static

Check given input text against $wgSpamRegex, and return the text of the first match.

Deprecated:
since 1.35, use the new SpamChecker service
Parameters
string$text
Returns
string|bool Matching string or false

Definition at line 2655 of file EditPage.php.

References wfDeprecated().

◆ matchSummarySpamRegex()

static EditPage::matchSummarySpamRegex (   $text)
static

Check given input text against $wgSummarySpamRegex, and return the text of the first match.

Deprecated:
since 1.35, use the new SpamChecker service
Parameters
string$text
Returns
string|bool Matching string or false

Definition at line 2669 of file EditPage.php.

References wfDeprecated().

◆ mergeChangesIntoContent()

EditPage::mergeChangesIntoContent ( $editContent)
private

Attempts to do 3-way merge of edit content with a base revision and current content, in case of edit conflict, in whichever way appropriate for the content type.

Since
1.21
Parameters
Content&$editContent
Returns
bool

Definition at line 2556 of file EditPage.php.

References getExpectedParentRevision().

Referenced by internalAttemptSave().

◆ newSectionSummary()

EditPage::newSectionSummary ( $sectionanchor = null)
private

Return the summary to be used for a new section.

Parameters
string | null&$sectionanchorSet to the section anchor text
Returns
string

Definition at line 1964 of file EditPage.php.

References $summary, and guessSectionName().

Referenced by internalAttemptSave().

◆ newTextConflictHelper()

EditPage::newTextConflictHelper (   $submitButtonLabel)
private
Parameters
string$submitButtonLabel
Returns
TextConflictHelper
Exceptions
MWUnknownContentModelException

Definition at line 4820 of file EditPage.php.

References getContext(), and getTitle().

◆ noSuchSectionPage()

EditPage::noSuchSectionPage ( )

Creates a basic error page which informs the user that they have attempted to edit a nonexistent section.

Definition at line 4588 of file EditPage.php.

References $res.

Referenced by initialiseForm().

◆ previewOnOpen()

EditPage::previewOnOpen ( )
protected

Should we show a preview when the edit form is first shown?

Returns
bool

Definition at line 844 of file EditPage.php.

Referenced by edit().

◆ runPostMergeFilters()

EditPage::runPostMergeFilters ( Content  $content,
Status  $status,
User  $user 
)
protected

Run hooks that can filter edits just before they get saved.

Parameters
Content$contentThe Content to filter.
Status$statusFor reporting the outcome to the caller
User$userThe user performing the edit
Returns
bool

Definition at line 1895 of file EditPage.php.

References $content, MediaWiki\EditPage\IEditObject\AS_HOOK_ERROR, MediaWiki\EditPage\IEditObject\AS_HOOK_ERROR_EXPECTED, StatusValue\fatal(), formatStatusErrors(), StatusValue\getErrors(), StatusValue\isGood(), and StatusValue\isOK().

Referenced by internalAttemptSave().

◆ setApiEditOverride()

EditPage::setApiEditOverride (   $enableOverride)

Allow editing of content that supports API direct editing, but not general direct editing.

Set to false by default.

Parameters
bool$enableOverride

Definition at line 555 of file EditPage.php.

◆ setContextTitle()

EditPage::setContextTitle (   $title)

Set the context Title object.

Parameters
Title | null$titleTitle object or null

Definition at line 515 of file EditPage.php.

References $title.

◆ setEditConflictHelperFactory()

EditPage::setEditConflictHelperFactory ( callable  $factory)

Set a factory function to create an EditConflictHelper.

Parameters
callable$factoryFactory function
Since
1.31

Definition at line 4796 of file EditPage.php.

◆ setHeaders()

EditPage::setHeaders ( )

Definition at line 2674 of file EditPage.php.

References getContextTitle(), and NS_MEDIAWIKI.

Referenced by showEditForm().

◆ setPostEditCookie()

EditPage::setPostEditCookie (   $statusValue)
protected

Sets post-edit cookie indicating the user just saved a particular revision.

This uses a temporary cookie for each revision ID so separate saves will never interfere with each other.

Article::view deletes the cookie on server-side after the redirect and converts the value to the global JavaScript variable wgPostEdit.

If the variable were set on the server, it would be cached, which is unwanted since the post-edit state should only apply to the load right after the save.

Parameters
int$statusValueThe status value (to check for new article status)

Definition at line 1696 of file EditPage.php.

Referenced by handleStatus().

◆ setPreloadedContent()

EditPage::setPreloadedContent ( Content  $content)

Use this method before edit() to preload some content into the edit box.

Parameters
Content$content
Since
1.21

Definition at line 1582 of file EditPage.php.

References $content.

◆ showConflict()

EditPage::showConflict ( )
protected

Show an edit conflict.

textbox1 is already shown in showEditForm(). If you want to use another entry point to this function, be careful.

Definition at line 3958 of file EditPage.php.

References getEditConflictHelper(), and incrementConflictStats().

Referenced by showEditForm().

◆ showContentForm()

EditPage::showContentForm ( )
protected

Subpage overridable method for printing the form for page content editing By default this simply outputs wpTextbox1 Subclasses can override this to provide a custom UI for editing; be it a form, or simply wpTextbox1 with a modified content that will be reverse modified when extracted from the post data.

Note that this is basically the inverse for importContentFormData

Definition at line 3589 of file EditPage.php.

References showTextbox1().

Referenced by showEditForm().

◆ showCustomIntro()

EditPage::showCustomIntro ( )
protected

Attempt to show a custom editing introduction, if supplied.

Returns
bool

Definition at line 2877 of file EditPage.php.

References $title, and isPageExistingAndViewable().

Referenced by showIntro().

◆ showDiff()

EditPage::showDiff ( )

Get a diff between the current contents of the edit box and the version of the page we're editing from.

If this is a section edit, we'll replace the section as for final save and then make a comparison.

Definition at line 3719 of file EditPage.php.

References getCurrentContent(), NS_MEDIAWIKI, and toEditContent().

Referenced by displayPreviewArea(), and spamPageWithContent().

◆ showEditForm()

◆ showEditTools()

EditPage::showEditTools ( )
protected

Inserts optional text shown below edit and upload forms.

Can be used to offer special characters not present on most keyboards for copying/pasting.

Definition at line 3812 of file EditPage.php.

Referenced by showEditForm().

◆ showFormAfterText()

EditPage::showFormAfterText ( )
protected

Definition at line 3561 of file EditPage.php.

Referenced by showEditForm().

◆ showFormBeforeText()

EditPage::showFormBeforeText ( )
protected

Definition at line 3552 of file EditPage.php.

Referenced by showEditForm().

◆ showHeader()

◆ showHeaderCopyrightWarning()

EditPage::showHeaderCopyrightWarning ( )
protected

Show the header copyright warning.

Definition at line 3781 of file EditPage.php.

Referenced by showHeader().

◆ showIntro()

EditPage::showIntro ( )
protected

◆ showPreview()

EditPage::showPreview (   $text)
protected

Append preview output to OutputPage.

Includes category rendering if this is a category page.

Parameters
string$textThe HTML to be output for the preview.

Definition at line 3698 of file EditPage.php.

Referenced by displayPreviewArea().

◆ showStandardInputs()

EditPage::showStandardInputs ( $tabindex = 2)
protected

◆ showSummaryInput()

EditPage::showSummaryInput (   $isSubjectPreview,
  $summary = "" 
)
protected
Parameters
bool$isSubjectPreviewTrue if this is the section subject/title up top, or false if this is the comment summary down below the textarea
string$summaryThe text of the summary to display

Definition at line 3505 of file EditPage.php.

References getSummaryInputWidget().

Referenced by showEditForm(), and showStandardInputs().

◆ showTextbox()

EditPage::showTextbox (   $text,
  $name,
  $customAttribs = [] 
)
protected

Definition at line 3636 of file EditPage.php.

Referenced by displayViewSourcePage(), showTextbox1(), and showTextbox2().

◆ showTextbox1()

EditPage::showTextbox1 (   $customAttribs = null,
  $textoverride = null 
)
protected

Method to output wpTextbox1 The $textoverride method can be used by subclasses overriding showContentForm to pass back to this method.

Parameters
array | null$customAttribsArray of html attributes to use in the textarea
string | null$textoverrideOptional text to override $this->textarea1 with

Definition at line 3601 of file EditPage.php.

References getTitle(), showTextbox(), and wasDeletedSinceLastEdit().

Referenced by showContentForm().

◆ showTextbox2()

EditPage::showTextbox2 ( )
protected

Definition at line 3632 of file EditPage.php.

References showTextbox().

Referenced by spamPageWithContent().

◆ showTosSummary()

EditPage::showTosSummary ( )
protected

Give a chance for site and per-namespace customizations of terms of service summary link that might exist separately from the copyright notice.

This will display between the save button and the edit tools, so should remain short!

Definition at line 3797 of file EditPage.php.

Referenced by showEditForm().

◆ spamPageWithContent()

EditPage::spamPageWithContent (   $match = false)

Show "your edit contains spam" page with your diff and text.

Parameters
string | array | bool$matchText (or array of texts) which triggered one or more filters

Definition at line 4605 of file EditPage.php.

References $textbox1, getContextTitle(), showDiff(), showTextbox2(), and wfEscapeWikiText().

Referenced by handleStatus().

◆ toEditContent()

EditPage::toEditContent (   $text)
protected

Turns the given text into a Content object by unserializing it.

If the resulting Content object is not of a type that can be edited using the text base EditPage, an exception will be raised. Set $this->allowNonTextContent to true to allow editing of non-textual content.

Parameters
string | null | bool$textText to unserialize
Returns
Content|bool|null The content object created from $text. If $text was false or null, then false or null will be returned instead.
Exceptions
MWExceptionIf unserializing the text results in a Content object that is not an instance of TextContent and $this->allowNonTextContent is not true.

Definition at line 2939 of file EditPage.php.

References $content, getTitle(), and isSupportedContentModel().

Referenced by getContentObject(), getPreviewText(), internalAttemptSave(), and showDiff().

◆ toEditText()

EditPage::toEditText (   $content)
protected

Gets an editable textual representation of $content.

The textual representation can be turned by into a Content object by the toEditContent() method.

If $content is null or false or a string, $content is returned unchanged.

If the given Content object is not of a type that can be edited using the text base EditPage, an exception will be raised. Set $this->allowNonTextContent to true to allow editing of non-textual content.

Parameters
Content | null | bool | string$content
Returns
string|false|null The editable text form of the content.
Exceptions
MWExceptionIf $content is not an instance of TextContent and $this->allowNonTextContent is not true.

Definition at line 2911 of file EditPage.php.

References $content, and isSupportedContentModel().

Referenced by displayViewSourcePage(), initialiseForm(), internalAttemptSave(), and showEditForm().

◆ tokenOk()

EditPage::tokenOk ( $request)

Make sure the form isn't faking a user's credentials.

Parameters
WebRequest&$request
Returns
bool

Definition at line 1674 of file EditPage.php.

References $mTokenOk.

Referenced by importFormData().

◆ updateWatchlist()

EditPage::updateWatchlist ( )
protected

Register the change of watch status.

Definition at line 2522 of file EditPage.php.

References $mTitle, $title, $watchlistExpiry, $watchthis, WatchAction\doWatchOrUnwatch(), and getContext().

Referenced by internalAttemptSave().

◆ wasDeletedSinceLastEdit()

EditPage::wasDeletedSinceLastEdit ( )
protected

Check if a page was deleted while the user was editing it, before submit.

Note that we rely on the logging table, which hasn't been always there, but that doesn't matter, because this only applies to brand new deletes.

Returns
bool

Definition at line 4016 of file EditPage.php.

References $deletedSinceEdit, getLastDelete(), and wfTimestamp().

Referenced by internalAttemptSave(), showEditForm(), and showTextbox1().

Member Data Documentation

◆ $action

string EditPage::$action = 'submit'

Definition at line 115 of file EditPage.php.

Referenced by displayPermissionsError().

◆ $allowBlankArticle

bool EditPage::$allowBlankArticle = false
protected

Definition at line 199 of file EditPage.php.

◆ $allowBlankSummary

bool EditPage::$allowBlankSummary = false

Definition at line 193 of file EditPage.php.

◆ $allowSelfRedirect

bool EditPage::$allowSelfRedirect = false
protected

Definition at line 205 of file EditPage.php.

◆ $autoSumm

string EditPage::$autoSumm = ''

Definition at line 211 of file EditPage.php.

◆ $blankArticle

bool EditPage::$blankArticle = false
protected

Definition at line 196 of file EditPage.php.

◆ $changeTags

null array EditPage::$changeTags = null
private

Definition at line 376 of file EditPage.php.

Referenced by importFormData(), and internalAttemptSave().

◆ $contentFormat

null string EditPage::$contentFormat = null

Definition at line 373 of file EditPage.php.

◆ $contentHandlerFactory

IContentHandlerFactory EditPage::$contentHandlerFactory
private

Definition at line 440 of file EditPage.php.

◆ $contentLength

bool int EditPage::$contentLength = false
protected

Definition at line 403 of file EditPage.php.

◆ $contentModel

string EditPage::$contentModel

Definition at line 370 of file EditPage.php.

Referenced by internalAttemptSave().

◆ $context

IContextSource EditPage::$context
protected

Definition at line 413 of file EditPage.php.

Referenced by getContext().

◆ $deletedSinceEdit

bool EditPage::$deletedSinceEdit

Definition at line 130 of file EditPage.php.

Referenced by wasDeletedSinceLastEdit().

◆ $didSave

EditPage::$didSave = false

Definition at line 393 of file EditPage.php.

◆ $diff

bool EditPage::$diff = false

Definition at line 258 of file EditPage.php.

Referenced by importFormData().

◆ $edit

bool EditPage::$edit
protected

Definition at line 400 of file EditPage.php.

◆ $editConflictHelper

TextConflictHelper null EditPage::$editConflictHelper
private

Definition at line 435 of file EditPage.php.

Referenced by getEditConflictHelper(), and showEditForm().

◆ $editConflictHelperFactory

callable EditPage::$editConflictHelperFactory
private

Factory function to create an edit conflict helper.

Definition at line 430 of file EditPage.php.

◆ $editFormPageTop

string EditPage::$editFormPageTop = ''

Before even the preview.

Definition at line 382 of file EditPage.php.

◆ $editFormTextAfterContent

EditPage::$editFormTextAfterContent = ''

Definition at line 388 of file EditPage.php.

◆ $editFormTextAfterTools

EditPage::$editFormTextAfterTools = ''

Definition at line 386 of file EditPage.php.

◆ $editFormTextAfterWarn

EditPage::$editFormTextAfterWarn = ''

Definition at line 385 of file EditPage.php.

◆ $editFormTextBeforeContent

EditPage::$editFormTextBeforeContent = ''

Definition at line 384 of file EditPage.php.

◆ $editFormTextBottom

EditPage::$editFormTextBottom = ''

Definition at line 387 of file EditPage.php.

◆ $editFormTextTop

EditPage::$editFormTextTop = ''

Definition at line 383 of file EditPage.php.

◆ $editintro

string EditPage::$editintro = ''

Definition at line 355 of file EditPage.php.

◆ $editRevId

int EditPage::$editRevId = null
private

Revision ID of the latest revision of the page when editing was initiated on the client.

This is used to detect and resolve edit conflicts.

Note
0 if the page did not exist at that time.
When starting an edit from an old revision, this still records the current revision at the time, not the one the edit is based on.
See also
$oldid
getExpectedParentRevision()

Definition at line 322 of file EditPage.php.

◆ $edittime

string EditPage::$edittime = ''

Timestamp of the latest revision of the page when editing was initiated on the client.

Definition at line 309 of file EditPage.php.

◆ $enableApiEditOverride

bool EditPage::$enableApiEditOverride = false
private

Set in ApiEditPage, based on ContentHandler::allowsDirectApiEditing.

Definition at line 408 of file EditPage.php.

◆ $firsttime

bool EditPage::$firsttime

True the first time the edit form is rendered, false after re-rendering with diff, save prompts, etc.

Definition at line 139 of file EditPage.php.

◆ $formtype

string EditPage::$formtype

Definition at line 133 of file EditPage.php.

◆ $hasPresetSummary

bool EditPage::$hasPresetSummary = false

Has a summary been preset using GET parameter &summary= ?

Definition at line 226 of file EditPage.php.

◆ $hookError

string EditPage::$hookError = ''
private

Definition at line 214 of file EditPage.php.

◆ $incompleteForm

bool EditPage::$incompleteForm = false

Definition at line 169 of file EditPage.php.

◆ $isConflict

bool EditPage::$isConflict = false

Whether an edit conflict needs to be resolved.

Detected based on whether $editRevId is different than the latest revision. When a conflict has successfully been resolved by a 3-way-merge, this field is set to false.

Definition at line 121 of file EditPage.php.

◆ $isNew

bool EditPage::$isNew = false

New page or new section.

Definition at line 124 of file EditPage.php.

◆ $isOldRev

bool EditPage::$isOldRev = false
private

Whether an old revision is edited.

Definition at line 418 of file EditPage.php.

◆ $lastDelete

bool stdClass EditPage::$lastDelete

Definition at line 145 of file EditPage.php.

◆ $markAsBot

bool EditPage::$markAsBot = true

Definition at line 367 of file EditPage.php.

Referenced by attemptSave(), and internalAttemptSave().

◆ $mArticle

Article EditPage::$mArticle
Deprecated:
for public usage since 1.30 use EditPage::getArticle()

Definition at line 101 of file EditPage.php.

Referenced by getArticle().

◆ $mBaseRevision

Revision bool null EditPage::$mBaseRevision = false
protected

A revision object corresponding to $this->editRevId.

Formerly public as part of using Revision objects

Deprecated:
since 1.35

Definition at line 236 of file EditPage.php.

Referenced by getBaseRevision().

◆ $mContextTitle

null Title EditPage::$mContextTitle = null
private

Definition at line 112 of file EditPage.php.

Referenced by getContextTitle().

◆ $mExpectedParentRevision

RevisionRecord bool null EditPage::$mExpectedParentRevision = false
private

A RevisionRecord corresponding to $this->editRevId or $this->edittime Replaced $mBaseRevision.

Definition at line 244 of file EditPage.php.

Referenced by getExpectedParentRevision().

◆ $minoredit

bool EditPage::$minoredit = false

Definition at line 264 of file EditPage.php.

◆ $missingComment

bool EditPage::$missingComment = false

Definition at line 181 of file EditPage.php.

◆ $missingSummary

bool EditPage::$missingSummary = false

Definition at line 187 of file EditPage.php.

◆ $mParserOutput

ParserOutput EditPage::$mParserOutput

Definition at line 220 of file EditPage.php.

◆ $mPreloadContent

EditPage::$mPreloadContent = null

Definition at line 390 of file EditPage.php.

Referenced by getPreloadedContent().

◆ $mShowSummaryField

bool EditPage::$mShowSummaryField = true

Definition at line 247 of file EditPage.php.

◆ $mTitle

Title EditPage::$mTitle
Deprecated:
for public usage since 1.30 use EditPage::getTitle()

Definition at line 109 of file EditPage.php.

Referenced by getTitle(), internalAttemptSave(), and updateWatchlist().

◆ $mTokenOk

bool EditPage::$mTokenOk = false

Definition at line 151 of file EditPage.php.

Referenced by tokenOk().

◆ $mTokenOkExceptSuffix

bool EditPage::$mTokenOkExceptSuffix = false

Definition at line 157 of file EditPage.php.

◆ $mTriedSave

bool EditPage::$mTriedSave = false

Definition at line 163 of file EditPage.php.

◆ $nosummary

bool EditPage::$nosummary = false

Definition at line 303 of file EditPage.php.

◆ $oldid

int EditPage::$oldid = 0

Revision ID the edit is based on, or 0 if it's the current revision.

FIXME: This isn't used in conflict resolution–provide a better justification or merge with parentRevId.

See also
$editRevId

Definition at line 340 of file EditPage.php.

Referenced by getCancelLink().

◆ $page

WikiPage EditPage::$page
private

Definition at line 103 of file EditPage.php.

Referenced by addPageProtectionWarningHeaders(), and getPreloadedContent().

◆ $parentRevId

int EditPage::$parentRevId = 0

Revision ID the edit is based on, adjusted when an edit conflict is resolved.

Definition at line 349 of file EditPage.php.

Referenced by getParentRevId().

◆ $permManager

PermissionManager EditPage::$permManager
private

Definition at line 445 of file EditPage.php.

◆ $preview

bool EditPage::$preview = false

Definition at line 255 of file EditPage.php.

Referenced by importFormData().

◆ $previewTextAfterContent

EditPage::$previewTextAfterContent = ''

Definition at line 389 of file EditPage.php.

Referenced by getPreviewText().

◆ $recreate

bool EditPage::$recreate = false

Definition at line 285 of file EditPage.php.

◆ $revisionStore

RevisionStore EditPage::$revisionStore
private

Definition at line 450 of file EditPage.php.

◆ $save

bool EditPage::$save = false

Definition at line 252 of file EditPage.php.

◆ $scrolltop

int null EditPage::$scrolltop = null

Definition at line 361 of file EditPage.php.

◆ $section

string EditPage::$section = ''

Definition at line 325 of file EditPage.php.

◆ $sectiontitle

string EditPage::$sectiontitle = ''

Definition at line 328 of file EditPage.php.

Referenced by internalAttemptSave().

◆ $selfRedirect

bool EditPage::$selfRedirect = false
protected

Definition at line 202 of file EditPage.php.

◆ $starttime

string EditPage::$starttime = ''

Timestamp from the first time the edit form was rendered.

Definition at line 333 of file EditPage.php.

◆ $summary

string EditPage::$summary = ''

◆ $suppressIntro

EditPage::$suppressIntro = false

Definition at line 397 of file EditPage.php.

◆ $textbox1

string EditPage::$textbox1 = ''

Page content input field.

Definition at line 290 of file EditPage.php.

Referenced by displayViewSourcePage(), importFormData(), showEditForm(), and spamPageWithContent().

◆ $textbox2

string EditPage::$textbox2 = ''

Definition at line 293 of file EditPage.php.

◆ $tooBig

bool EditPage::$tooBig = false

Definition at line 175 of file EditPage.php.

◆ $undidRev

EditPage::$undidRev = 0

Definition at line 394 of file EditPage.php.

Referenced by importFormData(), and internalAttemptSave().

◆ $undoAfter

EditPage::$undoAfter = 0

Definition at line 395 of file EditPage.php.

Referenced by importFormData().

◆ $unicodeCheck

string null EditPage::$unicodeCheck
private

What the user submitted in the 'wpUnicodeCheck' field.

Definition at line 423 of file EditPage.php.

◆ $watchedItemStore

WatchedItemStoreInterface EditPage::$watchedItemStore
private

Definition at line 276 of file EditPage.php.

◆ $watchlistExpiry

string null EditPage::$watchlistExpiry
private

The expiry time of the watch item, or null if it is not watched temporarily.

Definition at line 279 of file EditPage.php.

Referenced by updateWatchlist().

◆ $watchlistExpiryEnabled

bool EditPage::$watchlistExpiryEnabled = false
private

Corresponds to $wgWatchlistExpiry.

Definition at line 273 of file EditPage.php.

◆ $watchthis

bool EditPage::$watchthis = false

Definition at line 270 of file EditPage.php.

Referenced by updateWatchlist().

◆ EDITFORM_ID

const EditPage::EDITFORM_ID = 'editform'

HTML id and name for the beginning of the edit form.

Definition at line 74 of file EditPage.php.

◆ POST_EDIT_COOKIE_DURATION

const EditPage::POST_EDIT_COOKIE_DURATION = 1200

Duration of PostEdit cookie, in seconds.

The cookie will be removed instantly if the JavaScript runs.

Otherwise, though, we don't want the cookies to accumulate. RFC 2109 ( https://www.ietf.org/rfc/rfc2109.txt ) specifies a possible limit of only 20 cookies per domain. This still applies at least to some versions of IE without full updates: https://blogs.msdn.com/b/ieinternals/archive/2009/08/20/wininet-ie-cookie-internals-faq.aspx

A value of 20 minutes should be enough to take into account slow loads and minor clock skew while still avoiding cookie accumulation when JavaScript is turned off.

Definition at line 95 of file EditPage.php.

◆ POST_EDIT_COOKIE_KEY_PREFIX

const EditPage::POST_EDIT_COOKIE_KEY_PREFIX = 'PostEditRevision'

Prefix of key for cookie used to pass post-edit state.

The revision id edited is added after this

Definition at line 80 of file EditPage.php.

Referenced by Article\view().

◆ UNICODE_CHECK

const EditPage::UNICODE_CHECK = 'ℳ𝒲β™₯π“Šπ“ƒπ’Ύπ’Έβ„΄π’Ήβ„―'

Used for Unicode support checks.

Definition at line 69 of file EditPage.php.

Referenced by ApiEditPage\execute().


The documentation for this class was generated from the following file: