silverstripe-framework/control
Simon Welsh f1db583fb4 NEW Allow arguments to be passed to allowed_action checkers
This allows arguments to be passed along in an $allowed_actions deceleration of
the form 'action' => '->method' in the same way that arguments can be passed to
extension constructors when adding them using $extensions or
Object::add_extension.

I.e. 'action' => '->checkerMethod(false, 7, 2, "yesterday") would call the
checkerMethod method with the boolean false the numbers 7 and 2 and  the string
"yesterday" as its arguments.
2012-08-23 17:05:12 +12:00
..
injector MINOR Fixed phpdocs 2012-06-20 23:59:57 +02:00
ContentNegotiator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Controller.php MINOR: remove dependency on RootURLController and show a default Controller template as a failback. 2012-06-20 16:17:26 +02:00
Cookie.php FIX: resolve errors with commits from (#572) 2012-07-10 20:06:05 +12:00
Director.php Merge pull request #589 from simonwelsh/absolute_url 2012-08-16 11:50:29 -07:00
HTTP.php BUGFIX Ensure HTTP::get_mime_type() checks the full path in 2012-05-18 09:22:02 +12:00
HTTPRequest.php API: add $includeGetVars flag for SS_HTTPRequest() to return the URL with the attached GET parameters. 2012-06-29 22:02:30 +12:00
HTTPResponse.php MINOR Removed mbstring support checks, its an installation requirement 2012-05-08 15:32:15 +02:00
NullHTTPRequest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PjaxResponseNegotiator.php Merge branch 'pjax-set-fragments' of https://github.com/mateusz/sapphire into mateusz-pjax-set-fragments 2012-06-13 10:31:09 +02: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 NEW Allow arguments to be passed to allowed_action checkers 2012-08-23 17:05:12 +12:00
RequestProcessor.php BUG Make RequestProcessor->filters settable as a property too 2012-07-19 13:58:58 +12:00
Session.php BUGFIX Avoid Session::set() clearing on existing val (fixes #7487) 2012-06-17 23:46:52 +02:00