|
MediaWiki master
|

Files | |
| file | CreditsAction.php |
| Formats credits for articles. | |
| file | DeleteAction.php |
| file | EditAction.php |
| file | FileDeleteAction.php |
| file | FormAction.php |
| Base classes for actions done on pages. | |
| file | FormlessAction.php |
| Base classes for actions done on pages. | |
| file | HistoryAction.php |
| Page history. | |
| file | HistoryPager.php |
| Page history pager. | |
| file | InfoAction.php |
| Displays information about a page. | |
| file | MarkpatrolledAction.php |
| Copyright © 2011 Alexandre Emsenhuber. | |
| file | McrRestoreAction.php |
| Temporary action for restoring multi-content revisions. | |
| file | McrUndoAction.php |
| Temporary action for MCR undos. | |
| file | ProtectAction.php |
| file | PurgeAction.php |
| User-requested page cache purging. | |
| file | RenderAction.php |
| file | RevertAction.php |
| File reversion user interface. | |
| file | RollbackAction.php |
| Edit rollback user interface. | |
| file | SubmitAction.php |
| Wrapper for EditAction; sets the session cookie. | |
| file | UnprotectAction.php |
| file | UnwatchAction.php |
| Performs the unwatch actions on a page. | |
| file | ViewAction.php |
| file | WatchAction.php |
| Performs the watch actions on a page. | |
Classes | |
| class | MediaWiki\Actions\CreditsAction |
| class | MediaWiki\Actions\DeleteAction |
| Handle page deletion. More... | |
| class | MediaWiki\Actions\EditAction |
| Page edition handler (action=edit) More... | |
| class | MediaWiki\Actions\FileDeleteAction |
| Handle file deletion. More... | |
| class | MediaWiki\Actions\FormAction |
| An action which shows a form and does something based on the input from the form. More... | |
| class | MediaWiki\Actions\FormlessAction |
| An action which just does something, without showing a form first. More... | |
| class | MediaWiki\Actions\HistoryAction |
| This class handles printing the history page for an article. More... | |
| class | MediaWiki\Pager\HistoryPager |
| class | MediaWiki\Actions\InfoAction |
| Displays information about a page. More... | |
| class | MediaWiki\Actions\MarkpatrolledAction |
| Mark a revision as patrolled on a page. More... | |
| class | MediaWiki\Actions\McrRestoreAction |
| Temporary action for restoring multi-content revisions. More... | |
| class | MediaWiki\Actions\McrUndoAction |
| Temporary action for MCR undos. More... | |
| class | MediaWiki\Actions\ProtectAction |
| Handle page protection (action=protect) More... | |
| class | MediaWiki\Actions\PurgeAction |
| User-requested page cache purging. More... | |
| class | MediaWiki\Actions\RawAction |
| A simple method to retrieve the plain source of an article, using "action=raw" in the GET request string. More... | |
| class | MediaWiki\Actions\RenderAction |
| Handle action=render. More... | |
| class | MediaWiki\Actions\RevertAction |
| File reversion user interface WikiPage must contain getFile method: \WikiFilePage Article::getFile is only for b/c: \ImagePage. More... | |
| class | MediaWiki\Actions\RollbackAction |
| User interface for the rollback action. More... | |
| class | MediaWiki\Actions\SubmitAction |
| This is the same as EditAction; except that it sets the session cookie. More... | |
| class | MediaWiki\Actions\UnprotectAction |
| Handle page unprotection (action=unprotect) More... | |
| class | MediaWiki\Actions\UnwatchAction |
| Page removal from a user's watchlist. More... | |
| class | MediaWiki\Actions\ViewAction |
| An action that views article content. More... | |
| class | MediaWiki\Actions\WatchAction |
| Page addition to a user's watchlist. More... | |