mediagoblin.git
2011-04-02 Christopher... Where did this o come from.
2011-04-02 Christopher... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-02 Christopher... Unit tests for our bcrypt auth stuff. Our first tests!
2011-04-02 Christopher... Basic authentication tools using py-bcrypt
2011-03-28 Matt LeeAdded catalogue number
2011-03-28 Christopher... HTML export of the READMEish braindump.
2011-03-28 Christopher... A semi-verbose braindump of what I think GNU MediaGobli...
2011-03-27 Matt LeeAdded copying and authors files
2011-03-27 Matt LeeAdded copyright notices
2011-03-27 Christopher... A testing submit view that doesn't work but is getting...
2011-03-27 Christopher... __collection__ should be auto-defined as media_entries
2011-03-27 Christopher... erp, connection[database_path] not connection['database...
2011-03-27 Christopher... Ignore mediagoblin egg-info
2011-03-26 Christopher... Properly load in the database and register the connecti...
2011-03-26 Christopher... date_creation should be created
2011-03-26 Christopher... required_values, default_values! For the only two...
2011-03-26 Christopher... A simple register_modules helper function.
2011-03-25 Christopher... Adding a skeletal models.py
2011-03-25 Christopher... Requiring mongokit
2011-03-25 Christopher... Commenting out beaker till we start using it :)
2011-03-25 Christopher... Adding requirements :)
2010-07-18 Christopher... beakered_app removed from the paste_app_factory. Deplo...
2010-07-18 Christopher... Added session support w/ beaker
2010-07-18 Christopher... Still totally useless but at least it writes to the...
2010-07-18 Christopher... Starting with the test submit view using wtforms
2010-07-18 Christopher... A few adustments to the routing and etc
2010-07-17 Christopher... Basic but useless connection to the database
2010-07-17 Christopher... Initial mediagoblin structure