mediagoblin.git
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...
2011-04-17 Christopher... Merge branch 'master' into buildout
2011-04-17 Christopher... Base MediaGoblin paste deploy config file.
2011-04-17 Christopher... Buildout'ifying things.
2011-04-17 Christopher... Actually set up the storage systems
2011-04-17 Christopher... Reorganization of storage.py.
2011-04-17 Christopher... storage.storage_system_from_paste_config() utility...
2011-04-17 Christopher... Moved app.load_controller -> util.import_component...
2011-04-17 Christopher... documentation for get_jinja_env
2011-04-17 Christopher... Encourage storage systems to passively accept extraneou...
2011-04-16 Christopher... Test for BasicFileStorage.file_url()
2011-04-16 Christopher... Import urlparse! Duh. I should remember to turn flyma...
2011-04-16 Christopher... Tests for BasicFileStorage.delete_file()
2011-04-16 Christopher... Tests for BasicFileStorage.get_file()
2011-04-16 Christopher... "if not os.path.exists(directory)", not "if not os...
2011-04-16 Christopher... when running get_unique_filepath, clean_listy_filepath...
2011-04-16 Christopher... Added delete_file, url_for_file methods to BasicFileStorage
2011-04-15 Christopher... Ignore the docs/_build directory.
2011-04-15 Will Kahn-GreeneOverhauls TOC of manual
2011-04-13 Will Kahn-GreeneAdds license/copyright headers to jinja2 templates.
2011-04-13 Will Kahn-GreeneClarifies licensing for the project.
2011-04-13 Will Kahn-GreeneChanges Mediagoblin -> MediaGoblin.
2011-04-13 Will Kahn-GreeneAdds documentation.
2011-04-13 Will Kahn-GreeneAdds license/copyright header.
2011-04-12 Will Kahn-GreeneFixes docs.
2011-04-11 Matt LeeAdding a file for testing of CIA bot
2011-04-11 Christopher... Started the workflow document. Currently just mockups...
2011-04-10 Christopher... get_file() implementation for BasicFileStorage
2011-04-10 Christopher... Test BasicFileStorage.get_unique_filepath()
2011-04-10 Christopher... We should import uuid, because we use it!
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!
next