silverstripe-cms/tests
Sam Minnee a91726e0aa MINOR #6090 FilesystemPublisherTest now stores temporary files in assets, which is writable, instead of the webroot which almost never has write permissions (from r111883)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112810 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-19 01:04:29 +00:00
..
salad MINOR: Tweaks to ModelAdmin tabs HTML, and salad tests (from r104078) 2010-10-15 01:33:10 +00:00
CMSMainSearchFormTest.php API CHANGE Removed CMSSiteTreeFilter->showInList(), using custom logic in CMSMain->SearchTreeForm() instead 2009-11-22 08:23:12 +00:00
CMSMainTest.php MINOR Made CMSMainTest more resilient against database ID changes (Postgres doesn't have auto-increment resets across tests at the moment) (from r106248) 2010-10-15 03:31:30 +00:00
CMSMainTest.yml MINOR: Fixed test that required a separate Page table. (from r106090) 2010-10-15 02:35:52 +00:00
CMSMenuTest.php Merged from branches/2.3 2009-02-03 02:50:25 +00:00
CMSSiteTreeFilterTest.php API CHANGE Removed CMSSiteTreeFilter->showInList(), using custom logic in CMSMain->SearchTreeForm() instead 2009-11-22 08:23:12 +00:00
CMSSiteTreeFilterTest.yml API CHANGE Removed CMSSiteTreeFilter->showInList(), using custom logic in CMSMain->SearchTreeForm() instead 2009-11-22 08:23:12 +00:00
CommentAdminTest.php ENHANCEMENT Added PageComment->canView()/canEdit()/canDelete(), and using these permissions in PageCommentInterface. Caution: canCreate() actions are still determined by PageCommentInterface::$comments_require_login/$comments_require_permission 2010-10-15 01:45:05 +00:00
FilesystemPublisherTest.php MINOR #6090 FilesystemPublisherTest now stores temporary files in assets, which is writable, instead of the webroot which almost never has write permissions (from r111883) 2010-10-19 01:04:29 +00:00
LeftAndMainTest.php BUGFIX #5073: Fixed CMS version indicator for alpha and beta versions. (from r99789) 2010-10-04 05:46:01 +00: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. 2010-02-11 21:55:33 +00: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. 2010-02-11 21:55:33 +00:00
ModelAdminTest.php MINOR: Updated ModelAdminTest to use extraDataObjects (from r90055) (from r96803) 2010-04-13 03:27:47 +00:00
ModelAdminTest.yml Merged from 2.3 2009-05-06 06:37:45 +00:00
PageCommentsTest.php ENHANCEMENT Added PageComment->canView()/canEdit()/canDelete(), and using these permissions in PageCommentInterface. Caution: canCreate() actions are still determined by PageCommentInterface::$comments_require_login/$comments_require_permission 2010-10-15 01:45:05 +00:00
PageCommentsTest.yml ENHANCEMENT Added PageComment->canView()/canEdit()/canDelete(), and using these permissions in PageCommentInterface. Caution: canCreate() actions are still determined by PageCommentInterface::$comments_require_login/$comments_require_permission 2010-10-15 01:45:05 +00:00
SecurityAdminTest.php ENHANCEMENT Allowing to hide certain permission from showing in SecurityAdmin through add_hidden_permission() (refactored from r92428) 2009-11-21 05:24:43 +00:00
SideReportTest.php MINOR: Fixed side report tests to suit new report system. (from r96646) (from r98198) 2010-05-28 02:30:46 +00: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 (from r98215) 2010-05-28 02:34:37 +00:00