Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Testsuite: Turn SQLAlchemy warnings into errors | Elrond | 2012-12-23 | 1 | -0/+4 | |
* | | | Added API tests | Joar Wandborg | 2012-12-23 | 3 | -1/+107 | |
* | | | Rewrite routing using new MGRoute class | Elrond | 2012-12-23 | 2 | -14/+17 | |
* | | | Rewrite routing.py / get_url_map | Elrond | 2012-12-23 | 1 | -14/+12 | |
* | | | Move things from routing.py to tools/routing.py | Elrond | 2012-12-23 | 8 | -48/+71 | |
* | | | Refactor routing in app.py. | Elrond | 2012-12-23 | 2 | -17/+33 | |
* | | | Compare user by id not object equality | Sebastian Spaeth | 2012-12-23 | 1 | -4/+1 | |
* | | | Improve sqlalchemy filter rules | Sebastian Spaeth | 2012-12-23 | 1 | -19/+22 | |
* | | | Convert return HttpException to raise HttpException | Sebastian Spaeth | 2012-12-23 | 6 | -14/+15 | |
* | | | Provide tools.response.render_http_exception and use that | Sebastian Spaeth | 2012-12-23 | 2 | -15/+46 | |
* | | | Revert accidental checkin | Sebastian Spaeth | 2012-12-22 | 12 | -248/+0 | |
* | | | We're in 0.3.3.dev territory now. | Christopher Allan Webber | 2012-12-21 | 1 | -1/+1 | |
* | | | Remove mongolisms from auth.views | Sebastian Spaeth | 2012-12-21 | 1 | -22/+13 | |
* | | | Remove Mongoism query.skip() | Sebastian Spaeth | 2012-12-21 | 2 | -5/+5 | |
* | | | Remove mongolisms from user_pages.view #451 | Sebastian Spaeth | 2012-12-21 | 2 | -54/+46 | |
* | | | Refactor media_collect | Sebastian Spaeth | 2012-12-21 | 1 | -85/+76 | |
* | | | Merge branch '577_denoise_video_transcoding' | Sebastian Spaeth | 2012-12-21 | 1 | -7/+9 | |
|\ \ \ | ||||||
| * | | | Only log output and write progress to db if it has changed | Sebastian Spaeth | 2012-12-19 | 1 | -7/+9 | |
* | | | | 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 |