r82205 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82204‎ | r82205 | r82206 >
Date:00:20, 16 February 2011
Author:yaron
Status:deferred (Comments)
Tags:
Comment:
Added two messages to handle new regex feature (!)
Modified paths:
  • /trunk/extensions/ReplaceText/ReplaceText.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReplaceText/ReplaceText.i18n.php
@@ -20,6 +20,8 @@
2121 Your name will appear in page histories as the user responsible for any changes.',
2222 'replacetext_originaltext' => 'Original text:',
2323 'replacetext_replacementtext' => 'Replacement text:',
 24+ 'replacetext_useregex' => 'Use regular expressions and wildcards',
 25+ 'replacetext_regexdocu' => '(Example: values of "a(.*)c" for "Original text" and "ac$1" for "Replacement text" would replace "abc" with "acb".)',
2426 'replacetext_optionalfilters' => 'Optional filters:',
2527 'replacetext_categorysearch' => 'Replace only in category:',
2628 'replacetext_prefixsearch' => 'Replace only in pages with the prefix:',

Follow-up revisions

RevisionCommit summaryAuthorDate
r82275Follow-up to r82205 - replaced "regular expressions and wildcards" with just ...yaron18:47, 16 February 2011

Comments

#Comment by Nikerabbit (talk | contribs)   07:22, 16 February 2011

When wildcards are mentioned like that, they can be confused with shell wildcards.

Status & tagging log