Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Support for older webobs and newer webobs both in accept language mess :) | Christopher Allan Webber | 2011-10-15 | 1 | -2/+11 |
| | |||||
* | Fixes issue662, MediaGoblin was broken by recent WebOb release. | Christopher Allan Webber | 2011-10-15 | 1 | -7/+3 |
| | | | | | | | | | | From WebOb release notes: "Accept.best_matches() is gone; use list(request.accept) or request.accept.best_match(..) instead (applies to all Accept-* headers) or similar with request.accept_language." ... seems that's what borked it... | ||||
* | Moved common, translation, template, and url code out of util.py and into ↵ | Aaron Williamson | 2011-10-01 | 1 | -0/+167 |
tools/[file].py |