aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix typo, disable debugging.Elrond2012-12-101-3/+2
* | UniqueConstraing migration: Adding the explaining comments.Elrond2012-12-101-0/+23
* | Fixing our broken CollectionItem unique constraint.Elrond2012-12-101-4/+42
* | Ensure query_dict is a dict after the contents have been modified.Nathan Yergler2012-12-101-2/+8
* | Eeek! Set the migration number to the current migration number being run!Christopher Allan Webber2012-12-091-1/+1
* | Elrond's suggestion: have set_current_migration execute after each migration ...Christopher Allan Webber2012-12-091-1/+1
* | Committing extracted and compiled translationsChristopher Allan Webber2012-12-0754-1215/+2445
* | Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-12-073-73/+74
* | Add a UniqueConstraint add test in test_sql_migrationsChristopher Allan Webber2012-12-051-3/+26
* | Fix user collection gallerySebastian Spaeth2012-12-051-13/+9
* | Switch over the user gallery to the active_user_from_url decoratorSebastian Spaeth2012-12-051-13/+10
* | Create a active_user_from_url decoratorSebastian Spaeth2012-12-051-0/+15
* | Remove gridify_*Sebastian Spaeth2012-12-043-33/+2
* | We arean't using header_dropdown.js anymore because the dropdown is gone!Christopher Allan Webber2012-12-041-2/+0
* | make media_manager a property of MediaEntry in mixin.pySebastian Spaeth2012-12-045-30/+37
* | Fallback to "en_US" if browser does not send preferred languagesSebastian Spaeth2012-12-041-16/+13
* | Moving thingiview.js into extlib/Christopher Allan Webber2012-12-038-1777/+4
* | Switch stl processing over to using the workbenchChristopher Allan Webber2012-12-031-11/+16
* | Correcting minor typo in exception string: Empyt->EmptyChristopher Allan Webber2012-12-031-1/+1
* | Removing unused conversions subdirChristopher Allan Webber2012-12-031-4/+0
* | Moving blender render files to be accessed via pkg_resourcesChristopher Allan Webber2012-12-033-11/+112
* | Removed debug info from the sidebar.Aeva Ntsc2012-12-031-9/+4
* | tweaking the templateAeva Ntsc2012-12-031-1/+6
* | Fixed the binary stl loader.Aeva Ntsc2012-12-031-26/+5
* | Disabled thingiview for obj models, since thingiview's support for them seems...Aeva Ntsc2012-12-031-0/+2
* | Added a table to store the file extension of a model.Aeva Ntsc2012-12-032-1/+4
* | Updated the template for viewing stl models.Aeva Ntsc2012-12-031-28/+102
* | Added preview rendering for a bunch of different shots.Aeva Ntsc2012-12-031-2/+66
* | Catching ValueError when trying to use ObjModel on binary stl files.Aeva Ntsc2012-12-031-0/+2
* | made 3d viewer a little cleanerAeva Ntsc2012-12-031-11/+22
* | disabled auto rotateAeva Ntsc2012-12-031-6/+10
* | Added the stl/obj mediatype.Aeva Ntsc2012-12-035-0/+348
* | Added a rudimentary template for the stl/obj viewer.Aeva Ntsc2012-12-031-0/+63
* | Added the thingiview.js library.Aeva Ntsc2012-12-031-0/+165
* | Added the thingiview.js library.Aeva Ntsc2012-12-036-0/+1604
* | Committing extracted and compiled translationsChristopher Allan Webber2012-12-0354-3671/+4187
* | Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-12-033-0/+3099
* | Fix translations around.Elrond2012-12-034-11/+19
* | Go back to pre-login URL after loging inSebastian Spaeth2012-12-031-1/+2
* | Provide jinja2 urlencode filterSebastian Spaeth2012-12-031-0/+4
* | en_US is always availableSebastian Spaeth2012-12-023-11/+10
* | Fixing bug where not all conditions returned a language in get_locale_from_re...Christopher Allan Webber2012-12-011-1/+2
|/
* Fall back to "en" if we don't find matching translationsSebastian Spaeth2012-12-021-1/+1
* Honor user's browser language (#558)Sebastian Spaeth2012-12-025-12/+33
* Fix i18n in our browserSebastian Spaeth2012-12-013-18/+15
* trim_whitespace meddleware pluginSebastian Spaeth2012-12-012-0/+98
* Make ENABLED_MEDDLEWARES a list and not a tuple, so we can modify itSebastian Spaeth2012-12-011-2/+2
* Remove the NoOp meddlewareSebastian Spaeth2012-12-012-28/+0
* Implement licenses.get_license_by_urlSebastian Spaeth2012-11-302-1/+11
* Improve mediagoblin.tools.licensesSebastian Spaeth2012-11-301-34/+38