|
MediaWiki
REL1_19
|
Implements Special:ComparePages. More...


Public Member Functions | |
| __construct () | |
| checkExistingRevision ($value, $alldata) | |
| checkExistingTitle ($value, $alldata) | |
| execute ($par) | |
| Show a form for filtering namespace and username. | |
Static Public Member Functions | |
| static | revOrTitle ($revision, $title) |
| static | showDiff ($data, HTMLForm $form) |
Public Attributes | |
| $skin | |
Protected Attributes | |
| $opts | |
| $showNavigation = false | |
Implements Special:ComparePages.
Definition at line 31 of file SpecialComparePages.php.
Definition at line 39 of file SpecialComparePages.php.
| SpecialComparePages::checkExistingRevision | ( | $ | value, |
| $ | alldata | ||
| ) |
Definition at line 151 of file SpecialComparePages.php.
References SpecialPage\msg(), and Revision\newFromId().

| SpecialComparePages::checkExistingTitle | ( | $ | value, |
| $ | alldata | ||
| ) |
Definition at line 137 of file SpecialComparePages.php.
References $title, SpecialPage\msg(), and Title\newFromText().

| SpecialComparePages::execute | ( | $ | par | ) |
Show a form for filtering namespace and username.
| $par | String |
Reimplemented from SpecialPage.
Definition at line 49 of file SpecialComparePages.php.
References SpecialPage\getContext(), SpecialPage\outputHeader(), and SpecialPage\setHeaders().

| static SpecialComparePages::revOrTitle | ( | $ | revision, |
| $ | title | ||
| ) | [static] |
Definition at line 125 of file SpecialComparePages.php.
References $title, and Title\newFromText().
Referenced by showDiff().


| static SpecialComparePages::showDiff | ( | $ | data, |
| HTMLForm $ | form | ||
| ) | [static] |
Definition at line 109 of file SpecialComparePages.php.
References ContextSource\getContext(), revOrTitle(), and DifferenceEngine\showDiffPage().

SpecialComparePages::$opts [protected] |
Definition at line 34 of file SpecialComparePages.php.
SpecialComparePages::$showNavigation = false [protected] |
Definition at line 37 of file SpecialComparePages.php.
| SpecialComparePages::$skin |
Definition at line 34 of file SpecialComparePages.php.