r100084 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100083‎ | r100084 | r100085 >
Date:20:51, 17 October 2011
Author:foxtrott
Status:deferred (Comments)
Tags:
Comment:
followup r100081: Taking [[]] out of i18n file
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php (modified) (history)
  • /trunk/extensions/SemanticForms/languages/SF_Messages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php
@@ -606,7 +606,7 @@
607607 }
608608
609609 if ( $summary == null ) {
610 - $summary = wfMsg('sf_autoedit_summary', $wgTitle );
 610+ $summary = wfMsg('sf_autoedit_summary', "[[$wgTitle]]" );
611611 }
612612
613613 $formcontent .=
Index: trunk/extensions/SemanticForms/languages/SF_Messages.php
@@ -149,7 +149,7 @@
150150 'sf_autoedit_toomanyformsfound' => "More than one form available for page.",
151151 'sf_autoedit_readonly' => "The database is currently locked to modifications. Reason: $1",
152152 'sf_autoedit_nosemanticform' => "Could not get form $2 for page $1. See [[{{#special:FormEdit}}/$2/$1]] for details.",
153 - 'sf_autoedit_summary' => "Edited automatically from page [[$1]].",
 153+ 'sf_autoedit_summary' => "Edited automatically from page $1.",
154154 'runquery' => 'Run query',
155155 'sf_runquery_badurl' => 'You must specify a form name in the URL;
156156 the URL should look like \'Special:RunQuery/<form name>\'.',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100081summary for autoeditfoxtrott20:40, 17 October 2011

Comments

#Comment by Nikerabbit (talk | contribs)   05:49, 18 October 2011

Why?

#Comment by F.trott (talk | contribs)   07:07, 18 October 2011

I was asked to do so.

#Comment by Nikerabbit (talk | contribs)   07:09, 18 October 2011

By whom?

#Comment by F.trott (talk | contribs)   07:11, 18 October 2011

Yaron.