Index: trunk/extensions/SpecialForm/TODO |
— | — | @@ -3,6 +3,8 @@ |
4 | 4 | match on submit, to prevent automated creation |
5 | 5 | + create a new article on submit |
6 | 6 | + required/optional fields |
| 7 | +- add a bit of text to indicate required fields |
| 8 | +- client-side validation of required fields |
7 | 9 | + check for existing article before saving |
8 | 10 | + add a default value if passed in using GET |
9 | 11 | + test setting custom title in form description |
Index: trunk/extensions/SpecialForm/SpecialForm.i18n.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | 'formarticleexiststext' => 'The page [[$1]] already exists.', |
42 | 42 | 'formbadpagename' => 'Bad Page Name', |
43 | 43 | '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.', |
45 | 45 | 'formrequiredfielderror' => 'The field $1 is required for this form. Please fill it in.', |
46 | 46 | 'formsavesummary' => 'New page using [[Special:Form/$1]]', |
47 | 47 | 'formsaveerror' => 'Error Saving Form', |