diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 4510501..0000000 --- a/ChangeLog +++ /dev/null @@ -1,21 +0,0 @@ -Userforms ChangeLog - -0.1.0 - - Initial release - -0.2.0 - - Abstracted templates and refactored code structure to reduce module footprint. - - Simplified Existing Code - - Rewrote Form Editor into jQuery - - Refactored Front End Form validation into jQuery - - Added Ability to subclass EditableFormField and update the CMS, allowing modules - to augment the built in user defined form controls - - Added Ability to define your own custom validation messages. - - Added Ability to Send Confirmation Emails to multiple people including submitter - - Added Pagination to the Submissions - - Added Ability to delete submissions - - Added Ability to disable submissions - -0.3.0 - - SilverStripe 2.4 Compatibility Changes - - Minor Bugfixes diff --git a/README.md b/README.md index 8c361d6..135d495 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,27 @@ -chillap:scripts(git-install) ingo$ php TranslateSSDocs.php ~/Silverstripe/silverstripe-userforms/README.md -# User Defined Form +# UserForms ## Introduction -UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code. +UserForms enables CMS users to create dynamic forms via a drag and drop interface +and without getting involved in any PHP code. ## Maintainer Contact -Will Rossiter (Nickname: wrossiter, willr) `` + * Will Rossiter (Nickname: wrossiter, willr) `` ## Requirements - * SilverStripe 2.4.0+ + * SilverStripe 2.4.6+ * PHP 5 >= 5.1.0 (fputcsv) ## Features * Construct a form using all major form fields (text, email, dropdown, radio, checkbox..) -* Ability to Extend userforms from other modules to provide extra fields. Such as Map Input Field +* Ability to extend userforms from other modules to provide extra fields. * Ability to email multiple people the form submission * View submitted submissions and export them to CSV * Define custom error messages and validation settings -* Optionally Display and Hide fields using javascript based on users input +* Optionally display and hide fields using javascript based on users input ## Installation @@ -35,12 +35,17 @@ Will Rossiter (Nickname: wrossiter, willr) `` ## Upgrading ### 0.1 to 0.2 -We undertook some major API changes. To help you migrate from 0.1 to 0.2 we have included a build task which you can run which will go through your installed forms and rebuilt them with the new 0.2 datamodel. + +We undertook some major API changes between 0.1 and 0.2. To help you migrate we +have included a build task which you can run which will go through your installed forms +and rebuild them with the new 0.2 data model. To run this build task you visit the url `/dev/tasks/UserFormsMigrationTask` ## Thanks -I would like to thank everyone who has contributed to the module, bug fixers, testers and everyone that submits new features. +I would like to thank everyone who has contributed to the module, bugfixers, +testers, clients who use the module and everyone that submits new features. -A big thanks goes out to [Jan Düsedau](http://eformation.de) for drawing the custom icon set for the form fields. \ No newline at end of file +A big thanks goes out to [Jan Düsedau](http://eformation.de) for drawing +the custom icon set for the form fields. \ No newline at end of file