mediagoblin.git
2011-06-21 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-21 Christopher... Only migrate to description_html if description also...
2011-06-21 Christopher... Fix cleaned_markdown_conversion so that it doesn't...
2011-06-20 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-20 Christopher... Also moving the test_server.ini to test_paste.ini to...
2011-06-20 Christopher... Moving server.ini->paste.ini because willkg points...
2011-06-20 Christopher... Updated git documentation to have more useful branch...
2011-06-20 Christopher... Provide a migration to add description_html to MediaEnt...
2011-06-20 Christopher... Adds util.cleaned_markdown_conversion() and uses it...
2011-06-20 Christopher... Merge remote branch 'remotes/jwandborg/issue_363'
2011-06-20 Christopher... Merge remote branch 'remotes/cmoylan/test_auth_views_364'
2011-06-19 Christopher... Making ./runtests.sh the official way to run the tests.
2011-06-19 Christopher... ./runtests.sh: run unit tests without having to remembe...
2011-06-19 Christopher... Need to run nosetests with CELERY_CONFIG_MODULE set...
2011-06-19 Christopher... Documenting the setup_globals function.
2011-06-19 Christopher... Document our new global objects added during the config...
2011-06-19 Christopher... Merge remote branch 'remotes/elrond/idea/globals_check'
2011-06-19 Christopher... Reset the globals parameters while testing parameters
2011-06-19 Christopher... Re-commenting-out lxml from setup.py
2011-06-19 Christopher... Updated hacking howto to reflect our new, easier to...
2011-06-19 Christopher... ./lazyserver.sh: launch a server in the most basic...
2011-06-19 Christopher... Actually we need pkg_resources again in test_celery_set...
2011-06-19 Christopher... Merge branch 'configobj'
2011-06-19 Chris Moylanadded test coverage for redirecting after login with...
2011-06-19 Christopher... Adjusting hackinghowto docs to reflect change in server...
2011-06-19 Christopher... Removing a couple of unused imports from util.py
2011-06-19 Christopher... Removing "paste config" phrasing where we're no longer...
2011-06-19 Christopher... renaming storage_system_from_paste_config()->storage_sy...
2011-06-19 Christopher... util.read_config_file() no longer needed; removing.
2011-06-19 Chris MoylanAdded tests for all sorts of login form abuse.
2011-06-19 Christopher... Preparing celery unit tests for new setup.
2011-06-19 Christopher... ./bin/gmg commands upgraded to work with the new setup.
2011-06-19 Christopher... Nosetests should now be able to run using the new confi...
2011-06-19 Christopher... Only kill the database if it's really set up.
2011-06-19 Christopher... It's a good idea for us to pass the application itself...
2011-06-18 Christopher... Updating celery_setup.from_celery to use new config...
2011-06-18 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-18 Christopher... Removing option to set celery config section.
2011-06-18 Christopher... Removing type conversions from setup_celery_from_config.
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... Removing unused pkg_resources import from test_celery_setup
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 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
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-15 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-15 Joar WandborgMade changes according to bugs.foocorp.net/issues/363...
2011-06-15 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
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 ElrondLet setup_globals check for known 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 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
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 Joar WandborgAdded Markdown rendering for `media_entry`
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
next