MediaWiki
REL1_23
|
Class definition for a wanted query page like WantedPages, WantedTemplates, etc. More...
Public Member Functions | |
forceExistenceCheck () | |
Should formatResult() always check page existence, even if the results are fresh? This is a (hopefully temporary) kluge for Special:WantedFiles, which may contain false positives for files that exist e.g. | |
formatResult ($skin, $result) | |
Format an individual result. | |
isExpensive () | |
Is this query expensive (for some definition of expensive)? Then we don't let it run in miser mode. | |
isSyndicated () | |
Sometime we don't want to build rss / atom feeds. | |
preprocessResults ($db, $res) | |
Cache page existence for performance. | |
Private Member Functions | |
makeWlhLink ($title, $result) | |
Make a "what links here" link for a given title. |
Class definition for a wanted query page like WantedPages, WantedTemplates, etc.
Definition at line 766 of file QueryPage.php.
Should formatResult() always check page existence, even if the results are fresh? This is a (hopefully temporary) kluge for Special:WantedFiles, which may contain false positives for files that exist e.g.
in a shared repo (bug 6220).
Reimplemented in WantedFilesPage.
Definition at line 803 of file QueryPage.php.
WantedQueryPage::formatResult | ( | $ | skin, |
$ | result | ||
) |
Format an individual result.
Reimplemented from QueryPage.
Reimplemented in WantedCategoriesPage.
Definition at line 814 of file QueryPage.php.
Is this query expensive (for some definition of expensive)? Then we don't let it run in miser mode.
$wgDisableQueryPages causes all query pages to be declared expensive. Some query pages are always expensive.
Reimplemented from QueryPage.
Definition at line 767 of file QueryPage.php.
Sometime we don't want to build rss / atom feeds.
Reimplemented from QueryPage.
Definition at line 771 of file QueryPage.php.
WantedQueryPage::makeWlhLink | ( | $ | title, |
$ | result | ||
) | [private] |
Make a "what links here" link for a given title.
Definition at line 849 of file QueryPage.php.
WantedQueryPage::preprocessResults | ( | $ | db, |
$ | res | ||
) |
Cache page existence for performance.
DatabaseBase | $db | |
ResultWrapper | $res |
Reimplemented from QueryPage.
Reimplemented in WantedCategoriesPage.
Definition at line 780 of file QueryPage.php.