* And unbreak, rebuildLanguage should really be fixed
[lhc/web/wiklou.git] / maintenance / rebuildrecentchanges.inc
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.