/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk
108 by Robey Pointer
bump version to 1.1.1.
1
What's changed in loggerhead?
2
=============================
3
521.1.1 by Jürgen Gmach
Fix highlighting for large files
4
unreleased
5
----------
6
527 by Colin Watson
Add several more NEWS entries since 1.20.0.
7
    - Make RevInfoDiskCache use a marshal version supported by Python 2, to
8
      ease migration. (Colin Watson)
9
10
    - Drop support for Python < 3 and Breezy < 3.1. (Jelmer Vernooij)
11
12
    - Add a ``/health`` target, convenient for health checking in e.g.
13
      Kubernetes. (Jelmer Vernooij)
14
526 by Colin Watson
Convert NEWS entry to UTF-8.
15
    - Fix highlighting for large files. (Jürgen Gmach, #1966702)
521.1.1 by Jürgen Gmach
Fix highlighting for large files
16
527 by Colin Watson
Add several more NEWS entries since 1.20.0.
17
    - Avoid use of file ids - use paths instead. (Jelmer Vernooij)
18
525 by Colin Watson
Note release date of 1.20.0.
19
1.20.0 [18Jul2021]
20
------------------
422.2.1 by John Arbash Meinel
Address bugs #716201, and #716217.
21
491.2.44 by Jelmer Vernooij
Add NEWS, drop info.py.
22
    - Port to Breezy (https://www.breezy-vcs.org/). (Jelmer Vernooij)
23
24
    - Port to Python 3. (Jelmer Vernooij)
25
491.2.45 by Jelmer Vernooij
Rename serve-branches to loggerhead-serve.
26
    - Serve-branches has been renamed to 'loggerhead-serve'. (Jelmer Vernooij)
27
479 by j.c.sackett
Fixed weird icon that occurs in file lists (e.g. revision summaries) with blank file/directory names.
28
    - Fixed weird icon in file lists (e.g. revision summaries) when a file or
29
      directory with a blank name was listed. (Cruz Bishop, #387337).
30
478 by j.c.sackett
Add directory icons for directories in file lists (e.g. revision summaries).
31
    - Add directory icons for directories in file lists (e.g. revision
32
      summaries). Previously they were using the file icon.
33
      (Cruz Bishop, #1053340).
34
481 by Colin Watson
[r=rharding] Format files under one kilobyte as "x bytes".
35
    - Format files under one kilobyte as "x bytes". (Cruz Bishop, #990217)
36
482 by Colin Watson
[r=benji] Make the number of lines of context in embedded diffs on revision pages configurable via a ``context`` query argument.
37
    - Make the number of lines of context in embedded diffs on revision
38
      pages configurable via a ``context`` query argument. (Paul Nixon)
39
483 by Colin Watson
[r=rharding,cruzjbishop] Add ``loggerhead/middleware`` and a few other files to the sdist.
40
    - Add ``loggerhead/middleware`` and a few other files to the sdist.
41
      (Toshio Kuratomi)
42
484 by Colin Watson
[r=jameinel] Widen the line number boxes just a little bit.
43
    - Widen the line number boxes just a little bit. (Cruz Bishop, #310255)
44
485 by Colin Watson
[r=benji] Use breaking word-wrap on the entire information box.
45
    - Use breaking word-wrap on the entire information box. (Cruz Bishop,
46
      #258368)
47
486 by Colin Watson
[r=benji] Add some more minor UI changes to do with rounded corners.
48
    - Add some more minor UI changes to do with rounded corners. (Cruz
49
      Bishop)
50
492.1.1 by Colin Watson
Set line-height on <pre> elements in file views.
51
    - Set line-height on <pre> elements in file views, fixing misaligned
52
      line numbers in some browsers. (Colin Watson)
53
503.1.1 by Colin Watson
Drop dependency on simplejson.
54
    - Drop dependency on simplejson in favour of the standard library's json
55
      module in Python >= 2.6. (Colin Watson)
56
477 by Robert Collins
Release 1.18.2.
57
1.18.2 [12Sep2012]
58
------------------
59
423.2.8 by John Arbash Meinel
Add a NEWS update, and HACKING commentary about the new code.
60
    - Add ``bzr load-test-loggerhead`` as a way to make sure loggerhead can
61
      handle concurrent requests, etc. Scripts can be written that spawn
62
      multiple threads, and issue concurrent requests.
63
      (John Arbash Meinel)
422.3.2 by John Arbash Meinel
Fix bug #716201 by suppressing body content when getting a HEAD request.
64
65
    - HEAD requests should not return body content. This is done by adding
66
      another wsgi middleware that strips the body when the REQUEST_METHOD is
67
      HEAD. Note that you have to add the middleware into your pipeline, and
68
      it does not decrease the actual work done.
69
      (John Arbash Meinel, #716201)
70
422.2.1 by John Arbash Meinel
Address bugs #716201, and #716217.
71
    - If we get a HEAD request, there is no reason to expand the template, we
72
      shouldn't be returning body content anyway.
73
      (John Arbash Meinel, #716201, #716217)
422.1.5 by John Arbash Meinel
NEWS entry about bug #716152
74
75
    - Merge the pqm changes back into trunk, after trunk was reverted to an old
76
      revision. (John Arbash Meinel, #716152)
77
432.2.6 by John Arbash Meinel
Merge trunk and resolve NEWS conflict.
78
    - Redirect ``/files/file.txt`` to ``/view/file.txt`` and ``/view/dir`` to
79
      ``/files/dir``. (Jasper St. Pierre, #569358)
80
432.2.5 by John Arbash Meinel
NEWS for bug #733015
81
    - Remove ``start-loggerhead`` and ``stop-loggerhead`` which were already
82
      deprecated. (John Arbash Meinel)
83
84
    - Show "Author(s)" as separate from "Committer". And label them
85
      correctly. (John Arbash Meinel, #733015)
86
429.1.1 by Jelmer Vernooij
Drop support for json as simplejson alternative.
87
    - The json module is no longer claimed to be supported as alternative for 
88
      simplejson. (Jelmer Vernooij, #586611)
89
439 by John Arbash Meinel
Merge the page-loading change.
90
    - Viewing the ``/changes`` page only iterates enough of the history to show
91
      the actual revisions displayed, rather than walking the whole mainline.
92
      Improves performance on projects with long histories like emacs.
93
      (John Arbash Meinel)
94
456.1.1 by Jelmer Vernooij
merge lp:loggerhead/1.18.
95
    - Fix support for displaying foreign revision ids.
96
      (Jelmer Vernooij, #736026)
97
457.1.2 by Jelmer Vernooij
Add hook 'controller' to BranchWSGIApp.
98
    - Add hook 'controller' to BranchWSGIApp, allowing other bzr plugins
457.1.3 by Jelmer Vernooij
Add bug #
99
      to provide custom branch-specific controllers. (Jelmer Vernooij, #585822)
457.1.2 by Jelmer Vernooij
Add hook 'controller' to BranchWSGIApp.
100
457.2.9 by j.c.sackett
Updated NEWS with the change.
101
    - Add privacy notification code to loggerhead, allowing branches to be
102
      marked as private and a notification ribbon to be displayed via
103
      javascript on the view pages. (JC Sackett, #823471)
104
464.1.1 by Robert Collins
Fix conflicts.
105
    - Add a script and documentation for running under mod_wsgi.
106
      (Stuart Colville, Toshio Kuratomi)
107
466 by Robert Collins
- Make tz calculations consistent and use UTC in the UI everywhere we show
108
    - Make tz calculations consistent and use UTC in the UI everywhere we show
109
      a precise timestamp. (Robert Collins, #594591)
110
467.1.1 by William Grant
Fix more non-existent fileid or revid crashes.
111
    - Avoid crashing when viewing, annotating or downloading a
112
      non-existent file or revision.
113
      (William Grant, #728209, #929275)
466.1.2 by William Grant
NEWS
114
469.1.3 by William Grant
NEWS
115
    - Fix diff and view page styling to be more compact and more easily
116
      copyable. (William Grant, #743295)
471 by j.c.sackett
Some small UI changes; extra border at the bottom of file diffs and rounded corners in the UI.
117
    
118
    - Some small UI changes; extra border at the bottom of file diffs and
119
      rounded corners in UI. (Cruz Bishop)
469.1.3 by William Grant
NEWS
120
473 by j.c.sackett
Updated the Free Software Foundation address in headers.
121
    - Updated the Free Software Foundation address in headers. (Toshio
122
      Kuratomi)
123
474 by j.c.sackett
Updated css to handle wrapping of long comments.
124
    - Updated css to handle wrapping of long comments.
125
      (Francesco Del Degan, #276768)
126
475 by j.c.sackett
Updated formatting of file sizes in file listings.
127
    - Updated formatting of file sizes in file listings. (Cruz Bishop)
128
476 by j.c.sackett
Added revision number with release info in the page footer, when available.
129
    - Added revision number with release info in the page footer, when
130
      available. (Cruz Bishop, #392668).
131
456.1.1 by Jelmer Vernooij
merge lp:loggerhead/1.18.
132
422.5.2 by William Grant
Update NEWS and __version__ for 1.18.1.
133
1.18.1 [24Mar2011]
134
------------------
135
136
    - Fix escaping of filenames in revision views.
137
      (William Grant, #740142)
138
139
    - Add missing import to loggerhead.trace, allowing start-loggerhead
140
      to run when a log.roll config option is set.
141
      (Max Kanat-Alexander, #673999)
442.2.1 by Jelmer Vernooij
Fix showing of foreign revision ids.
142
419.1.2 by John Arbash Meinel
A few more things needed to be removed.
143
421 by Max Kanat-Alexander
Release 1.18
144
1.18 [10Nov2010]
145
----------------
389.1.3 by Matt Nordhoff
NEWS
146
409 by Ian Clatworthy
Skip syntax highlighting on files over 512K
147
    - Syntax highlighting is no longer applied for files greater than 512K,
148
      reducing codebrowse.launchpad.net overloading.
149
      (Max Kanat-Alexander, #513044)
150
401.2.12 by Ian Clatworthy
Simplified README and added a NEWS item
151
    - Documentation added in the docs directory. README simplified
152
      accordingly. (Tres Seaver).
153
399 by Martin Albisetti
Show svn/git/hg revision ids in loggerhead revision view. (Jelmer Vernooij)
154
    - Show svn/git/hg revision ids in loggerhead revision view.
155
      (Jelmer Vernooij)
156
391 by Matt Nordhoff
Mention bug #348308 in NEWS.
157
    - Fix .bzr/smart access to branches in shared repos. (You also need
158
      a version of bzr with bug #348308 fixed.) (Andrew Bennetts)
389.1.3 by Matt Nordhoff
NEWS
159
393.2.3 by Matt Nordhoff
NEWS
160
    - Support FastCGI, SCGI and AJP using flup. (Denis Martinez)
389.1.3 by Matt Nordhoff
NEWS
161
201.4.3 by Matt Nordhoff
NEWS
162
    - Repository.get_revision_inventory() was removed in bzr 2.2; use
163
      Repository.get_inventory() instead. (Matt Nordhoff, #528194)
164
401.1.1 by Matt Nordhoff
Ignore readonly+ prefix when checking if Loggerhead is serving a local location.
165
    - Ignore readonly+ prefix when checking if Loggerhead is serving a
166
      local location. (Reported by Tres Seaver.) (Matt Nordhoff)
167
413.1.2 by Matt Nordhoff
NEWS
168
    - Set Cache-Control and Expires headers on static pages.
169
      (John Arbash Meinel)
170
415.1.6 by Matt Nordhoff
Adjust NEWS
171
    - Generate relative links where possible (everywhere but HTTP
172
      redirects and feed IDs). (Michael Hudson, Matt Nordhoff)
415.1.5 by Matt Nordhoff
NEWS
173
417 by Matt Nordhoff
Fix bad redirect when visiting "/download" or "/download/". (#247992)
174
    - Fix bad redirect when visiting "/download" or "/download/".
175
      (Matt Nordhoff, #247992)
176
384 by Martin Albisetti
Release 1.17
177
1.17 [20Aug2009]
401.2.12 by Ian Clatworthy
Simplified README and added a NEWS item
178
----------------
292 by Michael Hudson
some NEWS
179
356.2.1 by Alexandre Garnier
Add bug link in revision informations
180
    - Add bug links in revision informations (Alexandre Garnier, #314052)
181
334.2.7 by Matt Nordhoff
More.
182
    - Make sure that binary files aren't annotated. (Martin Albisetti,
183
      #258848)
184
292 by Michael Hudson
some NEWS
185
    - Loggerhead now serves bzr branches over HTTP and exposes the URL
324.1.1 by Jelmer Vernooij
Mention bug # for branches served through http in NEWS.
186
      to branch them. Addresses bug #240577. (Jonathan Lange)
292 by Michael Hudson
some NEWS
187
188
    - Leading blank lines in commit messages no longer result in an
189
      empty summary. (Colin Watson)
190
334.2.8 by Matt Nordhoff
Finish up.
191
    - Added optional syntax highlighting to annotate view using
292 by Michael Hudson
some NEWS
192
      python-pygments.  Partially addresses bug #306631. (Peter Bui)
193
194
    - Convert newlines in commit messages to HTML line breaks for
195
      annotate and changelog views.  Addresses bug #273688. (Peter
196
      Bui)
197
198
    - serve-branches now errors if run behind a proxy without
334.2.7 by Matt Nordhoff
More.
199
      paste.deploy installed. (Michael Hudson)
292 by Michael Hudson
some NEWS
200
201
    - Loggerhead should now handle file and directory names that need
202
      URL escaping without crashing.
203
204
    - The start-loggerhead script properly sets the wsgi.url_scheme
334.2.7 by Matt Nordhoff
More.
205
      from the server.webpath option. (neror, #260547)
292 by Michael Hudson
some NEWS
206
207
    - The revision page defaults to unified style again, and can
334.2.7 by Matt Nordhoff
More.
208
      convert to a side-by-side view using JavaScript. (Michael Hudson)
209
334.2.8 by Matt Nordhoff
Finish up.
210
    - Clean up and improve performance of the annotate view. (Michael
211
      Hudson)
212
213
    - Finish converting JavaScript from MooTools to YUI 3. (Michael
214
      Hudson)
215
216
    - Improve compatibility with IE 6. (Michael Hudson)
292 by Michael Hudson
some NEWS
217
218
    - Leading blank lines in commit messages no longer result in an
219
      empty summary. (Colin Watson)
220
334.2.8 by Matt Nordhoff
Finish up.
221
    - Clip long lines in side-by-side diff view. (Michael Hudson,
222
      #334837)
223
292 by Michael Hudson
some NEWS
224
    - The user-confusing "next" and "previous" links now read "older"
334.2.7 by Matt Nordhoff
More.
225
      and "newer" respectively. (Michael Hudson, #297930)
226
227
    - The annotate view now contains line number anchors. (Michael
228
      Hudson)
229
230
    - Fix inventory pages using "//" in links. (Michael Hudson, #329668)
231
232
    - Fix problems viewing files and directories containing spaces and
233
      other funny characters. (Peter Bui)
292 by Michael Hudson
some NEWS
234
235
    - Changelog messages are now displayed with newlines preserved.
334.2.8 by Matt Nordhoff
Finish up.
236
      (Peter Bui, #273688)
257 by Martin Albisetti
Updated NEWS
237
334.2.7 by Matt Nordhoff
More.
238
    - Offer a link to see the full file diffs for a file path. (Michael
239
      Hudson, #333797)
240
334.2.8 by Matt Nordhoff
Finish up.
241
    - Fix annotate error caused by Pygments stripping trailing
242
      whitespace. (Michael Hudson, #338762)
243
334.2.7 by Matt Nordhoff
More.
244
    - Loggerhead can be installed as a Bazaar plugin and run by
245
      'bzr serve --http'. (Martin Pool)
246
334.2.8 by Matt Nordhoff
Finish up.
247
    - Load parts of the changelog and revision pages via XMLHttpRequest
248
      to improve performance. This adds a dependency on simplejson or
249
      json. Partially addresses bug #253950. (Michael Hudson)
250
251
    - Various improvements to the animation JavaScript. (Michael Hudson)
252
334.2.7 by Matt Nordhoff
More.
253
    - Fix HTML content of source files being displayed unescaped when
254
      Pygments was unavailable. (Michael Hudson, #344970)
255
334.2.6 by Matt Nordhoff
Some more
256
    - Fix serve-branches's path argument. (Michael Hudson, #353230)
257
321.1.7 by Matt Nordhoff
Badly-written NEWS entry. :D
258
    - serve-branches now has an option, --use-cdn, to load YUI from
259
      Yahoo!'s CDN. (Matt Nordhoff)
260
334.2.6 by Matt Nordhoff
Some more
261
    - Fix certain race conditions for loading bzr-search. (Robert
262
      Collins, #334250)
263
334.2.1 by Matt Nordhoff
Add NEWS entries for a few things and improve one I wrote.
264
    - Fix errors when using serve-branches --log-folder or --user-dirs.
265
      (It was calling config.get_option() incorrectly.) (Matt Nordhoff,
266
      bug #361238)
267
268
    - Move some caching from RAM to the disk, and other caching and
269
      memory usage improvements. (Michael Hudson)
270
271
    - Add a --cache-dir option to serve-branches to choose where to
272
      place the SQL cache, and only create one temporary SQL dir per
273
      process. (Matt Nordhoff, #358322)
274
275
    - Replace homebrew memory profiling code with Dozer. (Paul Hummer)
327 by Matt Nordhoff
Fix incorrect calls to config.get_option() (bug #361238)
276
334.2.3 by Matt Nordhoff
Add NEWS entries for a couple new things
277
    - Use the branch's public_branch as the default suggested URL to
278
      branch from (Matt Nordhoff, #369767)
279
280
    - Fix a file descriptor leak (Matt Nordhoff, #370845)
281
329.2.4 by Matt Nordhoff
Remove trailing whitespace in the non-Python files too
282
    - Use transport API internally, so it is possible to specify a remote
339 by Matt Nordhoff
Fix typo in NEWS
283
      URL to serve-branches. (Jelmer Vernooij, #371787)
336.2.2 by Jelmer Vernooij
add NEWS item
284
345 by Matt Nordhoff
NEWS for bug #375948
285
    - Fix internal server errors when using start-loggerhead. (Matt
286
      Nordhoff, #375948)
287
345.1.4 by Matt Nordhoff
NEWS
288
    - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt
289
      Nordhoff, #376957)
290
346.1.1 by Matt Nordhoff
Fix 'bzr serve --http' (bug #377551).
291
    - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551)
292
352.6.7 by Martin Albisetti
Tweaked NEWS and README.txt
293
    - Added the option to hide branches by setting http_serve = False
294
      in locations.conf (Martin Albisetti)
295
354 by Matt Nordhoff
NEWS for bug #380026
296
    - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij,
297
      #380026)
298
360 by Martin Albisetti
Avoid diluting sys.path if loggerhead is installed systemwide, install loggerhead as a plugin (Jelmer Vernooij)
299
    - Install loggerhead as a bzr plugin by default (Jelmer Vernooij)
300
363 by Matt Nordhoff
Fix logging 404 Not Found responses (bug #381029)
301
    - Fix logging 404 Not Found responses (Matt Nordhoff, #381029)
302
356.3.2 by Martin Albisetti
Added change to NEWS
303
    - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti)
304
345.2.7 by Matt Nordhoff
NEWS
305
    - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162)
352.6.7 by Martin Albisetti
Tweaked NEWS and README.txt
306
371.1.13 by Michael Hudson
some NEWS
307
    - Support serving branches over HTTP using the smart server protocol.
358.1.1 by Jelmer Vernooij
Support serving branches over HTTP using the smart server protocol.
308
      (Jelmer Vernooij, #306853)
309
371.1.13 by Michael Hudson
some NEWS
310
    - Serving branch data was broken when --allow-writes was *not*
311
      passed. (Michael Hudson, #388730)
312
313
    - http_serve config values are interpreted more forgivingly.
314
      (Michael Hudson)
315
316
    - When specifying a remote url to serve-branches, do not share
317
      connections between threads. (Michael Hudson, #390972)
318
319
    - http_serve values from locations.conf are now applied to
320
      non-branch .bzr data (e.g shared repositories). (Michael Hudson)
321
374 by Michael Hudson
merge lp:~zigarn/loggerhead/tags-info with some tweaks from me
322
    - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael
323
      Hudson, #246739)
324
369.1.14 by Matt Nordhoff
Different NEWS
325
    - Display Loggerhead's version number at the bottom of the page, and
326
      add a <meta> generator tag also including the version numbers of
327
      its dependencies. (Matt Nordhoff, #370155)
369.1.11 by Matt Nordhoff
NEWS
328
384 by Martin Albisetti
Release 1.17
329
257 by Martin Albisetti
Updated NEWS
330
1.10 [22Dec2008]
401.2.12 by Ian Clatworthy
Simplified README and added a NEWS item
331
----------------
292 by Michael Hudson
some NEWS
332
240 by Martin Albisetti
Add startup script for linux (Marius Kruger)
333
    - Add startup deamon script for Linux (Marius Kruger)
334
292 by Michael Hudson
some NEWS
335
    - Switch navigation from file_ids to paths. Fixes bugs #260363,
336
      #269365 and #128926. (Martin Albisetti)
215.1.4 by Martin Albisetti
Added to NEWS
337
218.2.7 by Marius Kruger
add news
338
    - Fix bug #258710 ("the /files page explodes in an empty branch").
339
      Also minor improvements to the /files and /changes pages.
340
      (Marius Kruger)
341
215.1.4 by Martin Albisetti
Added to NEWS
342
    - Added --port, --host and --prefix options to serve-branches
343
      script. (Martin Albisetti)
344
345
    - Fixed broken template for project browsing with start-loggerhead
217.2.1 by Michael Hudson
whitespace, style, typos
346
      (Martin Albisetti)
347
348
    - Added --reload options to restart the application when a python
349
      file change. (Guillermo Gonzalez)
350
351
    - Added error handling middleware. (Guillermo Gonzalez)
352
353
    - Fix bug #243415 ("Tracebacks go to console but not log
354
      file"). Also minor improvements to logging in serve-branches and
355
      start-loggerhead. (Guillermo Gonzalez)
215.1.4 by Martin Albisetti
Added to NEWS
356
213 by Martin Albisetti
Update NEWS. 1.6 Released.
357
1.6 [15Aug2008]
165.1.1 by Michael Hudson
some NEWS
358
----------------
359
213 by Martin Albisetti
Update NEWS. 1.6 Released.
360
    - Download a diffs between revisions. (Martin Albisetti)
361
362
    - Modified templates to make loggerhead's theme easier to
363
      change. (Paul Hummer)
364
189 by Martin Albisetti
Use sqlite3 by default
365
    - Default sqlite interface is now sqlite3. (Robert Collins)
366
128.13.58 by Martin Albisetti
Added new theme to NEWS. Probably could of been more descriptive
367
    - New ninja theme sponsored by Canonical (Martin Albisetti)
368
128.13.91 by Martin Albisetti
Merge from trunk
369
    - Added COPYING file and clarified copyright headers (John Arbash Meinel)
370
183 by Martin Albisetti
Changes to comply with Debian Policy (Jelmer Vernooij)
371
    - Remove the .py extension requiered by the Debian Policy.
372
      (Jelmer Vernooij)
373
213 by Martin Albisetti
Update NEWS. 1.6 Released.
374
    - New startup script serve-branches will serve Loggerhead without
375
      the need of configuration, and allow you to browse through directories
376
      and branches. (Michael Hudson)
377
165.1.1 by Michael Hudson
some NEWS
378
    - Loggerhead is no longer a TurboGears application, but rather a
379
      WSGI application built using Paste (see http://wsgi.org/ and
213 by Martin Albisetti
Update NEWS. 1.6 Released.
380
      http://pythonpaste.org/ for more about WSGI and Paste).
165.1.1 by Michael Hudson
some NEWS
381
213 by Martin Albisetti
Update NEWS. 1.6 Released.
382
    - URLs now use revision numbers instead of revision ids (Martin Albisetti)
165.1.1 by Michael Hudson
some NEWS
383
384
    - The scripts no longer insist on Python 2.4 -- loggerhead works
385
      fine with 2.5.
386
387
    - Bazaar as of version 1.5 has improved in performance enough that
388
      the revision cache no longer gave any noticeable benefit, so it
389
      was removed (the files-changed cache is still useful).
390
391
    - The templates were rewritten in Zope's TAL markup, powered by
392
      the simpleTAL library -- improving both the performance and
393
      memory consumption of rendering by a factor of around 3 for
394
      large pages over the old Kid templates.
395
128.12.1 by Robert Collins
Make bzr-search be an optional dependency and avoid errors when there is no search index.
396
    - Loggerhead's poorly performing text index was disabled. bzr-search
397
      is now used if the plugin is installed and a text index is present
398
      on the branch being viewed. (Martin Albisetti, Robert Collins).
165.1.1 by Michael Hudson
some NEWS
399
400
    - Loggerhead no longer depends on bzrlib functions deprecated in
401
      Bazaar 1.5 and removed in 1.6 (Martin Albisetti).
402
403
    - The daemonization code was made more regular, fixing bugs
404
      #139161 ("Starting loggerhead process may not close its stdin
405
      and stdout properly") and #211526 ("Codebrowse log directory has
406
      unnecessarily permissive permissions")
407
408
    - Some confusion about what the 'file_id' query argument means was
409
      cleared up: filter_file_id now means "filter revisions to those
410
      that affect this file" in all views and file_id means "examine
411
      this file/directory" in the annotate and inventory views.
412
413
    - Dates are present more compactly.
414
415
    - The loggerhead.conf file can specify which network interface to
416
      bind to (Mattias Eriksson)
417
148.1.2 by Michael Hudson
1.2.1 administrivia
418
1.2.1  [06mar2008]
419
------------------
420
421
    - The changelog view was out of order when not using the revision
422
      cache.
423
147.1.2 by Michael Hudson
update date too
424
1.2  [04mar2008]
146.1.1 by Michael Hudson
release preparations
425
426
    - Michael Hudson <michael.hudson@canonical.com> has mostly taken
427
      over the maintenance of loggerhead.
428
429
    - loggerhead now has a simple test suite -- use 'nosetests' in the
430
      loggerhead directory to run it.
431
432
    - The rendering performance of pages that display large amounts of
433
      text was improved by a factor of 4 or so.
434
435
    - loggerhead no longer caches the text of the diffs between
436
      revisions.  It rarely helped and wasted a lot of disk space.
437
438
    - The layout of most pages was made more "tight" to waste less
439
      screen real estate, and some other UI improvements (Kent
440
      Gibson).
441
442
    - Much dead code was removed.
443
444
    - Loggerhead now computes the files changed between revisions only
146.1.5 by Michael Hudson
review comments
445
      when it needs to know this.  This is a fairly expensive
446
      operation in Bazaar, and doing it less massively improves
447
      performance and memory usage in some situations.
146.1.1 by Michael Hudson
release preparations
448
449
    - Loggerhead now takes a read lock on the branch being viewed for
450
      the duration of each request, which improves performance
451
      significantly.
452
453
    - Loggerhead no longer uses the corruption-prone Berkely DB-backed
454
      shelve module for its caches, and rather (ab)uses a sqlite
455
      database instead.
456
457
    - The creation of History objects is much faster for large
458
      branches (Aaron Bentley).
459
146.1.5 by Michael Hudson
review comments
460
    - Allow the construction of URLs using revnos and file paths as
461
      well as revids and fileids (bug #98826):
462
463
      - For changes pages, append the newest revno to display to the
464
        URL, like http://.../changes/<revno>
465
466
      - For annotate pages, append the revno to display to the URL,
467
        followed by the path, like http://.../annotate/<revno>/<path>
468
469
      - For file listing and revision pages append the revno to
470
        display to the URL, like http://.../files/<revno>
471
472
      Loggerhead still generates URLs using revision and file ids for
473
      the moment.
474
146.1.1 by Michael Hudson
release preparations
475
    - Many bugs were fixed:
476
477
      - Loggerhead does not escape special characters when embedding a
478
        revision ID in a URL (bug #88286)
479
146.1.5 by Michael Hudson
review comments
480
      - Improved robustness in the face of ghosts.
146.1.1 by Michael Hudson
release preparations
481
482
      - Don't crash on displaying a commit with an empty message (bug
483
        #86247)
484
485
      - codebrowse fails with infinite redirections (James Henstridge,
486
        bug #89854)
487
488
      - Loggerhead fails to browse revisions that change binary files
489
        (James Henstridge, bug #91686)
490
491
      - Loggerhead atom feeds expose internal hostname (James
492
        Henstridge, bug #93585)
493
494
      - loggerhead don't like page break character (0x0C) in text
495
        files (bug #113313)
496
497
      - codebrowse source listings don't contain line number anchors
498
        (bug #98826)
499
500
      - only serve up unescaped user content with "Content-Disposition:
501
        attachment"
502
503
      - viewing the file listing consumes a lot memory (bug #116869)
504
505
      - loggerhead can't handle empty branches (bug #119228)
506
507
      - upgrading the format of a branch behind loggerhead could make
508
        it fail for that branch (bug #118673)
509
510
      - Error parsing non-ascii content (bug #117799)
511
512
      - Loggerhead failed on whitespace-only commit messages.
513
514
      - Links to diffs from within a revision do not work (bug
515
        #119422)
516
517
      - UTF-8 patches served as ISO-8859-1, fixed by served bundles as
518
        application/octet-stream (bug #121336)
519
520
      - TurboGears was turning query arguments into unicode, and bzr
521
        stopped accepting unicode revids (bug #175228)
522
523
109 by Robey Pointer
augh! wtf! this year is 2007! not 2006!
524
1.1.1  [24jan2007]
108 by Robey Pointer
bump version to 1.1.1.
525
------------------
526
527
    - fix broken inventory page (oops!)
146.1.1 by Michael Hudson
release preparations
528
108 by Robey Pointer
bump version to 1.1.1.
529
    - fix a few rendering problems with kid and safari
530
531
109 by Robey Pointer
augh! wtf! this year is 2007! not 2006!
532
1.1  [20jan2007]
108 by Robey Pointer
bump version to 1.1.1.
533
----------------
98 by Robey Pointer
add news, bump version to 1.1
534
535
    - new feature to compare two revisions to each other
146.1.1 by Michael Hudson
release preparations
536
98 by Robey Pointer
add news, bump version to 1.1
537
    - inserted text in diffs is now blue instead of green
146.1.1 by Michael Hudson
release preparations
538
98 by Robey Pointer
add news, bump version to 1.1
539
    - fixed to start and stop as a daemon now (use "-f" to run in the
540
      foreground), and all config is in loggerhead.conf (no need to mess with
541
      dev.cfg)
146.1.1 by Michael Hudson
release preparations
542
98 by Robey Pointer
add news, bump version to 1.1
543
    - renamed show/hide javascript buttons to expand/collapse, and made them
544
      much faster
146.1.1 by Michael Hudson
release preparations
545
98 by Robey Pointer
add news, bump version to 1.1
546
    - added an atom-feed link to each branch on the browse page [elliot
547
      murphy]
146.1.1 by Michael Hudson
release preparations
548
98 by Robey Pointer
add news, bump version to 1.1
549
    - auto-publish feature for multiple branches under a single folder (see
550
      loggerhead.conf.example)
146.1.1 by Michael Hudson
release preparations
551
98 by Robey Pointer
add news, bump version to 1.1
552
    - added the ability to share cache files per-project instead of just
553
      per-branch
146.1.1 by Michael Hudson
release preparations
554
98 by Robey Pointer
add news, bump version to 1.1
555
    - added side-by-side diff display for the revision page (which is the
556
      default), with a button to switch between side-by-side and unified diff
557
      format
558
559
    - made caching use file locking, and close cleanly on shutdown
146.1.1 by Michael Hudson
release preparations
560
98 by Robey Pointer
add news, bump version to 1.1
561
    - miscellaneous speed and page-size improvements
108 by Robey Pointer
bump version to 1.1.1.
562
563
122 by Robey Pointer
yes, of course, the first release was in december *2006* :)
564
1.0  [23dec2006]
108 by Robey Pointer
bump version to 1.1.1.
565
----------------
98 by Robey Pointer
add news, bump version to 1.1
566
567
    - initial release
122 by Robey Pointer
yes, of course, the first release was in december *2006* :)
568