Commit Graph

38 Commits

Author SHA1 Message Date
Robbie Averill 2e809de2ea Move files into PSR-4 compatible locations 2017-08-22 16:40:15 +12:00
Martin D 6d7a18774f Updated package requirement
silverstripe-australia/gridfieldextensions is abandoned.
2017-06-30 09:55:10 -04:00
Robbie Averill 67ead916f5 Merge remote-tracking branch 'origin/4' 2017-06-26 18:17:42 +12:00
Sean Harvey 3ea5c7a4fa Update minimum required framework/cms version to 3.2
UserFormsUpgradeService uses DB::get_schema() which was introduced
in framework 3.2 as part of the database abstraction overhaul.

This now ensures the module requires at least that version.
2017-06-22 17:43:18 +12:00
Robbie Averill 4643b36b53 Remove inherited branch alias after merge 2017-05-11 15:03:41 +12:00
Daniel Hensby e0d9399654
Merge branch '4' 2017-02-03 15:18:51 +00:00
Daniel Hensby 3e9a271310
Merge branch '4.3' into 4 2017-02-03 15:17:09 +00:00
Daniel Hensby 7083199626
Aliasing master as 5.0.x-dev 2017-02-03 14:33:08 +00:00
Damian Mooyman ef13e85777 Update master to 4.3 2016-12-21 15:08:45 +13:00
Ingo Schommer b571f81cc7 Suggest installing gridfieldqueuedexport 2016-11-28 16:46:02 +13:00
Damian Mooyman fc36666d4e Remove obsolete branch-alias 2016-11-17 10:16:02 +13:00
Damian Mooyman df71a3d3f4
Re-alias master as 4.2 2016-11-16 16:53:44 +13:00
Damian Mooyman 1aae3d1169 Update branch alias to 4.1 2016-08-18 18:24:51 +12:00
Damian Mooyman 5349bb7d3b API Use core validation for form submission
Fixes #350 and fixes #404
This change abandons validation via EditableFormField::validateField, as it bypassed too many core validation mechanisms (RequiredFields, etc).
In order to enforce consistency of editable field validation, display rules have been hard-disabled when a field is marked as required.
Since this removes functionality, I have incremented the major version number
2016-04-18 12:04:21 +12:00
scott1702 b964cfb940 Add changelog for release 2015-11-19 14:46:50 +13:00
Christopher Pitt 75737f8a69 Made supported 2015-09-11 11:01:15 +12:00
Damian Mooyman 1dd787327a API Integrate with secure assets module 2015-08-28 16:30:41 +12:00
Christopher Pitt 85f47e3623 Added segment field 2015-08-14 15:39:30 +12:00
Damian Mooyman 007348df61 Merge remote-tracking branch 'origin/2'
Conflicts:
	composer.json
2015-07-23 10:20:21 +12:00
Damian Mooyman d17e8a773f API Custom rules for email recipients 2015-07-21 10:30:46 +12:00
Damian Mooyman 494b9e5746 Alias 2 as 2.1 2015-07-16 10:24:58 +12:00
Damian Mooyman 108d9c2b30 Alias master as 3.0 2015-07-16 10:23:42 +12:00
Damian Mooyman 5ed39b8a7b 2.x working branch 2015-07-16 10:23:10 +12:00
Damian Mooyman e20ee394f2 Fix master branch version to 2.0 2014-08-21 15:59:47 +12:00
Damian Mooyman b7429910d5 API Support bulk editing tools if available 2014-06-18 13:10:31 +12:00
Will Rossiter 57d5589c52 Include dev-* support for userforms 2013-11-20 11:32:27 +13:00
Mateusz Uzdowski 945bb9f2dc Change dependency versions to work for 3.1.0-rc1. 2013-08-12 16:44:23 +12:00
Will Rossiter 2b0ca14133 Fix license 2013-07-18 21:32:13 +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
Sean Harvey 48246c7e04 Updating composer.json to require 3.1 2013-04-10 11:59:42 +12:00
Will Rossiter bd60ad80c0 Requires CMS Module 2013-04-03 22:01:56 +13: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 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 ae538f1797 Run git submodule when updating the module to get dependancies 2013-01-29 23:08:43 +13: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
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