6
- Loggerhead now serves bzr branches over HTTP and exposes the URL to
7
branch them. (Jonathan Lange)
9
- Leading blank lines in commit messages no longer result in an empty
10
summary. (Colin Watson)
12
- Added syntax highlighting to annotate view using python-pygments.
13
Partially addresses bug #306631. (Peter Bui)
15
- Convert newlines in commit messages to HTML line breaks for annotate and
16
changelog views. Addresses bug #273688. (Peter Bui)
7
- Loggerhead now serves bzr branches over HTTP and exposes the URL
8
to branch them. (Jonathan Lange)
10
- Leading blank lines in commit messages no longer result in an
11
empty summary. (Colin Watson)
13
- Added syntax highlighting to annotate view using
14
python-pygments. Partially addresses bug #306631. (Peter Bui)
16
- Convert newlines in commit messages to HTML line breaks for
17
annotate and changelog views. Addresses bug #273688. (Peter
20
- serve-branches now errors if run behind a proxy without
21
paste.deploy installed.
23
- Loggerhead should now handle file and directory names that need
24
URL escaping without crashing.
26
- The start-loggerhead script properly sets the wsgi.url_scheme
27
from the server.webpath option. (neror)
29
- The revision page defaults to unified style again, and can
30
convert to a side-by-side view using Javascript.
32
- Leading blank lines in commit messages no longer result in an
33
empty summary. (Colin Watson)
35
- The user-confusing "next" and "previous" links now read "older"
36
and "newer" respectively.
38
- The annotate view now contains line number anchors.
40
- The annotate view does syntax highlighting using the "pygments"
43
- Changelog messages are now displayed with newlines preserved.
20
49
- Add startup deamon script for Linux (Marius Kruger)
22
- Switch navigation from file_ids to paths. Fixes bugs #260363, #269365
23
and #128926. (Martin Albisetti)
51
- Switch navigation from file_ids to paths. Fixes bugs #260363,
52
#269365 and #128926. (Martin Albisetti)
25
54
- Fix bug #258710 ("the /files page explodes in an empty branch").
26
55
Also minor improvements to the /files and /changes pages.