~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

add a '-C' option for ensuring loggerhead is running (from a cron job, for
example), and clean up the main() code a bit in the process.  also added
log rolling (daily, weekly, or none).

Show diffs side-by-side

added added

removed removed

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