Edgewall Software

Changes between Version 2 and Version 3 of VcRefactoring/Controller


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

updated status to r5155

Legend:

Unmodified
Added
Removed
Modified
  • VcRefactoring/Controller

    v2 v3  
    1616 - reintroduced a `Controller` mixin, which takes care of instantiating a `request_processor`
    1717   if the `req.path_info` matches
     18 - found a better name for the `call_<action>` methods for handling XHRs: `xhr_<action>` (r5154)
     19 - r5154 enables the action handler method to easily specify the request arguments they need to use,
     20   much like the original controller branch did
    1821
    1922TODO:
    20  - find a better name for the `call_<action>` methods for handling XHRs
    21   (the default XHR handler is named `call_view` which doesn't look good)
     23 - experiment with presentation objects
    2224
    2325----