helpfulrobot
b1ca60dc8b
Added standard code of conduct file
2016-02-16 11:37:34 +13:00
Damian Mooyman
13ea394f64
Merge pull request #13 from helpfulrobot/convert-to-psr-2
...
Converted to PSR-2
2015-12-21 14:22:33 +13:00
helpfulrobot
a18cb30402
Converted to PSR-2
2015-12-18 09:20:49 +13:00
Damian Mooyman
e50887240b
Merge pull request #12 from helpfulrobot/add-standard-editorconfig-file
...
Added standard .editorconfig file
2015-12-17 17:01:55 +13:00
helpfulrobot
9529d3b465
Added standard .editorconfig file
2015-12-17 10:58:06 +13:00
Ingo Schommer
f68cfda091
Fixed favourite page dropdown placement
...
See https://github.com/silverstripe/silverstripe-cms/issues/387
2014-03-16 16:00:35 +13:00
Sean Harvey
884b5305ed
Merge pull request #9 from mandrew/frameworktest-fixes
...
BUG: fixes for 3.1 version
2014-02-18 10:14:03 +13:00
Sean Harvey
1a6705a5f1
Fixing use of deprecated static Director::redirect and redirectBack
2014-02-18 10:12:52 +13:00
Michael Andrewartha
1198eb9228
BUG: fixes for 3.1 version, updated function calls
2014-02-18 10:04:11 +13:00
Ingo Schommer
71a988843a
ToggleCompositeField variation
2014-02-10 08:51:18 +13:00
Ingo Schommer
29de31052a
MoneyField test
2014-01-22 22:21:03 +13:00
Ingo Schommer
48a939f589
Removed tests for AjaxUniqueTextField, no longer in master
2013-12-20 00:43:22 +01:00
Ingo Schommer
cb1775a1c5
Fixed static visibility
2013-12-20 00:22:38 +01:00
Ingo Schommer
7be2968a92
Reflexive relationship for File
...
3.1 latest complains otherwise
2013-10-24 15:02:15 +02:00
Ingo Schommer
1b1499a3f8
Added 'required' and 'validated' fields
2013-09-18 13:01:56 +02:00
Ingo Schommer
c8ed36cb6a
Fixed composer constraint to allow for RC releases (composer fixed its tilde behaviour now)
2013-08-14 11:57:10 +02:00
Ingo Schommer
2bd2d5f844
More comprehensive UploadField test cases
2013-05-29 17:26:17 +02:00
Ingo Schommer
2ddb78e6f4
Disabled TestTagFieldPage and TestTag classes
...
Due to changed class parsing in 3.1, the class_exists() checks
are no longer recognized, leading to errors when the class
is only condtionally autoloaded (or the tagfield isn't present)
2013-05-29 17:26:17 +02:00
Ingo Schommer
752d38490b
Fixed composer constraints
2013-05-07 14:05:00 +03:00
Ingo Schommer
81177f6802
Fixed declarations on TestTagFieldPage
2013-04-06 14:41:30 +02:00
Ingo Schommer
f324c12e70
TreeDropdownField with has_one and search
2013-04-06 13:44:24 +02:00
Ingo Schommer
4c062448b8
Conditionally adding tag field tests
2013-04-06 13:44:13 +02:00
Ingo Schommer
7f6c958914
3.1 compat changes
2013-04-02 18:49:57 +02:00
Ingo Schommer
e15366359e
3.1 compat
2013-03-26 13:53:37 +01:00
Ingo Schommer
7e098b2863
Increased minimum core requirements
...
Necessary because of recent deprecation changes
2013-03-19 13:23:18 +01:00
Ingo Schommer
05dff87ab0
Fixed deprecated template usage
2013-03-19 11:36:06 +01:00
Ingo Schommer
c41b725d4f
Fixed template usage
2013-03-19 10:12:42 +01:00
Ingo Schommer
708b5a2ad8
Remove cmsworkflow tests, no longer supported in 3.x
2013-03-19 09:53:21 +01:00
Ingo Schommer
197692fd6f
Fixed add_extension() usage
2013-03-19 09:46:21 +01:00
Ingo Schommer
907f4dd73a
Fixed extraStatics usage
2013-03-19 09:44:39 +01:00
Ingo Schommer
b928d641ee
Test dynamic summary_fields
2013-03-07 15:32:26 +01:00
Ingo Schommer
52e8bc13a7
NEW Test FieldGroup
2013-01-16 10:30:00 +01:00
Ingo Schommer
432cc44a30
Added many-many (plus extrafields) example
2013-01-15 00:44:45 +01:00
Ingo Schommer
247ebff56c
Added UploadField example with canUpload=false
2013-01-11 00:40:35 +01:00
Ingo Schommer
a0c74c5d47
Populate default data in form fields for more accurate testing.
...
Also adjusted to new tooltip format in 3.1 (optional)
2012-12-13 14:59:32 +01:00
Ingo Schommer
65d930d829
Added setDescription() to all fields to test help text support
...
This support has been added in master, for 3.0 most elements
will simply show the "title" attribute
2012-11-30 12:08:46 +01:00
Ingo Schommer
2cf6e3c242
Added tests for HTML editing and image upload in ModelAdmin
2012-11-27 12:15:09 +01:00
Ingo Schommer
ae618798b3
Removed support for TableListField test cases
2012-11-27 12:10:58 +01:00
Ingo Schommer
a8538669ac
Added cms to dependencies
2012-11-08 18:50:51 +01:00
Ingo Schommer
dbdd2de2ae
Fixed composer identifier
2012-11-08 18:48:08 +01:00
Will Rossiter
e38438cec8
Merge pull request #4 from vikas-srivastava/composer
...
NEW Add composer.json
2012-09-24 00:10:58 -07:00
vikas srivastava
1be74f5388
New : Added composer.json
...
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements.
For more information please visit at http://extension.openbees.org/instructions/
2012-09-24 12:07:55 +05:30
Ingo Schommer
848d487051
API Removed BigFamilyPage, use FTPageMakerTask instead
2012-08-29 09:44:45 +02:00
Ingo Schommer
a7b2db1e85
NEW Hide test pages from menu, group in common parent
2012-08-29 09:44:26 +02:00
Normann Lou
34f0da3d44
BUGFIX: add missing page controller class from BigFamilyPage
2012-06-30 01:06:18 +12:00
Normann Lou
a2e3738f66
ENHANCEMENT: use UplocadField constructor combine with give the field allowedExtensions as array('jpg', 'git', 'png') to replace the SimpleImageField constructor
2012-06-30 00:47:50 +12:00
Normann Lou
0a4f22a08f
ENHANCEMENT: use FieldList constructor to replace FieldSet constructor for SilverStripe 3
...
ENHANCEMENT: use FormActioin constructor to replace ImageFormAction constructor for SilverStripe 3
2012-06-30 00:27:32 +12:00
Ingo Schommer
2ca8ff1c7d
BUGFIX Publishing test pages regardless of permissions, e.g. when executed in cli
2012-06-15 11:56:24 +02:00
Ingo Schommer
23a41ebf92
BUGFIX Moved db switching to separate module which is included later in the manifest, which means it doesn't get overwritten by ConfigureFromEnv.php in mysite
2012-05-01 14:57:34 +02:00
Normann Lou
728bcfe470
MINOR: add a test case which create a page with 100 sub-pages so as to develop features that need to based on a page with lots of children such as limit showing number of children to 20 while adding a "show all" node as the 21st node.
2012-04-24 17:32:52 +12:00