aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/updateSearchIndex.php
Commit message (Expand)AuthorAgeFilesLines
* Fix numerous class/function casingReedy2016-03-181-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Fix fatal error in updateSearchIndex.php scriptaude2016-02-091-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Pass phpcs-strict on maintenance/ (1/8)Siebrand Mazeland2014-04-221-2/+12
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-4/+3
* (bug 34960) drop unused fields rc_moved_to_ns/rc_moved_to_titleumherirrender2012-09-291-13/+3
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-09-031-1/+6
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Bunch of error suppression operator fixes (bug Chad Horohoe2011-07-061-4/+3
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Cleanup for r63578: Use Maintenance::error(), that's what its forChad Horohoe2010-12-141-2/+2
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-3/+3
* Standardised file description headers:Alexandre Emsenhuber2010-09-011-0/+1
* Followup r54225Sam Reed2010-08-191-0/+1
* Line ending fixes for r67320.Tim Starling2010-06-081-2/+2
* Stylize maintenance folder..Sam Reed2010-05-221-7/+7
* follow up r63578 - remove stray debugging code.Mark A. Hershberger2010-03-111-1/+0
* Follow-up r61856Mark A. Hershberger2010-03-101-76/+24
* Fix child class visibilityChad Horohoe2010-03-101-1/+1
* * Abstracted table locks in maintenance/updateSearchIndex.phpMax Semenik2009-10-251-11/+2
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-1/+1
* * Use DB_ADMIN for fixSlaveDesync, rebuildtextindex, updateSearchIndex, patchSqlChad Horohoe2009-08-091-0/+4
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* timestamp() fixes on updateSearchIndex.php, and declare globals in updateSpec...Chad Horohoe2009-08-021-2/+2
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-40/+156
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-141/+40
* Merge maintenance-work branch:Chad Horohoe2009-06-241-40/+141
* fixed missing } (thanks HardDisk)Daniel Kinzler2009-06-061-1/+1
* (bug 11654) updateSearchIndex.php now uses a wiki-specific position file. Chad Horohoe2009-06-041-1/+6
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-1/+1
* * Drop a couple instances of wfTimestamp2Unix & reverse for wfTimestamp()Brion Vibber2004-10-191-1/+1
* Phpdoc comments and place holder. Part of the subpackage "maintenance", archi...Antoine Musso2004-09-031-10/+15
* Periodic searchindex updatesTim Starling2004-06-261-0/+52