~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Guillermo Gonzalez
  • Date: 2008-09-09 04:26:34 UTC
  • mto: (217.1.9 logging)
  • mto: This revision was merged to the branch mainline in revision 226.
  • Revision ID: guillo.gonzo@gmail.com-20080909042634-i9q3mmbpsv5y3osk
 * added --prefix, --host and --port options to serve-branches man page
 * update NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
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
 
1.10 [22Dec2008]
53
 
---------------
54
 
 
55
 
    - Add startup deamon script for Linux (Marius Kruger)
56
 
 
57
 
    - Switch navigation from file_ids to paths. Fixes bugs #260363,
58
 
      #269365 and #128926. (Martin Albisetti)
59
 
 
60
 
    - Fix bug #258710 ("the /files page explodes in an empty branch").
61
 
      Also minor improvements to the /files and /changes pages.
62
 
      (Marius Kruger)
63
5
 
64
6
    - Added --port, --host and --prefix options to serve-branches
65
7
      script. (Martin Albisetti)
66
8
 
67
9
    - Fixed broken template for project browsing with start-loggerhead
68
 
      (Martin Albisetti)
69
 
 
70
 
    - Added --reload options to restart the application when a python
71
 
      file change. (Guillermo Gonzalez)
72
 
 
73
 
    - Added error handling middleware. (Guillermo Gonzalez)
74
 
 
75
 
    - Fix bug #243415 ("Tracebacks go to console but not log
76
 
      file"). Also minor improvements to logging in serve-branches and
77
 
      start-loggerhead. (Guillermo Gonzalez)
 
10
      (Martin Albisett)
 
11
    
 
12
    - Added error hanlding middleware. (Guillermo Gonzalez)
 
13
    
 
14
    - Fix Bug# 243415. Also minor improvements to logging in serve-branches and start-loggerhead. (Guillermo Gonzalez)
78
15
 
79
16
1.6 [15Aug2008]
80
17
----------------