r69127 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69126‎ | r69127 | r69128 >
Date:01:21, 7 July 2010
Author:tstarling
Status:deferred
Tags:
Comment:
MFT r68629: fixed page moves in SQLite full text search.
Modified paths:
  • /branches/REL1_16/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_16/phase3/includes/search/SearchSqlite.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/includes/search/SearchSqlite.php
@@ -323,8 +323,8 @@
324324 $dbw = wfGetDB( DB_MASTER );
325325
326326 $dbw->update( 'searchindex',
 327+ array( 'si_title' => $title ),
327328 array( 'rowid' => $id ),
328 - array( 'si_title' => $title ),
329329 __METHOD__ );
330330 }
331331 }
Property changes on: branches/REL1_16/phase3/includes/search/SearchSqlite.php
___________________________________________________________________
Added: svn:mergeinfo
332332 Merged /branches/wmf-deployment/includes/search/SearchSqlite.php:r53381
333333 Merged /branches/REL1_15/phase3/includes/search/SearchSqlite.php:r51646
334334 Merged /branches/sqlite/includes/search/SearchSqlite.php:r58211-58321
335335 Merged /trunk/phase3/includes/search/SearchSqlite.php:r63549,63764,63897-63901,64876,64881,64948,68629
Index: branches/REL1_16/phase3/RELEASE-NOTES
@@ -59,6 +59,8 @@
6060 * Disabled $wgHitcounterUpdateFreq>1 feature on SQLite, does not work yet.
6161 * (bug 23465) Don't ignore the predefined destination filename on
6262 Special:Upload after following a red link to a file.
 63+* In SQLite full-text search feature: fixed "move page" feature, was non-
 64+ functional.
6365
6466 == Changes since 1.16 beta 2 ==
6567

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68629Fix SearchSqlite::updateTitle()maxsem17:40, 27 June 2010

Status & tagging log