MediaWiki  1.28.1
Action done on pages
Collaboration diagram for Action done on pages:

Files

file  CachedAction.php
 Abstract action class with scaffolding for caching HTML and other values in a single blob.
 
file  CreditsAction.php
 Formats credits for articles.
 
file  DeleteAction.php
 Handle page deletion.
 
file  EditAction.php
 action=edit handler
 
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  InfoAction.php
 Displays information about a page.
 
file  MarkpatrolledAction.php
 Mark a revision as patrolled on a page.
 
file  ProtectAction.php
 action=protect handler
 
file  PurgeAction.php
 User-requested page cache purging.
 
file  RenderAction.php
 Handle action=render.
 
file  RevertAction.php
 File reversion user interface.
 
file  RevisiondeleteAction.php
 An action that just pass the request to Special:RevisionDelete.
 
file  RollbackAction.php
 Edit rollback user interface.
 
file  SpecialPageAction.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  SubmitAction.php
 Wrapper for EditAction; sets the session cookie.
 
file  UnprotectAction.php
 action=unprotect handler
 
file  UnwatchAction.php
 Performs the unwatch actions on a page.
 
file  ViewAction.php
 An action that views article content.
 
file  WatchAction.php
 Performs the watch actions on a page.
 

Classes

class  CachedAction
 Abstract action class with scaffolding for caching HTML and other values in a single blob. More...
 
class  CreditsAction
 
class  DeleteAction
 Handle page deletion. More...
 
class  EditAction
 Page edition handler. 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  HistoryPager
 
class  InfoAction
 Displays information about a page. More...
 
class  MarkpatrolledAction
 Mark a revision as patrolled on a page. More...
 
class  ProtectAction
 Handle page protection. 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. More...
 
class  RevisiondeleteAction
 An action that just pass the request to Special:RevisionDelete. More...
 
class  RollbackAction
 User interface for the rollback action. More...
 
class  SpecialPageAction
 An action that just passes the request to the relevant special page. More...
 
class  SubmitAction
 This is the same as EditAction; except that it sets the session cookie. More...
 
class  UnprotectAction
 Handle page unprotection. 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...
 

Detailed Description