Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Don't dbug log every added plugin route | Sebastian Spaeth | 2012-12-21 | 1 | -1/+0 | |
* | | | | | | | Don't require webob as dependency | Sebastian Spaeth | 2012-12-21 | 15 | -1/+258 | |
* | | | | | | | Remove webob compatability | Sebastian Spaeth | 2012-12-21 | 1 | -2/+1 | |
* | | | | | | | plugins/api: webob.Response -> werkzeug.Response | Sebastian Spaeth | 2012-12-21 | 1 | -6/+4 | |
* | | | | | | | plugins/api: use headers.set(), not headers.update() | Sebastian Spaeth | 2012-12-21 | 1 | -1/+1 | |
* | | | | | | | replace webob.Response with werkzeug Response | Sebastian Spaeth | 2012-12-21 | 2 | -3/+5 | |
* | | | | | | | Transition webob BadRequest|HTTPFound to webob/redirect | Sebastian Spaeth | 2012-12-21 | 1 | -5/+4 | |
* | | | | | | | tests/auth: Don't rely on case sensitive error strings | Sebastian Spaeth | 2012-12-21 | 1 | -2/+2 | |
* | | | | | | | webob.HTTPFound --> MG.tools.redirect | Sebastian Spaeth | 2012-12-21 | 3 | -13/+8 | |
* | | | | | | | Transition webob.HttpForbidden to webob's exceptions Forbidden | Sebastian Spaeth | 2012-12-21 | 4 | -14/+19 | |
* | | | | | | | Remove webobisms from decorators.py | Sebastian Spaeth | 2012-12-21 | 1 | -10/+6 | |
* | | | | | | | purge webob from docs and replace with werkzeug | Sebastian Spaeth | 2012-12-21 | 1 | -1/+1 | |
* | | | | | | | Remove webob from render_to_response | Sebastian Spaeth | 2012-12-21 | 2 | -2/+7 | |
* | | | | | | | Extend redirect helper to take optional location keyword | Sebastian Spaeth | 2012-12-21 | 1 | -10/+17 | |
* | | | | | | | Remove SimpleFieldAlias | Sebastian Spaeth | 2012-12-21 | 1 | -12/+0 | |
* | | | | | | | Move DBModel._id -> DBModel.id | Sebastian Spaeth | 2012-12-21 | 30 | -119/+96 | |
* | | | | | | | Fix up tests | Sebastian Spaeth | 2012-12-21 | 3 | -11/+13 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Fixing tyop'ed "dbupdate" | Christopher Allan Webber | 2012-12-20 | 1 | -1/+1 | |
* | | | | | | NOW RELEASING: MediaGoblin 0.3.2! :D | Christopher Allan Webber | 2012-12-20 | 1 | -1/+1 | |
* | | | | | | Committing extracted and compiled translations | Christopher Allan Webber | 2012-12-20 | 2 | -1/+1 | |
* | | | | | | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2012-12-20 | 1 | -23/+23 | |
* | | | | | | 0.3.2 release notes | Christopher Allan Webber | 2012-12-20 | 1 | -1/+58 | |
* | | | | | | Updating AUTHORS with new contributors. Nice job new contributors! :) | Christopher Allan Webber | 2012-12-20 | 1 | -0/+4 | |
* | | | | | | Committing extracted and compiled translations | Christopher Allan Webber | 2012-12-20 | 57 | -779/+684 | |
* | | | | | | Docs fix: Adding proper blank line after the "Run::" | Christopher Allan Webber | 2012-12-20 | 1 | -0/+4 | |
* | | | | | | Added documentation on how to add STL support, and notes on running ./bin/gmg... | Christopher Allan Webber | 2012-12-20 | 1 | -2/+34 | |
|/ / / / / | ||||||
* | | | | | Try ipython-based shell first, falling back to plain shell | Sebastian Spaeth | 2012-12-19 | 1 | -9/+8 | |
* | | | | | makeadmin and changepasswd had swapped help text | Christopher Allan Webber | 2012-12-18 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Remove collection_thumbnail styling, so collection thumbnails are styled the ... | Jef van Schendel | 2012-12-16 | 2 | -31/+6 | |
* | | | | Release note 0.3.2 blurb | Sebastian Spaeth | 2012-12-15 | 1 | -6/+18 | |
* | | | | Adding info to the docs about running dbupdate | Christopher Allan Webber | 2012-12-14 | 2 | -0/+15 | |
* | | | | Switching both gettext calls to _() so babel can find/extract them. | Christopher Allan Webber | 2012-12-14 | 1 | -4/+6 | |
* | | | | Add comments explaining how translitcodec *is* used | Christopher Allan Webber | 2012-12-14 | 1 | -0/+2 | |
* | | | | Add example to the lazy gettext version to make clear when it's appropriate | Sebastian Spaeth | 2012-12-14 | 1 | -1/+4 | |
* | | | | Use the correct translation mechanism | Sebastian Spaeth | 2012-12-14 | 1 | -3/+4 | |
* | | | | Fiy python2.7'ism (#566) | Sebastian Spaeth | 2012-12-14 | 1 | -3/+7 | |
* | | | | Small styling edits to thumbnails | Jef van Schendel | 2012-12-13 | 1 | -2/+4 | |
* | | | | Make "add media to collection" a normal <img/> | Elrond | 2012-12-13 | 2 | -12/+3 | |
* | | | | Migrate some fixes from base.html to airy/base.html. | Elrond | 2012-12-13 | 1 | -5/+9 | |
* | | | | Do not translate just a variable expansion. | Elrond | 2012-12-12 | 1 | -3/+1 | |
* | | | | Fix spacing in links to attachment files. | Elrond | 2012-12-12 | 2 | -3/+3 | |
* | | | | We don't need to save entries during processing... also adding comments expla... | Christopher Allan Webber | 2012-12-12 | 3 | -5/+3 | |
* | | | | More unicode fixes in the test suite | Sebastian Spaeth | 2012-12-12 | 1 | -6/+7 | |
* | | | | Setting the user profile back to 3 columns wide! | Christopher Allan Webber | 2012-12-11 | 1 | -1/+1 | |
* | | | | Make sqlalchemy stop complaining about non-unicode input | Sebastian Spaeth | 2012-12-11 | 2 | -4/+4 | |
* | | | | Fix CSRF tests with webtest 1.4.0 | Sebastian Spaeth | 2012-12-11 | 1 | -3/+3 | |
* | | | | Remove print statments from this migration. | Christopher Allan Webber | 2012-12-10 | 1 | -6/+5 | |
* | | | | Fix typo, disable debugging. | Elrond | 2012-12-10 | 1 | -3/+2 | |
* | | | | UniqueConstraing migration: Adding the explaining comments. | Elrond | 2012-12-10 | 1 | -0/+23 | |
* | | | | Fixing our broken CollectionItem unique constraint. | Elrond | 2012-12-10 | 1 | -4/+42 |