Edgewall Software

Changes between Initial Version and Version 10 of Ticket #11802


Ignore:
Timestamp:
Apr 11, 2015, 5:18:28 AM (9 years ago)
Author:
Jun Omae
Comment:

Updated jomae.git@t11802. Added unit tests and confirmed ontracd and Apache2 with mod_wsgi.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11802

    • Property Status newassigned
    • Property Cc leho@… added
    • Property Milestone next-stable-1.0.x1.0.6
    • Property Owner set to Jun Omae
  • Ticket #11802 – Release Notes

    initial v10  
     1 * Added `[trac] use_chunked_encoding` option. If enabled, send as chunked encoding from rendering Genshi templates and downloading in other formats.
     2 * Use chunked encoding in functional tests now.
  • Ticket #11802 – API Changes

    initial v10  
     1 * `trac.web.api`:
     2   * `Request.send()` and `Request.write()` accept an iterable instance now.
     3   * `Chrome.render_template`: Added `iterable` keyword parameter.
     4   * `Chrome.iterable_content`: Added.
     5 * `trac.mimeview.api`:
     6   * `Mimeview`: Allow to return an iterable instance from `IContentConverter.convert_content`.
     7   * `Mimeview.convert_content`: added `iterable` keyword parameter.