projects
/
mediagoblin.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mediagoblin.git
2012-12-25
Sebastian Spaeth
Move db.sql.migrations to db.migrations
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-25
Sebastian Spaeth
Move db.sql.open to db.open
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-25
Sebastian Spaeth
RIP out mongo
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-25
Sebastian Spaeth
Update extlib/EXIF
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-25
Sebastian Spaeth
Merge branch '512_bump_video_js'
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-25
Sebastian Spaeth
Bump bundled video.js to v3.2.3 (#512)
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-25
Christopher...
makeadmin and changepasswd had swapped help text
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-24
Elrond
(SQL) Media types: Refactor backrefnames.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Elrond
Remove mongo style .id = ObjectId()
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Elrond
Mongo removal: Remove the validate=True arg to obj...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Elrond
Fix some unicode related issues in oauth and the api.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Elrond
Testsuite: Turn SQLAlchemy warnings into errors
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Joar Wandborg
Added API tests
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Elrond
Rewrite routing using new MGRoute class
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Elrond
Rewrite routing.py / get_url_map
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Elrond
Move things from routing.py to tools/routing.py
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Elrond
Refactor routing in app.py.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Sebastian Spaeth
Compare user by id not object equality
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Sebastian Spaeth
Improve sqlalchemy filter rules
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Sebastian Spaeth
Convert return HttpException to raise HttpException
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-23
Sebastian Spaeth
Provide tools.response.render_http_exception and use...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-22
Sebastian Spaeth
Revert accidental checkin
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Christopher...
We're in 0.3.3.dev territory now.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Remove mongolisms from auth.views
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Remove Mongoism query.skip()
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Remove mongolisms from user_pages.view #451
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Refactor media_collect
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Merge branch '577_denoise_video_transcoding'
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Don't dbug log every added plugin route
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Don't require webob as dependency
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Remove webob compatability
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
plugins/api: webob.Response -> werkzeug.Response
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
plugins/api: use headers.set(), not headers.update()
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
replace webob.Response with werkzeug Response
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Transition webob BadRequest|HTTPFound to webob/redirect
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
tests/auth: Don't rely on case sensitive error strings
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
webob.HTTPFound --> MG.tools.redirect
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Transition webob.HttpForbidden to webob's exceptions...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Remove webobisms from decorators.py
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
purge webob from docs and replace with werkzeug
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Remove webob from render_to_response
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-21
Sebastian Spaeth
Extend redirect helper to take optional location keyword
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-20
Sebastian Spaeth
Remove SimpleFieldAlias
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-20
Sebastian Spaeth
Move DBModel._id -> DBModel.id
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-20
Sebastian Spaeth
Fix up tests
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-20
Christopher...
Fixing tyop'ed "dbupdate"
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-20
Christopher...
NOW RELEASING: MediaGoblin 0.3.2! :D
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-20
Christopher...
Committing extracted and compiled translations
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-20
Christopher...
Committing present MediaGoblin translations before...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-20
Christopher...
0.3.2 release notes
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-20
Christopher...
Updating AUTHORS with new contributors. Nice job new...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-20
Christopher...
Committing extracted and compiled translations
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-20
Christopher...
Docs fix: Adding proper blank line after the "Run::"
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-20
Christopher...
Added documentation on how to add STL support, and...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-19
Sebastian Spaeth
Only log output and write progress to db if it has...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-19
Sebastian Spaeth
Try ipython-based shell first, falling back to plain...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-19
Sebastian Spaeth
Try ipython-based shell first, falling back to plain...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-18
Christopher...
makeadmin and changepasswd had swapped help text
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-16
Jef van Schendel
Remove collection_thumbnail styling, so collection...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-15
Sebastian Spaeth
Release note 0.3.2 blurb
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-15
Christopher...
Adding info to the docs about running dbupdate
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-14
Christopher...
Switching both gettext calls to _() so babel can find...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-14
Christopher...
Add comments explaining how translitcodec *is* used
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-14
Sebastian Spaeth
Add example to the lazy gettext version to make clear...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-14
Sebastian Spaeth
Use the correct translation mechanism
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-14
Sebastian Spaeth
Fiy python2.7'ism (#566)
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-13
Jef van Schendel
Small styling edits to thumbnails
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-13
Elrond
Make "add media to collection" a normal <img/>
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-13
Elrond
Migrate some fixes from base.html to airy/base.html.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-12
Elrond
Do not translate just a variable expansion.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-12
Elrond
Fix spacing in links to attachment files.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-12
Christopher...
We don't need to save entries during processing......
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-12
Sebastian Spaeth
More unicode fixes in the test suite
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-12
Christopher...
Setting the user profile back to 3 columns wide!
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-11
Sebastian Spaeth
Make sqlalchemy stop complaining about non-unicode...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-11
Sebastian Spaeth
Fix CSRF tests with webtest 1.4.0
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-10
Christopher...
Remove print statments from this migration.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-10
Elrond
Fix typo, disable debugging.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-10
Elrond
UniqueConstraing migration: Adding the explaining comments.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-10
Elrond
Fixing our broken CollectionItem unique constraint.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-10
Nathan Yergler
Ensure query_dict is a dict after the contents have...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-09
Christopher...
Eeek! Set the migration number to the current migratio...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-09
Christopher...
Elrond's suggestion: have set_current_migration execute...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-07
Christopher...
Committing extracted and compiled translations
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-07
Christopher...
Committing present MediaGoblin translations before...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-05
Christopher...
Add a UniqueConstraint add test in test_sql_migrations
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-05
Sebastian Spaeth
Fix user collection gallery
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-05
Sebastian Spaeth
Switch over the user gallery to the active_user_from_ur...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-05
Sebastian Spaeth
Create a active_user_from_url decorator
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-04
Sebastian Spaeth
Remove gridify_*
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-04
Christopher...
We arean't using header_dropdown.js anymore because...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-04
Sebastian Spaeth
make media_manager a property of MediaEntry in mixin.py
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-04
Sebastian Spaeth
Fallback to "en_US" if browser does not send preferred...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-03
Christopher...
Moving thingiview.js into extlib/
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-03
Christopher...
Switch stl processing over to using the workbench
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-03
Christopher...
Correcting minor typo in exception string: Empyt->Empty
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-03
Christopher...
Removing unused conversions subdir
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-03
Christopher...
Moving blender render files to be accessed via pkg_reso...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-03
Christopher...
Removing render_test.py, which isn't used
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2012-12-03
Aeva Ntsc
Removed debug info from the sidebar.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
next