lp://staging/~jamesh/loggerhead/devel
- Get this branch:
- bzr branch lp://staging/~jamesh/loggerhead/devel
Branch merges
Branch information
Recent revisions
- 97. By Robey Pointer
-
big checkpoint commit. added some functions to util for tracking browsing
context (those key=value params to urls) since there are already a few and
now i'm adding some more: 'remember' and 'compare_revid'.'remember' is a remembered revision_id that gets carried around if you click
on a "compare this revision to another revision" link on the revision page.
afterwards, whenever you're on a revision page, you can click "compare to
revision [x]" and it will switch 'remember' to 'compare_revid' and show the
revision page with a diff as compared to the remembered revision. this is
to allow arbitrary diffs. i'm not sure the ui is great, though.bundle is also hooked up this way, so you can download an arbitrary bundle.
- 95. By Robey Pointer
-
use "public_branch" as the config key since that seems to be what everyone
else is doing. - 94. By Robey Pointer
-
add a decorator to strip the whitespace from the generated html in the big
pages. (kid theoretically can do this on its own, but it's not hooked up
from turbogears, and even if it was, it doesn't seem to work on html.)
removing whitespace appears to trim a good 20-30% from the generated pages,
so may help a lot for slow links. in combination with the trimmed-down
javascript names, some of the worst offenders (revisions with gigantic
diffs) are now nearly half the size they were a few days ago.