MediaWiki  1.27.2
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...

Collaboration diagram for EditPage:

Public Member Functions

 __construct (Article $article)
 
 attemptSave (&$resultDetails=false)
 Attempt submission. More...
 
 edit ()
 This is the function that gets called for "action=edit". More...
 
 getArticle ()
 
 getBaseRevision ()
 
 getCancelLink ()
 
 getCheckboxes (&$tabindex, $checked)
 Returns an array of html code of the following checkboxes: minor and watch. More...
 
 getContextTitle ()
 Get the context title object. More...
 
 getEditButtons (&$tabindex)
 Returns an array of html code of the following buttons: save, diff, preview and live. More...
 
 getParentRevId ()
 Get the edit's parent revision ID. More...
 
 getPreviewText ()
 Get the rendered text for previewing. More...
 
 getSummaryInput ($summary="", $labelText=null, $inputAttrs=null, $spanLabelAttrs=null)
 Standard summary input and label (wgSummary), abstracted so EditPage subclasses may reorganize the form. More...
 
 getTemplates ()
 
 getTitle ()
 
 importFormData (&$request)
 This function collects the form data and uses it to populate various member variables. More...
 
 initialiseForm ()
 Initialise form fields in the object Called on the first invocation, e.g. More...
 
 internalAttemptSave (&$result, $bot=false)
 Attempt submission (no UI) More...
 
 isSupportedContentModel ($modelId)
 Returns if the given content model is editable. More...
 
 noSuchSectionPage ()
 Creates a basic error page which informs the user that they have attempted to edit a nonexistent section. More...
 
 setApiEditOverride ($enableOverride)
 Allow editing of content that supports API direct editing, but not general direct editing. More...
 
 setContextTitle ($title)
 Set the context Title object. More...
 
 setHeaders ()
 
 setPreloadedContent (Content $content)
 Use this method before edit() to preload some content into the edit box. More...
 
 showDiff ()
 Get a diff between the current contents of the edit box and the version of the page we're editing from. More...
 
 showEditForm ($formCallback=null)
 Send the edit form and related headers to $wgOut. More...
 
 spamPageWithContent ($match=false)
 Show "your edit contains spam" page with your diff and text. More...
 
 submit ()
 
 tokenOk (&$request)
 Make sure the form isn't faking a user's credentials. More...
 

Static Public Member Functions

static extractSectionTitle ($text)
 Extract the section title from current section text, if any. More...
 
static getCopyrightWarning ($title, $format= 'plain')
 Get the copyright warning, by default returns wikitext. More...
 
static getEditToolbar ($title=null)
 Shows a bulletin board style toolbar for common editing functions. More...
 
static getPreviewLimitReport ($output)
 Get the Limit report for page previews. More...
 
static matchSpamRegex ($text)
 Check given input text against $wgSpamRegex, and return the text of the first match. More...
 
static matchSummarySpamRegex ($text)
 Check given input text against $wgSummarySpamRegex, and return the text of the first match. More...
 

Public Attributes

string $action = 'submit'
 
bool $allowBlankSummary = false
 
string $autoSumm = ''
 
bool $bot = true
 
null string $contentFormat = null
 
null string $contentModel = null
 
bool $deletedSinceEdit
 
 $didSave = false
 
bool $diff = false
 
string $editFormPageTop = ''
 Before even the preview. More...
 
 $editFormTextAfterContent = ''
 
 $editFormTextAfterTools = ''
 
 $editFormTextAfterWarn = ''
 
 $editFormTextBeforeContent = ''
 
 $editFormTextBottom = ''
 
 $editFormTextTop = ''
 
string $editintro = ''
 
string $edittime = ''
 
bool $firsttime
 
string $formtype
 
bool $hasPresetSummary = false
 Has a summary been preset using GET parameter &summary= ? More...
 
string $hookError = ''
 
bool $incompleteForm = false
 
bool $isConflict = false
 
bool $isCssJsSubpage = false
 
bool $isCssSubpage = false
 
bool $isJsSubpage = false
 
bool $isNew = false
 New page or new section. More...
 
bool $isWrongCaseCssJsPage = false
 
bool $kblength = false
 
bool stdClass $lastDelete
 
Article $mArticle
 
bool $mBaseRevision = false
 
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
 
int $parentRevId = 0
 
bool $preview = false
 
 $previewTextAfterContent = ''
 
bool $recreate = false
 
bool $save = false
 
null $scrolltop = null
 
string $section = ''
 
string $sectiontitle = ''
 
string $starttime = ''
 
string $summary = ''
 
 $suppressIntro = false
 
string $textbox1 = ''
 
string $textbox2 = ''
 
bool $tooBig = false
 
 $undidRev = 0
 
bool $watchthis = false
 
const AS_ARTICLE_WAS_DELETED = 222
 Status: article was deleted while editing and param wpRecreate == false or form was not posted. More...
 
const AS_BLANK_ARTICLE = 224
 Status: user tried to create a blank page and wpIgnoreBlankArticle == false. More...
 
const AS_BLOCKED_PAGE_FOR_USER = 215
 Status: User is blocked from editing this page. More...
 
const AS_CANNOT_USE_CUSTOM_MODEL = 241
 Status: when changing the content model is disallowed due to $wgContentHandlerUseDB being false. More...
 
const AS_CHANGE_TAG_ERROR = 237
 Status: an error relating to change tagging. More...
 
const AS_CONFLICT_DETECTED = 225
 Status: (non-resolvable) edit conflict. More...
 
const AS_CONTENT_TOO_BIG = 216
 Status: Content too big (> $wgMaxArticleSize) More...
 
const AS_END = 231
 Status: WikiPage::doEdit() was unsuccessful. More...
 
const AS_HOOK_ERROR = 210
 Status: Article update aborted by a hook function. More...
 
const AS_HOOK_ERROR_EXPECTED = 212
 Status: A hook function returned an error. More...
 
const AS_IMAGE_REDIRECT_ANON = 233
 Status: anonymous user is not allowed to upload (User::isAllowed('upload') == false) More...
 
const AS_IMAGE_REDIRECT_LOGGED = 234
 Status: logged in user is not allowed to upload (User::isAllowed('upload') == false) More...
 
const AS_MAX_ARTICLE_SIZE_EXCEEDED = 229
 Status: article is too big (> $wgMaxArticleSize), after merging in the new section. More...
 
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 ) More...
 
const AS_NO_CREATE_PERMISSION = 223
 Status: user tried to create this page, but is not allowed to do that ( Title->userCan('create') == false ) More...
 
const AS_PARSE_ERROR = 240
 Status: can't parse content. More...
 
const AS_RATE_LIMITED = 221
 Status: rate limiter for action 'edit' was tripped. More...
 
const AS_READ_ONLY_PAGE = 220
 Status: wiki is in readonly mode (wfReadOnly() == true) More...
 
const AS_READ_ONLY_PAGE_ANON = 218
 Status: this anonymous user is not allowed to edit this page. More...
 
const AS_READ_ONLY_PAGE_LOGGED = 219
 Status: this logged in user is not allowed to edit this page. More...
 
const AS_SELF_REDIRECT = 236
 Status: user tried to create self-redirect (redirect to the same article) and wpIgnoreSelfRedirect == false. More...
 
const AS_SPAM_ERROR = 232
 Status: summary contained spam according to one of the regexes in $wgSummarySpamRegex. More...
 
const AS_SUCCESS_NEW_ARTICLE = 201
 Status: Article successfully created. More...
 
const AS_SUCCESS_UPDATE = 200
 Status: Article successfully updated. More...
 
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. More...
 
const AS_TEXTBOX_EMPTY = 228
 Status: user tried to create a new section without content. More...
 
const EDITFORM_ID = 'editform'
 HTML id and name for the beginning of the edit form. More...
 
const POST_EDIT_COOKIE_DURATION = 1200
 Duration of PostEdit cookie, in seconds. More...
 
const POST_EDIT_COOKIE_KEY_PREFIX = 'PostEditRevision'
 Prefix of key for cookie used to pass post-edit state. More...
 

Protected Member Functions

 addContentModelChangeLogEntry (User $user, $oldModel, $newModel, $reason)
 
 displayPermissionsError (array $permErrors)
 Display a permissions error page, like OutputPage::showPermissionsErrorPage(), but with the following differences: More...
 
 displayPreviewArea ($previewOutput, $isOnTop=false)
 
 displayViewSourcePage (Content $content, $errorMessage= '')
 Display a read-only View Source page. More...
 
 getActionURL (Title $title)
 Returns the URL to use in the form's action attribute. More...
 
 getContentObject ($def_content=null)
 
 getCopywarn ()
 Get the copyright warning. More...
 
 getCurrentContent ()
 Get the current content of the page. More...
 
 getEditPermissionErrors ($rigor= 'secure')
 
 getLastDelete ()
 
 getPreloadedContent ($preload, $params=[])
 Get the contents to be preloaded into the box, either set by an earlier setPreloadText() or by loading the given page. More...
 
 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... More...
 
 isSectionEditSupported ()
 Returns whether section editing is supported for the current page. More...
 
 isWrongCaseCssJsPage ()
 Checks whether the user entered a skin name in uppercase, e.g. More...
 
 previewOnOpen ()
 Should we show a preview when the edit form is first shown? More...
 
 runPostMergeFilters (Content $content, Status $status, User $user)
 Run hooks that can filter edits just before they get saved. More...
 
 safeUnicodeInput ($request, $field)
 Filter an input field through a Unicode de-armoring process if it came from an old browser with known broken Unicode editing issues. More...
 
 safeUnicodeOutput ($text)
 Filter an output field through a Unicode armoring process if it is going to an old browser with known broken Unicode editing issues. More...
 
 setPostEditCookie ($statusValue)
 Sets post-edit cookie indicating the user just saved a particular revision. More...
 
 showConflict ()
 Show an edit conflict. More...
 
 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. More...
 
 showCustomIntro ()
 Attempt to show a custom editing introduction, if supplied. More...
 
 showEditTools ()
 
 showFormAfterText ()
 
 showFormBeforeText ()
 
 showHeader ()
 
 showHeaderCopyrightWarning ()
 Show the header copyright warning. More...
 
 showIntro ()
 Show all applicable editing introductions. More...
 
 showPreview ($text)
 Append preview output to $wgOut. More...
 
 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. More...
 
 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. More...
 
 toEditContent ($text)
 Turns the given text into a Content object by unserializing it. More...
 
 toEditText ($content)
 Gets an editable textual representation of $content. More...
 
 updateWatchlist ()
 Register the change of watch status. More...
 
 wasDeletedSinceLastEdit ()
 Check if a page was deleted while the user was editing it, before submit. More...
 

Static Protected Member Functions

static matchSpamRegexInternal ($text, $regexes)
 

Protected Attributes

bool $allowBlankArticle = false
 
bool $allowSelfRedirect = false
 
bool $blankArticle = false
 
bool $edit
 
bool $selfRedirect = false
 

Private Member Functions

 checkUnicodeCompliantBrowser ()
 Check if the browser is on a blacklist of user-agents known to mangle UTF-8 data on form submission. More...
 
 getOriginalContent (User $user)
 Get the content of the wanted revision, without section extraction. More...
 
 handleStatus (Status $status, $resultDetails)
 Handle status, such as after attempt save. More...
 
 makeSafe ($invalue)
 A number of web browsers are known to corrupt non-ASCII characters in a UTF-8 text editing environment. More...
 
 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. More...
 
 newSectionSummary (&$sectionanchor=null)
 Return the summary to be used for a new section. More...
 
 unmakeSafe ($invalue)
 Reverse the previously applied transliteration of non-ASCII characters back to UTF-8. More...
 

Private Attributes

null array $changeTags = null
 
bool $enableApiEditOverride = false
 Set in ApiEditPage, based on ContentHandler::allowsDirectApiEditing. More...
 
null Title $mContextTitle = null
 
WikiPage $page
 

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.

Definition at line 38 of file EditPage.php.

Constructor & Destructor Documentation

EditPage::__construct ( Article  $article)
Parameters
Article$article

Definition at line 402 of file EditPage.php.

References $article, $handler, ContentHandler\getForModelID(), Article\getPage(), Article\getTitle(), and page.

Member Function Documentation

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 2089 of file EditPage.php.

Referenced by internalAttemptSave().

EditPage::attemptSave ( $resultDetails = false)

Attempt submission.

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

Definition at line 1390 of file EditPage.php.

References $bot, $status, $wgUser, global, internalAttemptSave(), and Hooks\run().

Referenced by edit().

EditPage::checkUnicodeCompliantBrowser ( )
private

Check if the browser is on a blacklist of user-agents known to mangle UTF-8 data on form submission.

Returns true if Unicode should make it through, false if it's known to be a problem.

Returns
bool

Definition at line 4074 of file EditPage.php.

References $wgBrowserBlackList, $wgRequest, as, and global.

Referenced by safeUnicodeOutput(), showFormBeforeText(), and showHeader().

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, as returned by Title::getUserPermissionsErrors().
Exceptions
PermissionsError

Definition at line 648 of file EditPage.php.

References $content, $wgOut, $wgRequest, displayViewSourcePage(), getContentObject(), and global.

Referenced by edit().

EditPage::displayPreviewArea (   $previewOutput,
  $isOnTop = false 
)
protected
EditPage::displayViewSourcePage ( Content  $content,
  $errorMessage = '' 
)
protected

Display a read-only View Source page.

Parameters
Content$contentcontent object
string$errorMessageadditional wikitext error message to display

Definition at line 679 of file EditPage.php.

References $e, $textbox1, $wgOut, Linker\formatTemplates(), getContextTitle(), getTemplates(), global, Html\rawElement(), Hooks\run(), Content\serialize(), showTextbox(), toEditText(), and wfMessage().

Referenced by displayPermissionsError(), and 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 490 of file EditPage.php.

References $contentModel, $status, $user, $wgOut, $wgRequest, $wgUser, DeferredUpdates\addCallableUpdate(), attemptSave(), displayPermissionsError(), displayViewSourcePage(), First, getContentObject(), getEditPermissionErrors(), global, handleStatus(), importFormData(), initialiseForm(), isWrongCaseCssJsPage(), noSuchSectionPage(), previewOnOpen(), Hooks\run(), save, showEditForm(), showIntro(), use, wfDebug(), wfMessage(), and wfReadOnly().

Referenced by importFormData(), and submit().

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 2713 of file EditPage.php.

References $matches, $wgParser, and global.

Referenced by EditPageTest\testExtractSectionTitle().

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 3522 of file EditPage.php.

References action, and Title\getLocalURL().

Referenced by showEditForm().

EditPage::getArticle ( )
Returns
Article

Definition at line 416 of file EditPage.php.

References $mArticle.

Referenced by getPreviewText().

EditPage::getBaseRevision ( )
Note
: 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.
Returns
Revision Current version when the edit was started

Definition at line 2175 of file EditPage.php.

References $mBaseRevision, DB_MASTER, Revision\loadFromTimestamp(), and wfGetDB().

Referenced by mergeChangesIntoContent().

EditPage::getCancelLink ( )
Returns
string

Definition at line 3498 of file EditPage.php.

References $oldid, Html\buttonAttributes(), getContextTitle(), Linker\linkKnown(), and wfMessage().

Referenced by showStandardInputs().

EditPage::getCheckboxes ( $tabindex,
  $checked 
)

Returns an array of html code of the following checkboxes: minor and watch.

Parameters
int$tabindexCurrent tabindex
array$checkedArray of checkbox => bool, where bool indicates the checked status of the checkbox
Returns
array

Definition at line 3925 of file EditPage.php.

References $attribs, $tabindex, $wgUseMediaWikiUIEverywhere, $wgUser, Xml\check(), Html\closeElement(), Xml\expandAttributes(), global, Html\openElement(), Hooks\run(), Linker\titleAttrib(), and wfMessage().

Referenced by showStandardInputs().

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

Definition at line 1061 of file EditPage.php.

References $content, $params, $summary, $wgContLang, $wgOut, $wgRequest, $wgUser, Revision\DELETED_TEXT, getOriginalContent(), getPreloadedContent(), global, Revision\newFromId(), ParserOptions\newFromUserAndLang(), NS_MEDIAWIKI, page, Revision\RAW, toEditContent(), and wfMessage().

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

EditPage::getContextTitle ( )

Get the context title object.

If not set, $wgTitle will be returned. This behavior might change in the future to return $this->mTitle instead.

Returns
Title

Definition at line 444 of file EditPage.php.

References $mContextTitle, $wgTitle, and global.

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

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

Get the copyright warning, by default returns wikitext.

Parameters
Title$title
string$formatOutput format, valid values are any function of a Message object
Returns
string

Definition at line 3353 of file EditPage.php.

References $title, global, Hooks\run(), and wfMessage().

EditPage::getCopywarn ( )
protected

Get the copyright warning.

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

Returns
string

Definition at line 3342 of file EditPage.php.

Referenced by showStandardInputs().

EditPage::getCurrentContent ( )
protected

Get the current content of the page.

This is basically similar to WikiPage::getContent( Revision::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 1237 of file EditPage.php.

References $content, $handler, $rev, ContentHandler\getForModelID(), getTitle(), page, and Revision\RAW.

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

EditPage::getEditButtons ( $tabindex)

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

Parameters
int$tabindexCurrent tabindex
Returns
array

Definition at line 3989 of file EditPage.php.

References $attribs, $tabindex, Hooks\run(), Html\submitButton(), text, Linker\tooltipAndAccesskeyAttribs(), and wfMessage().

Referenced by showStandardInputs().

EditPage::getEditPermissionErrors (   $rigor = 'secure')
protected
Parameters
string$rigorSame format as Title::getUserPermissionErrors()
Returns
array

Definition at line 607 of file EditPage.php.

References $wgUser, as, global, and wfArrayDiff2().

Referenced by edit().

static EditPage::getEditToolbar (   $title = null)
static

Shows a bulletin board style toolbar for common editing functions.

It can be disabled in the user preferences.

Parameters
Title$titleTitle object for the page being edited (optional)
Returns
string

Definition at line 3786 of file EditPage.php.

References $params, $title, $wgContLang, $wgEnableUploads, $wgForeignFileRepos, $wgOut, as, Xml\encodeJsCall(), global, ResourceLoader\inDebugMode(), ResourceLoader\makeInlineScript(), NS_FILE, NS_MEDIA, Hooks\run(), MWNamespace\wantSignatures(), and wfMessage().

Referenced by showEditForm().

EditPage::getLastDelete ( )
protected
Returns
bool|stdClass

Definition at line 3556 of file EditPage.php.

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

Referenced by wasDeletedSinceLastEdit().

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 1192 of file EditPage.php.

References $content, $handler, Revision\FOR_THIS_USER, getCurrentContent(), ContentHandler\getForModelID(), and getTitle().

Referenced by getContentObject().

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 1221 of file EditPage.php.

References $parentRevId.

Referenced by showEditForm().

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 1279 of file EditPage.php.

References $content, $handler, $mPreloadContent, $params, $title, $wgUser, WikiPage\factory(), WikiPage\getContent(), ContentHandler\getForTitle(), WikiPage\getRedirectTarget(), getTitle(), global, WikiPage\isRedirect(), Title\newFromText(), ParserOptions\newFromUser(), Revision\RAW, and wfDebug().

Referenced by getContentObject().

static EditPage::getPreviewLimitReport (   $output)
static

Get the Limit report for page previews.

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

Definition at line 3377 of file EditPage.php.

References $key, $output, $value, as, Html\closeElement(), ParserOutput\getLimitReportData(), Html\openElement(), Html\rawElement(), Hooks\run(), and wfMessage().

Referenced by ApiParse\execute().

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

Standard summary input and label (wgSummary), abstracted so EditPage subclasses may reorganize the form.

Note that you do not need to worry about the label's for=, it will be inferred by the id given to the input. You can remove them both by passing array( 'id' => false ) to $userInputAttrs.

Parameters
string$summaryThe value of the summary input
string$labelTextThe html to place inside the label
array$inputAttrsArray of attrs to use on the input
array$spanLabelAttrsArray of attrs to use on the span inside the label
Returns
array An array in the format array( $label, $input )

Definition at line 2956 of file EditPage.php.

References Html\input(), Xml\tags(), and Linker\tooltipAndAccesskeyAttribs().

Referenced by showSummaryInput().

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 3025 of file EditPage.php.

References $wgParser, Linker\commentBlock(), global, Xml\tags(), and wfMessage().

Referenced by showEditForm(), and showStandardInputs().

EditPage::getTemplates ( )
Returns
array

Definition at line 3762 of file EditPage.php.

References $template, as, and Title\makeTitle().

Referenced by displayViewSourcePage(), and showEditForm().

EditPage::getTitle ( )
Since
1.19
Returns
Title

Definition at line 424 of file EditPage.php.

References $mTitle.

Referenced by getCurrentContent(), getOriginalContent(), getPreloadedContent(), internalAttemptSave(), showHeader(), and toEditContent().

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 1411 of file EditPage.php.

References $query, $request, $wgOut, $wgUser, RequestContext\getMain(), Status\getWikiText(), global, Hooks\run(), setPostEditCookie(), and spamPageWithContent().

Referenced by edit().

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 1014 of file EditPage.php.

Referenced by 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 798 of file EditPage.php.

References $diff, $preview, $request, $textbox1, $undidRev, $wgContLang, $wgUser, edit(), ContentHandler\getForModelID(), ContentHandler\getLocalizedName(), global, importContentFormData(), isSectionEditSupported(), NS_USER, NS_USER_TALK, Hooks\run(), safeUnicodeInput(), save, tokenOk(), wfDebug(), wfEscapeWikiText(), and wfTimestampNow().

Referenced by edit().

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 1023 of file EditPage.php.

References $content, $isNew, $wgUser, content, getContentObject(), global, page, and toEditText().

Referenced by edit().

EditPage::internalAttemptSave ( $result,
  $bot = 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 (boolean): 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$botTrue if edit is being made under the bot right.
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 1644 of file EditPage.php.

References $autoSumm, $changeTags, $code, $content, $edittime, $flags, $matches, $sectiontitle, $status, $summary, $timestamp, $wgMaxArticleSize, $wgParser, $wgRequest, $wgUser, addContentModelChangeLogEntry(), ChangeTags\canAddTagsAccompanyingChange(), DB_MASTER, EDIT_AUTOSUMMARY, EDIT_FORCE_BOT, EDIT_MINOR, EDIT_NEW, EDIT_UPDATE, etc, false, ContentHandler\getContentText(), getCurrentContent(), getTitle(), global, mergeChangesIntoContent(), Status\newGood(), newSectionSummary(), NS_FILE, NS_MEDIAWIKI, of, page, Hooks\run(), runPostMergeFilters(), toEditContent(), toEditText(), updateWatchlist(), Revision\userWasLastToEdit(), wasDeletedSinceLastEdit(), wfDebug(), wfDebugLog(), and wfReadOnly().

Referenced by attemptSave().

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 788 of file EditPage.php.

References ContentHandler\getForTitle().

Referenced by importFormData(), and showHeader().

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 460 of file EditPage.php.

References ContentHandler\getForModelID().

Referenced by toEditContent(), and toEditText().

EditPage::isWrongCaseCssJsPage ( )
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 767 of file EditPage.php.

References $name, and Skin\getSkinNames().

Referenced by edit(), and showHeader().

EditPage::makeSafe (   $invalue)
private

A number of web browsers are known to corrupt non-ASCII characters in a UTF-8 text editing environment.

To protect against this, detected browsers will be served an armored version of the text, with non-ASCII chars converted to numeric HTML character references.

Preexisting such character references will have a 0 added to them to ensure that round-trips do not alter the original data.

Parameters
string$invalue
Returns
string

Definition at line 4133 of file EditPage.php.

Referenced by safeUnicodeOutput().

static EditPage::matchSpamRegex (   $text)
static

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

Parameters
string$text
Returns
string|bool Matching string or false

Definition at line 2191 of file EditPage.php.

References array(), and global.

static EditPage::matchSpamRegexInternal (   $text,
  $regexes 
)
staticprotected
Parameters
string$text
array$regexes
Returns
bool|string

Definition at line 2216 of file EditPage.php.

References $matches, and as.

static EditPage::matchSummarySpamRegex (   $text)
static

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

Parameters
string$text
Returns
string|bool Matching string or false

Definition at line 2205 of file EditPage.php.

References array(), and global.

Referenced by MovePage\checkPermissions(), MergeHistory\checkPermissions(), and SpecialChangeContentModel\getFormFields().

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 2136 of file EditPage.php.

References $handler, DB_MASTER, getBaseRevision(), ContentHandler\getForModelID(), Revision\loadFromTitle(), and wfGetDB().

Referenced by internalAttemptSave().

EditPage::newSectionSummary ( $sectionanchor = null)
private

Return the summary to be used for a new section.

Parameters
string$sectionanchorSet to the section anchor text
Returns
string

Definition at line 1596 of file EditPage.php.

References $summary, $wgParser, global, and wfMessage().

Referenced by internalAttemptSave().

EditPage::noSuchSectionPage ( )

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

Definition at line 4026 of file EditPage.php.

References $res, $wgOut, global, Hooks\run(), and wfMessage().

Referenced by edit().

EditPage::previewOnOpen ( )
protected

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

Returns
bool

Definition at line 734 of file EditPage.php.

References $wgRequest, $wgUser, and global.

Referenced by edit().

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 1542 of file EditPage.php.

References $content, $minoredit, $status, $summary, $user, Status\fatal(), Hooks\run(), and ContentHandler\runLegacyHooks().

Referenced by internalAttemptSave().

EditPage::safeUnicodeInput (   $request,
  $field 
)
protected

Filter an input field through a Unicode de-armoring process if it came from an old browser with known broken Unicode editing issues.

Parameters
WebRequest$request
string$field
Returns
string

Definition at line 4099 of file EditPage.php.

References $request, and unmakeSafe().

Referenced by importFormData().

EditPage::safeUnicodeOutput (   $text)
protected

Filter an output field through a Unicode armoring process if it is going to an old browser with known broken Unicode editing issues.

Parameters
string$text
Returns
string

Definition at line 4113 of file EditPage.php.

References $wgContLang, checkUnicodeCompliantBrowser(), global, and makeSafe().

Referenced by showTextbox().

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 471 of file EditPage.php.

EditPage::setContextTitle (   $title)

Set the context Title object.

Parameters
Title | null$titleTitle object or null

Definition at line 433 of file EditPage.php.

References $title.

EditPage::setHeaders ( )

Definition at line 2226 of file EditPage.php.

References $wgOut, $wgUser, false, getContextTitle(), global, NS_MEDIAWIKI, and wfMessage().

Referenced by showEditForm().

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.

The cookie is deleted in the mediawiki.action.view.postEdit JS module after the redirect. It must be clearable by JavaScript code, so it must not be marked HttpOnly. The JavaScript code converts the cookie to a wgPostEdit config variable.

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 1367 of file EditPage.php.

References $response, RequestContext\getMain(), and page.

Referenced by handleStatus().

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 1264 of file EditPage.php.

References $content.

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 3470 of file EditPage.php.

References $handler, $wgOut, ContentHandler\getForModelID(), global, Hooks\run(), showTextbox2(), text, toEditContent(), and wfMessage().

Referenced by showEditForm().

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 3087 of file EditPage.php.

References showTextbox1().

Referenced by showEditForm().

EditPage::showCustomIntro ( )
protected

Attempt to show a custom editing introduction, if supplied.

Returns
bool

Definition at line 2399 of file EditPage.php.

References $mTitle, $title, $wgOut, global, and Title\newFromText().

Referenced by showIntro().

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 3243 of file EditPage.php.

References $wgContLang, $wgOut, $wgUser, getCurrentContent(), global, ParserOptions\newFromUserAndLang(), NS_MEDIAWIKI, page, Hooks\run(), ContentHandler\runLegacyHooks(), toEditContent(), and wfMessage().

Referenced by displayPreviewArea(), and spamPageWithContent().

EditPage::showEditForm (   $formCallback = null)
EditPage::showEditTools ( )
protected

Definition at line 3329 of file EditPage.php.

References $wgOut, global, and wfMessage().

Referenced by showEditForm().

EditPage::showFormAfterText ( )
protected

Definition at line 3062 of file EditPage.php.

References $wgOut, $wgUser, global, and Html\hidden().

Referenced by showEditForm().

EditPage::showFormBeforeText ( )
protected

Definition at line 3046 of file EditPage.php.

References $wgOut, checkUnicodeCompliantBrowser(), global, Html\hidden(), name, and type.

Referenced by showEditForm().

EditPage::showHeaderCopyrightWarning ( )
protected

Show the header copyright warning.

Definition at line 3301 of file EditPage.php.

References $wgOut, global, and wfMessage().

Referenced by showHeader().

EditPage::showPreview (   $text)
protected

Append preview output to $wgOut.

Includes category rendering if this is a category page.

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

Definition at line 3222 of file EditPage.php.

References $wgOut, global, NS_CATEGORY, and Hooks\run().

Referenced by displayPreviewArea().

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 2994 of file EditPage.php.

References $wgContLang, $wgOut, getSummaryInput(), global, list, and wfMessage().

Referenced by showEditForm(), and showStandardInputs().

EditPage::showTextbox (   $text,
  $name,
  $customAttribs = [] 
)
protected
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$customAttribsArray of html attributes to use in the textarea
string$textoverrideOptional text to override $this->textarea1 with

Definition at line 3099 of file EditPage.php.

References $attribs, $customAttribs, MWNamespace\getRestrictionLevels(), showTextbox(), and wasDeletedSinceLastEdit().

Referenced by showContentForm(), and showEditForm().

EditPage::showTextbox2 ( )
protected

Definition at line 3141 of file EditPage.php.

References showTextbox().

Referenced by showConflict(), and spamPageWithContent().

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 3318 of file EditPage.php.

References $wgOut, global, Hooks\run(), and wfMessage().

Referenced by showEditForm().

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 4043 of file EditPage.php.

References $textbox1, $wgLang, $wgOut, getContextTitle(), global, showDiff(), showTextbox2(), wfEscapeWikiText(), and wfMessage().

Referenced by handleStatus().

EditPage::submit ( )

Definition at line 475 of file EditPage.php.

References edit().

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 The content object created from $text. If $text was false or null, false resp. 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 2462 of file EditPage.php.

References $content, ContentHandler\getLocalizedName(), getTitle(), isSupportedContentModel(), and ContentHandler\makeContent().

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

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 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 2433 of file EditPage.php.

References $content, ContentHandler\getLocalizedName(), and isSupportedContentModel().

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

EditPage::tokenOk ( $request)

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

Parameters
WebRequest$request
Returns
bool
Access:
private

Definition at line 1343 of file EditPage.php.

References $mTokenOk, $request, $wgUser, and global.

Referenced by importFormData().

EditPage::unmakeSafe (   $invalue)
private

Reverse the previously applied transliteration of non-ASCII characters back to UTF-8.

Used to protect data from corruption by broken web browsers as listed in $wgBrowserBlackList.

Parameters
string$invalue
Returns
string

Definition at line 4175 of file EditPage.php.

References codepointToUtf8().

Referenced by safeUnicodeInput().

EditPage::updateWatchlist ( )
protected

Register the change of watch status.

Definition at line 2106 of file EditPage.php.

References $mTitle, $title, $user, $watchthis, $wgUser, DeferredUpdates\addCallableUpdate(), WatchAction\doWatchOrUnwatch(), global, User\IGNORE_USER_RIGHTS, and use.

Referenced by internalAttemptSave().

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 3533 of file EditPage.php.

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

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

Member Data Documentation

string EditPage::$action = 'submit'

Definition at line 214 of file EditPage.php.

bool EditPage::$allowBlankArticle = false
protected

Definition at line 277 of file EditPage.php.

bool EditPage::$allowBlankSummary = false

Definition at line 271 of file EditPage.php.

bool EditPage::$allowSelfRedirect = false
protected

Definition at line 283 of file EditPage.php.

string EditPage::$autoSumm = ''

Definition at line 286 of file EditPage.php.

Referenced by internalAttemptSave().

bool EditPage::$blankArticle = false
protected

Definition at line 274 of file EditPage.php.

bool EditPage::$bot = true

Definition at line 360 of file EditPage.php.

Referenced by attemptSave().

null array EditPage::$changeTags = null
private

Definition at line 369 of file EditPage.php.

Referenced by internalAttemptSave().

null string EditPage::$contentFormat = null

Definition at line 366 of file EditPage.php.

null string EditPage::$contentModel = null

Definition at line 363 of file EditPage.php.

Referenced by edit().

bool EditPage::$deletedSinceEdit

Definition at line 235 of file EditPage.php.

Referenced by wasDeletedSinceLastEdit().

EditPage::$didSave = false

Definition at line 386 of file EditPage.php.

bool EditPage::$diff = false

Definition at line 312 of file EditPage.php.

Referenced by importFormData().

bool EditPage::$edit
protected

Definition at line 392 of file EditPage.php.

string EditPage::$editFormPageTop = ''

Before even the preview.

Definition at line 375 of file EditPage.php.

EditPage::$editFormTextAfterContent = ''

Definition at line 381 of file EditPage.php.

EditPage::$editFormTextAfterTools = ''

Definition at line 379 of file EditPage.php.

EditPage::$editFormTextAfterWarn = ''

Definition at line 378 of file EditPage.php.

EditPage::$editFormTextBeforeContent = ''

Definition at line 377 of file EditPage.php.

EditPage::$editFormTextBottom = ''

Definition at line 380 of file EditPage.php.

EditPage::$editFormTextTop = ''

Definition at line 376 of file EditPage.php.

string EditPage::$editintro = ''

Definition at line 354 of file EditPage.php.

string EditPage::$edittime = ''

Definition at line 336 of file EditPage.php.

Referenced by internalAttemptSave().

bool EditPage::$enableApiEditOverride = false
private

Set in ApiEditPage, based on ContentHandler::allowsDirectApiEditing.

Definition at line 397 of file EditPage.php.

bool EditPage::$firsttime

Definition at line 241 of file EditPage.php.

string EditPage::$formtype

Definition at line 238 of file EditPage.php.

bool EditPage::$hasPresetSummary = false

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

Definition at line 295 of file EditPage.php.

string EditPage::$hookError = ''

Definition at line 289 of file EditPage.php.

bool EditPage::$incompleteForm = false

Definition at line 256 of file EditPage.php.

bool EditPage::$isConflict = false

Definition at line 217 of file EditPage.php.

bool EditPage::$isCssJsSubpage = false

Definition at line 220 of file EditPage.php.

bool EditPage::$isCssSubpage = false

Definition at line 223 of file EditPage.php.

bool EditPage::$isJsSubpage = false

Definition at line 226 of file EditPage.php.

bool EditPage::$isNew = false

New page or new section.

Definition at line 232 of file EditPage.php.

Referenced by initialiseForm().

bool EditPage::$isWrongCaseCssJsPage = false

Definition at line 229 of file EditPage.php.

bool EditPage::$kblength = false

Definition at line 262 of file EditPage.php.

bool stdClass EditPage::$lastDelete

Definition at line 244 of file EditPage.php.

Article EditPage::$mArticle

Definition at line 203 of file EditPage.php.

Referenced by getArticle().

bool EditPage::$mBaseRevision = false

Definition at line 298 of file EditPage.php.

Referenced by getBaseRevision().

null Title EditPage::$mContextTitle = null
private

Definition at line 211 of file EditPage.php.

Referenced by getContextTitle().

bool EditPage::$minoredit = false

Definition at line 315 of file EditPage.php.

Referenced by runPostMergeFilters().

bool EditPage::$missingComment = false

Definition at line 265 of file EditPage.php.

bool EditPage::$missingSummary = false

Definition at line 268 of file EditPage.php.

ParserOutput EditPage::$mParserOutput

Definition at line 292 of file EditPage.php.

EditPage::$mPreloadContent = null

Definition at line 383 of file EditPage.php.

Referenced by getPreloadedContent().

bool EditPage::$mShowSummaryField = true

Definition at line 301 of file EditPage.php.

Title EditPage::$mTitle

Definition at line 208 of file EditPage.php.

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

bool EditPage::$mTokenOk = false

Definition at line 247 of file EditPage.php.

Referenced by tokenOk().

bool EditPage::$mTokenOkExceptSuffix = false

Definition at line 250 of file EditPage.php.

bool EditPage::$mTriedSave = false

Definition at line 253 of file EditPage.php.

bool EditPage::$nosummary = false

Definition at line 333 of file EditPage.php.

int EditPage::$oldid = 0

Definition at line 348 of file EditPage.php.

Referenced by getCancelLink().

WikiPage EditPage::$page
private

Definition at line 205 of file EditPage.php.

int EditPage::$parentRevId = 0

Definition at line 351 of file EditPage.php.

Referenced by getParentRevId().

bool EditPage::$preview = false

Definition at line 309 of file EditPage.php.

Referenced by importFormData().

EditPage::$previewTextAfterContent = ''

Definition at line 382 of file EditPage.php.

Referenced by getPreviewText().

bool EditPage::$recreate = false

Definition at line 321 of file EditPage.php.

bool EditPage::$save = false

Definition at line 306 of file EditPage.php.

null EditPage::$scrolltop = null

Definition at line 357 of file EditPage.php.

string EditPage::$section = ''

Definition at line 339 of file EditPage.php.

string EditPage::$sectiontitle = ''

Definition at line 342 of file EditPage.php.

Referenced by internalAttemptSave().

bool EditPage::$selfRedirect = false
protected

Definition at line 280 of file EditPage.php.

string EditPage::$starttime = ''

Definition at line 345 of file EditPage.php.

string EditPage::$summary = ''
EditPage::$suppressIntro = false

Definition at line 389 of file EditPage.php.

string EditPage::$textbox1 = ''
string EditPage::$textbox2 = ''

Definition at line 327 of file EditPage.php.

bool EditPage::$tooBig = false

Definition at line 259 of file EditPage.php.

EditPage::$undidRev = 0

Definition at line 387 of file EditPage.php.

Referenced by importFormData().

bool EditPage::$watchthis = false

Definition at line 318 of file EditPage.php.

Referenced by updateWatchlist().

const EditPage::AS_ARTICLE_WAS_DELETED = 222

Status: article was deleted while editing and param wpRecreate == false or form was not posted.

Definition at line 93 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_BLANK_ARTICLE = 224

Status: user tried to create a blank page and wpIgnoreBlankArticle == false.

Definition at line 104 of file EditPage.php.

Referenced by ApiEditPage\execute(), EditPageTest\provideCreatePages(), EditPageTest\testCreatePage(), and EditPageTest\testCreatePageTrx().

const EditPage::AS_BLOCKED_PAGE_FOR_USER = 215

Status: User is blocked from editing this page.

Definition at line 62 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_CANNOT_USE_CUSTOM_MODEL = 241

Status: when changing the content model is disallowed due to $wgContentHandlerUseDB being false.

Definition at line 174 of file EditPage.php.

const EditPage::AS_CHANGE_TAG_ERROR = 237

Status: an error relating to change tagging.

Look at the message key for more details

Definition at line 163 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_CONFLICT_DETECTED = 225

Status: (non-resolvable) edit conflict.

Definition at line 109 of file EditPage.php.

Referenced by ApiEditPage\execute(), and EditPageTest\provideAutoMerge().

const EditPage::AS_CONTENT_TOO_BIG = 216

Status: Content too big (> $wgMaxArticleSize)

Definition at line 67 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_END = 231

Status: WikiPage::doEdit() was unsuccessful.

Definition at line 130 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_HOOK_ERROR = 210

Status: Article update aborted by a hook function.

Definition at line 52 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_HOOK_ERROR_EXPECTED = 212

Status: A hook function returned an error.

Definition at line 57 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_IMAGE_REDIRECT_ANON = 233

Status: anonymous user is not allowed to upload (User::isAllowed('upload') == false)

Definition at line 140 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_IMAGE_REDIRECT_LOGGED = 234

Status: logged in user is not allowed to upload (User::isAllowed('upload') == false)

Definition at line 145 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_MAX_ARTICLE_SIZE_EXCEEDED = 229

Status: article is too big (> $wgMaxArticleSize), after merging in the new section.

Definition at line 125 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::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 )

Definition at line 151 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_NO_CREATE_PERMISSION = 223

Status: user tried to create this page, but is not allowed to do that ( Title->userCan('create') == false )

Definition at line 99 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_PARSE_ERROR = 240

Status: can't parse content.

Definition at line 168 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_RATE_LIMITED = 221

Status: rate limiter for action 'edit' was tripped.

Definition at line 87 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_READ_ONLY_PAGE = 220

Status: wiki is in readonly mode (wfReadOnly() == true)

Definition at line 82 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_READ_ONLY_PAGE_ANON = 218

Status: this anonymous user is not allowed to edit this page.

Definition at line 72 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_READ_ONLY_PAGE_LOGGED = 219

Status: this logged in user is not allowed to edit this page.

Definition at line 77 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_SELF_REDIRECT = 236

Status: user tried to create self-redirect (redirect to the same article) and wpIgnoreSelfRedirect == false.

Definition at line 157 of file EditPage.php.

const EditPage::AS_SPAM_ERROR = 232

Status: summary contained spam according to one of the regexes in $wgSummarySpamRegex.

Definition at line 135 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_SUCCESS_NEW_ARTICLE = 201

Status: Article successfully created.

Definition at line 47 of file EditPage.php.

Referenced by ApiEditPage\execute(), and EditPageTest\provideCreatePages().

const EditPage::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.

Definition at line 115 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::AS_TEXTBOX_EMPTY = 228

Status: user tried to create a new section without content.

Definition at line 120 of file EditPage.php.

Referenced by ApiEditPage\execute().

const EditPage::EDITFORM_ID = 'editform'

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

Definition at line 179 of file EditPage.php.

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 200 of file EditPage.php.

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 185 of file EditPage.php.


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