Commit Graph

463 Commits

Author SHA1 Message Date
Will Rossiter
4b350d9ec4 Remove generic description from lang files (Fixes #63) 2013-07-15 21:57:14 +12:00
Will Rossiter
55a5187f79 FIX: escape columns and tables for postgres 2013-07-15 21:52:30 +12:00
Will Rossiter
775eb66053 private statics for 3.1 2013-07-15 20:49:49 +12:00
Sean Harvey
67cb86b319 Merge pull request #139 from mateusz/allowed-actions
BUG Update allowed_actions on frontend Controller.
2013-07-08 20:27:27 -07:00
Mateusz Uzdowski
eae3283e4c BUG Update allowed_actions on frontend Controller. 2013-07-09 15:20:19 +12:00
Will Rossiter
3352fe38b0 Merge pull request #132 from Focus-Flow/bug/quotes-in-editableoption-title
BUG: support quotes in EditableOption Title
2013-06-04 02:52:18 -07:00
Will Rossiter
d20ab0dd89 Merge pull request #129 from silverstripe-rebelalliance/hackathon
BUG: Fixes #119 adds a tasks to clean up columns for EditableFormField
2013-06-04 02:51:11 -07:00
Freddy Vulto
4c7d50217f Fix duplication of custom rules. Rules may depend on fields. These internal field IDs in the targets now also get updated to their new names (GitHub: #19). 2013-06-04 21:48:29 +12:00
Jyrki Lilja
896e8591f7 BUG: Use $this->Title correctly. 2013-06-04 09:17:23 +03:00
Jyrki Lilja
0b0834c873 BUG: Fix radio field with " in Title. 2013-06-04 08:20:03 +03:00
Jyrki Lilja
e8aeb692fd BUG: Fix checkbox group with " in option titles. 2013-06-04 08:15:57 +03:00
Will Rossiter
1af685952a Use form icon in cms tree 2013-06-02 14:08:10 +12:00
Will Rossiter
cdf55bc9ce Use form page icon in page tree 2013-06-02 14:08:10 +12:00
Will Rossiter
b81e4cb7c9 FIX: update visibility of static 2013-06-02 14:08:10 +12:00
Kirk Mayo
a43988af60 BUG: Fixes #119 adds a tasks to clean up columns for EditableFormField 2013-05-25 16:03:59 +12:00
Sean Harvey
aa945f8421 Fixing docs to refer to "framework" instead of "sapphire" 2013-05-17 11:09:12 +12:00
Will Rossiter
f5049b71c5 Merge pull request #127 from theAlien-01/patch-1
userforms.yml: changed FieldEditor.js to UserForm.js (Issue #126)
2013-05-15 14:09:29 -07:00
theAlien-01
2fd2897306 userforms.yml: changed FieldEditor.js to UserForm.js (Issue #126)
Since the FieldEditor.js is replaced by UserForm.js, userforms.yml should point to that file.
2013-05-15 19:38:17 +03:00
Sean Harvey
e5f8d13b15 BUG SubmittedForm can't be created by non-ADMIN 2013-05-13 14:32:41 +12:00
Sean Harvey
3f223b691b BUG Normal users (non-ADMIN) can't create any email recipients 2013-05-13 14:31:25 +12:00
Will Rossiter
a126fb1630 Use new config API for adding cms additions 2013-05-11 11:39:07 +12:00
Ingo Schommer
b1d9481c57 Fixed composer constraints 2013-05-07 15:06:55 +03:00
Sean Harvey
f7a1735b7b Allow dev-master dependencies in composer 2013-05-06 20:11:38 +12:00
Will Rossiter
869d457417 Merge pull request #121 from halkyon/permission_fixes_non_admin
BUG Fixing non-ADMIN permission to view SubmittedForm/SubmittedFormField
2013-04-30 16:43:32 -07:00
Sean Harvey
3de6795aa4 BUG Fixing non-ADMIN permission to view SubmittedForm/SubmittedFormField 2013-05-01 10:49:57 +12:00
Will Rossiter
c5200d31b4 Merge pull request #120 from oddnoc/editable-country-dropdown-field-restore
Restore the EditableCountryDropdownField class
2013-04-24 16:13:52 -07:00
Fred Condo
756f15a4ac Restore the EditableCountryDropdownField class
Reverts "MINOR Removed the country dropdown field due to the framework
has removed the CountryDropdownField"

This reverts commit cbe1dce4ff.

Framework has not, in fact, removed CountryDropdownField. This commit
restores the EditableCountryDropdownField class.
2013-04-24 09:57:33 -07:00
Will Rossiter
4c79a2077a Merge pull request #117 from ARNHOE/patch-5
Updated dutch language
2013-04-22 16:39:15 -07:00
Will Rossiter
7eb5a74543 Merge pull request #118 from ARNHOE/patch-6
Fixed typo, live validation works again
2013-04-22 16:38:01 -07:00
ARNHOE
9ac8500b41 Fixed typo, live validation works again 2013-04-22 17:17:40 +03:00
ARNHOE
51c0d48420 Updated dutch language 2013-04-22 17:05:05 +03:00
Will Rossiter
b3805d2a8b Remove test for old submissions tab 2013-04-17 19:37:24 +12:00
Will Rossiter
a8ca0184c3 FIX: validate required fields even with rules. (Fixes #116) 2013-04-17 19:31:09 +12:00
Will Rossiter
3b9419ab7e Merge pull request #115 from ARNHOE/patch-4
MINOR: Update SS version
2013-04-14 14:35:25 -07:00
ARNHOE
716512e69f MINOR: Update SS version 2013-04-14 20:47:41 +03:00
Sean Harvey
48246c7e04 Updating composer.json to require 3.1 2013-04-10 11:59:42 +12:00
Sean Harvey
b800877d98 Merge branch '3.1-config-compatibility-fixes' of git://github.com/tractorcow/silverstripe-userforms into tractorcow-3.1-config-compatibility-fixes 2013-04-10 11:57:56 +12:00
Damian Mooyman
a0f48d636e BUG Fixed incorrect static member declaration
- Changed configurable static variables to private as per recent API updates to 3.1
- Use of statics as configurable variables replaced with config api usage
2013-04-10 11:35:58 +12:00
Sean Harvey
73b4909c5c Don't clear statics as public for 3.1 compatibility 2013-04-10 11:29:32 +12:00
Will Rossiter
fc83164b46 Merge pull request #112 from oddnoc/fix-summary-fields
BUG: Set the summary fields of UserDefinedForm_EmailRecipient
2013-04-04 16:31:10 -07:00
Fred Condo
f0f9ea702c BUG: Set the summary fields of UserDefinedForm_EmailRecipient dynamically via config system
You can't dynamically expose statics; that's a no-op in 3.1
2013-04-04 12:14:22 -07:00
Will Rossiter
ed46cfdb08 Merge pull request #107 from oddnoc/fix-statics
BUG: Fix access to static configuration variables
2013-04-03 23:35:13 -07:00
Sean Harvey
ba1841c3b1 Fixing allowed_actions to private for SS 3.1 compatibility 2013-04-04 16:26:37 +13:00
Fred Condo
656a9fbb4e BUG: Fix access to static configuration variables
- Make statics private
- Use Config::get rather than eval to read private statics
- Add a helper function to expose UserDefinedForm_EmailRecipient::$summary_fields
  (to make them available for i18n).
2013-04-03 14:31:37 -07:00
Will Rossiter
bd60ad80c0 Requires CMS Module 2013-04-03 22:01:56 +13:00
Will Rossiter
6504db285c Merge pull request #108 from AshKyd/master
Added a check to avoid printing empty labels on EditableLiteralFields
2013-04-02 19:41:07 -07:00
Ash Kyd
68bc428fe2 Added check for a blank title in the HTML Block/EditableLiteralField so we don't print empty labels. 2013-04-03 12:35:02 +10:00
Ingo Schommer
7dc2bd9675 Travis support 2013-03-29 09:54:12 +01:00
Sam Minnée
8fb39f846e Merge pull request #105 from ss23/patch-1
Uncasted user input cause SQL issues
2013-03-24 16:31:07 -07:00
Stephen Shkardoon
5c9a962b21 Uncasted user input cause SQL issues 2013-03-24 23:35:23 +13:00