r26416 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26415‎ | r26416 | r26417 >
Date:21:18, 4 October 2007
Author:evan
Status:old
Tags:
Comment:
Add a couple of TODOs, and fix the plural error message.
Modified paths:
  • /trunk/extensions/SpecialForm/SpecialForm.i18n.php (modified) (history)
  • /trunk/extensions/SpecialForm/TODO (modified) (history)

Diff [purge]

Index: trunk/extensions/SpecialForm/TODO
@@ -3,6 +3,8 @@
44 match on submit, to prevent automated creation
55 + create a new article on submit
66 + required/optional fields
 7+- add a bit of text to indicate required fields
 8+- client-side validation of required fields
79 + check for existing article before saving
810 + add a default value if passed in using GET
911 + test setting custom title in form description
Index: trunk/extensions/SpecialForm/SpecialForm.i18n.php
@@ -40,7 +40,7 @@
4141 'formarticleexiststext' => 'The page [[$1]] already exists.',
4242 'formbadpagename' => 'Bad Page Name',
4343 'formbadpagenametext' => 'The form data you entered makes a bad page name, "$1".',
44 - 'formrequiredfieldpluralerror' => 'The field $1 are required for this form. Please fill them in.',
 44+ 'formrequiredfieldpluralerror' => 'The fields $1 are required for this form. Please fill them in.',
4545 'formrequiredfielderror' => 'The field $1 is required for this form. Please fill it in.',
4646 'formsavesummary' => 'New page using [[Special:Form/$1]]',
4747 'formsaveerror' => 'Error Saving Form',

Status & tagging log