Bram de Leeuw
dfc3f2f4be
added missing semicolons
...
Added two missing semicolons
2016-04-26 10:39:45 +02:00
Daniel Hensby
9e32030ad2
Merge branch 'pulls/core-validation' of https://github.com/tractorcow/silverstripe-userforms into tractorcow-pulls/core-validation
2016-04-22 14:43:39 +01:00
Will Rossiter
32ae99112c
Merge pull request #458 from dnadesign/master
...
Added routing for UserDefinedForm_Controller
2016-04-22 12:09:54 +12:00
Damian Mooyman
5349bb7d3b
API Use core validation for form submission
...
Fixes #350 and fixes #404
This change abandons validation via EditableFormField::validateField, as it bypassed too many core validation mechanisms (RequiredFields, etc).
In order to enforce consistency of editable field validation, display rules have been hard-disabled when a field is marked as required.
Since this removes functionality, I have incremented the major version number
2016-04-18 12:04:21 +12:00
Remy Vaartjes
9b5a3c2d67
Make sorting of options possible
...
Options are not sortable, please implement this change.
2016-04-14 16:40:45 +02:00
jkRoberts
9922ab36ce
Updating getFormField to use upload field if config isset.
2016-04-08 11:47:53 +12:00
Daniel Hensby
4dbd35dfb0
Merge pull request #387 from rasstislav/patch-6
...
Translation fixes
2016-03-23 19:13:02 +00:00
Julian Seidenberg
4d1b10425f
BUG fixing bug that prevents non-admin users from editing user defined form fields.
2016-02-16 17:58:04 +13:00
David Craig
c3b3e1cc7a
Add placeholder to Numeric and Email fields
2015-12-11 14:50:12 +13:00
rasstislav
9b18afd592
Translation fixes
2015-11-17 17:35:35 +01:00
Damian Mooyman
16472b8827
BUG Prevent subsequent write being triggered in onAfterWrite()
...
Fix minor JS error
2015-10-28 14:51:00 +13:00
Damian Mooyman
881fa401cb
Merge pull request #358 from madmatt/pulls/hide-literalfield-label
...
ENHANCEMENT: Add 'HideLabel' field for EditableLiteralField objects
2015-10-22 10:15:56 +13:00
madmatt
715be15a4d
ENHANCEMENT: Add 'HideLabel' field for EditableLiteralField objects
2015-09-28 12:02:08 +13:00
Peter Thaleikis
96fd658c0d
adding some spaces for better readability in
2015-09-24 10:40:30 +12:00
Damian Mooyman
1bf826d34e
BUG Fix displayrule versioning
2015-09-18 11:07:58 +12:00
Peter Thaleikis
20cc915236
remove trailing spaces in the codebase
2015-09-11 10:20:06 +12:00
Peter Thaleikis
3434cb2cec
converting spaces as intentation to tabs
2015-09-11 00:08:13 +12:00
Damian Mooyman
c4a95d59dc
Merge pull request #320 from chillu/pulls/allowed-extensions-blacklist
...
API Disallow HTML uploads by default, make extensions configurable
2015-08-28 15:15:37 +12:00
Ingo Schommer
1794ef3594
API Disallow HTML uploads by default, make extensions configurable
...
HTML uploads are only relevant for SilverStripe 3.1,
since they're disallowed by default from 3.2 onwards in
the File.allowed_extensions configuration already.
2015-08-28 10:44:07 +12:00
Marco Kernler
fc16557b1d
Added placeholder support for the EditableTextField
2015-08-27 13:54:28 +02:00
scott1702
cfa1f8345a
add warning about publicly accessible files
2015-08-27 18:10:13 +12:00
David Craig
e9ef2a03aa
Consistant treatment of field's right title
2015-08-21 15:21:33 +12:00
David Craig
952b9eafb0
Update multiple option field's template
2015-08-21 09:51:33 +12:00
Damian Mooyman
ee62d8956f
Merge pull request #295 from scott1702/feature/multi-page-forms-v2
...
fix heading fields only being <h> upon creation
2015-08-18 18:07:58 +12:00
scott1702
185eec3651
fix heading fields only being <h> upon creation
...
Change text from 'step' to 'page'
2015-08-18 17:45:25 +12:00
Damian Mooyman
ef888eda4b
BUG Fix compatibility with php 5.3.3
2015-08-18 17:10:23 +12:00
David Craig
9907ac604f
API support for conditional steps
2015-08-18 10:51:03 +12:00
Damian Mooyman
0a8c7636d7
BUG Fix double encoding of validation errors
2015-08-17 17:23:45 +12:00
Christopher Pitt
bab2f2a074
Merge pull request #34 from tractorcow/pulls/fix-lots-of-bugs
...
BUG Fix issues when adding new formfields:
2015-08-17 15:13:55 +12:00
Damian Mooyman
5b8a9e7b04
Rename 'Radio field' to 'Radio Group'
2015-08-17 14:05:50 +12:00
Damian Mooyman
9535a2acd7
BUG Fix issues when adding new formfields:
...
- Page no longer reloads on new field
- Preview mode no longer errors on new field
- Sort order of field dropdown is ordered
- Default field type to Text field instead of abstract base class
- Ensure fields named 'Field' is invalidated.
2015-08-17 13:56:16 +12:00
Christopher Pitt
85f47e3623
Added segment field
2015-08-14 15:39:30 +12:00
Damian Mooyman
a1d7feedae
Update form editor colours
2015-08-14 14:51:56 +12:00
Damian Mooyman
f1c408d3f4
BUG Fix form submission
...
BUG Fixed display logic
2015-08-13 18:57:23 +12:00
Damian Mooyman
7107ad7072
API Formfield validation for nested groups and pages
2015-08-13 12:24:54 +12:00
Damian Mooyman
4adc698e0f
API Frontend form fields for nested composite fields
2015-08-12 16:08:32 +12:00
Damian Mooyman
a8ee26ec50
API Add field group (unfinished)
2015-08-12 09:57:54 +12:00
David Craig
1722e6ba40
Apply user defined values to form
2015-08-11 16:55:23 +12:00
Damian Mooyman
9f112e3b23
Add "Add page break" button
...
Fix unit test failures
2015-08-11 14:18:46 +12:00
David Craig
65651387e0
Update step rendering
2015-08-11 10:07:13 +12:00
David Craig
d83a450307
Initial multi-page form
2015-08-10 13:17:48 +12:00
David Craig
47c3df9c64
Make form editor a GridField
2015-08-10 13:17:48 +12:00