Removes the git requirement--that's redundant
[mediagoblin.git] / mediagoblin /
2011-05-06 Christopher Allan... Actually display submitted stuff on the mainpage. ...
2011-05-06 Christopher Allan... Erk, we didn't save the state right before
2011-05-06 Christopher Allan... Process media! Successfully!
2011-05-04 Christopher Allan... A simple, maybe obvious, docstring for util.send_email()
2011-05-04 Christopher Allan... send_email tool and email sending tests
2011-05-04 Christopher Allan... Force imports of stuff like mediagoblin.process_media...
2011-05-04 Christopher Allan... Add a rudimentary media processing function.
2011-05-03 Christopher Allan... Add the base.css and reference it so other people can...
2011-05-02 Christopher Allan... Register the models when using from_celery
2011-05-01 Christopher Allan... Merge branch 'master' into celerysubmit
2011-05-01 Christopher Allan... Now we have something useful: mediagoblin.celery_setup...
2011-05-01 Christopher Allan... Second round of tests for setup_celery_from_config...
2011-05-01 Christopher Allan... tests for setup_celery_from_config()
2011-05-01 Christopher Allan... A few more corrections to make setup_celery_from_config...
2011-04-30 Christopher Allan... Import based on the DEFAULT_SETTINGS_MODULE in setup_ce...
2011-04-30 Christopher Allan... Merge branch 'master' into celerysubmit
2011-04-30 Will Kahn-GreeneAdds initial root page
2011-04-26 Christopher Allan... HTTPFound more accurate than HTTPMovedPermanently.
2011-04-25 Christopher Allan... Actually call setup_celery_from_config when launching...
2011-04-25 Christopher Allan... Commit dummy_settings_module, of course.
2011-04-25 Will Kahn-GreeneFixes traceback on registration
2011-04-24 Christopher Allan... setup_celery_from_config tool. Haven't tried if it...
2011-04-24 Christopher Allan... Make certain bits of info accessable as global variable...
2011-04-23 Christopher Allan... Properly require files when users submit
2011-04-23 Christopher Allan... Submission of image works :)
2011-04-23 Christopher Allan... Enclose queue_file writing in with statement so that...
2011-04-23 Christopher Allan... A stupid success view.
2011-04-23 Christopher Allan... Adding the hidden next field to the login page so we...
2011-04-23 Christopher Allan... submit_start written in a way that, by golly, you'd...
2011-04-23 Christopher Allan... Probably better to request.POST.get?
2011-04-23 Christopher Allan... we should check for request.user['status'] not request...
2011-04-23 Christopher Allan... making state for MediaEntry objects, also adding attrib...
2011-04-23 Christopher Allan... Adding a space for custom validators, though we haven...
2011-04-23 Christopher Allan... Give User a status, also add uploader user field to...
2011-04-23 Christopher Allan... Provide a next= url when we require logging in
2011-04-20 Christopher Allan... util.setup_user_in_request must be called last
2011-04-20 Christopher Allan... Use request.app.db, not request.db
2011-04-20 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-20 Christopher Allan... Start of the submit view, but not much there quite...
2011-04-20 Christopher Allan... New requires_active_login decorator!
2011-04-17 Christopher Allan... Move the request.app stuff to the same area
2011-04-17 Christopher Allan... Add the staticdirector stuff to the mediagoblin wsgi...
2011-04-17 Christopher Allan... Buildout script which creates user_dev directory and...
2011-04-17 Christopher Allan... Actually set up the storage systems
2011-04-17 Christopher Allan... Reorganization of storage.py.
2011-04-17 Christopher Allan... storage.storage_system_from_paste_config() utility...
2011-04-17 Christopher Allan... Moved app.load_controller -> util.import_component...
2011-04-17 Christopher Allan... documentation for get_jinja_env
2011-04-17 Christopher Allan... Encourage storage systems to passively accept extraneou...
2011-04-16 Christopher Allan... Test for BasicFileStorage.file_url()
2011-04-16 Christopher Allan... Import urlparse! Duh. I should remember to turn flyma...
2011-04-16 Christopher Allan... Tests for BasicFileStorage.delete_file()
2011-04-16 Christopher Allan... Tests for BasicFileStorage.get_file()
2011-04-16 Christopher Allan... "if not os.path.exists(directory)", not "if not os...
2011-04-16 Christopher Allan... when running get_unique_filepath, clean_listy_filepath...
2011-04-16 Christopher Allan... Added delete_file, url_for_file methods to BasicFileStorage
2011-04-13 Will Kahn-GreeneAdds license/copyright headers to jinja2 templates.
2011-04-13 Will Kahn-GreeneChanges Mediagoblin -> MediaGoblin.
2011-04-13 Will Kahn-GreeneAdds license/copyright header.
2011-04-10 Christopher Allan... get_file() implementation for BasicFileStorage
2011-04-10 Christopher Allan... Test BasicFileStorage.get_unique_filepath()
2011-04-10 Christopher Allan... We should import uuid, because we use it!
2011-04-10 Christopher Allan... get_unique_filepath not get_unique_filename!
2011-04-10 Christopher Allan... Unit tests for BasicFileStorage.file_exists()
2011-04-10 Christopher Allan... Started BasicFileStorage tests. test_basic_storage__re...
2011-04-10 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-10 Christopher Allan... Added the url_for_file stub to the interface
2011-04-10 Christopher Allan... I don't think we need _create_dirs_for_filepath.
2011-04-10 Christopher Allan... Put down structure of BasicFileStorage, and the ._resol...
2011-04-09 Christopher Allan... More documentation on all the core storage API methods
2011-04-09 Christopher Allan... u'string', but of course ;)
2011-04-09 Christopher Allan... Actually, we can implement get_unique_filename, which...
2011-04-09 Christopher Allan... Most of the StorageInterface stubs in place and documented.
2011-04-09 Christopher Allan... Raise a specific error if a filename component can...
2011-04-09 Christopher Allan... file storage filelist cleaning
2011-04-09 Christopher Allan... Adding staticdirect infrastructure from cc.engine
2011-04-03 Christopher Allan... Herp derp GPL notice blocks should even be on routing.
2011-04-03 Christopher Allan... Since we're searching by id, that try: except: was...
2011-04-03 Christopher Allan... Functioning request.user, and a functioning greeting...
2011-04-03 Christopher Allan... This should allow for request.user and show users logged in
2011-04-03 Christopher Allan... We should always have a request.user object, even if...
2011-04-03 Christopher Allan... Added setup_user_in_request
2011-04-03 Christopher Allan... We should use one instead of find_one to really make...
2011-04-03 Christopher Allan... Also handle when there is no such user
2011-04-03 Christopher Allan... Working logout function
2011-04-03 Christopher Allan... Logins seem to work.
2011-04-03 Christopher Allan... Added a check_login command to User
2011-04-03 Christopher Allan... Use beaker from middleware, it's official.
2011-04-03 Christopher Allan... Clarified documentation on fake_login_attempt and resto...
2011-04-03 Christopher Allan... starting to write login code
2011-04-03 Christopher Allan... Added a fake_login_attempt utility.
2011-04-03 Christopher Allan... Use the passwordfield for password fields, obviously ;o
2011-04-03 Christopher Allan... Return an HTTPFound, not HTTPTemporaryRedirect
2011-04-03 Christopher Allan... Registering almost works right :)
2011-04-03 Christopher Allan... Base mediagoblin template, and register templates
2011-04-03 Christopher Allan... We should return a unicode object in bcrypt_gen_passwor...
2011-04-03 Christopher Allan... Put the User object officially in the 'users' document...
2011-04-02 Christopher Allan... Also make sure the auth system successfully returns...
2011-04-02 Christopher Allan... Where did this o come from.
2011-04-02 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
next