aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/updateSearchIndex.php
Commit message (Expand)AuthorAgeFilesLines
* Avoid constructing Title from LinkTarget where not neededthiemowmde2025-01-241-1/+1
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-0/+1
* search: Move SearchUpdate.php to /includes/search directoryTimo Tijhof2024-11-261-12/+10
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Use expression builder to avoid raw sql via BETWEEN operatorUmherirrender2024-04-211-1/+2
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-1/+1
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+1
* maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-11/+7
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Update updateSearchIndex.php to 2006+ standardsTim Starling2021-04-091-28/+49
* Fix capitalisation of updateSearchIndex.php parameter descReedy2020-04-011-1/+1
* Deprecate Revision::loadFromPageIdPetr Pchelko2020-03-251-2/+2
* Migrate various callers away from wfWikiId() to WikiMapAaron Schulz2019-07-121-1/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* 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