silverstripe-reports/tests
Ingo Schommer 0a137a4840 ENHANCEMENT Making setting optional in MemberTableField. Field instances without will list all members unfiltered, and remove members from the database rather than the group relation.
ENHANCEMENT Allow disabling of 'inline add' formfields in a MemberTableField through setPermissions(array('inlineadd')) (from r98825)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99677 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 17:52:58 +13:00
..
cuke MINOR: fix javscript syntax that can confuse ie (from r86395) 2011-02-02 17:52:11 +13:00
CMSMainTest.php MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 17:52:57 +13:00
CMSMainTest.yml ENHANCEMENT: added PageComment for CommentAdminTest 2011-02-02 17:52:45 +13:00
CMSMenuTest.php Merged from branches/2.3 2009-02-03 02:50:25 +00:00
CommentAdminTest.php MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 17:52:57 +13:00
FilesystemPublisherTest.php MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 17:52:57 +13:00
LeftAndMainTest.php BUGFIX: fixing CMS_ACCESS_LeftAndMain permission (=access all cms sections). Also added the test. 2011-02-02 17:52:09 +13:00
MemberImportFormTest.php FEATURE Import members and their group assignments from CSV in admin/security through the new MemberImportForm class (merged from r98708) 2011-02-02 17:52:42 +13:00
MemberImportFormTest.yml FEATURE Import members and their group assignments from CSV in admin/security through the new MemberImportForm class (merged from r98708) 2011-02-02 17:52:42 +13:00
MemberTableFieldTest.php ENHANCEMENT Making setting optional in MemberTableField. Field instances without will list all members unfiltered, and remove members from the database rather than the group relation. 2011-02-02 17:52:58 +13:00
MemberTableFieldTest.yml ENHANCEMENT Making setting optional in MemberTableField. Field instances without will list all members unfiltered, and remove members from the database rather than the group relation. 2011-02-02 17:52:58 +13:00
ModelAdminTest.php MINOR: Updated ModelAdminTest to use extraDataObjects (from r90055) 2011-02-02 17:52:15 +13:00
ModelAdminTest.yml Merged from 2.3 2009-05-06 06:37:45 +00:00
PageCommentsTest.php BUGFIX: Comment URL field check is now case insenstive. Included tests for various protocols. PATCH via simon_w. Ticket #4776 2011-02-02 17:52:21 +13:00
PageCommentsTest.yml FEATURE: added delete all link to page comments. Patch via #4427. Thanks walec51 2011-02-02 17:52:09 +13:00
SecurityAdminTest.php ENHANCEMENT Allowing to hide certain permission from showing in SecurityAdmin? through add_hidden_permission() (refactored from r92428) (from r92866) 2011-02-02 17:52:04 +13:00
SideReportTest.php MINOR: Fixed side report tests to suit new report system. (from r96646) 2011-02-02 17:52:37 +13:00
SideReportTest.yml BUGFIX Using standard SQL and SSDatetime::now() in SideReport_RecentlyEdited (see #4052) 2009-08-06 21:41:49 +00:00
SSReportTest.php API CHANGE: Introduced new API for SS_Report 2011-02-02 17:52:39 +13:00