aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add comments explaining how translitcodec *is* usedChristopher Allan Webber2012-12-141-0/+2
* | Add example to the lazy gettext version to make clear when it's appropriateSebastian Spaeth2012-12-141-1/+4
* | Use the correct translation mechanismSebastian Spaeth2012-12-141-3/+4
* | Fiy python2.7'ism (#566)Sebastian Spaeth2012-12-141-3/+7
* | Small styling edits to thumbnailsJef van Schendel2012-12-131-2/+4
* | Make "add media to collection" a normal <img/>Elrond2012-12-132-12/+3
* | Migrate some fixes from base.html to airy/base.html.Elrond2012-12-131-5/+9
* | Do not translate just a variable expansion.Elrond2012-12-121-3/+1
* | Fix spacing in links to attachment files.Elrond2012-12-122-3/+3
* | We don't need to save entries during processing... also adding comments expla...Christopher Allan Webber2012-12-123-5/+3
* | More unicode fixes in the test suiteSebastian Spaeth2012-12-121-6/+7
* | Setting the user profile back to 3 columns wide!Christopher Allan Webber2012-12-111-1/+1
* | Make sqlalchemy stop complaining about non-unicode inputSebastian Spaeth2012-12-112-4/+4
* | Fix CSRF tests with webtest 1.4.0Sebastian Spaeth2012-12-111-3/+3
* | Remove print statments from this migration.Christopher Allan Webber2012-12-101-6/+5
* | 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-4/+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/+28
* | Removing render_test.py, which isn't usedChristopher Allan Webber2012-12-031-29/+0
* | 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
* | Added script for manually testing the blender renderer.Aeva Ntsc2012-12-031-0/+29
* | Added blender rendererAeva Ntsc2012-12-032-0/+84
* | 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