Commit Graph

757 Commits

Author SHA1 Message Date
Will Rossiter
15f1df242b Merge pull request #258 from xini/fix-plain-text-email-format
place colon after field name for better usability of plain text emails
2015-04-28 17:26:19 +12:00
Will Rossiter
7badef5c35 Merge pull request #260 from 3Dgoo/feature/before-update-cms-fields
Wrapping getCMSFields fields with beforeUpdateCMSFields
2015-04-28 11:02:46 +12:00
Michael
8ec1191da0 Wrapping getCMSFields fields with beforeUpdateCMSFields 2015-04-20 11:28:15 +09:30
Florian Thoma
d9dde81657 place colon after field name for better usability of plain text emails 2015-04-12 09:30:10 +10:00
Damian Mooyman
83c2774c45 Update translations 2015-02-23 16:54:31 +13:00
Ingo Schommer
10cb3b25fb Merge pull request #254 from tractorcow/pulls/fix-js
BUG Use correct api for assigning field value
2015-02-23 11:42:52 +13:00
Damian Mooyman
68b29e13e2 BUG Use correct api for assigning field value
BUG Fix encoding of cms add-option in js
ENHANCEMENT Sanitise literal HTML content
2015-02-23 11:41:23 +13:00
David Craig
99ac1a3e20 Disable the 'Submitted by' dropdown in form submissions view 2015-01-06 16:59:34 +13:00
Will Rossiter
96fb8edd66 Merge pull request #245 from 3Dgoo/feature/custom-error-messages-fix
Fixing and adding form field custom error messages code.
2014-12-22 15:05:53 +13:00
Michael
fc0667599c Fixing and adding form field custom error messages code. 2014-12-22 12:19:33 +10:30
Will Rossiter
729318fc0a Merge pull request #241 from nhorstmeier/Bugfix_196
BUGFIX set email recipient on initial write()
2014-12-08 22:17:41 +13:00
Will Rossiter
de66d6f010 Merge pull request #243 from dhensby/master
Adding .editorconfig
2014-12-05 15:22:45 +13:00
Daniel Hensby
83d006af53 Adding .editorconfig 2014-12-04 15:43:27 +00:00
Will Rossiter
4cdf44a1ef Update UserDefinedFormControllerTest.php 2014-12-03 14:52:57 +13:00
Will Rossiter
fab09be3ab Merge pull request #242 from silverstripe-scienceninjas/pulls/checkbox-rules-fix
Use $.prop() to query checkboxes
2014-12-03 14:12:10 +13:00
David Craig
c33b8ddec1 Use $.prop() to query checkboxes 2014-12-03 13:59:42 +13:00
Will Rossiter
319d1972b1 FIX: Dropdowns not responding to conditional logic
Ensures the correct actions are listened for.
2014-12-02 19:49:03 +13:00
muskie9
7e92af61fd BUGFIX set email recipient on initial write()
This checks if the Form() relation ID is set, if not, then grab the current page from the session and use it's ID to get teh Editable Fields for dropdowns.

fixes #196
2014-12-01 14:46:02 -06:00
Will Rossiter
7a76626cd2 Redirecting to the form success message location for longer pages 2014-11-28 18:16:50 +13:00
Damian Mooyman
e3c7673af9 Merge pull request #240 from briceburg/master
remove unnecessary call to getURLParams()
2014-11-26 11:38:11 +13:00
Brice Burgess
833f171496 remove unnecessary call to getURLParams()
The result of getURLParams was never used / cleaned up -- and it breaks the ability to edit a UserDefinedForm in a GridField.  (eg via the holderpage or versioned-gridfield module)
2014-11-25 17:09:06 -05:00
Will Rossiter
8303f27c39 Merge pull request #238 from logicbrush/hotfix/translatable_fix
fix naming of gridfield so it works with translatable.
2014-10-28 15:25:58 +13:00
John Learn
083bba0c75 update failing test w/new field name. 2014-10-27 11:38:14 -04:00
John Learn
75858dab7a fix naming of gridfield so it works with translatable. 2014-10-21 12:52:43 -04:00
Simon Welsh
fcba06c166 Merge pull request #233 from hailwood/patch-1
Add missing , for EditableCheckboxGroupField
2014-08-25 16:42:29 +10:00
Matthew Hailwood
7e3ac89503 Add missing , for EditableCheckboxGroupField
Missing the , is breaking validation
2014-08-25 18:33:21 +12:00
Damian Mooyman
e20ee394f2 Fix master branch version to 2.0 2014-08-21 15:59:47 +12:00
Damian Mooyman
0e3837492b Remove empty translation 2014-08-21 15:51:03 +12:00
Sean Harvey
8e0947ead3 Updating translations 2014-08-20 09:29:30 +12:00
Will Rossiter
66a4d82d3a Update to validate 1.13.1 (Fixes #230) 2014-08-12 20:05:47 +12:00
Sean Harvey
ba91933ecd Merge pull request #228 from tractorcow/pulls/docs2
Update docs with images and better wording
2014-08-12 11:27:30 +12:00
Damian Mooyman
3f91cf017a Update docs with images and better wording
Sourced from pre existing documentation
2014-08-12 11:22:21 +12:00
Will Rossiter
e8e41826da Add getEditableField() helper 2014-08-11 11:12:00 +12:00
Will Rossiter
23963e2a47 FIX: disable jquery.validation with date fields
Inconsistent with date locale formats.
2014-08-11 11:09:31 +12:00
Will Rossiter
c3386b48b2 Update jquery.validate 2014-08-07 12:26:06 +12:00
Will Rossiter
9f74bf016f Fix checkbox use matching on [] causes issues. 2014-08-07 12:26:06 +12:00
Will Rossiter
4215a19cee Fix missing comma's 2014-08-07 11:31:18 +12:00
Will Rossiter
44eaf5432a Merge pull request #229 from dnadesign/fixOptionCLass
Improved FieldEditor to dynamically get the class for EditableOptions
2014-08-06 15:28:43 +12:00
James Ayers
0f90ce9596 Improved FieldEditor to dynamically get the class for EditableOptions 2014-08-06 15:23:51 +12:00
Will Rossiter
42932ea47f Add flags to configure use of cookies.
Adds 2 new flags to the CMS:

- DisableCsrfSecurityToken
- DisableAuthenicatedFinishAction

DisableAuthenicatedFinishAction disables the session check on the finish completed action as this normally validates the user correctly posted a form. This page is normally just basic content so requiring a session cookie is sometimes a hassle.

DisableCsrfSecurityToken allows security token to not be added to the form. Normally acceptable as forms don't usually alter the state of the database.
2014-07-27 20:51:23 +12:00
Will Rossiter
5568ee7875 Fix CheckboxGroupField validation (Fixes #209) 2014-07-25 14:53:13 +12:00
Mateusz U
9b245ff3fc Merge pull request #224 from tractorcow/pulls/docs
Added user documentation (don't merge - pending review)
2014-07-25 09:05:50 +12:00
mikeyc7m
386eb363ad Use numericfield for EditableNumericField
Add support for minimum and maximum values
2014-07-24 21:39:07 +12:00
Damian Mooyman
da8c5af6e5 Added user documentation.
Split README.md and docs/en/index.md so that One is targeted towards users visiting the github repo, and the other for browsing a documentation repository.
2014-07-22 14:53:18 +12:00
Will Rossiter
32b9b42f3a Merge pull request #223 from Liongold/master
Extra Space at line 1018 of UserDefinedForm.php
2014-07-13 09:02:38 +12:00
Liongold
dbb68258c5 Extra Space at line 1018
When a user chose the Plain Text option, the first field would have a blank space preceding the field name.
2014-07-12 17:52:16 +02:00
Liongold
e6eefe9528 Merge pull request #1 from silverstripe/master
Syncing fork repo with base repository
2014-07-12 17:50:03 +02:00
Will Rossiter
c77830bd2f Pass submission to finished action. 2014-07-12 09:43:52 +12:00
Will Rossiter
83069113d1 Merge pull request #222 from alex-dna/patch-1
Update UserDefinedForm.php
2014-07-09 16:32:48 +12:00
alex-dna
248ff61ebe Update UserDefinedForm.php
Add updateAfterProcess hook
2014-07-09 16:32:10 +12:00