65 $permissionErrors = $this->
title->getUserPermissionsErrors(
'delete', $wgUser );
66 if ( count( $permissionErrors ) ) {
74 if ( $wgUploadMaintenance ) {
75 throw new ErrorPageError(
'filedelete-maintenance-title',
'filedelete-maintenance' );
80 $this->oldimage = $wgRequest->getText(
'oldimage',
false );
81 $token = $wgRequest->getText(
'wpEditToken' );
82 # Flag to hide all contents of the archived revisions
83 $suppress = $wgRequest->getVal(
'wpSuppress' ) && $wgUser->isAllowed(
'suppressrevision' );
85 if ( $this->oldimage ) {
92 if ( !self::haveDeletableFile( $this->
file, $this->oldfile, $this->oldimage ) ) {
94 $wgOut->addReturnTo( $this->
title );
99 if ( $wgRequest->wasPosted() && $wgUser->matchEditToken( $token, $this->oldimage ) ) {
100 $deleteReasonList = $wgRequest->getText(
'wpDeleteReasonList' );
101 $deleteReason = $wgRequest->getText(
'wpReason' );
103 if ( $deleteReasonList ==
'other' ) {
104 $reason = $deleteReason;
105 } elseif ( $deleteReason !=
'' ) {
107 $reason = $deleteReasonList .
wfMessage(
'colon-separator' )
108 ->inContentLanguage()->text() . $deleteReason;
110 $reason = $deleteReasonList;
123 $wgOut->addHTML(
'<h2>' . $this->
prepareMessage(
'filedeleteerror-short' ) .
"</h2>\n" );
124 $wgOut->addWikiText(
'<div class="error">' .
125 $status->getWikiText(
'filedeleteerror-short',
'filedeleteerror-long' )
129 $wgOut->setPageTitle(
wfMessage(
'actioncomplete' ) );
159 if (
$user === null ) {
170 if ( trim( $reason ) !=
'' ) {
171 $logComment .=
wfMessage(
'colon-separator' )
172 ->inContentLanguage()->text() . $reason;
175 $logtype = $suppress ?
'suppress' :
'delete';
178 $logEntry->setPerformer(
$user );
179 $logEntry->setTarget(
$title );
180 $logEntry->setComment( $logComment );
181 $logid = $logEntry->insert();
182 $logEntry->publish( $logid );
193 $dbw->startAtomic( __METHOD__ );
196 $deleteStatus =
$page->doDeleteArticleReal( $reason, $suppress, 0,
false, $error,
$user );
199 if ( $deleteStatus->isOK() ) {
202 $status->value = $deleteStatus->value;
203 $dbw->endAtomic( __METHOD__ );
210 $dbw->endAtomic( __METHOD__ );
212 }
catch ( Exception
$e ) {
215 $dbw->rollback( __METHOD__ );
233 if ( $wgUser->isAllowed(
'suppressrevision' ) ) {
234 $suppress =
"<tr id=\"wpDeleteSuppressRow\">
236 <td class='mw-input'><strong>" .
238 'wpSuppress',
'wpSuppress',
false, [
'tabindex' =>
'3' ] ) .
245 $checkWatch = $wgUser->getBoolOption(
'watchdeletion' ) || $wgUser->isWatched( $this->
title );
247 'id' =>
'mw-img-deleteconfirm' ] ) .
250 Html::hidden(
'wpEditToken', $wgUser->getEditToken( $this->oldimage ) ) .
254 <td class='mw-label'>" .
257 <td class='mw-input'>" .
259 'wpDeleteReasonList',
260 wfMessage(
'filedelete-reason-dropdown' )->inContentLanguage()->
text(),
261 wfMessage(
'filedelete-reason-otherlist' )->inContentLanguage()->
text(),
269 <td class='mw-label'>" .
272 <td class='mw-input'>" .
273 Xml::input(
'wpReason', 60, $wgRequest->getText(
'wpReason' ),
274 [
'type' =>
'text',
'maxlength' =>
'255',
'tabindex' =>
'2',
'id' =>
'wpReason' ] ) .
278 if ( $wgUser->isLoggedIn() ) {
282 <td class='mw-input'>" .
284 'wpWatch',
'wpWatch', $checkWatch, [
'tabindex' =>
'3' ] ) .
291 <td class='mw-submit'>" .
295 'name' =>
'mw-filedelete-submit',
296 'id' =>
'mw-filedelete-submit',
306 if ( $wgUser->isAllowed(
'editinterface' ) ) {
307 $title =
wfMessage(
'filedelete-reason-dropdown' )->inContentLanguage()->getTitle();
310 wfMessage(
'filedelete-edit-reasonlist' )->escaped(),
312 [
'action' =>
'edit' ]
314 $form .=
'<p class="mw-filedelete-editreasons">' .
$link .
'</p>';
317 $wgOut->addHTML( $form );
325 $deleteLogPage =
new LogPage(
'delete' );
326 $wgOut->addHTML(
'<h2>' . $deleteLogPage->getName()->escaped() .
"</h2>\n" );
340 if ( $this->oldimage ) {
342 # 'filedelete-intro-old', 'filedelete-nofile-old', 'filedelete-success-old'
346 $wgLang->date( $this->getTimestamp(),
true ),
347 $wgLang->time( $this->getTimestamp(),
true ),
362 $wgOut->setPageTitle(
wfMessage(
'filedelete', $this->
title->getText() ) );
363 $wgOut->setRobotPolicy(
'noindex,nofollow' );
364 $wgOut->addBacklinkSubtitle( $this->
title );
402 $q[
'action'] =
'delete';
404 if ( $this->oldimage ) {
408 return $this->
title->getLocalURL( $q );
417 return $this->oldfile->getTimestamp();
static factory(Title $title)
Create a WikiPage object of the appropriate class for the given title.
wfGetDB($db, $groups=[], $wiki=false)
Get a Database object.
static element($element, $attribs=null, $contents= '', $allowShortTag=true)
Format an XML element with given attributes and, optionally, text content.
static newMainPage()
Create a new Title for the Main Page.
Show an error when the wiki is locked/read-only and the user tries to do something that requires writ...
div flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException'returning false will NOT prevent logging $e
static hidden($name, $value, array $attribs=[])
Convenience function to produce an input element with type=hidden.
static input($name, $size=false, $value=false, $attribs=[])
Convenience function to build an HTML text input field.
getPrefixedText()
Get the prefixed title with spaces.
isLocal()
Returns true if the file comes from the local file repository.
when a variable name is used in a it is silently declared as a new local masking the global
wfExpandUrl($url, $defaultProto=PROTO_CURRENT)
Expand a potentially local URL to a fully-qualified URL.
static newFatal($message)
Factory function for fatal errors.
getTitle()
Return the associated title object.
static submitButton($value, $attribs=[])
Convenience function to build an HTML submit button When $wgUseMediaWikiUIEverywhere is true it will ...
static label($label, $id, $attribs=[])
Convenience function to build an HTML form label.
static showLogExtract(&$out, $types=[], $page= '', $user= '', $param=[])
Show log extract.
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as $wgLang
the value to return A Title object or null for latest to be modified or replaced by the hook handler or if authentication is not possible after cache objects are set for highlighting & $link
Class to simplify the use of log pages.
The User object encapsulates all of the user-specific settings (user_id, name, rights, email address, options, last login time).
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return true
static closeElement($element)
Shortcut to close an XML element.
wfEscapeWikiText($text)
Escapes the given text so that it may be output using addWikiText() without any linking, formatting, etc.
wfReadOnly()
Check whether the wiki is in read-only mode.
We ve cleaned up the code here by removing clumps of infrequently used code and moving them off somewhere else It s much easier for someone working with this code to see what s _really_ going and make changes or fix bugs In we can take all the code that deals with the little used title reversing we can concentrate it all in an extension file
An error page which can definitely be safely rendered using the OutputPage.
static singleton()
Get a RepoGroup instance.
delete($reason, $suppress=false, $user=null)
Delete all versions of the file.
static openElement($element, $attribs=null)
This opens an XML element.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned after processing after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock()-offset Set to overwrite offset parameter in $wgRequest set to ''to unsetoffset-wrap String Wrap the message in html(usually something like"<
static linkKnown($target, $html=null, $customAttribs=[], $query=[], $options=[ 'known'])
Identical to link(), except $options defaults to 'known'.
static run($event, array $args=[], $deprecatedVersion=null)
Call hook functions defined in Hooks::register and $wgHooks.
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add text
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a local account $user
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
wfGetLBFactory()
Get the load balancer factory object.
Class for creating log entries manually, to inject them into the database.
exists()
Returns true if file exists in the repository.
Show an error when a user tries to do something they do not have the necessary permissions for...
to move a page</td >< td > &*You are moving the page across *A non empty talk page already exists under the new or *You uncheck the box below In those you will have to move or merge the page manually if desired</td >< td > be sure to &You are responsible for making sure that links continue to point where they are supposed to go Note that the page will &a page at the new title
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set $status
static checkLabel($label, $name, $id, $checked=false, $attribs=[])
Convenience function to build an HTML checkbox with a label.
static doWatchOrUnwatch($watch, Title $title, User $user)
Watch or unwatch a page.
static listDropDown($name= '', $list= '', $other= '', $selected= '', $class= '', $tabindex=null)
Build a drop-down box from a textual list.
$wgUploadMaintenance
To disable file delete/restore temporarily.
if(is_null($wgLocalTZoffset)) if(!$wgDBerrorLogTZ) $wgRequest
do that in ParserLimitReportFormat instead use this to modify the parameters of the image and a DIV can begin in one section and end in another Make sure your code can handle that case gracefully See the EditSectionClearerLink extension for an example zero but section is usually empty its values are the globals values before the output is cached $page