[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 -- Add field to recentchanges for easy filtering of bot entries 2 -- edits by a user with 'bot' in user.user_rights should be 3 -- marked 1 in rc_bot. 4 5 -- Change made 2002-12-15 by Brion VIBBER <[email protected]> 6 -- this affects code in Article.php, User.php SpecialRecentchanges.php 7 -- column also added to buildTables.inc 8 9 ALTER TABLE /*$wgDBprefix*/recentchanges 10 ADD COLUMN rc_bot tinyint unsigned NOT NULL default '0' 11 AFTER rc_minor;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |