mediagoblin.git
2011-06-18 Christopher... Erk! Forgot to include the new mediagoblin.ini.
2011-06-18 Christopher... Move entire app structure over to using the new config...
2011-06-18 Christopher... Tests for mediagoblin.config functions
2011-06-18 Christopher... CONFIG_SPEC_PATH should be config_spec here, fixing.
2011-06-18 Christopher... Make REPORT_HEADER a unicode string also. Unicode...
2011-06-18 Christopher... Validation error reporting functionality.
2011-06-18 Christopher... Let's specifically import string_list()s in the config_...
2011-06-18 Christopher... Merge branch 'master' into configobj
2011-06-17 Christopher... We require lxml. Updating setup.py to reflect that.
2011-06-17 Christopher... Merge remote branch 'remotes/cmoylan/test_auth_views_364'
2011-06-17 Chris Moylanlogins are now somewhat tested
2011-06-17 Chris Moylanadded vim swapfiles to gitignore
2011-06-17 Christopher... Merge remote branch 'remotes/gullydwarf-cfdv/is330'
2011-06-16 cfdvadds link from gallery back to user page
2011-06-16 cfdvadds link to user gallery in mediagoblin_header_right...
2011-06-16 cfdvuser_gallery controller calls render_to_reponse
2011-06-16 cfdvadds routing.py and view.py changes
2011-06-16 Caleb Forbes... issue #330 - creates a user gallery template
2011-06-16 Christopher... Recommending --set-upstream when doing a git push to...
2011-06-16 Christopher... Configuration file loading via ConfigObj.
2011-06-16 Christopher... Basic config "requirements" file.
2011-06-16 Christopher... Require ConfigObj
2011-06-14 Christopher... Merge remote branch 'remotes/elrond/dev/workbench_class'
2011-06-14 ElrondMove destroy_workbench to Workbench class
2011-06-14 ElrondDrop WorkbenchManager.localized_file()
2011-06-14 Christopher... Merge branch 'master' of gitorious.org:mediagoblin...
2011-06-14 Christopher... A super strict HTML cleaner method with mediocre tests.
2011-06-13 Will Kahn-GreeneAdds local toc sections
2011-06-13 Will Kahn-GreeneUpdates version in docs
2011-06-13 Christopher... Already mentioned, but clarifying that branches should...
2011-06-13 Will Kahn-GreeneTweaks git workflow structure
2011-06-13 Will Kahn-GreeneFixes git workflow
2011-06-12 Christopher... Merge remote branch 'remotes/elrond/idea/simple_proc_me...
2011-06-12 ElrondCreate a Workbench class and use it everywhere.
2011-06-12 cfdvensure color mode compatibility when making image thumb...
2011-06-12 Christopher... First import of mg_globals as mgg, partly because I...
2011-06-12 Christopher... mediagoblin.globals->mediagoblin.mg_globals
2011-06-12 Christopher... Merge remote branch 'remotes/elrond/idea/clean_celery_s...
2011-06-12 Christopher... Merge remote branch 'remotes/elrond/idea/tests_kill_db'
2011-06-12 Christopher... possibly_localize_file->localized_file... a bit less...
2011-06-12 Christopher... Switch process_media over to using the workbench.
2011-06-12 Christopher... Don't bother returning whether or not we copied it...
2011-06-12 Christopher... Moving workbench out of process_media
2011-06-12 Christopher... Merge branch 'master' into workbench
2011-06-12 Christopher... Import mediagoblin.globals as mg_globals so we can...
2011-06-12 Christopher... Have the application set up instances of the WorkbenchM...
2011-06-12 Christopher... test WorkbenchManager.possibly_localize_file()
2011-06-12 Christopher... We don't need this extra '.' in making the filename
2011-06-12 Christopher... Added a FakeRemoteStorage, for testing purposes
2011-06-11 Christopher... Make sure workbench won't kill directories out of scope.
2011-06-11 Christopher... Tests for creating/destroying workbenches
2011-06-11 Christopher... Wrote functions and documentation for all the Workbench...
2011-06-11 Christopher... Base structure of workbench manager
2011-06-11 Christopher... Adding a copy_locally() method to the StorageInterface...
2011-06-11 Christopher... Allow storage systems to be local and allow for a get_l...
2011-06-10 ElrondTests: Kill the whole testing database after all tests
2011-06-10 Elrondcelery_setup: drop param to setup_self and simplify...
2011-06-08 ElrondRefactor filename generation in the public store
2011-06-08 Christopher... This attribute in quotes, too. :)
2011-06-08 Christopher... XML attributes must be in quotes!
2011-06-07 Christopher... Fixing check_filetype...
2011-06-06 Christopher... Added a comment to clarify that this shouldn't stay...
2011-06-06 Christopher... Merge remote branch 'remotes/gandaro/324-bad-media...
2011-06-06 Christopher... A setup_fresh_app decorator which should make writing...
2011-06-06 Christopher... A clear_test_buckets() method
2011-06-05 Christopher... Docstring for test_register_views()
2011-06-05 Christopher... Make sure that two users with the same username can...
2011-06-05 Christopher... Email verification view test works
2011-06-05 Christopher... Make sure we can register, and then that we get the...
2011-06-05 Christopher... Use render_template utility so we can test whether...
2011-06-05 Christopher... Moved the verification url generation string template...
2011-06-05 Christopher... Make sure that get_test_app() really does wipe the...
2011-06-05 Christopher... Made a simple template rendering view and switched...
2011-06-05 Christopher... I have a strong preference for aligning all parameters...
2011-06-05 Christopher... Merge remote branch 'remotes/elrond/idea/shortcuts'
2011-06-05 Christopher... Just a bit of formatting for these unfinished tests ;)
2011-06-05 Christopher... Instructions for running tests with the modern setup
2011-06-05 Christopher... New password check error message
2011-06-05 Christopher... Test registration form integrity
2011-06-05 Christopher... The first bit of the registration tests working. Not...
2011-06-05 Christopher... Actually it's a lot better of an idea to load the full...
2011-06-05 Christopher... We should store the template path, not the template...
2011-06-05 ElrondCreate redirect shortcut and use it around
2011-06-05 ElrondReformat render_to_response calls
2011-06-05 ElrondCreate render_to_reponse and use it everywhere.
2011-06-05 Christopher... Firefox 3.X shows hidden fields for some reason, adding...
2011-06-04 Christopher... Moving all views over to using util.render_template()!
2011-06-04 Christopher... Cache template environments and gettexts so we don...
2011-06-04 Christopher... Added new render_template method which will make our...
2011-06-04 Christopher... Proper webtest infrastructure... seems to be about...
2011-06-04 Christopher... Mount media editing under /u/{username}/m/{media}/edit/
2011-06-04 Christopher... Let's redirect back to the media homepage using the...
2011-06-04 Christopher... I shouldn't have removed the .save() entirely :)
2011-06-03 Christopher... Title first and foremost... anything else looks weird...
2011-06-03 Christopher... Merge branch 'media_edit'
2011-06-03 Christopher... Find out if such a slug exists via a query instead...
2011-06-03 ElrondPropagate Exceptions up in Celery-Eager-Mode
2011-06-03 Aleksandar... Refactored the sending of verification emails.
2011-06-02 Christopher... attribute values should be quoted :)
2011-06-02 Christopher... No reason for 'verification_successful = bool' here.
next