~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matt Nordhoff
  • Date: 2009-05-06 18:05:41 UTC
  • mto: This revision was merged to the branch mainline in revision 341.
  • Revision ID: mnordhoff@mattnordhoff.com-20090506180541-84f3nodl1wnarucn
More.

I'm now done going through the logs post-1.10, but there are other things that should be added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dev [future]
5
5
---------------
6
6
 
 
7
    - Make sure that binary files aren't annotated. (Martin Albisetti,
 
8
      #258848)
 
9
 
7
10
    - Loggerhead now serves bzr branches over HTTP and exposes the URL
8
11
      to branch them. Addresses bug #240577. (Jonathan Lange)
9
12
 
18
21
      Bui)
19
22
 
20
23
    - serve-branches now errors if run behind a proxy without
21
 
      paste.deploy installed.
 
24
      paste.deploy installed. (Michael Hudson)
22
25
 
23
26
    - Loggerhead should now handle file and directory names that need
24
27
      URL escaping without crashing.
25
28
 
26
29
    - The start-loggerhead script properly sets the wsgi.url_scheme
27
 
      from the server.webpath option. (neror)
 
30
      from the server.webpath option. (neror, #260547)
28
31
 
29
32
    - The revision page defaults to unified style again, and can
30
 
      convert to a side-by-side view using Javascript.
 
33
      convert to a side-by-side view using JavaScript. (Michael Hudson)
 
34
 
 
35
    - Finish converting JavaScript from MooTools to YUI 3.
31
36
 
32
37
    - Leading blank lines in commit messages no longer result in an
33
38
      empty summary. (Colin Watson)
34
39
 
35
40
    - 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)
 
41
      and "newer" respectively. (Michael Hudson, #297930)
 
42
 
 
43
    - The annotate view now contains line number anchors. (Michael
 
44
      Hudson)
 
45
 
 
46
    - Fix inventory pages using "//" in links. (Michael Hudson, #329668)
 
47
 
 
48
    - Fix problems viewing files and directories containing spaces and
 
49
      other funny characters. (Peter Bui)
42
50
 
43
51
    - Changelog messages are now displayed with newlines preserved.
44
52
      (Peter Bui)
45
53
 
 
54
    - Offer a link to see the full file diffs for a file path. (Michael
 
55
      Hudson, #333797)
 
56
 
 
57
    - Loggerhead can be installed as a Bazaar plugin and run by
 
58
      'bzr serve --http'. (Martin Pool)
 
59
 
 
60
    - Fix HTML content of source files being displayed unescaped when
 
61
      Pygments was unavailable. (Michael Hudson, #344970)
 
62
 
46
63
    - Fix serve-branches's path argument. (Michael Hudson, #353230)
47
64
 
48
65
    - serve-branches now has an option, --use-cdn, to load YUI from