silverstripe-framework/widgets
Andrew Short 5ba3a91741 BUGFIX: Use Director::get_current_page() rather than Controller::curr() in Widget_Controller->Link() to avoid infinite loops when the widget controller is handling a request.
From: Andrew Short <andrewjshort@gmail.com>

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@90978 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-08 21:53:57 +00:00
..
Widget.php BUGFIX: Use Director::get_current_page() rather than Controller::curr() in Widget_Controller->Link() to avoid infinite loops when the widget controller is handling a request. 2009-11-08 21:53:57 +00:00
WidgetArea.php BUGFIX: When deleting a WidgetArea, delete all the widgets it contains. 2009-11-02 02:00:52 +00:00