~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/TODO

  • 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:
6
6
 
7
7
* potentially do a 'bzr pull' on a branch on an interval timer
8
8
 
9
 
* maybe change "changes" to "history"?  -- asked on bazaar-dev@ for opinions.
10
 
    -- nobody seems to care.
11
 
 
12
9
* browse view: sort by name, last change?
13
10
 
14
11
* something is leaking on www.lag.net/branches
15
12
 
16
13
* download tar archive of revision?
 
14
 
 
15
* nicholas allen suggested the ability to change the # of context lines
 
16
  in diffs (probably something inside bzrlib) and also the ability to see
 
17
  an entire file in diff format
 
18
 
 
19
* setup.py install doesn't work
 
20