r101038 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101037‎ | r101038 | r101039 >
Date:20:26, 27 October 2011
Author:yaron
Status:ok (Comments)
Tags:
Comment:
Added 'sf_formedit_mismatchedbrackets' message
Modified paths:
  • /trunk/extensions/SemanticForms/languages/SF_Messages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/languages/SF_Messages.php
@@ -134,6 +134,7 @@
135135 'sf_formedit_edittitle' => 'Edit $1: $2',
136136 'sf_formedit_morethanoneform' => "'''Warning:''' More than one default form is defined for this page.",
137137 'sf_formedit_formwarning' => 'Warning: This page <a href="$1">already exists</a>, but it does not use this form.',
 138+ 'sf_formedit_mismatchedbrackets' => 'Warning: This page contains curly or square brackets that are not closed, so the page will not be handled correctly by the form. Please <a href="$1">fix the error in the source text</a> before proceeding.',
138139 'sf_formedit_remove' => 'Remove',
139140 'sf_formedit_addanother' => 'Add another',
140141 'sf_formedit_none' => 'None',

Comments

#Comment by Nikerabbit (talk | contribs)   06:49, 28 October 2011

Would be nice if these weren't raw html messages, but that is another task.

Status & tagging log