Edgewall Software

Changes between Version 3 and Version 4 of VcRefactoring/Controller


Ignore:
Timestamp:
Mar 30, 2007, 4:39:19 PM (17 years ago)
Author:
Christian Boos
Comment:

add missing reference to the RequestProcessor.url_pattern

Legend:

Unmodified
Added
Removed
Modified
  • VcRefactoring/Controller

    v3 v4  
    1313 - `default_stylesheets`, `default_javascripts` properties can be set at the `RequestProcessor` subclass level, for 'text/css' stylesheets and 'text/javascript' scripts that will always be associated to the responses.
    1414 - move the matching logic at the level of the `RequestProcessor` itself (add a
    15    `RequestProcessor.match` class method)
     15   `RequestProcessor.match` class method and a `url_pattern` class property, see r5081)
    1616 - reintroduced a `Controller` mixin, which takes care of instantiating a `request_processor`
    1717   if the `req.path_info` matches