~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matt Nordhoff
  • Date: 2009-05-06 18:37:45 UTC
  • mto: This revision was merged to the branch mainline in revision 341.
  • Revision ID: mnordhoff@mattnordhoff.com-20090506183745-9tkcoj30dpkz6aqf
Finish up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    - Leading blank lines in commit messages no longer result in an
14
14
      empty summary. (Colin Watson)
15
15
 
16
 
    - Added syntax highlighting to annotate view using
 
16
    - Added optional syntax highlighting to annotate view using
17
17
      python-pygments.  Partially addresses bug #306631. (Peter Bui)
18
18
 
19
19
    - Convert newlines in commit messages to HTML line breaks for
32
32
    - The revision page defaults to unified style again, and can
33
33
      convert to a side-by-side view using JavaScript. (Michael Hudson)
34
34
 
35
 
    - Finish converting JavaScript from MooTools to YUI 3.
 
35
    - Clean up and improve performance of the annotate view. (Michael
 
36
      Hudson)
 
37
 
 
38
    - Finish converting JavaScript from MooTools to YUI 3. (Michael
 
39
      Hudson)
 
40
 
 
41
    - Improve compatibility with IE 6. (Michael Hudson)
36
42
 
37
43
    - Leading blank lines in commit messages no longer result in an
38
44
      empty summary. (Colin Watson)
39
45
 
 
46
    - Clip long lines in side-by-side diff view. (Michael Hudson,
 
47
      #334837)
 
48
 
40
49
    - The user-confusing "next" and "previous" links now read "older"
41
50
      and "newer" respectively. (Michael Hudson, #297930)
42
51
 
49
58
      other funny characters. (Peter Bui)
50
59
 
51
60
    - Changelog messages are now displayed with newlines preserved.
52
 
      (Peter Bui)
 
61
      (Peter Bui, #273688)
53
62
 
54
63
    - Offer a link to see the full file diffs for a file path. (Michael
55
64
      Hudson, #333797)
56
65
 
 
66
    - Fix annotate error caused by Pygments stripping trailing
 
67
      whitespace. (Michael Hudson, #338762)
 
68
 
57
69
    - Loggerhead can be installed as a Bazaar plugin and run by
58
70
      'bzr serve --http'. (Martin Pool)
59
71
 
 
72
    - Load parts of the changelog and revision pages via XMLHttpRequest
 
73
      to improve performance. This adds a dependency on simplejson or
 
74
      json. Partially addresses bug #253950. (Michael Hudson)
 
75
 
 
76
    - Various improvements to the animation JavaScript. (Michael Hudson)
 
77
 
60
78
    - Fix HTML content of source files being displayed unescaped when
61
79
      Pygments was unavailable. (Michael Hudson, #344970)
62
80