launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #09602
loggerhead 1.18.2 released
I've finally (lonnnng overdue - sorry!) cut a release of loggerhead 1.18.2.
Its now on pypi, so (in principle) pip/easyinstall installable.
Cheers,
Rob
1.18.2 [12Sep2012]
------------------
- Add ``bzr load-test-loggerhead`` as a way to make sure loggerhead can
handle concurrent requests, etc. Scripts can be written that spawn
multiple threads, and issue concurrent requests.
(John Arbash Meinel)
- HEAD requests should not return body content. This is done by adding
another wsgi middleware that strips the body when the REQUEST_METHOD is
HEAD. Note that you have to add the middleware into your pipeline, and
it does not decrease the actual work done.
(John Arbash Meinel, #716201)
- If we get a HEAD request, there is no reason to expand the template, we
shouldn't be returning body content anyway.
(John Arbash Meinel, #716201, #716217)
- Merge the pqm changes back into trunk, after trunk was reverted to an old
revision. (John Arbash Meinel, #716152)
- Redirect ``/files/file.txt`` to ``/view/file.txt`` and ``/view/dir`` to
``/files/dir``. (Jasper St. Pierre, #569358)
- Remove ``start-loggerhead`` and ``stop-loggerhead`` which were already
deprecated. (John Arbash Meinel)
- Show "Author(s)" as separate from "Committer". And label them
correctly. (John Arbash Meinel, #733015)
- The json module is no longer claimed to be supported as alternative for
simplejson. (Jelmer Vernooij, #586611)
- Viewing the ``/changes`` page only iterates enough of the history to show
the actual revisions displayed, rather than walking the whole mainline.
Improves performance on projects with long histories like emacs.
(John Arbash Meinel)
- Fix support for displaying foreign revision ids.
(Jelmer Vernooij, #736026)
- Add hook 'controller' to BranchWSGIApp, allowing other bzr plugins
to provide custom branch-specific controllers. (Jelmer Vernooij, #585822)
- Add privacy notification code to loggerhead, allowing branches to be
marked as private and a notification ribbon to be displayed via
javascript on the view pages. (JC Sackett, #823471)
- Add a script and documentation for running under mod_wsgi.
(Stuart Colville, Toshio Kuratomi)
- Make tz calculations consistent and use UTC in the UI everywhere we show
a precise timestamp. (Robert Collins, #594591)
- Avoid crashing when viewing, annotating or downloading a
non-existent file or revision.
(William Grant, #728209, #929275)
- Fix diff and view page styling to be more compact and more easily
copyable. (William Grant, #743295)
- Some small UI changes; extra border at the bottom of file diffs and
rounded corners in UI. (Cruz Bishop)
- Updated the Free Software Foundation address in headers. (Toshio
Kuratomi)
- Updated css to handle wrapping of long comments.
(Francesco Del Degan, #276768)
- Updated formatting of file sizes in file listings. (Cruz Bishop)
- Added revision number with release info in the page footer, when
available. (Cruz Bishop, #392668).