Go to the documentation of this file.
33 parent::__construct(
'DeletedContributions',
'deletedhistory' );
50 $out->setPageTitle( $this->
msg(
'deletedcontributions-title' ) );
54 $opts->add(
'target',
'' );
55 $opts->add(
'namespace',
'' );
56 $opts->add(
'limit', 20 );
58 $opts->fetchValuesFromRequest( $this->
getRequest() );
59 $opts->validateIntBounds(
'limit', 0, $this->
getConfig()->
get(
'QueryPageDefaultLimit' ) );
61 if ( $par !==
null ) {
62 $opts->setValue(
'target', $par );
65 $ns = $opts->getValue(
'namespace' );
66 if ( $ns !==
null && $ns !==
'' ) {
67 $opts->setValue(
'namespace', intval( $ns ) );
72 $target = $opts->getValue(
'target' );
73 if ( !strlen( $target ) ) {
85 $this->
getSkin()->setRelevantUser( $userObj );
87 $target = $userObj->getName();
93 if ( !$pager->getNumRows() ) {
94 $out->addWikiMsg(
'nocontribs' );
99 # Show a message about replica DB lag, if applicable
100 $lag =
wfGetLB()->safeGetLag( $pager->getDatabase() );
102 $out->showLagWarning( $lag );
106 '<p>' . $pager->getNavigationBar() .
'</p>' .
108 '<p>' . $pager->getNavigationBar() .
'</p>' );
110 # If there were contributions, and it was a valid user or IP, show
111 # the appropriate "footer" message - WHOIS tools, etc.
112 if ( $target !=
'newbies' ) {
114 'sp-contributions-footer-anon' :
115 'sp-contributions-footer';
117 if ( !$this->
msg( $message )->isDisabled() ) {
119 "<div class='mw-contributions-footer'>\n$1\n</div>",
120 [ $message, $target ]
133 if ( $userObj->isAnon() ) {
134 $user = htmlspecialchars( $userObj->getName() );
139 $nt = $userObj->getUserPage();
140 $talk = $nt->getTalkPage();
144 # Link to contributions
147 $this->
msg(
'sp-deletedcontributions-contribs' )->text()
152 unset( $tools[
'deletedcontribs'] );
172 'showIfEmpty' =>
false,
174 'sp-contributions-blocked-notice',
175 $userObj->getName() # Support GENDER
in 'sp-contributions-blocked-notice'
177 'offset' =>
'' # don
't use $this->getRequest() parameter offset
183 return $this->msg( 'contribsub2
' )->rawParams( $user, $links )->params( $userObj->getName() );
190 $opts = $this->mOpts;
196 'label-
message' => 'sp-contributions-username
',
197 'default' => $opts->getValue( 'target
' ),
202 'type' => 'namespaceselect
',
203 'name' => 'namespace',
204 'label-
message' => 'namespace',
209 HTMLForm::factory( 'ooui
', $formDescriptor, $this->getContext() )
210 ->setWrapperLegendMsg( 'sp-contributions-search
' )
211 ->setSubmitTextMsg( 'sp-contributions-submit
' )
212 // prevent setting subpage and 'target
' parameter at the same time
213 ->setAction( $this->getPageTitle()->getLocalURL() )
216 ->displayForm( false );
227 public function prefixSearchSubpages( $search, $limit, $offset ) {
228 $user = User::newFromName( $search );
230 // No prefix suggestion for invalid user
233 // Autocomplete subpage as user list - public to allow caching
234 return UserNamePrefixSearch::search( 'public', $search, $limit, $offset );
237 protected function getGroupName() {
wfArrayInsertAfter(array $array, array $insert, $after)
Insert array into another array after the specified KEY
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 account $user
msg( $key)
Wrapper around wfMessage that sets the current context.
This document describes the state of Postgres support in and is fairly well maintained The main code is very well while extensions are very hit and miss it is probably the most supported database after MySQL Much of the work in making MediaWiki database agnostic came about through the work of creating Postgres as and are nearing end of but without copying over all the usage comments General notes on the but these can almost always be programmed around *Although Postgres has a true BOOLEAN type
static getUserLinks(SpecialPage $sp, User $target)
Links to different places.
getOutput()
Get the OutputPage being used for this instance.
execute( $par)
Special page "deleted user contributions".
wfGetLB( $wiki=false)
Get a load balancer object.
checkPermissions()
Checks if userCanExecute, and if not throws a PermissionsError.
static newFromTarget( $specificTarget, $vagueTarget=null, $fromMaster=false)
Given a target and the target's type, get an existing Block object if possible.
getForm()
Generates the namespace selector form with hidden attributes.
static newFromName( $name, $validate='valid')
Static factory method for creation from username.
static getTitleFor( $name, $subpage=false, $fragment='')
Get a localised Title object for a specified special page name If you don't need a full Title object,...
Implements Special:DeletedContributions to display archived revisions.
getSkin()
Shortcut to get the skin being used for this instance.
getLanguage()
Shortcut to get user's language.
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
getConfig()
Shortcut to get main config object.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such and we might be restricted by PHP settings such as safe mode or open_basedir We cannot assume that the software even has read access anywhere useful Many shared hosts run all users web applications under the same user
null for the wiki Added in
either a unescaped string or a HtmlArmor object 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 message
setHeaders()
Sets headers - this should be called from the execute() method of all derived classes!
getUser()
Shortcut to get the User executing this instance.
static showLogExtract(&$out, $types=[], $page='', $user='', $param=[])
Show log extract.
getContext()
Gets the context this SpecialPage is executed in.
Parent class for all special pages.
getRequest()
Get the WebRequest being used for this instance.
getSubTitle( $userObj)
Generates the subheading with links.
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 name
MediaWiki Linker LinkRenderer null $linkRenderer
outputHeader( $summaryMessageKey='')
Outputs a summary message on top of special pages Per default the message key is the canonical name o...
static getCanonicalName( $index)
Returns the canonical (English) name for a given index.
static isIPAddress( $ip)
Determine if a string is as valid IP address or network (CIDR prefix).
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output $out