aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Move db.sql.migration_tools to db.migration_tools.Elrond2013-01-085-4/+4
* | | Add inspect_table.Elrond2013-01-082-7/+11
* | | Move all the migration tools into new migration_tools.pyElrond2013-01-086-253/+268
* | | Fixing import to mediagoblin.db.base in stl modelsChristopher Allan Webber2013-01-081-1/+1
* | | Merge branch 'WIP/test_performance'Sebastian Spaeth2013-01-0810-48/+43
|\ \ \ | |/ / |/| |
| * | tests: More instances where a fresh database is not neededSebastian Spaeth2013-01-085-31/+27
| * | Don't get a fresh app when not neededSebastian Spaeth2013-01-084-14/+12
| * | Do not fail is a user exists alreadySebastian Spaeth2013-01-081-3/+4
* | | Don't read full image media into RAM on copying (#419)Sebastian Spaeth2013-01-081-10/+3
|/ /
* | Fix slug lookup regression (#587)Sebastian Spaeth2013-01-081-17/+21
* | Made the airy header element responsive againJoar Wandborg2013-01-071-0/+6
* | Remove custom GMQuery classSebastian Spaeth2013-01-072-15/+2
* | Mv db.sql.base to db.baseSebastian Spaeth2013-01-0713-29/+11
* | Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypesSebastian Spaeth2013-01-074-3/+3
* | Move db.sql.models* to db.models*Sebastian Spaeth2013-01-0719-18/+21
* | Move db.sql.util to db.utilSebastian Spaeth2013-01-076-334/+313
* | Remove mediagoblin.db.sql.fake.DESCENDINGSebastian Spaeth2013-01-077-52/+17
* | Also make slug unit test work with the new optionally-translitcodec-free codeChristopher Allan Webber2013-01-061-7/+7
* | Make translitcodec optional, and work nicely without it.Christopher Allan Webber2013-01-062-4/+14
* | Made api_test use @require_active_loginJoar Wandborg2013-01-021-3/+1
* | prepare_queue_task: Take app not request.Elrond2012-12-263-7/+10
* | upload refactor: Use prepare_entry in api.Elrond2012-12-261-18/+2
* | Use run_process_media in the api.Elrond2012-12-261-20/+2
* | Processing: Factor out prepare_entry.Elrond2012-12-262-25/+31
* | Factor out the actual calling of the processing.Elrond2012-12-262-21/+26
* | upload refactor: push url handlingElrond2012-12-262-26/+52
* | Bug #584, upgrade EXIF.py from master to read Nikon dataOdin Hørthe Omdal2012-12-262-16/+127
* | Fix up symlinks in exif bumpSebastian Spaeth2012-12-263-1821/+55
* | Remove ObjectId from the treeSebastian Spaeth2012-12-257-29/+17
* | Remove temporary emacs files that have slipped inSebastian Spaeth2012-12-252-275/+0
* | Remove InvalidIdSebastian Spaeth2012-12-254-30/+8
* | Move db.sql.migrations to db.migrationsSebastian Spaeth2012-12-252-1/+1
* | Move db.sql.open to db.openSebastian Spaeth2012-12-254-83/+64
* | RIP out mongoSebastian Spaeth2012-12-2525-1536/+18
* | Update extlib/EXIFSebastian Spaeth2012-12-256-18/+2196
* | Merge branch '512_bump_video_js'Sebastian Spaeth2012-12-2512-4224/+191
|\ \
| * | Bump bundled video.js to v3.2.3 (#512)Sebastian Spaeth2012-12-2512-4224/+191
| * | makeadmin and changepasswd had swapped help textChristopher Allan Webber2012-12-251-2/+2
| * | Try ipython-based shell first, falling back to plain shellSebastian Spaeth2012-12-191-9/+8
* | | (SQL) Media types: Refactor backrefnames.Elrond2012-12-245-5/+20
* | | Remove mongo style .id = ObjectId()Elrond2012-12-242-6/+0
* | | Mongo removal: Remove the validate=True arg to obj.save()Elrond2012-12-246-10/+9
* | | Fix some unicode related issues in oauth and the api.Elrond2012-12-232-2/+2
* | | Testsuite: Turn SQLAlchemy warnings into errorsElrond2012-12-231-0/+4
* | | Added API testsJoar Wandborg2012-12-233-1/+107
* | | Rewrite routing using new MGRoute classElrond2012-12-232-14/+17
* | | Rewrite routing.py / get_url_mapElrond2012-12-231-14/+12
* | | Move things from routing.py to tools/routing.pyElrond2012-12-238-48/+71
* | | Refactor routing in app.py.Elrond2012-12-232-17/+33
* | | Compare user by id not object equalitySebastian Spaeth2012-12-231-4/+1