Go to the source code of this file.
Variables | |
print This script is | obsolete |
print It is retained in the source here in case some of its code might be useful for ad hoc conversion | tasks |
print It is retained in the source here in case some of its code might be useful for ad hoc conversion but it is not maintained and probably won t even work as | is |
global | $IP |
$wgTitle = Title::newFromText( "Rebuild links script" ) | |
$wgDBuser = "wikiadmin" | |
$wgDBpassword = $wgDBadminpassword | |
$sql = "DROP TABLE IF EXISTS watchlist" | |
$lc = new LinkCache | |
$res = wfQuery( $sql, DB_READ ) | |
$nu = wfNumRows( $res ) | |
$i = $n = 0 | |
$bits = array() |
|
Definition at line 40 of file upgradeWatchlist.php. Referenced by SpecialPage::executePath(), DateFormatter::replace(), and wfSpecialRecentchanges(). |
|
|
Definition at line 11 of file upgradeWatchlist.php. |
|
Definition at line 30 of file upgradeWatchlist.php. Referenced by SearchUpdate::doUpdate(), fixUserName(), indexText(), indexTitle(), SearchEngine::legalSearchChars(), SearchEngine::parseQuery(), SearchEngine::parseQuery4(), SearchEngine::SearchEngine(), DBUnlockForm::showForm(), and DBLockForm::showForm(). |
|
Definition at line 35 of file upgradeWatchlist.php. Referenced by wfSpecialEmailuser(). |
|
Definition at line 34 of file upgradeWatchlist.php. |
|
|
Definition at line 19 of file upgradeWatchlist.php. |
|
Definition at line 18 of file upgradeWatchlist.php. |
|
Definition at line 15 of file upgradeWatchlist.php. |
|
Definition at line 5 of file upgradeWatchlist.php. |
|
Definition at line 3 of file upgradeWatchlist.php. |
|
Definition at line 5 of file upgradeWatchlist.php. |