Stig Lindqvist
93d7da417a
MINOR Template updates to support SS 3.0
...
- Use the correct path to the icons where ever they might be
- Print out added HTML attributes for FieldEditor to support data-add-url set via PHP
2012-05-07 17:41:29 +12:00
Stig Lindqvist
4f50dd287e
MINOR Deprecation fixes to the SubmittedFormTest
2012-05-07 17:41:29 +12:00
Stig Lindqvist
4e2854bb08
MINOR Must follow parents signature
2012-05-07 17:41:29 +12:00
Stig Lindqvist
98256fc8bf
MINOR Circumvent the sloppy array_key_exists() check in YAMLFixture::writeDataObject() by adding ID fields to SubmittedFormTest.yml
2012-05-07 17:41:29 +12:00
Stig Lindqvist
958d49556d
MINOR Overriding methods must have the same signature declaration as the parent class due to E_STRICT.
2012-05-07 17:41:29 +12:00
Stig Lindqvist
816edabd3f
MINOR Added public keyword for methods (style guidelines)
2012-05-07 17:41:29 +12:00
edchipman@gmail.com
c036af79ab
MINOR: Added a few extension points to allow tapping into various areas
2012-05-07 17:41:29 +12:00
edchipman@gmail.com
362a76aee0
MAJOR: Repaired language files, there was duplicate indexes in the file
2012-05-07 17:41:29 +12:00
edchipman@gmail.com
9a93b1d28b
MAJOR: Migrated language files to yaml in for SS 3.0 support
2012-05-07 17:41:29 +12:00
edchipman@gmail.com
d7bd212008
MINOR: CSS tweak to bring closer to new CMS
2012-05-07 17:41:29 +12:00
edchipman@gmail.com
9fcc3e38f3
MINOR: Updated icons so they blend better with the new cms styles
2012-05-07 17:41:29 +12:00
edchipman@gmail.com
ef3953fc68
Replaced instances of new DataObjectSet() with new ArrayList()
...
Removed Validator::set_javascript_validation_handler() call
2012-05-07 17:41:29 +12:00
edchipman@gmail.com
5de26cd897
Replaced all instances of new FieldSet() with new FieldList()
...
Replaced the complex table field used for editing the email recipients with GridField
Replaced instances of SAPPHIRE_DIR with FRAMEWORK_DIR
Replaced instances of sapphire/ in css and templates with framework/
Re-organized tabs on user defined form so they are top level
Replaced calls to toDropdownMap() with map()
Renamed getCMSFields_forPopup() top getCMSFields()
2012-05-07 17:41:29 +12:00
Will Rossiter
584219b0b5
Merge pull request #29 from guywatson/master
...
BUGFIX: fix link not appearing in submitted form fields.
2012-04-19 17:45:12 -07:00
guywatson
94b491e125
Incorrect Logic
2012-04-20 10:12:03 +10:00
Will Rossiter
aa67b9da2f
FEATURE: allow users to enter extra classes on form fields via the cms. PATCH via TotalNet. Fixes : #5791
2012-04-14 23:03:43 +12:00
Will Rossiter
965d8d00b0
BUGFIX: fix error location for radio fields. Fixes #5635 and #6846 .
2012-04-14 22:43:02 +12:00
Will Rossiter
bb1c4d8043
Merge branch 'master' of github.com:silverstripe/silverstripe-userforms
2012-04-14 22:01:23 +12:00
Will Rossiter
0978a1ebf8
BUGFIX: avoid validating fields which have the potential to be hidden. Fixes #5406 and #3
2012-04-14 22:00:13 +12:00
Will Rossiter
2c9e68a928
MINOR: clean up of project. MINOR: removed versioned task. Out of date for usage.
2012-04-14 21:59:56 +12:00
Will Rossiter
7cd37cf0a3
Merge pull request #7 from marcokernler/url-params
...
FEATURE: Allow pre filled form fields via url params
2012-04-13 18:01:01 -07:00
Will Rossiter
c957af1c29
Merge pull request #9 from icecaster/patch-1
...
ENHANCEMENT: use CountryDropDownField instead of DropdownField
2012-03-22 15:32:05 -07:00
Tim Klein
c72d7f09fb
using CountryDropDownField instead of DropdownField to make use of the extra functionality provided through CountryDropdownField, such as defautling to visitor country
2012-03-23 09:41:19 +13:00
Will Rossiter
bbc6d71ed8
Merge pull request #8 from guywatson/patch-1
...
BUGFIX fix inclusion of jquery-ui in post-2.4 branch.
2012-02-16 14:26:58 -08:00
guywatson
5b19360f08
Added another require line, so that the jquery-ui.custom.js is included. This is because this file was renamed in the post 2.4 branch of SS
2012-02-14 14:41:15 +11:00
marcokernler
ab7e53fb6f
MINOR - Added escaping for values passed by url params
2011-12-20 22:17:23 +01:00
marcokernler
e24e9b4245
MINOR - Now follows the coding conventions
2011-12-20 22:15:49 +01:00
marcokernler
81afd90761
MINOR - Added documentation to the readme
2011-12-20 22:07:40 +01:00
marcokernler
c575c8d981
MINOR - Allow pre filled form fields via url params
2011-12-19 16:47:22 +01:00
Will Rossiter
350a6fa65d
Merge pull request #6 from mattclegg/master
...
BUGFIX: fixed non javascript validation. MINOR: Tidied-up formatting.
2011-12-05 15:33:59 -08:00
Will Rossiter
a832a09910
MINOR: update master lang file
2011-12-06 09:59:18 +13:00
Will Rossiter
2ea28495f7
BUGFIX: fix titles and labels being escaped multiple times resulting in html entities displaying in submission pages, export and emails. Fixes http://open.silverstripe.org/ticket/6787
2011-12-05 23:19:20 +13:00
Will Rossiter
2dac28ade9
MINOR: remove changelog, out of date and unneccessary
2011-12-05 22:44:23 +13:00
Will Rossiter
958677bc44
BUGFIX: workaround for drag not firing when adding options
2011-12-05 21:57:34 +13:00
Will Rossiter
a81a164bcf
FEATURE: allow EditableLiteralFields to be hidden from report extracts. Fixes http://open.silverstripe.org/ticket/6704
2011-12-05 21:38:10 +13:00
Will Rossiter
7148d3e91f
MINOR: use title case for EditableTextField. Fixes http://open.silverstripe.org/ticket/5799
2011-12-05 21:18:56 +13:00
Will Rossiter
51dfce8680
Merge pull request #5 from swaiba/master
...
BUGFIX send correct mimie types for attached files.
2011-11-25 13:04:57 -08:00
swaiba
cbcd6c9eff
ensure correct mime type of attached file - this was failing because Mimesweeper not liking the "Content-Type" and they see the following warning:
...
Bad Data
Recognize SMTP messages
The Content-Type header is invalid - Word document; name="SOMEDOCUEMNT.doc"
2011-11-25 16:48:42 +00:00
Will Rossiter
5ca720b508
BUGFIX When using a single rule that with a hidden condition, cms would not correctly reflect the database
2011-10-22 10:10:30 +13:00
Will Rossiter
13c0bfb017
MINOR update master language file.
2011-10-22 09:21:16 +13:00
Will Rossiter
9020ce82d0
MINOR: files uploaded from forms should be hidden from the search engine
2011-09-16 11:47:09 +12:00
Will Rossiter
bb2ac5e137
MINOR: dropped in new icon set of the module. Thanks to Jan (eformation.de)
2011-05-09 09:27:56 +12:00
mattclegg
8f8eab018c
MINOR Tidied-up formatting
2011-04-08 18:39:05 +01:00
mattclegg
a7a3dcb945
BUGFIX Added validation (for non javascript submits)
2011-04-08 18:36:01 +01:00
Will Rossiter
fed25ad45b
BUGFIX: added exists() check on getFormFields (via Bruce Walter) to prevent fieldless forms. BUGFIX: if built form is empty still strip the $UserDefinedForm token out of the content.
2011-03-21 09:14:45 +13:00
Ingo Schommer
eac0077cb6
BUGFIX Loose type check in SubmittedFormEmail.ss in order to stay compatible with trunk SSViewer rewrite (1 != '1')
2011-03-14 14:52:56 +13:00
Will Rossiter
062770da17
BUGFIX: fixed rule value fields being hidden on load. BUGFIX: use delegate rather than live for select field changes as IE7/8 will not trigger live changes.
2011-03-06 15:47:01 +13:00
Will Rossiter
23ba211310
BUGFIX: tidied up message output from UDF. MINOR: syntax fixes from JSLint. ENHANCEMENT: introducted the userforms namespace for future abstraction.
2011-03-06 14:20:01 +13:00
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
Ingo Schommer
a315343c39
MINOR Migrated readme from doc.ss.org
2011-02-12 12:49:34 +13:00