silverstripe-cms/code
Will Rossiter a777266e43 FIX ensure controller stack is updated when execution halted by an exception.
See: https://github.com/silverstripe/silverstripe-framework/issues/2467

popCurrent would be incorrectly not pop a controller from the controller stack if an exception was throw from inside the handleRequest() method.

This change captures the exception, ensures the controller is popped from the stack and passes the exception along.
2014-07-01 14:18:53 +12:00
..
batchactions Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
controllers FIX ensure controller stack is updated when execution halted by an exception. 2014-07-01 14:18:53 +12:00
forms Numerous PHPDoc fixes. 2014-02-10 15:35:13 -05:00
model BUG: Ensure that all child pages are deleted (regardless of ShowInMenu status) under enforce_strict_hierarchy. 2014-06-24 13:29:16 +10:00
reports FIX: Reports with Parameter fields override ReportTitle and ReportDescription 2014-03-16 19:09:47 +13:00
search FIX: Rename search locale variable to avoid conflicts with locale switcher. 2013-05-11 19:31:02 +12:00