Commit Graph

40 Commits

Author SHA1 Message Date
Guy Sartorelli c893194775
DOC Update syntax for callout blocks (#1263) 2024-02-02 09:41:31 +13:00
Maxime Rainville 0a53cef94f DOC Correct title for userhelp 2022-08-20 21:03:34 +12:00
Florian Thoma 33e9a25688 ENH Add config to hide invisible fields from email output 2022-03-15 11:46:18 +11:00
Steve Boyd 81fcd669a2 FIX Show custom validation message for checkbox and radio groups 2020-07-21 17:30:55 +12:00
Steve Boyd 46c6d93d9c Merge branch '5.6' into 5 2020-07-17 23:24:37 +12:00
Maxime Rainville 575d1f99a4 Merge branch '5.5' into 5.6 2020-07-09 14:40:04 +12:00
Sacha Judd d24db1886d
Update docs/en/userguide/form-submissions.md
Co-authored-by: Bryn Whyman <bryn.whyman@silverstripe.com>
2020-07-07 10:40:08 +12:00
Sacha Judd a8c7623867 DOCS Add user help for securing file upload form submissions
[ci skip]
2020-07-06 17:19:26 +12:00
Chris Penny 0c09eec6f8
DOC Add docs around creating custom fields. Fixed #928 (#932)
* Add docs around creating custom fields
* Update docs/en/creating-custom-fields.md
Co-authored-by: Steve Boyd <emteknetnz@gmail.com>
2020-07-06 08:41:59 +12:00
Lukas 7adc42f6b8
update docs
fe5d183e69 missed one instance
2020-05-03 14:12:36 +02:00
Bryn Whyman d1b3b1629e
DOCS fixing anchor syntax 2020-01-31 15:58:37 +13:00
brynwhyman 0106683d57 DOCS additional note to keeping uploaded files secure
Touching up the documentation for userforms to advise how uploaded files can be kept secure.

Related (but does not address) #927
2020-01-31 15:51:18 +13:00
Ingo Schommer b4bd6e7968 DOCS Data protection and privacy note 2019-12-06 09:52:04 +13:00
Ingo Schommer c195fb20e6 DOCS Removed outdated maintainer info
Will can still contribute, but I think it's inaccurate to call him the "maintainer" at the moment.
It's more of a fluid concept, don't think declaring maintainers is useful to anyone here
2019-12-06 09:41:59 +13:00
wernerkrauss 55a9e235f2
Fix broken troubleshooting link 2018-10-22 10:59:06 +02:00
Franco Springveldt bb8f9173ec Merge pull request #662 from creative-commoners/pulls/5.0/update-docs
DOCS Update dev and userguide docs for SS4, new screenshots, etc
2017-09-22 16:04:52 +12:00
Robbie Averill 6836174a65 API Remove deprecated migrateSettings() and secure assets integration code 2017-09-21 09:40:04 +12:00
Robbie Averill 98731f42b6 DOCS Update dev and userguide docs for SS4, new screenshots, etc 2017-09-20 16:31:12 +12:00
Robbie Averill de3c8db399 API Remove deprecated methods in EditableFormField, add upgrade guide for UF 4-5 2017-09-19 16:04:48 +12:00
Robbie Averill eea60f66f1 FIX Fix CMS css name, remove old showcalendar DateField config, update CountryDropdownField 2017-08-22 16:40:16 +12:00
Ingo Schommer b571f81cc7 Suggest installing gridfieldqueuedexport 2016-11-28 16:46:02 +13:00
Damian Mooyman 7167f3a1c5 Merge pull request #501 from muskie9/enhancement/fileSizeLimit#430
ENHANCEMENT add customisable file upload size limit
2016-08-23 17:36:29 +12:00
Damian Mooyman c6c609a4c9 Merge remote-tracking branch 'origin/3.1'
# Conflicts:
#	code/forms/UserForm.php
#	code/model/UserDefinedForm.php
#	code/model/editableformfields/EditableFileField.php
#	code/model/editableformfields/EditableOption.php
2016-08-18 10:20:56 +12:00
muskie9 b701b250a3 ENHANCEMENT add customisable file upload size limit 2016-08-11 17:51:47 -05:00
muskie9 14b7c65859 BUGFIX progress bar button text change breaks buttons
fixes #488
2016-07-14 09:29:25 -05:00
Cam Findlay 935e55bd4a DOCS Userguide documentation improvements 2015-12-09 15:19:23 +13:00
madmatt 715be15a4d ENHANCEMENT: Add 'HideLabel' field for EditableLiteralField objects 2015-09-28 12:02:08 +13:00
David Craig 8ccc0c9152 Update docs to include requirements 2015-09-15 09:24:09 +12:00
Damian Mooyman 1dd787327a API Integrate with secure assets module 2015-08-28 16:30:41 +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
Ingo Schommer abae27f41f Clarified upload usage and security considerations 2015-08-28 10:11:43 +12:00
Christopher Pitt 08a57b8d6b Updated documentation 2015-08-21 11:21:40 +12:00
scott1702 cc67ddb98e clean up styles 2015-08-18 09:44:02 +12:00
scott1702 65f056171d update user docs to incl page breaks + fieldgrouping 2015-08-11 17:03:20 +12:00
David Craig 51864a6308 API new form editor 2015-08-10 13:15:59 +12:00
David Craig 2e5de487c8 Add option for displaying error messages at the top of the form 2015-07-22 09:19:48 +12:00
Damian Mooyman d17e8a773f API Custom rules for email recipients 2015-07-21 10:30:46 +12:00
David Craig 350fdee850 Add custom email templates
- Developers can add email templates via a configurable path.
  - Content editors can select the email templates via a dropdown.
  - Content editors can embed HTML content in emails.
  - Content editors can preview HTML emails.
  - Content editors can use field values (merge fields) in emails.
2015-07-21 08:32:34 +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
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