~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robey Pointer
  • Date: 2007-03-26 06:08:50 UTC
  • Revision ID: robey@lag.net-20070326060850-69b3yu2i6udttzjq
include more stuff in the manifest

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