~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matt Nordhoff
  • Date: 2009-05-06 17:39:55 UTC
  • mto: This revision was merged to the branch mainline in revision 341.
  • Revision ID: mnordhoff@mattnordhoff.com-20090506173955-303ot1m0d15bcglj
Some more

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
1.1  [20jan2006]
 
1
What's changed in loggerhead?
 
2
=============================
 
3
 
 
4
dev [future]
 
5
---------------
 
6
 
 
7
    - Loggerhead now serves bzr branches over HTTP and exposes the URL
 
8
      to branch them. Addresses bug #240577. (Jonathan Lange)
 
9
 
 
10
    - Leading blank lines in commit messages no longer result in an
 
11
      empty summary. (Colin Watson)
 
12
 
 
13
    - Added syntax highlighting to annotate view using
 
14
      python-pygments.  Partially addresses bug #306631. (Peter Bui)
 
15
 
 
16
    - Convert newlines in commit messages to HTML line breaks for
 
17
      annotate and changelog views.  Addresses bug #273688. (Peter
 
18
      Bui)
 
19
 
 
20
    - serve-branches now errors if run behind a proxy without
 
21
      paste.deploy installed.
 
22
 
 
23
    - Loggerhead should now handle file and directory names that need
 
24
      URL escaping without crashing.
 
25
 
 
26
    - The start-loggerhead script properly sets the wsgi.url_scheme
 
27
      from the server.webpath option. (neror)
 
28
 
 
29
    - The revision page defaults to unified style again, and can
 
30
      convert to a side-by-side view using Javascript.
 
31
 
 
32
    - Leading blank lines in commit messages no longer result in an
 
33
      empty summary. (Colin Watson)
 
34
 
 
35
    - The user-confusing "next" and "previous" links now read "older"
 
36
      and "newer" respectively.
 
37
 
 
38
    - The annotate view now contains line number anchors.
 
39
 
 
40
    - The annotate view does syntax highlighting using the "pygments"
 
41
      library.  (Peter Bui)
 
42
 
 
43
    - Changelog messages are now displayed with newlines preserved.
 
44
      (Peter Bui)
 
45
 
 
46
    - Fix serve-branches's path argument. (Michael Hudson, #353230)
 
47
 
 
48
    - serve-branches now has an option, --use-cdn, to load YUI from
 
49
      Yahoo!'s CDN. (Matt Nordhoff)
 
50
 
 
51
    - Fix certain race conditions for loading bzr-search. (Robert
 
52
      Collins, #334250)
 
53
 
 
54
    - Fix errors when using serve-branches --log-folder or --user-dirs.
 
55
      (It was calling config.get_option() incorrectly.) (Matt Nordhoff,
 
56
      bug #361238)
 
57
 
 
58
    - Move some caching from RAM to the disk, and other caching and
 
59
      memory usage improvements. (Michael Hudson)
 
60
 
 
61
    - Add a --cache-dir option to serve-branches to choose where to
 
62
      place the SQL cache, and only create one temporary SQL dir per
 
63
      process. (Matt Nordhoff, #358322)
 
64
 
 
65
    - Replace homebrew memory profiling code with Dozer. (Paul Hummer)
 
66
 
 
67
    - Use the branch's public_branch as the default suggested URL to
 
68
      branch from (Matt Nordhoff, #369767)
 
69
 
 
70
    - Fix a file descriptor leak (Matt Nordhoff, #370845)
 
71
 
 
72
    - Use transport API internally, so it is possible to specify a remote 
 
73
      URL to serve-branches. (Jelmer Vernooij, #371787)
 
74
 
 
75
1.10 [22Dec2008]
 
76
---------------
 
77
 
 
78
    - Add startup deamon script for Linux (Marius Kruger)
 
79
 
 
80
    - Switch navigation from file_ids to paths. Fixes bugs #260363,
 
81
      #269365 and #128926. (Martin Albisetti)
 
82
 
 
83
    - Fix bug #258710 ("the /files page explodes in an empty branch").
 
84
      Also minor improvements to the /files and /changes pages.
 
85
      (Marius Kruger)
 
86
 
 
87
    - Added --port, --host and --prefix options to serve-branches
 
88
      script. (Martin Albisetti)
 
89
 
 
90
    - Fixed broken template for project browsing with start-loggerhead
 
91
      (Martin Albisetti)
 
92
 
 
93
    - Added --reload options to restart the application when a python
 
94
      file change. (Guillermo Gonzalez)
 
95
 
 
96
    - Added error handling middleware. (Guillermo Gonzalez)
 
97
 
 
98
    - Fix bug #243415 ("Tracebacks go to console but not log
 
99
      file"). Also minor improvements to logging in serve-branches and
 
100
      start-loggerhead. (Guillermo Gonzalez)
 
101
 
 
102
1.6 [15Aug2008]
 
103
----------------
 
104
 
 
105
    - Download a diffs between revisions. (Martin Albisetti)
 
106
 
 
107
    - Modified templates to make loggerhead's theme easier to
 
108
      change. (Paul Hummer)
 
109
 
 
110
    - Default sqlite interface is now sqlite3. (Robert Collins)
 
111
 
 
112
    - New ninja theme sponsored by Canonical (Martin Albisetti)
 
113
 
 
114
    - Added COPYING file and clarified copyright headers (John Arbash Meinel)
 
115
 
 
116
    - Remove the .py extension requiered by the Debian Policy.
 
117
      (Jelmer Vernooij)
 
118
 
 
119
    - New startup script serve-branches will serve Loggerhead without
 
120
      the need of configuration, and allow you to browse through directories
 
121
      and branches. (Michael Hudson)
 
122
 
 
123
    - Loggerhead is no longer a TurboGears application, but rather a
 
124
      WSGI application built using Paste (see http://wsgi.org/ and
 
125
      http://pythonpaste.org/ for more about WSGI and Paste).
 
126
 
 
127
    - URLs now use revision numbers instead of revision ids (Martin Albisetti)
 
128
 
 
129
    - The scripts no longer insist on Python 2.4 -- loggerhead works
 
130
      fine with 2.5.
 
131
 
 
132
    - Bazaar as of version 1.5 has improved in performance enough that
 
133
      the revision cache no longer gave any noticeable benefit, so it
 
134
      was removed (the files-changed cache is still useful).
 
135
 
 
136
    - The templates were rewritten in Zope's TAL markup, powered by
 
137
      the simpleTAL library -- improving both the performance and
 
138
      memory consumption of rendering by a factor of around 3 for
 
139
      large pages over the old Kid templates.
 
140
 
 
141
    - Loggerhead's poorly performing text index was disabled. bzr-search
 
142
      is now used if the plugin is installed and a text index is present
 
143
      on the branch being viewed. (Martin Albisetti, Robert Collins).
 
144
 
 
145
    - Loggerhead no longer depends on bzrlib functions deprecated in
 
146
      Bazaar 1.5 and removed in 1.6 (Martin Albisetti).
 
147
 
 
148
    - The daemonization code was made more regular, fixing bugs
 
149
      #139161 ("Starting loggerhead process may not close its stdin
 
150
      and stdout properly") and #211526 ("Codebrowse log directory has
 
151
      unnecessarily permissive permissions")
 
152
 
 
153
    - Some confusion about what the 'file_id' query argument means was
 
154
      cleared up: filter_file_id now means "filter revisions to those
 
155
      that affect this file" in all views and file_id means "examine
 
156
      this file/directory" in the annotate and inventory views.
 
157
 
 
158
    - Dates are present more compactly.
 
159
 
 
160
    - The loggerhead.conf file can specify which network interface to
 
161
      bind to (Mattias Eriksson)
 
162
 
 
163
1.2.1  [06mar2008]
 
164
------------------
 
165
 
 
166
    - The changelog view was out of order when not using the revision
 
167
      cache.
 
168
 
 
169
1.2  [04mar2008]
 
170
 
 
171
    - Michael Hudson <michael.hudson@canonical.com> has mostly taken
 
172
      over the maintenance of loggerhead.
 
173
 
 
174
    - loggerhead now has a simple test suite -- use 'nosetests' in the
 
175
      loggerhead directory to run it.
 
176
 
 
177
    - The rendering performance of pages that display large amounts of
 
178
      text was improved by a factor of 4 or so.
 
179
 
 
180
    - loggerhead no longer caches the text of the diffs between
 
181
      revisions.  It rarely helped and wasted a lot of disk space.
 
182
 
 
183
    - The layout of most pages was made more "tight" to waste less
 
184
      screen real estate, and some other UI improvements (Kent
 
185
      Gibson).
 
186
 
 
187
    - Much dead code was removed.
 
188
 
 
189
    - Loggerhead now computes the files changed between revisions only
 
190
      when it needs to know this.  This is a fairly expensive
 
191
      operation in Bazaar, and doing it less massively improves
 
192
      performance and memory usage in some situations.
 
193
 
 
194
    - Loggerhead now takes a read lock on the branch being viewed for
 
195
      the duration of each request, which improves performance
 
196
      significantly.
 
197
 
 
198
    - Loggerhead no longer uses the corruption-prone Berkely DB-backed
 
199
      shelve module for its caches, and rather (ab)uses a sqlite
 
200
      database instead.
 
201
 
 
202
    - The creation of History objects is much faster for large
 
203
      branches (Aaron Bentley).
 
204
 
 
205
    - Allow the construction of URLs using revnos and file paths as
 
206
      well as revids and fileids (bug #98826):
 
207
 
 
208
      - For changes pages, append the newest revno to display to the
 
209
        URL, like http://.../changes/<revno>
 
210
 
 
211
      - For annotate pages, append the revno to display to the URL,
 
212
        followed by the path, like http://.../annotate/<revno>/<path>
 
213
 
 
214
      - For file listing and revision pages append the revno to
 
215
        display to the URL, like http://.../files/<revno>
 
216
 
 
217
      Loggerhead still generates URLs using revision and file ids for
 
218
      the moment.
 
219
 
 
220
    - Many bugs were fixed:
 
221
 
 
222
      - Loggerhead does not escape special characters when embedding a
 
223
        revision ID in a URL (bug #88286)
 
224
 
 
225
      - Improved robustness in the face of ghosts.
 
226
 
 
227
      - Don't crash on displaying a commit with an empty message (bug
 
228
        #86247)
 
229
 
 
230
      - codebrowse fails with infinite redirections (James Henstridge,
 
231
        bug #89854)
 
232
 
 
233
      - Loggerhead fails to browse revisions that change binary files
 
234
        (James Henstridge, bug #91686)
 
235
 
 
236
      - Loggerhead atom feeds expose internal hostname (James
 
237
        Henstridge, bug #93585)
 
238
 
 
239
      - loggerhead don't like page break character (0x0C) in text
 
240
        files (bug #113313)
 
241
 
 
242
      - codebrowse source listings don't contain line number anchors
 
243
        (bug #98826)
 
244
 
 
245
      - only serve up unescaped user content with "Content-Disposition:
 
246
        attachment"
 
247
 
 
248
      - viewing the file listing consumes a lot memory (bug #116869)
 
249
 
 
250
      - loggerhead can't handle empty branches (bug #119228)
 
251
 
 
252
      - upgrading the format of a branch behind loggerhead could make
 
253
        it fail for that branch (bug #118673)
 
254
 
 
255
      - Error parsing non-ascii content (bug #117799)
 
256
 
 
257
      - Loggerhead failed on whitespace-only commit messages.
 
258
 
 
259
      - Links to diffs from within a revision do not work (bug
 
260
        #119422)
 
261
 
 
262
      - UTF-8 patches served as ISO-8859-1, fixed by served bundles as
 
263
        application/octet-stream (bug #121336)
 
264
 
 
265
      - TurboGears was turning query arguments into unicode, and bzr
 
266
        stopped accepting unicode revids (bug #175228)
 
267
 
 
268
 
 
269
1.1.1  [24jan2007]
 
270
------------------
 
271
 
 
272
    - fix broken inventory page (oops!)
 
273
 
 
274
    - fix a few rendering problems with kid and safari
 
275
 
 
276
 
 
277
1.1  [20jan2007]
 
278
----------------
3
279
 
4
280
    - new feature to compare two revisions to each other
5
 
    
 
281
 
6
282
    - inserted text in diffs is now blue instead of green
7
 
    
 
283
 
8
284
    - fixed to start and stop as a daemon now (use "-f" to run in the
9
285
      foreground), and all config is in loggerhead.conf (no need to mess with
10
286
      dev.cfg)
11
 
      
 
287
 
12
288
    - renamed show/hide javascript buttons to expand/collapse, and made them
13
289
      much faster
14
 
      
 
290
 
15
291
    - added an atom-feed link to each branch on the browse page [elliot
16
292
      murphy]
17
 
      
 
293
 
18
294
    - auto-publish feature for multiple branches under a single folder (see
19
295
      loggerhead.conf.example)
20
 
      
 
296
 
21
297
    - added the ability to share cache files per-project instead of just
22
298
      per-branch
23
 
    
 
299
 
24
300
    - added side-by-side diff display for the revision page (which is the
25
301
      default), with a button to switch between side-by-side and unified diff
26
302
      format
27
303
 
28
304
    - made caching use file locking, and close cleanly on shutdown
29
 
    
 
305
 
30
306
    - miscellaneous speed and page-size improvements
31
 
    
 
307
 
 
308
 
32
309
1.0  [23dec2006]
 
310
----------------
33
311
 
34
312
    - initial release
 
313