DeletedContribsPager Class Reference
[SpecialPage]

Implements Special:DeletedContributions to display archived revisions. More...

Inherits IndexPager.

List of all members.

Public Member Functions

 __construct ($target, $namespace=false)
 getDefaultQuery ()
 Get an array of query parameters that should be put into self-links.
 getQueryInfo ()
 This function should be overridden to provide all parameters needed for the main paged query.
 getUserCond ()
 getIndexField ()
 This function should be overridden to return the name of the index fi- eld.
 getStartBody ()
 Hook into getBody(), allows text to be inserted at the start.
 getEndBody ()
 Hook into getBody() for the end of the list.
 getNavigationBar ()
 getNamespaceCond ()
 formatRow ($row)
 Generates each row in the contributions list.
 getDatabase ()
 Get the Database object in use.

Public Attributes

 $mDefaultDirection = true
 $mDefaultDirection gives the direction to use when sorting results: false for ascending, true for descending.
 $messages
 $target
 $namespace = ''
 $mDb


Detailed Description

Implements Special:DeletedContributions to display archived revisions.

Definition at line 7 of file SpecialDeletedContributions.php.


Constructor & Destructor Documentation

DeletedContribsPager::__construct ( target,
namespace = false 
)


Member Function Documentation

DeletedContribsPager::formatRow ( row  ) 

Generates each row in the contributions list.

Contributions which are marked "top" are currently on top of the history. For these contributions, a [rollback] link is shown for users with sysop privileges. The rollback link restores the most recent version that was not written by the target user.

Todo:
This would probably look a lot nicer in a table.

Reimplemented from IndexPager.

Definition at line 108 of file SpecialDeletedContributions.php.

References $page, $row, $wgLang, $wgUser, Revision::DELETED_TEXT, IndexPager::getSkin(), SpecialPage::getTitleFor(), Title::makeTitle(), wfMsgHtml(), wfProfileIn(), and wfProfileOut().

DeletedContribsPager::getDatabase (  ) 

Get the Database object in use.

Returns:
Database

Definition at line 184 of file SpecialDeletedContributions.php.

DeletedContribsPager::getDefaultQuery (  ) 

Get an array of query parameters that should be put into self-links.

By default, all parameters passed in the URL are used, except for a short blacklist.

Reimplemented from IndexPager.

Definition at line 22 of file SpecialDeletedContributions.php.

DeletedContribsPager::getEndBody (  ) 

Hook into getBody() for the end of the list.

Reimplemented from IndexPager.

Definition at line 64 of file SpecialDeletedContributions.php.

DeletedContribsPager::getIndexField (  ) 

This function should be overridden to return the name of the index fi- eld.

If the pager supports multiple orders, it may return an array of 'querykey' => 'indexfield' pairs, so that a request with &count=querykey will use indexfield to sort. In this case, the first returned key is the default.

Needless to say, it's really not a good idea to use a non-unique index for this! That won't page right.

Reimplemented from IndexPager.

Definition at line 56 of file SpecialDeletedContributions.php.

DeletedContribsPager::getNamespaceCond (  ) 

Definition at line 90 of file SpecialDeletedContributions.php.

Referenced by getQueryInfo().

DeletedContribsPager::getNavigationBar (  ) 

DeletedContribsPager::getQueryInfo (  ) 

This function should be overridden to provide all parameters needed for the main paged query.

It returns an associative array with the following elements: tables => Table(s) for passing to Database::select() fields => Field(s) for passing to Database::select(), may be * conds => WHERE conditions options => option array

Reimplemented from IndexPager.

Definition at line 28 of file SpecialDeletedContributions.php.

References $conds, $wgUser, Revision::DELETED_USER, getNamespaceCond(), and getUserCond().

DeletedContribsPager::getStartBody (  ) 

Hook into getBody(), allows text to be inserted at the start.

This will be called even if there are no rows in the result set.

Reimplemented from IndexPager.

Definition at line 60 of file SpecialDeletedContributions.php.

DeletedContribsPager::getUserCond (  ) 

Definition at line 47 of file SpecialDeletedContributions.php.

Referenced by getQueryInfo().


Member Data Documentation

DeletedContribsPager::$mDb

Reimplemented from IndexPager.

Definition at line 10 of file SpecialDeletedContributions.php.

DeletedContribsPager::$mDefaultDirection = true

$mDefaultDirection gives the direction to use when sorting results: false for ascending, true for descending.

If $mIsBackwards is set, we start from the opposite end, but we still sort the page itself according to $mDefaultDirection. E.g., if $mDefaultDirection is false but we're going backwards, we'll display the last page of results, but the last result will be at the bottom, not the top.

Like $mIndexField, $mDefaultDirection will be a single value even if the class supports multiple default directions for different order types.

Reimplemented from IndexPager.

Definition at line 8 of file SpecialDeletedContributions.php.

DeletedContribsPager::$messages

Definition at line 9 of file SpecialDeletedContributions.php.

DeletedContribsPager::$namespace = ''

Definition at line 10 of file SpecialDeletedContributions.php.

Referenced by __construct().

DeletedContribsPager::$target

Definition at line 9 of file SpecialDeletedContributions.php.

Referenced by __construct().


The documentation for this class was generated from the following file:

Generated on Sat Sep 5 02:08:36 2009 for MediaWiki by  doxygen 1.5.9