mediagoblin.git
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.
2011-04-25 Will Kahn-GreeneFixes traceback on registration
2011-04-25 Will Kahn-GreeneFixes mdashes and other minor things.
2011-04-25 Will Kahn-GreeneChanges version to 0.0.1.
2011-04-25 Will Kahn-GreeneAdds Matt to docs contributors list
2011-04-24 Christopher... setup_celery_from_config tool. Haven't tried if it...
2011-04-24 Will Kahn-GreeneHeavy documentation updates
2011-04-24 Will Kahn-GreeneMinor tweaks to design decisions text
2011-04-24 Will Kahn-GreeneUpdates to hacking howto
2011-04-24 Christopher... Make certain bits of info accessable as global variable...
2011-04-24 Christopher... Time to require celery!
2011-04-23 Christopher... Properly require files when users submit
2011-04-23 Christopher... Submission of image works :)
2011-04-23 Christopher... Enclose queue_file writing in with statement so that...
2011-04-23 Christopher... A stupid success view.
2011-04-23 Christopher... Adding the hidden next field to the login page so we...
2011-04-23 Christopher... submit_start written in a way that, by golly, you'd...
2011-04-23 Christopher... Probably better to request.POST.get?
2011-04-23 Christopher... we should check for request.user['status'] not request...
2011-04-23 Christopher... making state for MediaEntry objects, also adding attrib...
2011-04-23 Christopher... Adding a space for custom validators, though we haven...
2011-04-23 Christopher... Give User a status, also add uploader user field to...
2011-04-23 Christopher... Provide a next= url when we require logging in
2011-04-23 Will Kahn-GreeneFixes CC0 language
2011-04-23 Will Kahn-GreeneUpdates contributing howto
2011-04-22 Will Kahn-GreeneLicense/copyright changes
2011-04-20 Christopher... util.setup_user_in_request must be called last
2011-04-20 Christopher... Use request.app.db, not request.db
2011-04-20 Christopher... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-20 Christopher... Start of the submit view, but not much there quite...
2011-04-20 Christopher... New requires_active_login decorator!
2011-04-19 Will Kahn-GreeneHackinghowto tweaks
2011-04-17 Christopher... Makes most sense for [server:main] to be at bottom
2011-04-17 Christopher... Move the request.app stuff to the same area
2011-04-17 Christopher... Add the staticdirector stuff to the mediagoblin wsgi...
2011-04-17 Christopher... How to run the server
2011-04-17 Christopher... Updated hackinghowto.rst with info on how to use the...
2011-04-17 Christopher... Buildout script which creates user_dev directory and...
next