~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matt Nordhoff
  • Date: 2009-10-21 13:16:40 UTC
  • mfrom: (389.1.3 integration)
  • Revision ID: mnordhoff@mattnordhoff.com-20091021131640-3bw4y5ax14w7rwgf
Fix .bzr/smart access to branches in shared repos. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
=============================
3
3
 
4
4
dev [future]
 
5
------------
 
6
 
 
7
    - Fix .bzr/smart access to branches in shared repos. (Andrew Bennetts)
 
8
 
 
9
 
 
10
1.17 [20Aug2009]
5
11
---------------
6
 
    - Loggerhead now serves bzr branches over HTTP and exposes the URL to
7
 
      branch them. (Jonathan Lange)
 
12
 
 
13
    - Add bug links in revision informations (Alexandre Garnier, #314052)
 
14
 
 
15
    - Make sure that binary files aren't annotated. (Martin Albisetti,
 
16
      #258848)
 
17
 
 
18
    - Loggerhead now serves bzr branches over HTTP and exposes the URL
 
19
      to branch them. Addresses bug #240577. (Jonathan Lange)
 
20
 
 
21
    - Leading blank lines in commit messages no longer result in an
 
22
      empty summary. (Colin Watson)
 
23
 
 
24
    - Added optional syntax highlighting to annotate view using
 
25
      python-pygments.  Partially addresses bug #306631. (Peter Bui)
 
26
 
 
27
    - Convert newlines in commit messages to HTML line breaks for
 
28
      annotate and changelog views.  Addresses bug #273688. (Peter
 
29
      Bui)
 
30
 
 
31
    - serve-branches now errors if run behind a proxy without
 
32
      paste.deploy installed. (Michael Hudson)
 
33
 
 
34
    - Loggerhead should now handle file and directory names that need
 
35
      URL escaping without crashing.
 
36
 
 
37
    - The start-loggerhead script properly sets the wsgi.url_scheme
 
38
      from the server.webpath option. (neror, #260547)
 
39
 
 
40
    - The revision page defaults to unified style again, and can
 
41
      convert to a side-by-side view using JavaScript. (Michael Hudson)
 
42
 
 
43
    - Clean up and improve performance of the annotate view. (Michael
 
44
      Hudson)
 
45
 
 
46
    - Finish converting JavaScript from MooTools to YUI 3. (Michael
 
47
      Hudson)
 
48
 
 
49
    - Improve compatibility with IE 6. (Michael Hudson)
 
50
 
 
51
    - Leading blank lines in commit messages no longer result in an
 
52
      empty summary. (Colin Watson)
 
53
 
 
54
    - Clip long lines in side-by-side diff view. (Michael Hudson,
 
55
      #334837)
 
56
 
 
57
    - The user-confusing "next" and "previous" links now read "older"
 
58
      and "newer" respectively. (Michael Hudson, #297930)
 
59
 
 
60
    - The annotate view now contains line number anchors. (Michael
 
61
      Hudson)
 
62
 
 
63
    - Fix inventory pages using "//" in links. (Michael Hudson, #329668)
 
64
 
 
65
    - Fix problems viewing files and directories containing spaces and
 
66
      other funny characters. (Peter Bui)
 
67
 
 
68
    - Changelog messages are now displayed with newlines preserved.
 
69
      (Peter Bui, #273688)
 
70
 
 
71
    - Offer a link to see the full file diffs for a file path. (Michael
 
72
      Hudson, #333797)
 
73
 
 
74
    - Fix annotate error caused by Pygments stripping trailing
 
75
      whitespace. (Michael Hudson, #338762)
 
76
 
 
77
    - Loggerhead can be installed as a Bazaar plugin and run by
 
78
      'bzr serve --http'. (Martin Pool)
 
79
 
 
80
    - Load parts of the changelog and revision pages via XMLHttpRequest
 
81
      to improve performance. This adds a dependency on simplejson or
 
82
      json. Partially addresses bug #253950. (Michael Hudson)
 
83
 
 
84
    - Various improvements to the animation JavaScript. (Michael Hudson)
 
85
 
 
86
    - Fix HTML content of source files being displayed unescaped when
 
87
      Pygments was unavailable. (Michael Hudson, #344970)
 
88
 
 
89
    - Fix serve-branches's path argument. (Michael Hudson, #353230)
 
90
 
 
91
    - serve-branches now has an option, --use-cdn, to load YUI from
 
92
      Yahoo!'s CDN. (Matt Nordhoff)
 
93
 
 
94
    - Fix certain race conditions for loading bzr-search. (Robert
 
95
      Collins, #334250)
 
96
 
 
97
    - Fix errors when using serve-branches --log-folder or --user-dirs.
 
98
      (It was calling config.get_option() incorrectly.) (Matt Nordhoff,
 
99
      bug #361238)
 
100
 
 
101
    - Move some caching from RAM to the disk, and other caching and
 
102
      memory usage improvements. (Michael Hudson)
 
103
 
 
104
    - Add a --cache-dir option to serve-branches to choose where to
 
105
      place the SQL cache, and only create one temporary SQL dir per
 
106
      process. (Matt Nordhoff, #358322)
 
107
 
 
108
    - Replace homebrew memory profiling code with Dozer. (Paul Hummer)
 
109
 
 
110
    - Use the branch's public_branch as the default suggested URL to
 
111
      branch from (Matt Nordhoff, #369767)
 
112
 
 
113
    - Fix a file descriptor leak (Matt Nordhoff, #370845)
 
114
 
 
115
    - Use transport API internally, so it is possible to specify a remote 
 
116
      URL to serve-branches. (Jelmer Vernooij, #371787)
 
117
 
 
118
    - Fix internal server errors when using start-loggerhead. (Matt
 
119
      Nordhoff, #375948)
 
120
 
 
121
    - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt
 
122
      Nordhoff, #376957)
 
123
 
 
124
    - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551)
 
125
 
 
126
    - Added the option to hide branches by setting http_serve = False
 
127
      in locations.conf (Martin Albisetti)
 
128
 
 
129
    - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij,
 
130
      #380026)
 
131
 
 
132
    - Install loggerhead as a bzr plugin by default (Jelmer Vernooij)
 
133
 
 
134
    - Fix logging 404 Not Found responses (Matt Nordhoff, #381029)
 
135
 
 
136
    - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti)
 
137
 
 
138
    - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162)
 
139
 
 
140
    - Support serving branches over HTTP using the smart server protocol.
 
141
      (Jelmer Vernooij, #306853)
 
142
 
 
143
    - Serving branch data was broken when --allow-writes was *not*
 
144
      passed. (Michael Hudson, #388730)
 
145
 
 
146
    - http_serve config values are interpreted more forgivingly.
 
147
      (Michael Hudson)
 
148
 
 
149
    - When specifying a remote url to serve-branches, do not share
 
150
      connections between threads. (Michael Hudson, #390972)
 
151
 
 
152
    - http_serve values from locations.conf are now applied to
 
153
      non-branch .bzr data (e.g shared repositories). (Michael Hudson)
 
154
 
 
155
    - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael
 
156
      Hudson, #246739)
 
157
 
 
158
    - Display Loggerhead's version number at the bottom of the page, and
 
159
      add a <meta> generator tag also including the version numbers of
 
160
      its dependencies. (Matt Nordhoff, #370155)
8
161
 
9
162
 
10
163
1.10 [22Dec2008]
11
164
---------------
 
165
 
12
166
    - Add startup deamon script for Linux (Marius Kruger)
13
167
 
14
 
    - Switch navigation from file_ids to paths. Fixes bugs #260363, #269365
15
 
      and #128926. (Martin Albisetti)
 
168
    - Switch navigation from file_ids to paths. Fixes bugs #260363,
 
169
      #269365 and #128926. (Martin Albisetti)
16
170
 
17
171
    - Fix bug #258710 ("the /files page explodes in an empty branch").
18
172
      Also minor improvements to the /files and /changes pages.