silverstripe-framework/tests
Sam Minnee 39952f4a5c API: Added 'onBeforeHTTPError' and 'onBeforeHTTPError<code>' extension points to RequestHandler::httpError().
These APIs are primarily intended to let developers write custom 404 handlers.  They can define an onBeforeHTTPError404() method on an Extension that gets added to Controller or RequestHandler.

The SS_HTTPResponse_Exception object has also been tidied up to override the status info of any SS_HTTPResponse object that might get passed.  This is mainly to make it easier for callers (such as ContentController and ModelAsController) to use RequestHandler::httpError() more consistently.
2012-09-27 12:26:25 +12:00
..
api Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
cache Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
control API: Added 'onBeforeHTTPError' and 'onBeforeHTTPError<code>' extension points to RequestHandler::httpError(). 2012-09-27 12:26:25 +12:00
core Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
dev Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
filesystem Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
forms API FormField::name_to_label() for unlabelled fields 2012-09-26 11:20:34 +02:00
i18n Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
injector Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
integration BUG HtmlEditorField doesn't save HTML fragments in HTMLValue correctly 2012-09-19 11:39:01 +12:00
javascript MINOR Cleaning up code of Datagrid with related classes with more tests 2011-09-29 12:16:15 +13:00
model API Allow subgroups in the WHERE clause of a Data/SQLQuery 2012-09-21 14:59:47 +12:00
oembed Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
parsers Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
search Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
security Merge branch '3.0' 2012-09-21 14:56:56 +12:00
tasks Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
templates API: add api for setting a custom template on a RSS feed. 2012-07-01 21:27:50 +12:00
testing Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
travis Removed pre-emptive dev/build from travis test run, to make it faster. 2012-08-29 12:10:58 +12:00
view Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
Bare.yml MINOR: Added small fixture YML that just lets you log in, for bootstrapping browser automation tests. 2011-02-02 14:17:57 +13:00
bootstrap.php Revert "Make PHPUnit bootstrap add flush=1" 2012-08-14 19:01:30 +12:00
FakeController.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
MemoryLimitTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PhpSyntaxTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00