MINOR: remove changelog, out of date and unneccessary

This commit is contained in:
Will Rossiter 2011-12-05 22:44:23 +13:00
parent 958677bc44
commit 2dac28ade9
2 changed files with 15 additions and 31 deletions

View File

@ -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

View File

@ -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 (at) silverstripe (dot) com>`
* Will Rossiter (Nickname: wrossiter, willr) `<will (at) fullscreen (dot) io>`
## 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) `<will (at) silverstripe (dot) com>`
## 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.
A big thanks goes out to [Jan Düsedau](http://eformation.de) for drawing
the custom icon set for the form fields.