lp:~flormayer/loggerhead/path

Created by Florian Mayer and last modified

This branch replaces every use of posixpath with os.path so that it can be run using non-POSIX operating systems too.

Get this branch:
bzr branch lp:~flormayer/loggerhead/path
Only Florian Mayer can upload to this branch. If you are Florian Mayer please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Florian Mayer
Project:
loggerhead
Status:
Development

Recent revisions

181. By Florian Mayer

Replaced posixpath with os.path to provide cross-platform compatibility.

180. By Michael Hudson-Doyle

refactor things to avoid keeping branches open when they are not being viewed.
history objects are now ephemeral wrappers around branches, with the
expensive-to-calculate whole history data being cached elsewhere, in a
LRUCache.
also fixes a logging setup regression and deletes some dead code.

179. By Martin Albisetti

Don't add links to removed files, bug #243420

178. By Martin Albisetti

Fix broken links in ATOM feed (Matt Nordhoff)

177. By Martin Albisetti

Switch to new-style classes (Matt Nordhoff)

176. By Michael Hudson-Doyle

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

175. By Michael Hudson-Doyle

merge martin's sqlite_optional branch

174. By Michael Hudson-Doyle

misc logging improvements:
 * don't call basicConfig when importing loggerhead.apps.branch.
 * log rendering time for templates.
 * more consistent logger names.

173. By Martin Albisetti

Remove bundles, it's broken anyway

172. By Martin Albisetti

 * Sort diretories before files
 * Make filename sorting case-insensitive

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers