MediaWiki master
|
Namespaces | |
namespace | Hook |
Classes | |
class | Action |
Actions are things which can be done to pages (edit, delete, rollback, etc). More... | |
class | ActionEntryPoint |
The index.php entry point for web browser navigations, usually routed to an Action or SpecialPage subclass. More... | |
class | ActionFactory |
class | ActionInfo |
Provides information about an action that can be used to determine whether the action can be executed in a given context. More... | |
class | CreditsAction |
class | DeleteAction |
Handle page deletion. More... | |
class | EditAction |
Page edition handler (action=edit) More... | |
class | FileDeleteAction |
Handle file deletion. More... | |
class | FormAction |
An action which shows a form and does something based on the input from the form. More... | |
class | FormlessAction |
An action which just does something, without showing a form first. More... | |
class | HistoryAction |
This class handles printing the history page for an article. More... | |
class | InfoAction |
Displays information about a page. More... | |
class | MarkpatrolledAction |
Mark a revision as patrolled on a page. More... | |
class | McrRestoreAction |
Temporary action for restoring multi-content revisions. More... | |
class | McrUndoAction |
Temporary action for MCR undos. More... | |
class | ProtectAction |
Handle page protection (action=protect) More... | |
class | PurgeAction |
User-requested page cache purging. More... | |
class | RawAction |
A simple method to retrieve the plain source of an article, using "action=raw" in the GET request string. More... | |
class | RenderAction |
Handle action=render. More... | |
class | RevertAction |
File reversion user interface WikiPage must contain getFile method: \WikiFilePage Article::getFile is only for b/c: \ImagePage. More... | |
class | RollbackAction |
User interface for the rollback action. More... | |
class | SubmitAction |
This is the same as EditAction; except that it sets the session cookie. More... | |
class | UnprotectAction |
Handle page unprotection (action=unprotect) More... | |
class | UnwatchAction |
Page removal from a user's watchlist. More... | |
class | ViewAction |
An action that views article content. More... | |
class | WatchAction |
Page addition to a user's watchlist. More... | |