Fixing import to mediagoblin.db.base in stl models
[mediagoblin.git] / mediagoblin /
2013-01-08 Christopher Allan... Fixing import to mediagoblin.db.base in stl models
2013-01-08 Sebastian SpaethMerge branch 'WIP/test_performance'
2013-01-08 Sebastian Spaethtests: More instances where a fresh database is not...
2013-01-08 Sebastian SpaethDon't read full image media into RAM on copying (#419)
2013-01-08 Sebastian SpaethDon't get a fresh app when not needed
2013-01-08 Sebastian SpaethDo not fail is a user exists already
2013-01-08 Sebastian SpaethFix slug lookup regression (#587)
2013-01-07 Joar WandborgMade the airy header element responsive again
2013-01-07 Sebastian SpaethRemove custom GMQuery class
2013-01-07 Sebastian SpaethMv db.sql.base to db.base
2013-01-07 Sebastian SpaethMove mediagoblin.db.sql.extratypes to mediagoblin.db...
2013-01-07 Sebastian SpaethMove db.sql.models* to db.models*
2013-01-07 Sebastian SpaethMove db.sql.util to db.util
2013-01-07 Sebastian SpaethRemove mediagoblin.db.sql.fake.DESCENDING
2013-01-07 Christopher Allan... Also make slug unit test work with the new optionally...
2013-01-07 Christopher Allan... Make translitcodec optional, and work nicely without it.
2013-01-02 Joar WandborgMade api_test use @require_active_login
2012-12-26 Elrondprepare_queue_task: Take app not request.
2012-12-26 Elrondupload refactor: Use prepare_entry in api.
2012-12-26 ElrondUse run_process_media in the api.
2012-12-26 ElrondProcessing: Factor out prepare_entry.
2012-12-26 ElrondFactor out the actual calling of the processing.
2012-12-26 Elrondupload refactor: push url handling
2012-12-26 Sebastian SpaethFix up symlinks in exif bump
2012-12-25 Sebastian SpaethRemove ObjectId from the tree
2012-12-25 Sebastian SpaethRemove temporary emacs files that have slipped in
2012-12-25 Sebastian SpaethRemove InvalidId
2012-12-25 Sebastian SpaethMove db.sql.migrations to db.migrations
2012-12-25 Sebastian SpaethMove db.sql.open to db.open
2012-12-25 Sebastian SpaethRIP out mongo
2012-12-25 Sebastian SpaethUpdate extlib/EXIF
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-25 Sebastian SpaethBump bundled video.js to v3.2.3 (#512)
2012-12-25 Christopher Allan... makeadmin and changepasswd had swapped help text
2012-12-24 Elrond(SQL) Media types: Refactor backrefnames.
2012-12-23 ElrondRemove mongo style .id = ObjectId()
2012-12-23 ElrondMongo removal: Remove the validate=True arg to obj...
2012-12-23 ElrondFix some unicode related issues in oauth and the api.
2012-12-23 ElrondTestsuite: Turn SQLAlchemy warnings into errors
2012-12-23 Joar WandborgAdded API tests
2012-12-23 ElrondRewrite routing using new MGRoute class
2012-12-23 ElrondRewrite routing.py / get_url_map
2012-12-23 ElrondMove things from routing.py to tools/routing.py
2012-12-23 ElrondRefactor routing in app.py.
2012-12-23 Sebastian SpaethCompare user by id not object equality
2012-12-23 Sebastian SpaethImprove sqlalchemy filter rules
2012-12-23 Sebastian SpaethConvert return HttpException to raise HttpException
2012-12-23 Sebastian SpaethProvide tools.response.render_http_exception and use...
2012-12-21 Christopher Allan... We're in 0.3.3.dev territory now.
2012-12-21 Sebastian SpaethRemove mongolisms from auth.views
2012-12-21 Sebastian SpaethRemove Mongoism query.skip()
2012-12-21 Sebastian SpaethRemove mongolisms from user_pages.view #451
2012-12-21 Sebastian SpaethRefactor media_collect
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-21 Sebastian SpaethDon't dbug log every added plugin route
2012-12-21 Sebastian SpaethRemove webob compatability
2012-12-21 Sebastian Spaethplugins/api: webob.Response -> werkzeug.Response
2012-12-21 Sebastian Spaethplugins/api: use headers.set(), not headers.update()
2012-12-21 Sebastian Spaethreplace webob.Response with werkzeug Response
2012-12-21 Sebastian SpaethTransition webob BadRequest|HTTPFound to webob/redirect
2012-12-21 Sebastian Spaethtests/auth: Don't rely on case sensitive error strings
2012-12-21 Sebastian Spaethwebob.HTTPFound --> MG.tools.redirect
2012-12-21 Sebastian SpaethTransition webob.HttpForbidden to webob's exceptions...
2012-12-21 Sebastian SpaethRemove webobisms from decorators.py
2012-12-21 Sebastian SpaethRemove webob from render_to_response
2012-12-21 Sebastian SpaethExtend redirect helper to take optional location keyword
2012-12-20 Sebastian SpaethRemove SimpleFieldAlias
2012-12-20 Sebastian SpaethMove DBModel._id -> DBModel.id
2012-12-20 Sebastian SpaethFix up tests
2012-12-20 Christopher Allan... NOW RELEASING: MediaGoblin 0.3.2! :D
2012-12-20 Christopher Allan... Committing extracted and compiled translations
2012-12-20 Christopher Allan... Committing present MediaGoblin translations before...
2012-12-20 Christopher Allan... Committing extracted and compiled translations
2012-12-19 Sebastian SpaethOnly log output and write progress to db if it has...
2012-12-19 Sebastian SpaethTry ipython-based shell first, falling back to plain...
2012-12-19 Sebastian SpaethTry ipython-based shell first, falling back to plain...
2012-12-18 Christopher Allan... makeadmin and changepasswd had swapped help text
2012-12-16 Jef van SchendelRemove collection_thumbnail styling, so collection...
2012-12-14 Christopher Allan... Switching both gettext calls to _() so babel can find...
2012-12-14 Christopher Allan... Add comments explaining how translitcodec *is* used
2012-12-14 Sebastian SpaethAdd example to the lazy gettext version to make clear...
2012-12-14 Sebastian SpaethUse the correct translation mechanism
2012-12-14 Sebastian SpaethFiy python2.7'ism (#566)
2012-12-13 Jef van SchendelSmall styling edits to thumbnails
2012-12-13 ElrondMake "add media to collection" a normal <img/>
2012-12-13 ElrondMigrate some fixes from base.html to airy/base.html.
2012-12-12 ElrondDo not translate just a variable expansion.
2012-12-12 ElrondFix spacing in links to attachment files.
2012-12-12 Christopher Allan... We don't need to save entries during processing......
2012-12-12 Sebastian SpaethMore unicode fixes in the test suite
2012-12-12 Christopher Allan... Setting the user profile back to 3 columns wide!
2012-12-11 Sebastian SpaethMake sqlalchemy stop complaining about non-unicode...
2012-12-11 Sebastian SpaethFix CSRF tests with webtest 1.4.0
2012-12-10 Christopher Allan... Remove print statments from this migration.
2012-12-10 ElrondFix typo, disable debugging.
2012-12-10 ElrondUniqueConstraing migration: Adding the explaining comments.
2012-12-10 ElrondFixing our broken CollectionItem unique constraint.
2012-12-10 Nathan YerglerEnsure query_dict is a dict after the contents have...
2012-12-09 Christopher Allan... Eeek! Set the migration number to the current migratio...
2012-12-09 Christopher Allan... Elrond's suggestion: have set_current_migration execute...
next