~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2011-03-16 14:43:36 UTC
  • mfrom: (411.4.8 page_loading)
  • Revision ID: john@arbash-meinel.com-20110316144336-5or6keig1cbagois
Merge the page-loading change.

When /changes page is loaded, don't walk the whole ancestry during 'get_revids_from'.
Instead, only walk enough history to generate the actual page, plus a little bit more
to get the link for the 'next' page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    - The json module is no longer claimed to be supported as alternative for 
29
29
      simplejson. (Jelmer Vernooij, #586611)
30
30
 
 
31
    - Viewing the ``/changes`` page only iterates enough of the history to show
 
32
      the actual revisions displayed, rather than walking the whole mainline.
 
33
      Improves performance on projects with long histories like emacs.
 
34
      (John Arbash Meinel)
 
35
 
31
36
 
32
37
1.18 [10Nov2010]
33
38
----------------