mediagoblin.git
2011-04-10 Christopher... get_unique_filepath not get_unique_filename!
2011-04-10 Christopher... Unit tests for BasicFileStorage.file_exists()
2011-04-10 Christopher... Started BasicFileStorage tests. test_basic_storage__re...
2011-04-10 Christopher... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-10 Christopher... Added the url_for_file stub to the interface
2011-04-10 Christopher... I don't think we need _create_dirs_for_filepath.
2011-04-10 Christopher... Put down structure of BasicFileStorage, and the ._resol...
2011-04-09 Will Kahn-GreeneFleshes out documentation.
2011-04-09 Christopher... More documentation on all the core storage API methods
2011-04-09 Christopher... u'string', but of course ;)
2011-04-09 Christopher... Actually, we can implement get_unique_filename, which...
2011-04-09 Christopher... Most of the StorageInterface stubs in place and documented.
2011-04-09 Christopher... Raise a specific error if a filename component can...
2011-04-09 Christopher... file storage filelist cleaning
2011-04-09 Christopher... Include werkzeug. We'll need it for werkzeug.util...
2011-04-09 Christopher... Adding staticdirect infrastructure from cc.engine
2011-04-08 Will Kahn-GreeneAdds Sphinx docs infrastructure.
2011-04-03 Christopher... Herp derp GPL notice blocks should even be on routing.
2011-04-03 Christopher... Since we're searching by id, that try: except: was...
2011-04-03 Christopher... Functioning request.user, and a functioning greeting...
2011-04-03 Christopher... This should allow for request.user and show users logged in
2011-04-03 Christopher... We should always have a request.user object, even if...
2011-04-03 Christopher... Added setup_user_in_request
2011-04-03 Christopher... We should use one instead of find_one to really make...
2011-04-03 Christopher... Also handle when there is no such user
2011-04-03 Christopher... Working logout function
2011-04-03 Christopher... Logins seem to work.
2011-04-03 Christopher... Added a check_login command to User
2011-04-03 Christopher... Use beaker from middleware, it's official.
2011-04-03 Christopher... Clarified documentation on fake_login_attempt and resto...
2011-04-03 Christopher... starting to write login code
2011-04-03 Christopher... Added a fake_login_attempt utility.
2011-04-03 Christopher... Use the passwordfield for password fields, obviously ;o
2011-04-03 Christopher... Return an HTTPFound, not HTTPTemporaryRedirect
2011-04-03 Christopher... Registering almost works right :)
2011-04-03 Christopher... Base mediagoblin template, and register templates
2011-04-03 Christopher... We should return a unicode object in bcrypt_gen_passwor...
2011-04-03 Christopher... Put the User object officially in the 'users' document...
2011-04-02 Christopher... Also make sure the auth system successfully returns...
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