mediagoblin.git
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...
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.
next