Edgewall Software

Changes between Version 5 and Version 25 of Ticket #11129


Ignore:
Timestamp:
Feb 19, 2014, 5:08:43 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Changes committed to trunk in [12527].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11129

    • Property Cc Christian Boos olemis+trac@… added
  • Ticket #11129 – API Changes

    v5 v25  
    1 CSS templates are transferred with the proper content type.
     1The rendering `method` may be specified by the request handler as a fourth parameter in its response. The `method` is passed to `post_process_request` when the parameter is in the implementation's signature, and can be modified by the `IRequestFilter`. When not explicitly specified, the rendering `method` is still inferred from the content type when rendering the template.