MediaWiki REL1_33
SpecialPageAction.php
Go to the documentation of this file.
1<?php
22
34 'revisiondelete' => 'Revisiondelete',
35 'editchangetags' => 'EditTags',
36 ];
37
38 public function getName() {
39 $request = $this->getRequest();
40 $actionName = $request->getVal( 'action', 'view' );
41 // TODO: Shouldn't need to copy-paste this code from Action::getActionName!
42 if ( $actionName === 'historysubmit' ) {
43 if ( $request->getBool( 'revisiondelete' ) ) {
44 $actionName = 'revisiondelete';
45 } elseif ( $request->getBool( 'editchangetags' ) ) {
46 $actionName = 'editchangetags';
47 }
48 }
49
50 if ( isset( self::$actionToSpecialPageMapping[$actionName] ) ) {
51 return $actionName;
52 }
53
54 return 'nosuchaction';
55 }
56
57 public function requiresUnblock() {
58 return false;
59 }
60
61 public function getDescription() {
62 return '';
63 }
64
65 public function onView() {
66 return '';
67 }
68
69 public function show() {
70 $special = $this->getSpecialPage();
71 if ( !$special ) {
72 throw new ErrorPageError(
73 $this->msg( 'nosuchaction' ), $this->msg( 'nosuchactiontext' ) );
74 }
75
76 $special->setContext( $this->getContext() );
77 $special->getContext()->setTitle( $special->getPageTitle() );
78 $special->run( '' );
79 }
80
81 public function doesWrites() {
82 $special = $this->getSpecialPage();
83
84 return $special ? $special->doesWrites() : false;
85 }
86
90 protected function getSpecialPage() {
91 $action = $this->getName();
92 if ( $action === 'nosuchaction' ) {
93 return null;
94 }
95
96 // map actions to (whitelisted) special pages
97 return MediaWikiServices::getInstance()->getSpecialPageFactory()->
98 getPage( self::$actionToSpecialPageMapping[$action] );
99 }
100}
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
getContext()
Get the IContextSource in use here.
Definition Action.php:179
msg( $key)
Get a Message object with context set Parameters are the same as wfMessage()
Definition Action.php:257
getRequest()
Get the WebRequest being used for this instance.
Definition Action.php:198
An error page which can definitely be safely rendered using the OutputPage.
An action which just does something, without showing a form first.
MediaWikiServices is the service locator for the application scope of MediaWiki.
An action that just passes the request to the relevant special page.
onView()
Show something on GET request.
show()
The main action entry point.
static array $actionToSpecialPageMapping
A mapping of action names to special page names.
doesWrites()
Indicates whether this action may perform database writes.
getName()
Return the name of the action this object responds to.
getDescription()
Returns the description that goes below the <h1> tag.
requiresUnblock()
Whether this action can still be executed by a blocked user.
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction you ll probably need to make sure the header is varied on $request
Definition hooks.txt:2843
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))