Commit Graph

809 Commits

Author SHA1 Message Date
Damian Mooyman
3be5094145 Update translations 2016-02-04 17:59:45 +13:00
Damian Mooyman
60d132b1b2 Merge pull request #426 from divya-patel/classname-fix
Minor:fixed userforms class name specificity
2016-01-19 16:11:57 +13:00
divya patel
c76110c8b0 Minor:fixed userforms class name specificity 2016-01-19 15:10:20 +13:00
Damian Mooyman
227763e164 Merge pull request #423 from normann/issue/issue-351
issue-351, run-time error 'log' function doesn't exist on UserFormsUpgradeTask class
2016-01-08 12:56:55 +13:00
Normann Lou
5460a9ef0f BUG call log() function on instance of UserFormsUpgradeService, to remove run time error that says 'log' function doesn't exists on UserFormsUpgradeTask class 2016-01-07 16:00:57 +13:00
Damian Mooyman
564755e4d3 Merge pull request #418 from helpfulrobot/update-license-year
Updated license year
2016-01-05 09:49:52 +13:00
helpfulrobot
efe6bb0a95 Updated license year 2016-01-01 06:37:06 +13:00
Damian Mooyman
eb872c6391 Merge pull request #408 from flashbackzoo/pull/add-placeholder
Add placeholder to Numeric and Email fields
2015-12-15 10:04:12 +13:00
David Craig
c3b3e1cc7a Add placeholder to Numeric and Email fields 2015-12-11 14:50:12 +13:00
Daniel Hensby
da2aba8229 Merge pull request #399 from helpfulrobot/add-standard-code-of-conduct
Added standard code of conduct
2015-11-23 17:49:24 +00:00
helpfulrobot
41e6ef391a Added standard code of conduct 2015-11-21 20:11:59 +13:00
Daniel Hensby
7e1d967164 Merge pull request #393 from helpfulrobot/add-standard-editor-config
Added standard editor config
2015-11-20 15:12:15 +00:00
Damian Mooyman
f180a1e8b9 Merge pull request #395 from scott1702/master
Add changelog for release
2015-11-20 09:56:29 +13:00
Daniel Hensby
9f266056bc Merge pull request #396 from helpfulrobot/add-standard-license
Added standard license
2015-11-19 17:27:07 +00:00
Daniel Hensby
3c0fe5620a Merge pull request #397 from helpfulrobot/add-standard-git-attributes
Added standard git attributes
2015-11-19 10:42:33 +00:00
helpfulrobot
aa95cfd881 Added standard git attributes 2015-11-19 19:10:45 +13:00
helpfulrobot
d735b66207 Added standard license 2015-11-19 18:29:24 +13:00
scott1702
b964cfb940 Add changelog for release 2015-11-19 14:46:50 +13:00
helpfulrobot
18d91471d3 Added standard editor config 2015-11-19 13:24:29 +13:00
Damian Mooyman
40054288ca Merge pull request #349 from silverstripe/make-requirements-clearer
Making requirements clearer
2015-11-19 13:12:12 +13:00
Damian Mooyman
2eb7710a19 Update translations 2015-11-17 16:07:38 +13:00
Daniel Hensby
6f57416510 Merge pull request #372 from mandrew/hotfix/actions-template
MINOR: Styling for one or more buttons without the list styling
2015-11-09 21:02:26 +00:00
Ingo Schommer
7aba5e340c Merge pull request #374 from tractorcow/pulls/fix-3.2-compat
BUG Prevent subsequent write being triggered in onAfterWrite()
2015-10-29 11:40:04 +13:00
Damian Mooyman
16472b8827 BUG Prevent subsequent write being triggered in onAfterWrite()
Fix minor JS error
2015-10-28 14:51:00 +13:00
Mike Andrewartha
22a65dc262 MINOR: fix for styling for one or more buttons that don't need the list styling for the step navigation. Will add the action nav which just shows the buttons
MINOR: fix for styling for one or more buttons that don't need the list styling for the step navigation. Will add the action nav which just shows the buttons

MINOR: fix for styling for one or more buttons that don't need the list styling for the step navigation. Will add the action nav which just shows the buttons
2015-10-22 18:41:24 +13:00
Damian Mooyman
881fa401cb Merge pull request #358 from madmatt/pulls/hide-literalfield-label
ENHANCEMENT: Add 'HideLabel' field for EditableLiteralField objects
2015-10-22 10:15:56 +13:00
Damian Mooyman
000b024055 Merge pull request #364 from frankmullenger/emailobject-356
MINOR: New email object for each recipient
2015-10-19 12:56:38 +13:00
Damian Mooyman
3814e6c6d0 Merge pull request #362 from flamerohr/validation-fix
Remove '[' and ']' from jQuery selector for checkbox groups
2015-10-07 15:37:28 +13:00
Damian Mooyman
b5afcd845d Merge pull request #353 from spekulatius/adding-spaces
adding some spaces for better readability in
2015-10-06 11:58:38 +13:00
Frank Mullenger
5f5cedb3d1 MINOR: New email object for each recipient
Creating a new email object for each recipient so that no state from the previous email object is carried through. Fixes silverstripe/silverstripe-userforms#356.
2015-10-02 11:34:50 +13:00
Christopher Joe
6a8a82a287 removed isCheckboxGroup check and replace 2015-10-01 14:42:29 +13:00
Christopher Joe
d0d511c3a5 Remove '[' and ']' from jQuery selector for checkbox groups 2015-09-30 09:55:29 +13:00
madmatt
715be15a4d ENHANCEMENT: Add 'HideLabel' field for EditableLiteralField objects 2015-09-28 12:02:08 +13:00
Peter Thaleikis
96fd658c0d adding some spaces for better readability in 2015-09-24 10:40:30 +12:00
Christopher Pitt
6df32eee79 Making requirements clearer 2015-09-23 10:00:32 +12:00
Damian Mooyman
1f86836031 Add 3.0.2 changelog 2015-09-21 10:17:27 +12:00
Damian Mooyman
606b20bf72 Merge pull request #345 from frankmullenger/frankmullenger-sql-patch
FIX: Casting to integer to prevent potential SQL injection.
2015-09-21 09:10:28 +12:00
Frank Mullenger
2cea1ced31 Update UserDefinedForm.php
Casting to integer to prevent potential SQL injection.
2015-09-21 08:37:12 +12:00
Christopher Pitt
cc7a674a7a Merge pull request #344 from spekulatius/adding-space
remove trailing spaces in the codebase
2015-09-21 08:04:40 +12:00
Peter Thaleikis
fc0483454f remove trailing spaces in the codebase 2015-09-20 17:08:40 +12:00
Damian Mooyman
07c9fb80bc 3.0.1 changelog 2015-09-18 15:12:56 +12:00
Christopher Pitt
990535a8e8 Merge pull request #342 from tractorcow/pulls/fix-duplicate
BUG Fix duplication of forms with groups
2015-09-18 12:13:34 +12:00
Damian Mooyman
acede0d4ab BUG Fix duplication of forms with groups
Fixes #339
2015-09-18 11:56:58 +12:00
Christopher Pitt
4332512fd1 Merge pull request #341 from tractorcow/pulls/fix-versioning
BUG Fix displayrule versioning
2015-09-18 11:34:32 +12:00
Damian Mooyman
1bf826d34e BUG Fix displayrule versioning 2015-09-18 11:07:58 +12:00
Damian Mooyman
14365c963d Merge pull request #338 from flashbackzoo/pulls/update-docs-requirements
Update docs to include requirements
2015-09-15 15:38:41 +12:00
David Craig
8ccc0c9152 Update docs to include requirements 2015-09-15 09:24:09 +12:00
Damian Mooyman
6c381706a2 Merge pull request #337 from silverstripe/fix-code-coverage-reporting
Fixed code coverage reporting
2015-09-14 13:18:56 +12:00
Christopher Pitt
cd4f28c641 Fixed code coverage reporting 2015-09-14 12:27:51 +12:00
Damian Mooyman
97d792429e Merge pull request #335 from assertchris/make-supported
Made supported
2015-09-14 09:26:41 +12:00