~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matt Nordhoff
  • Date: 2009-04-07 19:00:26 UTC
  • mfrom: (321.1.7 yui-cdn)
  • Revision ID: mnordhoff@mattnordhoff.com-20090407190026-u0vm91g0r9fuiy82
Add a --use-cdn option to serve-branches, which loads YUI from Yahoo!'s CDN.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
What's changed in loggerhead?
2
2
=============================
3
3
 
4
 
1.6 [unreleased]
 
4
dev [future]
 
5
---------------
 
6
 
 
7
    - Loggerhead now serves bzr branches over HTTP and exposes the URL
 
8
      to branch them. (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
    - serve-branches now has an option, --use-cdn, to load YUI from
 
47
      Yahoo!'s CDN. (Matt Nordhoff)
 
48
 
 
49
1.10 [22Dec2008]
 
50
---------------
 
51
 
 
52
    - Add startup deamon script for Linux (Marius Kruger)
 
53
 
 
54
    - Switch navigation from file_ids to paths. Fixes bugs #260363,
 
55
      #269365 and #128926. (Martin Albisetti)
 
56
 
 
57
    - Fix bug #258710 ("the /files page explodes in an empty branch").
 
58
      Also minor improvements to the /files and /changes pages.
 
59
      (Marius Kruger)
 
60
 
 
61
    - Added --port, --host and --prefix options to serve-branches
 
62
      script. (Martin Albisetti)
 
63
 
 
64
    - Fixed broken template for project browsing with start-loggerhead
 
65
      (Martin Albisetti)
 
66
 
 
67
    - Added --reload options to restart the application when a python
 
68
      file change. (Guillermo Gonzalez)
 
69
 
 
70
    - Added error handling middleware. (Guillermo Gonzalez)
 
71
 
 
72
    - Fix bug #243415 ("Tracebacks go to console but not log
 
73
      file"). Also minor improvements to logging in serve-branches and
 
74
      start-loggerhead. (Guillermo Gonzalez)
 
75
 
 
76
1.6 [15Aug2008]
5
77
----------------
6
78
 
 
79
    - Download a diffs between revisions. (Martin Albisetti)
 
80
 
 
81
    - Modified templates to make loggerhead's theme easier to
 
82
      change. (Paul Hummer)
 
83
 
7
84
    - Default sqlite interface is now sqlite3. (Robert Collins)
8
85
 
9
86
    - New ninja theme sponsored by Canonical (Martin Albisetti)
13
90
    - Remove the .py extension requiered by the Debian Policy.
14
91
      (Jelmer Vernooij)
15
92
 
 
93
    - New startup script serve-branches will serve Loggerhead without
 
94
      the need of configuration, and allow you to browse through directories
 
95
      and branches. (Michael Hudson)
 
96
 
16
97
    - Loggerhead is no longer a TurboGears application, but rather a
17
98
      WSGI application built using Paste (see http://wsgi.org/ and
18
 
      http://pythonpaste.org/ for more about WSGI and Paste). XXX more.
 
99
      http://pythonpaste.org/ for more about WSGI and Paste).
19
100
 
20
 
    - zpt.cleaner_urls bug 138021 ("loggerhead should generate links
21
 
      based on revision numbers and file paths").  XXX more.
 
101
    - URLs now use revision numbers instead of revision ids (Martin Albisetti)
22
102
 
23
103
    - The scripts no longer insist on Python 2.4 -- loggerhead works
24
104
      fine with 2.5.