71 $action = strtolower( $action );
79 } elseif (
$wgActions[$action] ===
true && isset( $overrides[$action] ) ) {
80 return $overrides[$action];
82 return ucfirst( $action ) .
'Action';
100 if ( is_string( $classOrCallable ) ) {
101 if ( !class_exists( $classOrCallable ) ) {
108 if ( is_callable( $classOrCallable ) ) {
112 return $classOrCallable;
128 $actionName =
$request->getVal(
'action',
'view' );
132 $actionName =
'nosuchaction';
137 if ( $actionName ===
'historysubmit' ) {
138 if (
$request->getBool(
'revisiondelete' ) ) {
139 $actionName =
'revisiondelete';
140 } elseif (
$request->getBool(
'editchangetags' ) ) {
141 $actionName =
'editchangetags';
143 $actionName =
'view';
145 } elseif ( $actionName ==
'editredlink' ) {
146 $actionName =
'edit';
152 if ( !
$context->canUseWikiPage() ) {
157 if ( $action instanceof
Action ) {
158 return $action->getName();
161 return 'nosuchaction';
171 final public static function exists( $name ) {
185 wfDebug( __METHOD__ .
": no context known, falling back to Article's context.\n" );
186 return $this->
page->getContext();
189 wfWarn( __METHOD__ .
': no context known, falling back to RequestContext::getMain().' );
190 return RequestContext::getMain();
249 return $this->
page->getTitle();
258 final public function msg( $key ) {
271 wfWarn( __METHOD__ .
' called without providing a Context object.' );
310 if ( $right !==
null ) {
311 $errors = $this->
getTitle()->getUserPermissionsErrors( $right,
$user );
312 if ( count( $errors ) ) {
318 $block =
$user->getBlock();
357 $out->setRobotPolicy(
"noindex,nofollow" );
360 $out->setArticleRelated(
true );
369 return $this->
getTitle()->getPrefixedText();
379 return $this->
msg( strtolower( $this->
getName() ) )->escaped();
391 $msg =
wfMessage( MediaWikiServices::getInstance()->getContentLanguage()->lc(
395 if ( !$msg->isDisabled() ) {
396 $helpUrl = Skin::makeUrl( $msg->plain() );
397 $this->
getOutput()->addHelpLink( $helpUrl,
true );
399 $this->
getOutput()->addHelpLink( $to, $overrideBaseUrl );
411 abstract public function show();
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
$wgActions
Array of allowed values for the "title=foo&action=<action>" parameter.
wfDebug( $text, $dest='all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
wfWarn( $msg, $callerOffset=1, $level=E_USER_NOTICE)
Send a warning either to the debug log or in a PHP error depending on $wgDevelopmentWarnings.
wfReadOnly()
Check whether the wiki is in read-only mode.
wfTransactionalTimeLimit()
Set PHP's time limit to the larger of php.ini or $wgTransactionalTimeLimit.
Actions are things which can be done to pages (edit, delete, rollback, etc).
static factory( $action, Page $page, IContextSource $context=null)
Get an appropriate Action subclass for the given action.
doesWrites()
Indicates whether this action may perform database writes.
checkCanExecute(User $user)
Checks if the given user (identified by an object) can perform this action.
getName()
Return the name of the action this object responds to.
$page
Page on which we're performing the action.
addHelpLink( $to, $overrideBaseUrl=false)
Adds help link with an icon via page indicators.
requiresWrite()
Whether this action requires the wiki not to be locked.
getDescription()
Returns the description that goes below the <h1> tag.
static getClass( $action, array $overrides)
Get the Action subclass which should be used to handle this action, false if the action is disabled,...
getPageTitle()
Returns the name that goes in the <h1> page title.
getTitle()
Shortcut to get the Title object from the page.
getContext()
Get the IContextSource in use here.
requiresUnblock()
Whether this action can still be executed by a blocked user.
getOutput()
Get the OutputPage being used for this instance.
msg( $key)
Get a Message object with context set Parameters are the same as wfMessage()
getUser()
Shortcut to get the User being used for this instance.
$context
IContextSource if specified; otherwise we'll use the Context from the Page.
setHeaders()
Set output headers for noindexing etc.
getRestriction()
Get the permission required to perform this action.
getSkin()
Shortcut to get the Skin being used for this instance.
show()
The main action entry point.
useTransactionalTimeLimit()
Call wfTransactionalTimeLimit() if this request was POSTed.
static getActionName(IContextSource $context)
Get the action that will be executed, not necessarily the one passed passed through the "action" requ...
static exists( $name)
Check if a given action is recognised, even if it's disabled.
$fields
The fields used to create the HTMLForm.
getLanguage()
Shortcut to get the user Language being used for this instance.
__construct(Page $page, IContextSource $context=null)
Only public since 1.21.
getRequest()
Get the WebRequest being used for this instance.
Class for viewing MediaWiki article and history.
Show an error when a user tries to do something they do not have the necessary permissions for.
Show an error when the wiki is locked/read-only and the user tries to do something that requires writ...
Show an error when the user tries to do something whilst blocked.
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
isBlocked( $bFromSlave=true)
Check if user is blocked.
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
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 use $formDescriptor instead 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 unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
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
Allows to change the fields on the form that will be generated $name
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
Interface for objects which can provide a MediaWiki context on request.
Interface for localizing messages in MediaWiki.
Interface for type hinting (accepts WikiPage, Article, ImagePage, CategoryPage)
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))