r43423 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43422‎ | r43423 | r43424 >
Date:21:12, 12 November 2008
Author:aaron
Status:old (Comments)
Tags:
Comment:
Fix prefix link
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1432,7 +1432,7 @@
14331433 'searchmenu-exists' => "'''There is page named \"[[\$1]]\" on this wiki'''",
14341434 'searchmenu-new' => "'''[[:\$1|Create]] the page \"[[\$1]]\" on this wiki!'''",
14351435 'searchhelp-url' => 'Project:Searching',
1436 -'searchmenu-prefix' => '[[Special:AllPages/$1|Browse pages with this prefix]]',
 1436+'searchmenu-prefix' => '[[Special:PrefixIndex/$1|Browse pages with this prefix]]',
14371437 'searchmenu-help' => '[[{{MediaWiki:Searchhelp-url}}|{{int:help}}]]?', # do not translate or duplicate this message to other languages
14381438 'searchprofile-articles' => 'Pages',
14391439 'searchprofile-articles-and-proj' => 'Pages & Project',

Follow-up revisions

RevisionCommit summaryAuthorDate
r43499Reverting in-development search changes pending fixing....brion19:11, 14 November 2008

Comments

#Comment by Brion VIBBER (talk | contribs)   19:26, 14 November 2008

Reverted in r43499 pending fixes. Can we do these experimental developments on a branch and avoid merging them to trunk until they're finalized? MediaWiki core trunk is supposed to be ready-to-deploy at all times; experiments should be done in branches, extensions, or disabled-by-default optional features to avoid delaying live code deployments.

Status & tagging log