mediagoblin.git
2011-05-12 Christopher... Separation between setting up the template env and...
2011-05-12 Christopher... Merge branch 'master' of gitorious.org:mediagoblin...
2011-05-12 Christopher... Added some locale determination tools
2011-05-12 Christopher... Fix the email debug inbox
2011-05-12 Christopher... I probably shouldn't break the main page since we don...
2011-05-12 Christopher... Moving translations to mediagoblin/translations
2011-05-12 Christopher... adding master.po translations file
2011-05-12 Christopher... buildout instructions come first since it's easier...
2011-05-12 Christopher... Translate the welcome message (extracts successfully!)
2011-05-12 Christopher... Added extraction stuff that's not used but appears...
2011-05-12 Christopher... Add the jinja2 extension to the jinja loader
2011-05-12 Christopher... Fixing tyop in README... thanks Daniel Neel!
2011-05-12 Christopher... Right, we don't need the exported HTML either.
2011-05-12 Christopher... I don't believe we need READMEish.org anymore.
2011-05-11 Sebastian SpaethEnforce using local dateutil with buildout
2011-05-11 Christopher... URLs should end in trailing slashes, or slash redirecti...
2011-05-10 Christopher... Removing this horrifying submission test stuff from...
2011-05-10 Christopher... 404 appropriately here
2011-05-10 Christopher... Indenting these templates because I'm pedantic about...
2011-05-10 Sebastian SpaethImplement simple media detail page
2011-05-09 Christopher... Merge remote branch 'spaetz/fix_description'
2011-05-08 Sebastian SpaethFix description submission in form handling
2011-05-08 Christopher... Asbool the email debug mode option
2011-05-08 Sebastian SpaethDon't escape the verification URL
2011-05-08 Christopher... Only convert db port if it's there and use asint to...
2011-05-08 Christopher... Merge remote branch 'refs/remotes/spaetz/master'
2011-05-08 Christopher... mgoblin_section.get, not app_config.get (doh)
2011-05-08 Sebastian Spaethapp.py: Need to pass in port number as 'int'
2011-05-08 Christopher... Removing unused sys import from setup.py
2011-05-08 Christopher... Added an email debug mode which, by default, is enabled
2011-05-08 Christopher... [to_email] rather than list(to_email) which makes a...
2011-05-08 Christopher... Merge remote branch 'refs/remotes/jwandborg/master'
2011-05-08 Joar WandborgUpdated default sender address
2011-05-08 Joar WandborgAdded verification email template
2011-05-07 Joar WandborgRemoved unused variable
2011-05-07 Joar WandborgMade changes according to bugs.foocorp.net/issues/271...
2011-05-07 Christopher... Reversing buildout and virtualenv instructions because...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Will Kahn-GreeneRemoves the git requirement--that's redundant
2011-05-07 Will Kahn-GreeneWraps the virtualenv wrapper line
2011-05-07 Will Kahn-GreeneTweaks the "if mongodb isn't working" troubleshooting...
2011-05-07 Christopher... Be sure to read the install instructions!
2011-05-07 Will Kahn-GreeneFixes headers in hacking howto docs
2011-05-07 Will Kahn-GreeneOverhauls hacking howto
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Will Kahn-GreeneFirst pass at adding virtualenv instructions.
2011-05-07 Will Kahn-GreeneFixes a link in the docs
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Joar WandborgAdded functionality to send out verification email...
2011-05-07 Joar WandborgChanged the method used to generate uuids for verificat...
2011-05-06 Joar Wandborgmediagoblin.util.send_email now supports both list...
2011-05-06 Joar WandborgFixed bug in models.py:User that caused all users creat...
2011-05-06 Christopher... Instructions on running celeryd
2011-05-06 Christopher... Actually display submitted stuff on the mainpage. ...
2011-05-06 Christopher... Erk, we didn't save the state right before
2011-05-06 Christopher... Process media! Successfully!
2011-05-06 Christopher... A completely evil environment destroying script.
2011-05-06 Christopher... It doesn't necessarily have to be bash.
2011-05-06 Christopher... Merge branch 'master' of gitorious.org:mediagoblin...
2011-05-06 Christopher... Made a link to the script wiping tool feature request...
2011-05-06 Christopher... Moving wiping to a clean slate beneath running server...
2011-05-06 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-05 Will Kahn-GreeneAdds design decision for the name
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Christopher... A simple, maybe obvious, docstring for util.send_email()
2011-05-04 Christopher... send_email tool and email sending tests
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Christopher... Force imports of stuff like mediagoblin.process_media...
2011-05-04 Christopher... Require PIL
2011-05-04 Christopher... Add a rudimentary media processing function.
2011-05-03 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-03 Joar WandborgAdded server-log.txt to .gitignore
2011-05-03 Joar WandborgAdded functionality to support user email verification...
2011-05-03 Will Kahn-GreeneLots of documentation changes
2011-05-03 Christopher... Add the base.css and reference it so other people can...
2011-05-02 Will Kahn-GreeneFixes dead references in docs.
2011-05-02 Christopher... Register the models when using from_celery
2011-05-01 Christopher... Merge branch 'master' into celerysubmit
2011-05-01 Christopher... Require sphinx & jinja2 for good measure :)
2011-05-01 Christopher... Include dependent scripts... maybe we'll change this...
2011-05-01 Christopher... Now we have something useful: mediagoblin.celery_setup...
2011-05-01 Christopher... Second round of tests for setup_celery_from_config...
2011-05-01 Christopher... tests for setup_celery_from_config()
2011-05-01 Christopher... A few more corrections to make setup_celery_from_config...
2011-04-30 Will Kahn-GreeneChanges beardomatic things to codebase things
2011-04-30 Christopher... Import based on the DEFAULT_SETTINGS_MODULE in setup_ce...
2011-04-30 Will Kahn-GreeneAdds section on git
2011-04-30 Christopher... Changing the wording around the django-like components...
2011-04-30 Christopher... Clarified that copyright assignment is encouraged,...
2011-04-30 Christopher... Merge branch 'master' into celerysubmit
2011-04-30 Will Kahn-GreeneAdds initial root page
2011-04-30 Will Kahn-GreeneAdds a README
2011-04-28 Will Kahn-GreeneAdds placeholder file so _static exists.
2011-04-28 Will Kahn-GreeneAdds "Send encouragement" section
2011-04-28 Will Kahn-GreeneMoves "run your own instance" to the future section
2011-04-28 Will Kahn-GreeneReworked contributing docs based on Asheesh's thoughts
2011-04-27 Matt LeeUpdated copyright
2011-04-26 Christopher... HTTPFound more accurate than HTTPMovedPermanently.
2011-04-25 Christopher... Actually call setup_celery_from_config when launching...
2011-04-25 Christopher... Commit dummy_settings_module, of course.
next