MediaWiki  1.23.13
SpecialRevisionDelete Class Reference

Special page allowing users with the appropriate permissions to view and hide revisions. More...

Inheritance diagram for SpecialRevisionDelete:
Collaboration diagram for SpecialRevisionDelete:

Public Member Functions

 __construct ()
 
 execute ( $par)
 Default execute method Checks user permissions, calls the function given in mFunction. More...
 
- Public Member Functions inherited from UnlistedSpecialPage
 __construct ( $name, $restriction='', $function=false, $file='default')
 
 isListed ()
 Whether this special page is listed in Special:SpecialPages. More...
 
- Public Member Functions inherited from SpecialPage
 __construct ( $name='', $restriction='', $listed=true, $function=false, $file='default', $includable=false)
 Default constructor for special pages Derivative classes should call this from their constructor Note that if the user does not have the required level, an error message will be displayed by the default execute() method, without the global function ever being called. More...
 
 checkPermissions ()
 Checks if userCanExecute, and if not throws a PermissionsError. More...
 
 checkReadOnly ()
 If the wiki is currently in readonly mode, throws a ReadOnlyError. More...
 
 displayRestrictionError ()
 Output an error message telling the user what access level they have to have. More...
 
 getContext ()
 Gets the context this SpecialPage is executed in. More...
 
 getDescription ()
 Returns the name that goes in the <h1> in the special page itself, and also the name that will be listed in Special:Specialpages. More...
 
 getFile ()
 Get the file which will be included by SpecialPage::execute() if your extension is still stuck in the past and hasn't overridden the execute() method. More...
 
 getFinalGroupName ()
 Get the group that the special page belongs in on Special:SpecialPage Use this method, instead of getGroupName to allow customization of the group name from the wiki side. More...
 
 getFullTitle ()
 Return the full title, including $par. More...
 
 getLang ()
 Shortcut to get user's language. More...
 
 getLanguage ()
 Shortcut to get user's language. More...
 
 getLocalName ()
 Get the localised name of the special page. More...
 
 getName ()
 Get the name of this Special Page. More...
 
 getOutput ()
 Get the OutputPage being used for this instance. More...
 
 getPageTitle ( $subpage=false)
 Get a self-referential title object. More...
 
 getRequest ()
 Get the WebRequest being used for this instance. More...
 
 getRestriction ()
 Get the permission that a user must have to execute this page. More...
 
 getSkin ()
 Shortcut to get the skin being used for this instance. More...
 
 getTitle ( $subpage=false)
 Get a self-referential title object. More...
 
 getUser ()
 Shortcut to get the User executing this instance. More...
 
 including ( $x=null)
 Whether the special page is being evaluated via transclusion. More...
 
 isCached ()
 Is this page cached? Expensive pages are cached or disabled in miser mode. More...
 
 isExpensive ()
 Is this page expensive (for some definition of expensive)? Expensive pages are disabled or cached in miser mode. More...
 
 isIncludable ()
 Whether it's allowed to transclude the special page via {{Special:Foo/params}}. More...
 
 isRestricted ()
 Can be overridden by subclasses with more complicated permissions schemes. More...
 
 listed ( $x=null)
 Get or set whether this special page is listed in Special:SpecialPages. More...
 
 msg ()
 Wrapper around wfMessage that sets the current context. More...
 
 outputHeader ( $summaryMessageKey='')
 Outputs a summary message on top of special pages Per default the message key is the canonical name of the special page May be overridden, i.e. More...
 
 requireLogin ( $reasonMsg=null, $titleMsg=null)
 If the user is not logged in, throws UserNotLoggedIn error. More...
 
 run ( $subPage)
 Entry point. More...
 
 setContext ( $context)
 Sets the context this SpecialPage is executed in. More...
 
 setHeaders ()
 Sets headers - this should be called from the execute() method of all derived classes! More...
 
 setListed ( $listed)
 Set whether this page is listed in Special:Specialpages, at run-time. More...
 
 userCanExecute (User $user)
 Checks if the given user (identified by an object) can execute this special page (as defined by $mRestriction). More...
 

Protected Member Functions

 addUsageText ()
 Show some introductory text. More...
 
 buildCheckBoxes ()
 
 extractBitParams ()
 Put together an array that contains -1, 0, or the *_deleted const for each bit. More...
 
 failure ( $status)
 Report that the submit operation failed. More...
 
 getGroupName ()
 Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'. More...
 
 getList ()
 Get the list object for this request. More...
 
 getLogQueryCond ()
 Get the condition used for fetching log snippets. More...
 
 save ( $bitfield, $reason, $title)
 Do the write operations. More...
 
 showConvenienceLinks ()
 Show some useful links in the subtitle. More...
 
 showForm ()
 Show a list of items that we will operate on, and show a form with checkboxes which will allow the user to choose new visibility settings. More...
 
 submit ()
 UI entry point for form submission. More...
 
 success ()
 Report that the submit operation succeeded. More...
 
 tryShowFile ( $archiveName)
 Show a deleted file version requested by the visitor. More...
 
- Protected Member Functions inherited from SpecialPage
 addFeedLinks ( $params)
 Adds RSS/atom links. More...
 
 afterExecute ( $subPage)
 Gets called after. More...
 
 beforeExecute ( $subPage)
 Gets called before. More...
 
 getRobotPolicy ()
 Return the robot policy. More...
 

Protected Attributes

bool $wasSaved = false
 Was the DB modified in this request *. More...
 
- Protected Attributes inherited from SpecialPage
IContextSource $mContext
 Current request context. More...
 
 $mIncludable
 
 $mIncluding
 
 $mName
 

Private Attributes

string $archiveName
 Archive name, for reviewing deleted files *. More...
 
array $checks
 of checkbox specs (message, name, deletion bits) * More...
 
array $ids
 Target ID list *. More...
 
bool $mIsAllowed
 Whether user is allowed to perform the action *. More...
 
string $otherReason
 
 $revDelList
 
bool $submitClicked
 True if the submit button was clicked, and the form was posted *. More...
 
Title $targetObj
 object for target parameter * More...
 
string $token
 Edit token for securing image views against XSS *. More...
 
array $typeLabels
 UI Labels about the current type *. More...
 
string $typeName
 Deletion type, may be revision, archive, oldimage, filearchive, logging. More...
 

Static Private Attributes

static $UILabels
 UI labels for each type. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from SpecialPage
static getSafeTitleFor ( $name, $subpage=false)
 Get a localised Title object for a page name with a possibly unvalidated subpage. More...
 
static getTitleFor ( $name, $subpage=false, $fragment='')
 Get a localised Title object for a specified special page name. More...
 

Detailed Description

Special page allowing users with the appropriate permissions to view and hide revisions.

Log items can also be hidden.

Definition at line 30 of file SpecialRevisiondelete.php.

Constructor & Destructor Documentation

◆ __construct()

SpecialRevisionDelete::__construct ( )

Definition at line 97 of file SpecialRevisiondelete.php.

Member Function Documentation

◆ addUsageText()

SpecialRevisionDelete::addUsageText ( )
protected

Show some introductory text.

Todo:
FIXME: Wikimedia-specific policy text

Definition at line 442 of file SpecialRevisiondelete.php.

References SpecialPage\getOutput(), and SpecialPage\getUser().

Referenced by showForm().

◆ buildCheckBoxes()

SpecialRevisionDelete::buildCheckBoxes ( )
protected

◆ execute()

◆ extractBitParams()

SpecialRevisionDelete::extractBitParams ( )
protected

Put together an array that contains -1, 0, or the *_deleted const for each bit.

Returns
array

Definition at line 578 of file SpecialRevisiondelete.php.

References $name, array(), as, Revision\DELETED_RESTRICTED, SpecialPage\getRequest(), and list.

Referenced by buildCheckBoxes(), and submit().

◆ failure()

SpecialRevisionDelete::failure (   $status)
protected

Report that the submit operation failed.

Definition at line 566 of file SpecialRevisiondelete.php.

References SpecialPage\getOutput(), SpecialPage\msg(), and showForm().

Referenced by submit().

◆ getGroupName()

SpecialRevisionDelete::getGroupName ( )
protected

Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.

Returns
string
Since
1.21

Reimplemented from SpecialPage.

Definition at line 608 of file SpecialRevisiondelete.php.

◆ getList()

SpecialRevisionDelete::getList ( )
protected

Get the list object for this request.

Definition at line 328 of file SpecialRevisiondelete.php.

References $revDelList, RevisionDeleter\createList(), and SpecialPage\getContext().

Referenced by buildCheckBoxes(), getLogQueryCond(), save(), and showForm().

◆ getLogQueryCond()

SpecialRevisionDelete::getLogQueryCond ( )
protected

Get the condition used for fetching log snippets.

Returns
array

Definition at line 256 of file SpecialRevisiondelete.php.

References $ids, array(), getList(), and RevisionDeleter\getRelationType().

Referenced by execute().

◆ save()

SpecialRevisionDelete::save (   $bitfield,
  $reason,
  $title 
)
protected

Do the write operations.

Simple wrapper for RevDel_*List::setVisibility().

Parameters
$bitfield
$reason
$title
Returns
Status

Definition at line 602 of file SpecialRevisiondelete.php.

References array(), and getList().

Referenced by submit().

◆ showConvenienceLinks()

SpecialRevisionDelete::showConvenienceLinks ( )
protected

◆ showForm()

SpecialRevisionDelete::showForm ( )
protected

◆ submit()

SpecialRevisionDelete::submit ( )
protected

◆ success()

SpecialRevisionDelete::success ( )
protected

Report that the submit operation succeeded.

Definition at line 554 of file SpecialRevisiondelete.php.

References SpecialPage\getOutput(), SpecialPage\msg(), and showForm().

Referenced by submit().

◆ tryShowFile()

SpecialRevisionDelete::tryShowFile (   $archiveName)
protected

Member Data Documentation

◆ $archiveName

string SpecialRevisionDelete::$archiveName
private

Archive name, for reviewing deleted files *.

Definition at line 37 of file SpecialRevisiondelete.php.

Referenced by tryShowFile().

◆ $checks

array SpecialRevisionDelete::$checks
private

of checkbox specs (message, name, deletion bits) *

Definition at line 45 of file SpecialRevisiondelete.php.

◆ $ids

array SpecialRevisionDelete::$ids
private

Target ID list *.

Definition at line 35 of file SpecialRevisiondelete.php.

Referenced by execute(), and getLogQueryCond().

◆ $mIsAllowed

bool SpecialRevisionDelete::$mIsAllowed
private

Whether user is allowed to perform the action *.

Definition at line 52 of file SpecialRevisiondelete.php.

◆ $otherReason

string SpecialRevisionDelete::$otherReason
private

Definition at line 54 of file SpecialRevisiondelete.php.

Referenced by submit().

◆ $revDelList

SpecialRevisionDelete::$revDelList
private

Definition at line 50 of file SpecialRevisiondelete.php.

Referenced by getList().

◆ $submitClicked

bool SpecialRevisionDelete::$submitClicked
private

True if the submit button was clicked, and the form was posted *.

Definition at line 33 of file SpecialRevisiondelete.php.

◆ $targetObj

Title SpecialRevisionDelete::$targetObj
private

object for target parameter *

Definition at line 41 of file SpecialRevisiondelete.php.

◆ $token

string SpecialRevisionDelete::$token
private

Edit token for securing image views against XSS *.

Definition at line 39 of file SpecialRevisiondelete.php.

Referenced by submit().

◆ $typeLabels

array SpecialRevisionDelete::$typeLabels
private

UI Labels about the current type *.

Definition at line 47 of file SpecialRevisiondelete.php.

◆ $typeName

string SpecialRevisionDelete::$typeName
private

Deletion type, may be revision, archive, oldimage, filearchive, logging.

Definition at line 43 of file SpecialRevisiondelete.php.

Referenced by execute().

◆ $UILabels

SpecialRevisionDelete::$UILabels
staticprivate

UI labels for each type.

Definition at line 59 of file SpecialRevisiondelete.php.

◆ $wasSaved

bool SpecialRevisionDelete::$wasSaved = false
protected

Was the DB modified in this request *.

Definition at line 31 of file SpecialRevisiondelete.php.


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