silverstripe-framework/control
Hamish Friedlander 743a186c32 API Make SSViewer#process return HTMLText not string
This means that you dont have to worry about casting it
as HTMLText again when using the result in a template or other context

However in some situations code might be assuming it can
check with is_string, in which case you now need to use instanceof HTMLText
2013-03-14 12:49:03 +13:00
..
injector Merge remote-tracking branch 'origin/3.0' into 3.1 2013-02-18 14:15:42 +01:00
ContentNegotiator.php Added some more XHTML replacement and relative unit test. Content_type comfigurable. 2013-03-12 16:06:59 +01:00
Controller.php API Make SSViewer#process return HTMLText not string 2013-03-14 12:49:03 +13:00
Cookie.php Line length fixes 2012-10-03 18:11:31 +02:00
Director.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-02-26 13:28:35 +01:00
HTTP.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-02-26 13:28:35 +01:00
HTTPRequest.php API Adding setURL to HTTPRequest object 2013-02-28 08:50:53 +00:00
HTTPResponse.php API Make SSViewer#process return HTMLText not string 2013-03-14 12:49:03 +13:00
NullHTTPRequest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PjaxResponseNegotiator.php API Make SSViewer#process return HTMLText not string 2013-03-14 12:49:03 +13:00
RequestFilter.php FEATURE: Added dependency injector for managing creation of new objects and their dependencies. 2012-05-18 12:39:57 +12:00
RequestHandler.php API change request handling to be more orthogonal 2013-02-18 14:56:04 +13:00
RequestProcessor.php BUG Make RequestProcessor->filters settable as a property too 2012-07-19 13:58:58 +12:00
Session.php BUG Adjust Session::setFormMessage to fit with underlying API. 2013-02-12 11:00:36 +13:00