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
Francisco arenas
873a34c3d9
Update lang/es_ES.yml
...
translation complete.
2013-01-11 13:11:54 -02:00
Will Rossiter
11faca4d3f
Merge pull request #77 from silverstripe-droptables/translatable-compatible-tidyups
...
Code-style fixes
2012-12-16 19:29:54 -08:00
Robert Curry
6f376de8d9
Code-style fixes
2012-12-17 08:50:33 +13:00
Will Rossiter
31659ed61c
Merge pull request #76 from silverstripe-droptables/translatable-compatible
...
FIX: Build URLs to respect other parameters
2012-12-13 18:23:45 -08:00
Robert Curry
2861bbdf0c
BUG Build URLs to respect other parameters
2012-12-14 14:55:31 +13:00
Sean Harvey
3923ec325d
Adding ability to extend EmailRecipients so they can be filtered
2012-12-11 17:09:02 +13:00
Ruud Arentsen
75c6d40fa4
BUG Fix the 'always modified' label in treeview. Fixes #48 .
...
userforms always reported 'modified' in the sitetree. Fixed the issue by
checking the userdefinedform record and the formfields.
2012-10-18 20:19:33 +13:00
Will Rossiter
0aa9572f2c
FIX redirect user to form on validation error. ( Fixes #62 )
2012-10-14 11:45:47 +13:00
Sean Harvey
1cba24880b
Fixing deprecated call to Director::redirectBack()
2012-10-11 15:18:51 +13:00
Will Rossiter
046ac0696b
Merge pull request #59 from vikas-srivastava/composer
...
Bug : Removed errors from Composer.json
2012-09-30 23:02:16 -07:00
vikas srivastava
3972b5778e
Bug : Removed errors from Composer.json
...
Contains some minor bugs :
1 - JSON doesn't allow multi line string so making "description" field in single line.
2 - Author Info should contain at-least one author "name" , "email" .
2012-09-29 14:25:25 +05:30
Will Rossiter
6d8d648280
Merge pull request #58 from bummzack/master
...
FIX: non admin user rights viewing EmailRecipients.
2012-09-24 22:33:30 -07:00
Roman
019f782d2e
Added "canView" permission to EmailRecipient. Fixes an issue with non-admin rights in SS3
2012-09-24 19:02:33 +02:00
Will Rossiter
217836d552
Merge pull request #57 from vikas-srivastava/composer
...
NEW Add composer.json
2012-09-21 14:18:13 -07:00
vikas srivastava
04f68f8373
New : Added composer.json
...
Added composer.json file which will help this module for submission on
proposed extension.silverstripe.org website.
2012-09-21 15:41:46 +05:30
Will Rossiter
63593e73ab
FIX: refresh sortable *after* loading new content
2012-09-11 21:32:48 +12:00
Will Rossiter
7cc7bb4ce6
Add description to page type
2012-09-11 21:32:48 +12:00
Will Rossiter
ee8ca5caf1
NEW: allow setting of custom reply to address rather than from address. ( Fixes #28 )
2012-09-11 21:32:47 +12:00
Will Rossiter
19b29a4c66
Updated license
2012-09-11 21:32:47 +12:00
Will Rossiter
5da28aa6a9
Updated lang/en.yml
2012-09-11 21:32:47 +12:00
Will Rossiter
e0a476ea15
FIX: make email recipients dropdowns unselectable in 3.0 API
2012-09-11 21:32:47 +12:00
Will Rossiter
90ba5031ab
Merge pull request #51 from mateusz/report-visibility-master
...
ADD Add report visibility setting to EditableFormHeading
2012-09-11 00:27:40 -07:00
Mateusz Uzdowski
eb1b9b62cd
BUG Fix the date field conditional to work with dropdown.
...
In this case they keyup will not be triggered at all.
2012-09-11 18:56:29 +12:00
Mateusz Uzdowski
1fa4c2d81d
BUG Fix the edge cases for radio button conditionals.
...
The specific situation this is fixing is that when server-side
validation fails and results in form having non-default values. In this
case the visibility might not be correct and will need to be updated.
Also, we cannot rely on onclick events on radio group to find out the
current value when we are loading - instead we need to actually find
out the currently selected radio button.
Fixes the IsBlank and IsNotBlank conditions as well.
2012-09-11 18:56:29 +12:00
Will Rossiter
a38729073f
Merge pull request #50 from mateusz/prevent-expiry-master
...
BUGFIX: prevent form from expiring on users - ping regularly.
2012-09-10 20:40:45 -07:00
Mateusz Uzdowski
bcd9083d1c
BUGFIX: prevent form from expiring on users - ping regularly.
...
The form throws a CSRF error if left for too long by itself. This is
especially important for long forms.
Use local ping function, as the CMS ping returns 403 when BasicAuth is
enabled.
2012-09-11 10:12:15 +12:00
Mateusz Uzdowski
d1b6ec224d
ADD Add report visibility setting to EditableFormHeading
...
Same as already existing setting on EditableLiteralField.
2012-09-10 16:07:52 +12:00
Will Rossiter
e92551b2da
Merge pull request #47 from silverstripe-droptables/ui-fixes
...
BUG: Too many tabs
2012-08-18 21:15:51 -07:00
Naomi Guyer
104a584ebf
BUG: Too many tabs
...
Combined a few tabs so that the interface is a little less cluttered
when adding this module. When this is
fixed:http://open.silverstripe.org/ticket/7268 it is recommended that
user forms add it's own parent tab to the ui to group user forms tabs
together.
2012-08-13 11:29:42 +12:00
Will Rossiter
c1c689b466
Merge pull request #43 from silverstripe-rebelalliance/open/7314
...
Coding conventions (#7314 )
2012-07-21 03:26:13 -07:00
Kirk Mayo
e4875edd05
BUG: Coding convention changes mainly replacing spaces with tabs
2012-07-17 16:09:31 +12:00
Kirk Mayo
eba5edd60b
BUG: open ticket 7314 fixing some bugs that have been found
2012-07-17 15:58:24 +12:00
Will Rossiter
e8a0c7d338
Merge pull request #41 from silverstripe-rebelalliance/open/7314
...
BUGFIX: Fix the PHPUnit tests for SS 3.0. Fixes #7314
2012-06-21 21:25:34 -07:00
Kirk Mayo
4335d8d910
#BUGFIX: ticket 7314 fixing the PHPUnit tests for SS 3.0
2012-06-22 12:21:08 +12:00
Will Rossiter
74eaee0d13
Merge pull request #40 from mango9/master
...
MINOR: Use setRows() and instead of constructor arguments
2012-06-07 21:28:27 -07:00
Paul Meyrick
077ce6c645
MINOR: Use setRows() and instead of constructor arguments
2012-06-08 16:18:36 +12:00
Will Rossiter
5d2629fb60
Merge pull request #39 from silverstripe-droptables/ssexpress
...
MINOR: Fix use of deprecated methods and dropdown styling
2012-06-04 22:24:13 -07:00
Mateusz Uzdowski
70bcac03cc
BUGFIX: fix for the Chosen dropdown to show the items
2012-06-05 17:11:12 +12:00
Mateusz Uzdowski
2b26d544f9
BUGFIX: Director::redirect is deprecated, use Controller.
2012-06-05 15:08:09 +12:00
Will Rossiter
d08543f705
MINOR: translate pages string in submittedformfield. MINOR: updated unit test to reflect updated template
2012-05-19 10:49:34 +12:00