~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/TODO

  • Committer: Michael Hudson
  • Date: 2008-06-16 10:03:24 UTC
  • mfrom: (159.1.7 remove_caches)
  • Revision ID: michael.hudson@canonical.com-20080616100324-dyzbdp3xk2i1g34a
merge martin's remove caches branch, which removes the sql revision cache and
the textindexing code.
we still have the files changed cache.
(some further changes by me)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
* problem: given a folder, find all revisions where items inside that
3
3
  folder have changed.
4
4
    -- stumper.  maybe ask on bazaar-dev ML?
 
5
    -- aaron bentley says this is a general problem.
5
6
 
6
7
* potentially do a 'bzr pull' on a branch on an interval timer
7
8
 
8
 
* give this thing a version # or something
9
 
* make a loggerhead webpage
10
 
 
11
 
* it would be cool to view 1 revision relative to another base, and view the
12
 
  diff & download the bundle for that
13
 
 
14
 
* maybe change "changes" to "history"?  -- asked on bazaar-dev@ for opinions.
15
 
 
16
 
* flag to tell loggerhead that all branches discovered under a certain folder
17
 
  should be auto-published
 
9
* browse view: sort by name, last change?
 
10
 
 
11
* something is leaking on www.lag.net/branches
 
12
 
 
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