Bump $wgStyleVersion to 155.
[lhc/web/wiklou.git] / maintenance / rebuildrecentchanges.inc
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-09 Aaron SchulzPartial revert of r32674; timestamp more reliable
2008-04-01 Aaron Schulz$wgMiserMode
2008-04-01 Aaron Schulz* Add log events
2008-04-01 Huji(bug 13576) maintenance/rebuildrecentchanges.php fails
2008-03-20 Greg Sabino Mullane$lastSize is also an int or a literal NULL. Bug 13453.
2008-03-20 Greg Sabino MullaneDon't quote the size, it's an int or a literal NULL...
2008-03-19 Aaron SchulzPopulate rc_deleted
2008-02-22 Huji(bug 13115) rebuildrecentchanges should print the curre...
2007-12-20 Brion VibberCleanup from r28400: avoid duplication between manually...
2007-12-20 Brion VibberUse addQuotes() consistently when building lists of...
2007-12-10 Aaron Schulz*Join on user table to get name. This allows for rc_use...
2007-12-09 Aaron SchulzMake this more efficient. Just get all bot users from...
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-06-07 Aaron Schulz*Only use rev_len, don't try to get text directly ...
2007-06-06 Aaron Schulz*Try to use rev_len first to avoid hitting text table...
2007-06-06 Aaron Schulz*Fill in rc_old_len and rc_new_len (bug 9542)
2007-05-22 Aaron Schulz*Check $wgUseRCPatrol to avoid possible expensive query...
2007-05-22 Aaron Schulz*Just to be safe, avoid query when IN() is empty
2007-05-22 Aaron Schulz*Make bot edit flagging less fragile, flag auto-patroll...
2007-05-21 Aaron Schulz*Flag bot edits
2007-04-26 Brion Vibber* (bug 9669) Fix limit ordering for rebuildrecentchange...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-12 Nick JenkinsFor the maintenance/ directory files:
2006-04-04 Brion Vibber* (bug 5195) rebuildrecentchanges.php works again;...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2005-09-17 Brion Vibberwoops typo in last fix
2005-09-17 Brion Vibber* (bug 2792) Update rebuildrecentchanges.inc for new...
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-08-09 Antoine MussolimitResult use 3 parameters since ORACLE changes
2005-02-21 Domas Mituzasremove inverse_timestamp wherever it is found and disab...
2004-09-09 Brion VibberAdd Database::conditional() function to build IF()...
2004-09-03 Antoine MussoPhpdoc comments and place holder. Part of the subpackag...
2004-08-11 Brion VibberFix some of the rebuild scripts
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-03-21 Brion VibberMassively rewrote rebuildrecentchanges to work with...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-01 Brion VibberSpeed improvement; patch by El. Text from sourceforge:
2003-11-17 Brion VibberMaintenance script fixes
2003-05-02 Lee Daniel CrockerCompleted several maintenance scripts for index rebuilding.