Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Remove custom GMQuery class | Sebastian Spaeth | 2013-01-07 | 2 | -15/+2 | |
* | | | | | Mv db.sql.base to db.base | Sebastian Spaeth | 2013-01-07 | 13 | -29/+11 | |
* | | | | | Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypes | Sebastian Spaeth | 2013-01-07 | 4 | -3/+3 | |
* | | | | | Move db.sql.models* to db.models* | Sebastian Spaeth | 2013-01-07 | 19 | -18/+21 | |
* | | | | | Move db.sql.util to db.util | Sebastian Spaeth | 2013-01-07 | 6 | -334/+313 | |
* | | | | | Remove mediagoblin.db.sql.fake.DESCENDING | Sebastian Spaeth | 2013-01-07 | 7 | -52/+17 | |
* | | | | | Also make slug unit test work with the new optionally-translitcodec-free code | Christopher Allan Webber | 2013-01-06 | 1 | -7/+7 | |
* | | | | | Make translitcodec optional, and work nicely without it. | Christopher Allan Webber | 2013-01-06 | 2 | -4/+14 | |
* | | | | | Made api_test use @require_active_login | Joar Wandborg | 2013-01-02 | 1 | -3/+1 | |
* | | | | | prepare_queue_task: Take app not request. | Elrond | 2012-12-26 | 3 | -7/+10 | |
* | | | | | upload refactor: Use prepare_entry in api. | Elrond | 2012-12-26 | 1 | -18/+2 | |
* | | | | | Use run_process_media in the api. | Elrond | 2012-12-26 | 1 | -20/+2 | |
* | | | | | Processing: Factor out prepare_entry. | Elrond | 2012-12-26 | 2 | -25/+31 | |
* | | | | | Factor out the actual calling of the processing. | Elrond | 2012-12-26 | 2 | -21/+26 | |
* | | | | | upload refactor: push url handling | Elrond | 2012-12-26 | 2 | -26/+52 | |
* | | | | | Bug #584, upgrade EXIF.py from master to read Nikon data | Odin Hørthe Omdal | 2012-12-26 | 2 | -16/+127 | |
* | | | | | Fix up symlinks in exif bump | Sebastian Spaeth | 2012-12-26 | 3 | -1821/+55 | |
* | | | | | Remove ObjectId from the tree | Sebastian Spaeth | 2012-12-25 | 7 | -29/+17 | |
* | | | | | Remove temporary emacs files that have slipped in | Sebastian Spaeth | 2012-12-25 | 2 | -275/+0 | |
* | | | | | Remove InvalidId | Sebastian Spaeth | 2012-12-25 | 4 | -30/+8 | |
* | | | | | Move db.sql.migrations to db.migrations | Sebastian Spaeth | 2012-12-25 | 2 | -1/+1 | |
* | | | | | Move db.sql.open to db.open | Sebastian Spaeth | 2012-12-25 | 4 | -83/+64 | |
* | | | | | RIP out mongo | Sebastian Spaeth | 2012-12-25 | 25 | -1536/+18 | |
* | | | | | Update extlib/EXIF | Sebastian Spaeth | 2012-12-25 | 6 | -18/+2196 | |
* | | | | | Merge branch '512_bump_video_js' | Sebastian Spaeth | 2012-12-25 | 12 | -4224/+191 | |
|\ \ \ \ \ | ||||||
| * | | | | | Bump bundled video.js to v3.2.3 (#512) | Sebastian Spaeth | 2012-12-25 | 12 | -4224/+191 | |
| * | | | | | makeadmin and changepasswd had swapped help text | Christopher Allan Webber | 2012-12-25 | 1 | -2/+2 | |
| * | | | | | Try ipython-based shell first, falling back to plain shell | Sebastian Spaeth | 2012-12-19 | 1 | -9/+8 | |
* | | | | | | (SQL) Media types: Refactor backrefnames. | Elrond | 2012-12-24 | 5 | -5/+20 | |
* | | | | | | Remove mongo style .id = ObjectId() | Elrond | 2012-12-24 | 2 | -6/+0 | |
* | | | | | | Mongo removal: Remove the validate=True arg to obj.save() | Elrond | 2012-12-24 | 6 | -10/+9 | |
* | | | | | | Fix some unicode related issues in oauth and the api. | Elrond | 2012-12-23 | 2 | -2/+2 | |
* | | | | | | 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 |