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
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