~thumper/loggerhead/branch_locations

« back to all changes in this revision

Viewing changes to loggerhead/controllers/changelog_ui.py

  • Committer: Michael Hudson
  • Date: 2008-06-25 06:18:13 UTC
  • mfrom: (174.1.8 streaming)
  • Revision ID: michael.hudson@canonical.com-20080625061813-3cr5iax8sdz0e67s
merge my streaming branch which:
 * most importantly, streams the pages as they render to the client, which 
   reduces memory usage on large pages and feels better for the user
 * makes the stuff in controller/ have a more wsgi-ish interface
 * restores the stripping of excess whitespace from the output

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
    template_path = 'loggerhead.templates.changelog'
29
29
 
30
 
    def get_values(self, h, args, kw, response):
 
30
    def get_values(self, h, args, kw, headers):
31
31
        if args:
32
32
            revid = h.fix_revid(args[0])
33
33
        else: