Julian Seidenberg
d080c15a49
BUGFIX: fixed double escaping for titles on output while maintaning escaping of special characters.
2011-03-03 16:08:09 +13:00
Will Rossiter
045a01bf2b
BUGFIX: fixed double escaping for titles on output. Thanks dhensby.
2011-02-08 21:30:35 +13:00
Will Rossiter
fb3fb184e1
BUGFIX: fixed incorrect formatting for jQuery.validate rules. ENHANCEMENT: added getErrorMessage() to ensure consistent error messages. BUGFIX: readded missing custom messages
2010-12-19 01:19:19 +00:00
Mateusz Uzdowski
eec28bc82e
BUGFIX: typo
2010-11-02 20:14:28 +00:00
Will Rossiter
7eef5646e5
ENHANCEMENT: added test coverage for populateFromPostData()
2010-09-08 03:20:28 +00:00
Will Rossiter
bc0d4c7692
ENHANCEMENT: Implemented tests to complete email recipients class. APICHANGE: changed *FieldSettings() to *Setting()
2010-09-07 22:44:43 +00:00
Will Rossiter
3c1d81d014
ENHANCEMENT: added test coverage for UserDefinedForm.php and placeholders for other sections. API change: processNewFormFields removed
...
API change: refactored Form() into getFormFields(), getFormActions(), getRequiredFields()
ENHANCEMENT: added updateForm* extension hooks to allow customization of userforms
BUGFIX: gave custom scripts their own ID to enable it to be blocked.
2010-09-03 05:06:13 +00:00
Will Rossiter
5f4d4e7d28
MINOR: removed unnesscary ShowOnLoad save since this is now a CustomSetting field. #5930
2010-08-13 23:51:26 +00:00
Will Rossiter
745b614710
BUGFIX: fixed sortable events not updated when loading new fields. ENHANCEMENT: Added RightTitle support to EditableFormFields. Removed parsePrepopulateValue() as usage is not clear and is broken
2010-07-07 09:17:37 +00:00
Will Rossiter
88fe82da03
MINOR: Removed column show on load default since this is no longer required
2010-06-20 05:13:17 +00:00
Will Rossiter
78fe9947b9
MINOR: included CustomParameter field to prevent errors while upgrading. Since no way to nicely delete columns completely via the ORM it can sit there and be all empty
2010-05-31 08:20:04 +00:00
Will Rossiter
57097f5905
BUGFIX: fixed class relation PATCH via tobych #4916
2010-03-12 03:09:36 +00:00
Will Rossiter
6f720fd30d
BUGFIX: Abstracted out submitted form field classes to make it easier to extend submitted form class type to save data into. PATCH via jam13 #5071
2010-02-14 07:53:16 +00:00
Will Rossiter
70f05b891e
BUGFIX: fixed conflict of Versioned extension functions. MINOR: added tests for publishing multiple option fields
2009-12-12 08:59:20 +00:00
Will Rossiter
b4f5229f58
MINOR: Removed closing ?> from class files. MINOR: fixed package names
2009-12-07 02:04:20 +00:00
Will Rossiter
71d0d4223d
BUGFIX: fixed conflict with field and method naming. Removed unneeded field from model
2009-12-06 22:41:47 +00:00
Will Rossiter
fa21900504
MINOR: removed code to reference the editor from the form field
2009-09-23 02:46:48 +00:00
Will Rossiter
e24cd75b21
ENHANCEMENT: added staging / versioning support for EditableOptions
2009-09-23 01:36:52 +00:00
Will Rossiter
379bcc7921
ENHANCEMENT: added inital versioning / staging support to userforms. Supports different forms on stage / live. ENHANCEMENT: added unit tests to cover versioning / staging
2009-09-22 22:36:53 +00:00
Will Rossiter
ca6f4b296c
FEATURE: added migration script for migrating userforms 0.1 projects over to userforms 0.2
2009-09-01 02:56:44 +00:00
Saophalkun Ponlu
af74b843cf
MINOR: Removed unused property, CustomParamater
...
MONOR: Add ShowOnLoad in db static so when we decorate it with Versioned the version tables will be created properly
2009-08-11 04:42:50 +00:00
Will Rossiter
2fb5441019
BUGFIX: fixed issue with multi select fields not mantaining dropdown values and styling
2009-06-25 05:07:00 +00:00
Sean Harvey
624a93f19b
BUGFIX Fixed error trying to unserialize a value that isn't an integer
2009-06-15 09:35:34 +00:00
Sean Harvey
f6f1085029
ENHANCEMENT Moved readonly capabilities to EditableFormFiel from EditableMultipleOptionField - this means you can now set readonly on any form field
...
BUGFIX Check for readonly when checking edit and delete permissions on FieldEditor
BUGFIX Don't just show "None" when the page is in readonly mode and showing the Fields tab, instead show a readonly representation of the field editor
2009-06-08 04:42:17 +00:00
Will Rossiter
92b88dad44
MINOR: readded missing return to return field validation
2009-05-26 05:40:47 +00:00
Will Rossiter
8047dec983
BUGFIX: fixed naming conflict with method / var name
2009-05-21 23:31:46 +00:00
Will Rossiter
86bc91d1f2
BUGFIX: fixed permission system for the field editor view
2009-05-14 21:40:03 +00:00
Will Rossiter
504623d940
BUGFIX: by default show the field
2009-05-06 04:20:46 +00:00
Will Rossiter
626f09be39
APICHANGE: changed ExtraOptions() to getFieldOptions() and getFieldValidationOptions(). MINOR: fixed layout of userforms in the cms. MINOR: updated checkbox field to respond with Yes and No rather then 0 and 1. MINOR: changed behaviour or email field selector to only get email field values in popup.
2009-05-06 03:34:40 +00:00
Will Rossiter
cf35c706e4
BUGFIX: fixed custom rules for radio boxes and checkbox lists
2009-05-01 04:11:31 +00:00
Will Rossiter
6e3f9668c0
MINOR: removed all filter form calls as filter form has not and will not work
2009-04-27 06:00:05 +00:00
Will Rossiter
73944fd84f
MINOR: fixed php syntax fail. I should learn that PHP != JS
2009-04-27 03:58:52 +00:00
Will Rossiter
5beaaf834b
MINOR: getSetting needs to be public to be accessibile from UserDefinedForm.php
2009-04-27 02:43:35 +00:00
Will Rossiter
fc01169f69
MINOR: show field by default
2009-04-26 23:39:40 +00:00
Will Rossiter
ff97a5ab57
ENHANCEMENT: moving userdefinedform fields to using Settings column rather then each field having its own table
2009-04-25 01:14:32 +00:00
Will Rossiter
d592ed005f
FEATURE: added ability to have rules on userdefined form fields
2009-04-23 22:52:08 +00:00
Will Rossiter
e429137bb8
ENHANCEMENT: moved validation of user defined forms to jquery based using the validate plugin. MINOR: moved submitted field infomation to its own folder
2009-04-21 03:44:13 +00:00
Will Rossiter
379a5c98d2
MINOR: added dynamic location for the form field icon - ajshort. MINOR: added custom validation fields to insert form field specific error messages
2009-04-20 03:07:57 +00:00
Will Rossiter
83d1f2fe86
ENHANCEMENT: rewrote the user defined forms cms JS into jquery. ENHANCEMENT: rewrote templates and removed dulicate code. APICHANGE: created parent class for EditableFormField, EditableOption and EditableMultiOption to prevent code duplication. MINOR: added icon for literal field. MINOR: added quick unit test. MINOR: removed dulicate images
2009-04-17 02:26:40 +00:00
Will Rossiter
b1a0026d05
FEATURE: allow subclassing of editable form field to update the UDF form editor
2009-03-25 02:06:28 +00:00
Michael Andrewartha
170420f9f8
BUGFIX added isset around ['Title']
2009-02-26 21:47:22 +00:00
Sean Harvey
fb633252d0
BUGFIX Fixed a critical error saving a UserDefinedForm page type
2008-09-29 05:42:46 +00:00
Sean Harvey
1ea06b4028
ENHANCEMENT Moved UserDefinedForm and related code, templates, CSS and javascript out of cms and sapphire classes into userforms/trunk
2008-09-29 03:18:23 +00:00