Steve Boyd
9471b54d7e
MNT Travis shared config, use sminnee/phpunit
2020-12-08 14:56:47 +13:00
Steve Boyd
7eda3c23d9
Require recipe-cms 4.6
2020-06-18 14:30:24 +12:00
Steve Boyd
1253a190c7
Merge branch '5.6' into 5
2020-06-18 12:13:47 +12:00
Steve Boyd
03b32659ca
Update for 5.6 ( #978 )
2020-06-16 05:23:02 +12:00
Steve Boyd
e54a825ea3
Merge branch '5.5' into 5
2020-05-27 13:41:51 +12:00
Steve Boyd
c3d990f70f
FIX Create image thumbnails for asset-admin for images uploaded through userforms ( #969 )
2020-05-27 12:26:14 +12:00
Maxime Rainville
09ea65edc7
Merge branch '5.5' into 5
2020-05-26 15:13:09 +12:00
Maxime Rainville
319fa4734c
Merge branch '5.4' into 5.5
2020-05-26 15:11:46 +12:00
Maxime Rainville
133e897ad3
Merge branch '5.4' into 5
2020-05-26 15:06:14 +12:00
Maxime Rainville
826025c68d
Merge branch '5.1' into 5.2
2020-05-26 15:03:44 +12:00
Dan Hensby
e86cc8d872
Add lint and lint-clean scripts to composer
2020-05-05 16:33:28 +01:00
Maxime Rainville
71a8cac9e5
BUG Remove bad default value for UserForm Content ( #926 )
...
* BUG Remove bad default value for UserForm Content
* BUG Update travis build to use Xenial
2020-03-09 15:35:58 +13:00
Garion Herman
0c4ca29cc4
Bump root version in Travis config
2019-11-15 17:31:21 +13:00
Garion Herman
cc2526aac4
Update Composer / Travis configuration for Userforms 5.5 release
2019-11-15 17:22:21 +13:00
Maxime Rainville
b92143a776
Upgrade dependencies
2019-11-12 07:32:26 +13:00
Dylan Wagstaff
76c3576de6
Update travis yaml 'dist:' version
2019-09-09 14:00:51 +12:00
Robbie Averill
551ef4fa56
Merge branch '5.1' into 5.2
2019-06-27 14:13:29 +12:00
Robbie Averill
0114ea4275
Remove SilverStripe 4.0-4.2 from Travis builds
2019-06-27 14:12:46 +12:00
Robbie Averill
2fd1c1b504
Merge branch '5.1' into 5.2
...
# Conflicts:
# .travis.yml
2019-01-10 12:26:18 +01:00
Robbie Averill
f1134212f4
Add PHP 7.3 to Travis builds
2019-01-10 12:19:41 +01:00
Dylan Wagstaff
1f3fcc865f
Test against PgSQL also
2018-08-21 14:54:47 +12:00
Robbie Averill
9812d43a3f
Disable transactions in UserDefinedFormTest to prevent fixture leaks
2018-06-20 17:08:20 +12:00
Robbie Averill
35733f46e3
Increase memory limit for code coverage runs
2018-04-12 17:06:37 +12:00
Robbie Averill
495e0fdc5f
Increase memory limit for code coverage runs
2018-04-12 15:13:41 +12:00
Robbie Averill
ab68c43d07
Add PHP 7.2 to Travis build matrix
2018-03-05 14:32:07 +13:00
Dylan Wagstaff
48bf46215e
FIX stop form items double duplicating ( #728 )
...
When calling `duplicate` on a form, a form field, or suchlike, the results
would be that all related items to the thing being duplicated (such as
fields for a form, or options to an editabledropdown) would be duplicated
_twice_; ie. where a form had two fields, it's new duplicate would have
four (each one occurring twice). We have stopped this in a backwards
compatible way - that is the bug was introduced with core 4.1, and this
change leaves the userforms module compatible with 4.0.
2018-03-05 14:31:33 +13:00
Robbie Averill
9c15c74f7b
Convert to vendor module, remove secure assets suggestion
2017-10-18 22:18:46 +13:00
Daniel Hensby
82acc4e783
Update travis install settings
2017-10-11 18:09:16 +01:00
Robbie Averill
b73f0634be
Use CMS recipe in Travis configuration
2017-09-05 10:14:20 +12:00
Robbie Averill
b4f0850b88
Make test fixtures more readable, update memory limit in Travis runs
2017-08-22 16:40:17 +12:00
Robbie Averill
1bd0b0c138
FIX Update EmailRecipient to look in root directory for templates, optionally, fix other tests
2017-08-22 16:40:17 +12:00
Robbie Averill
8fbe63e34a
FIX Remove old upgrade maps, comment failing test (see todo), change publish strategy in UDF test
2017-08-22 16:40:17 +12:00
Robbie Averill
e11cbc5cfc
API Update composer requirements, Travis configuration, add phpcs/phpunit config and remove compass config
2017-08-22 16:40:15 +12:00
Robbie Averill
8d4cd036f7
Merge branch '4'
2017-08-21 15:39:05 +12:00
Robbie Averill
8e3c0cc7cd
Use precise dist to continue PHP 5.3 support
2017-08-21 15:32:17 +12:00
Robbie Averill
12981b38bc
Use precise distro for PHP 5.3 support in Travis
2017-08-11 16:24:19 +12:00
Robbie Averill
e0acfbdefb
Add PHP7 + SS3.6 build to Travis configuration
2017-06-21 16:02:08 +12:00
Robbie Averill
b540726107
Add PHP7 + SS3.6 build to Travis configuration
2017-06-15 11:45:07 +12:00
Daniel Hensby
94bbbc0954
Merge branch '4.1' into 4.2
2017-02-03 15:05:03 +00:00
Daniel Hensby
2f710d6518
FIX Improve publish performance for formfields ( #538 )
...
* FIX Improve publish performance for formfields
* FIX Travis builds broken with external code coverage
2017-01-25 09:35:50 +13:00
Damian Mooyman
5fbcfc848c
Update .travis.yl
2016-12-21 15:09:38 +13:00
Damian Mooyman
7307f88c36
Partial revert of #458
...
Fix travis configuration
2016-04-28 18:18:24 +12:00
Christopher Pitt
cd4f28c641
Fixed code coverage reporting
2015-09-14 12:27:51 +12:00
Christopher Pitt
75737f8a69
Made supported
2015-09-11 11:01:15 +12:00
Christopher Pitt
b77b4b0928
Temporarily removed code coverage reporting
2015-08-31 10:45:48 +12:00
Damian Mooyman
1dd787327a
API Integrate with secure assets module
2015-08-28 16:30:41 +12:00
Christopher Pitt
58391d4fa3
Added Scrutinizer support
2015-08-13 13:05:14 +12:00
David Craig
51864a6308
API new form editor
2015-08-10 13:15:59 +12:00
Damian Mooyman
d17e8a773f
API Custom rules for email recipients
2015-07-21 10:30:46 +12:00
Ingo Schommer
740530d4e6
Corrected travis release constraint
2015-04-30 19:43:17 +12:00