r43405 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43404‎ | r43405 | r43406 >
Date:01:56, 12 November 2008
Author:aaron
Status:old (Comments)
Tags:
Comment:
Fix link for images
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1428,7 +1428,7 @@
14291429 'viewprevnext' => 'View ($1) ($2) ($3)',
14301430 'searchmenu-legend' => 'Search options',
14311431 'searchmenu-exists' => "'''There is page named \"[[\$1]]\" on this wiki'''",
1432 -'searchmenu-new' => "'''[[\$1|Create]] the page \"[[\$1]]\" on this wiki!'''",
 1432+'searchmenu-new' => "'''[[:\$1|Create]] the page \"[[\$1]]\" on this wiki!'''",
14331433 'searchhelp-url' => 'Project:Searching',
14341434 'searchmenu-prefix' => '[[Special:AllPages/$1|Browse pages with this prefix]]',
14351435 'searchmenu-help' => '[[{{MediaWiki:Searchhelp-url}}|{{int:help}}]]?', # do not translate or duplicate this message to other languages

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