MediaWiki  1.23.2
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 / action=submit handler
 
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  ViewAction.php
 An action that views article content.
 
file  WatchAction.php
 Performs the watch and unwatch 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  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
 Dummy class for pages not in NS_FILE. More...
 
class  RevertFileAction
 Class for pages in NS_FILE. More...
 
class  RevisiondeleteAction
 An action that just pass the request to Special:RevisionDelete. More...
 
class  RollbackAction
 User interface for the rollback action. More...
 
class  SubmitAction
 Edit submission handler. 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