Go to the source code of this file.
Variables | |
$wgCommandLineMode = true | |
$fmB = chr(2) | |
$fmU = chr(31) | |
$wgTitle = Title::newFromText( "RC dumper" ) | |
$res = wfQuery( "SELECT rc_timestamp FROM recentchanges ORDER BY rc_timestamp DESC LIMIT 1", DB_READ ) | |
$row = wfFetchObject( $res ) | |
$oldTimestamp = $row->rc_timestamp | |
$serverCount = 0 | |
$rowIndex = 0 | |
$empty = array("", "") | |
$comment = str_replace($bad, $empty, $comment) | |
$title = str_replace($bad, $empty, $title) | |
$user = str_replace($bad, $empty, $row->rc_user_text) | |
$lastid = IntVal($row->rc_last_oldid) | |
$flag = ($row->rc_minor ? "M" : "") . ($row->rc_new ? "N" : "") | |
break | |
$fullString = "$boldTitle $flag $url $user $comment\n" |
|
Definition at line 71 of file rcdumper.php. Referenced by LogPage::addEntry(), doRenamePage(), getIrcOutput(), importPage(), RecentChange::notifyEdit(), RecentChange::notifyLog(), RecentChange::notifyMove(), RecentChange::notifyNew(), LogPage::replaceContent(), ucListEdit(), wfImportOldRevision(), and wfSpecialContributions(). |
|
Definition at line 70 of file rcdumper.php. Referenced by getIrcOutput(). |
|
Definition at line 75 of file rcdumper.php. Referenced by getIrcOutput(). |
|
Definition at line 4 of file rcdumper.php. |
|
Definition at line 5 of file rcdumper.php. |
|
Definition at line 96 of file rcdumper.php. Referenced by getIrcOutput(). |
|
Definition at line 74 of file rcdumper.php. Referenced by getIrcOutput(). |
|
Definition at line 102 of file rcdumper.php. |
|
|
|
Definition at line 53 of file rcdumper.php. |
|
Definition at line 49 of file rcdumper.php. |
|
|
|
Definition at line 41 of file rcdumper.php. |
|
Definition at line 40 of file rcdumper.php. |
|
Definition at line 88 of file rcdumper.php. |