Ingo Schommer
dd4cd20302
MINOR Fixed jquery-ui include paths in FieldEditor->Field()
2010-03-11 03:32:13 +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
dfc2476c79
MINOR: Removed 2.3 specific code. Userforms trunk is now 2.4+ compatible only. For 2.3 compatibility use branches/0.2. BUGFIX: fixed paths for fieldeditor js
2009-12-07 00:52:00 +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
c34a2af447
FEATURE: Added Inequality filters to the custom rules. To Allow Numeric fields to be processed by > < statements
2009-11-02 07:22:30 +00:00
Will Rossiter
3d9b764987
BUGFIX: added ID to literal field html to allow the js validation to apply
2009-10-27 09:38:38 +00:00
Sam Minnee
2ca993b7c4
BUGFIX: Updated module to support 2.4 API changes
2009-10-26 22:04:11 +00:00
Sean Harvey
4cdeb3d20f
BUGFIX Fixed SQL that contained backticks to work on databases with ANSI SQL enabled
2009-09-29 23:04:52 +00:00
Will Rossiter
16307e5562
MINOR: removed Text Length as width of the fields are overridden by css styles
2009-09-23 03:21:03 +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
8e80ffbc70
BUGFIX: fixed array to string conversion error with file fields
2009-07-05 07:29:24 +00:00
Will Rossiter
3351ef17b3
MINOR: fixed validation button width. MINOR: increased title to 255 chars rather then 50 to allow for longer checkboxs
2009-07-05 07:14:03 +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
d39ac10386
BUGFIX Removed call to parent::ExtraOptions() which doesn't exist
2009-06-08 06:48:25 +00:00
Sam Minnee
b637869b70
BUGFIX: Fixed readonly behaviour and boundary conditions for FieldEditor
2009-06-08 06:17:15 +00:00
Sean Harvey
df91c536de
BUGFIX If a field wasn't selected to add, show an nicer error instead of a php error
2009-06-08 04:53:42 +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
c62b555b9e
MINOR: fixed undefined array notice on the edge case of a request failing
2009-05-28 08:45:25 +00:00
Will Rossiter
7d39887df3
MINOR: optimized code when deleting multiple fields
2009-05-28 08:40:23 +00:00
Will Rossiter
d60a118083
MINOR: tidied up how saving of fields works to make it less brittle
2009-05-28 08:31:10 +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
182d1d4953
BUGFIX: readded missing content option
2009-05-14 22:54:42 +00:00
Will Rossiter
86bc91d1f2
BUGFIX: fixed permission system for the field editor view
2009-05-14 21:40:03 +00:00
Sean Harvey
7529460e80
BUGFIX Fixed userforms SQL to work with ANSI compatibility turned on
2009-05-12 01:48:04 +00:00
Will Rossiter
5588646af3
BUGFIX: updated editabletextfield to new userfield api
2009-05-10 23:26:22 +00:00
Will Rossiter
10d5f41f24
BUGFIX: fixed rules with date fields and header fields. Appilied components of #4006
2009-05-08 04:27:49 +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
f19924d92f
MINOR: fixed notices and tidied up code
2009-04-28 02:03:13 +00:00
Will Rossiter
9179149446
BUGFIX: fixed memberlist field
2009-04-27 06:17:02 +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
df26613d8b
MINOR: fixed undefined error when member list failed
2009-04-27 04:43:40 +00:00
Will Rossiter
0f21c475a6
MINOR: removed parent code
2009-04-27 04:32:47 +00:00
Will Rossiter
edb703d119
MINOR: refactored literalfield and formheading to use new mini structure
2009-04-27 04:01:06 +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
22a658b8c0
MINOR: removed dulicate code
2009-04-27 02:45:40 +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
a076630b9c
MINOR: changed field adding to use a dropdown field rather the a list of links that was getting unmanagable with all the fields
2009-04-27 00:20:20 +00:00
Will Rossiter
fc01169f69
MINOR: show field by default
2009-04-26 23:39:40 +00:00
Will Rossiter
c136fa4cc4
MINOR: refactored EditableCheckboxField to use custom settings field
2009-04-25 02:54:10 +00:00
Will Rossiter
058f606f48
MINOR: removed button which was no longer used
2009-04-25 02:53:30 +00:00