~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Michael Hudson
  • Date: 2008-06-25 06:18:13 UTC
  • mfrom: (174.1.8 streaming)
  • Revision ID: michael.hudson@canonical.com-20080625061813-3cr5iax8sdz0e67s
merge my streaming branch which:
 * most importantly, streams the pages as they render to the client, which 
   reduces memory usage on large pages and feels better for the user
 * makes the stuff in controller/ have a more wsgi-ish interface
 * restores the stripping of excess whitespace from the output

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
      memory consumption of rendering by a factor of around 3 for
24
24
      large pages over the old Kid templates.
25
25
 
26
 
    - Loggerhead's poorly performing text index was disabled. bzr-search
27
 
      is now used if the plugin is installed and a text index is present
28
 
      on the branch being viewed. (Martin Albisetti, Robert Collins).
 
26
    - Loggerhead's poorly performing text index was disabled.
29
27
 
30
28
    - Loggerhead no longer depends on bzrlib functions deprecated in
31
29
      Bazaar 1.5 and removed in 1.6 (Martin Albisetti).