silverstripe-framework/control
Hamish Friedlander 35cc65820c BUG Make RequestProcessor->filters settable as a property too
filters was a DI property that could only be set via constructor. This meant that modules couldnt add a
filter without interfering with other modules. With this change you can now add a config block like:

Injector:
  RequestProcessor:
    properties:
      filters:
        - "%$MyFilter"

Which will add a filter to RequestProcessors list of filters
2012-07-19 13:58:58 +12:00
..
injector MINOR Fixed phpdocs 2012-06-20 23:59:57 +02:00
ContentNegotiator.php
Controller.php
Cookie.php
Director.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02:00
HTTP.php
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
NullHTTPRequest.php
PjaxResponseNegotiator.php
RequestFilter.php
RequestHandler.php BUGFIX: Ticket #6069 Checking of URLSegment can end in an infinite loop (when saving Page in CMS) 2012-06-15 11:27:58 +12:00
RequestProcessor.php BUG Make RequestProcessor->filters settable as a property too 2012-07-19 13:58:58 +12:00
Session.php