Commit Graph

625 Commits

Author SHA1 Message Date
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
Will Rossiter
6f1f3a2c40 FIX: if type has not been selected, do not attempt to create a new field 2013-03-21 23:32:05 +13:00
Will Rossiter
b096cf611a FIX: update DropdownField usage for 3.1 2013-03-21 23:22:51 +13:00
ARNHOE
b445a308ed FIX: update templates for 3.1 template syntax 2013-03-21 23:05:17 +13:00
Mark Guinn
644dd58558 Added files from old submodules directly 2013-03-18 19:06:47 -04:00
Mark Guinn
b2798abc38 Removed cached submodule leftovers 2013-03-18 19:06:12 -04:00
Will Rossiter
416a5b8864 FIX: fix submissions grid field in 3.0 versions (#96, #100) 2013-03-16 12:18:51 +13:00
Will Rossiter
5d3d3e1b00 Don't use submodules until github downloads support 2013-03-16 11:43:43 +13:00
Will Rossiter
cc303e01ce Merge pull request #98 from mschilder/patch-2
Update UserDefinedForm.php
2013-03-15 14:22:53 -07:00
Will Rossiter
b88376d05e Merge pull request #97 from mschilder/patch-1
Update nl_NL.yml
2013-03-15 14:22:37 -07:00
mschilder
caec25101d Update UserDefinedForm.php
Changed two typos: UserDefinedform must be UserDefinedForm
2013-03-15 12:32:07 +01:00
mschilder
15f1b7992d Update nl_NL.yml
Dutch language improvements
2013-03-15 12:27:43 +01:00
Will Rossiter
5935b1c0bb Fix composer syntax 2013-03-06 21:03:04 +13:00
Will Rossiter
2fc456d5b0 Master requires SS3.1 2013-03-06 21:00:42 +13:00
Will Rossiter
75fb471f2c FIX use sqlquery for building sort query 2013-03-05 11:36:39 +13:00
Will Rossiter
c4c547321c NEW Filter submissions by created date 2013-03-05 11:10:23 +13:00
Will Rossiter
8e252c88ed NEW Migrate submissions section to a GridField instance. (Fixes #94) 2013-03-05 10:45:54 +13:00
Will Rossiter
527b63786d FIX Resolve issue with multiple dependent rules
Implementation of the rules required that a dependent field could only rely on one implementation. This patch joins all those dependencies together in one function to exclude. Tests / a rewrite of this behavior is on the horizon.
2013-02-27 16:05:30 +13:00
Will Rossiter
ef56577e66 Merge pull request #92 from ivoba/master
Improved german translation
2013-02-11 14:11:46 -08:00
ivo
da8e9440ea MINOR improved german translation
MINOR improved german translation

MINOR improved german translation
2013-02-11 14:45:37 +01:00
Will Rossiter
55c455b802 FIX: remove redundant extension definition 2013-02-04 20:15:07 +13:00
Will Rossiter
44c4997be2 Merge pull request #90 from ARNHOE/patch-3
MINOR: Updated nl language
2013-01-29 20:51:50 -08:00
ARNHOE
a2147062f3 MINOR: Updated nl language
Updated NL Language, plus added the three new lines already. See: https://github.com/silverstripe/silverstripe-userforms/pull/89
2013-01-29 16:16:35 +01:00
Will Rossiter
9bc319f7c3 Merge pull request #88 from ARNHOE/patch-1
Update Dutch Language
2013-01-29 03:24:28 -08:00
ARNHOE
d267a0427c Update Dutch Language
It's weird to see these hasn't been updated yet and have alot of English words. I have commited the language file that I use for my Dutch customers.
2013-01-29 11:48:29 +01:00
Will Rossiter
ae538f1797 Run git submodule when updating the module to get dependancies 2013-01-29 23:08:43 +13:00
Menno Schilder
3015997bdf Added Placeholders.js to enable placeholder functionality in IE9 and below 2013-01-29 22:46:34 +13:00
Menno Schilder
70f45d82f4 Updated README.md with git submodule update info 2013-01-29 22:46:34 +13:00
Menno Schilder
9b8feba74b Change CSS to better match newly added Checkboxes 2013-01-29 22:46:34 +13:00
Menno Schilder
cd9af7e13f Added options to enable live validation and hide field labels 2013-01-29 22:46:34 +13:00
Menno Schilder
376cc8653a Add jquery validate as submodule 2013-01-29 22:46:34 +13:00
Menno Schilder
ddfc9026f0 Removed older version of jquery-validate 2013-01-29 22:46:33 +13:00
Prem Mariappan
203898bd1a FIX: duplicate replyTo addresses appended 2013-01-29 22:40:28 +13:00
Will Rossiter
866d68e556 Merge pull request #84 from ivoba/master
Improved german translation.
2013-01-29 00:47:51 -08:00
Will Rossiter
6f671d304d FIX: save a null value instead of upload data. (Fixes #87) 2013-01-29 21:44:00 +13:00
Will Rossiter
22c4081e89 Merge pull request #85 from smindel/master
FIX malformed ajax url for adding options when used in combination with translatable
2013-01-28 12:14:25 -08:00
Andreas Piening
9b5cd20a8a propperly append urlsegments preserving query and fragment 2013-01-28 16:57:05 +01:00
ivo
dc718cfe32 german translation 2013-01-24 10:58:01 +01:00
Will Rossiter
db38ca8a65 Merge pull request #79 from dospuntocero/patch-1
Update lang/es_ES.yml
2013-01-11 13:47:13 -08:00