silverstripe-framework/tests/control
Ingo Schommer c7f656cd00 API Removed "PastMember" cookie and template getter
The functionality is easy to replicate in custom controllers,
and is too rarely used to be placed in core.

This also removes the `Member::is_repeat_member()` getter
and the `PastMember`/`IsRepeatMember` template globals.

See https://groups.google.com/forum/#!topic/silverstripe-dev/b8K3wU64TXg
2013-09-27 20:06:25 +02:00
..
files API CHANGE: Do not rely on a specific OS mime type detection, use PHP finfo 2012-05-11 11:34:07 +12:00
CMSProfileControllerTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
CMSProfileControllerTest.yml BUG CMSProfileController::Member_ProfileForm() respecting canEdit() permissions on Member 2012-09-07 11:24:47 +12:00
ControllerTest.php FIX Use last of duplicate query params in join_links 2013-09-20 11:33:03 +12:00
ControllerTest.yml API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
DirectorTest.php API Removed "PastMember" cookie and template getter 2013-09-27 20:06:25 +02:00
HTTPRequestTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
HTTPResponseTest.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-02-27 10:27:22 +01:00
HTTPTest.php Merge remote-tracking branch 'origin/3.0' into 3.1.0 2013-08-22 12:55:47 +02:00
NullHTTPRequestTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PjaxResponseNegotiatorTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
RequestHandlingTest.php Merge branch '3.1' 2013-07-05 10:22:58 +12:00
SessionTest.php FIX Session was started every time, even if no data set 2013-07-07 09:12:10 +12:00