word-wrapping the public/queue storage explainations in storage.rst
[mediagoblin.git] / mediagoblin /
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-26 Christopher Allan... Switch "sqlite_refcheck" keyword arg to "migrations...
2013-04-26 Christopher Allan... Don't turn on sqlite refcheck stuff during migrations
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-04-26 Rodney EwingRemoved an unused import
2013-04-25 ElrondUnit test for ReallyLazyProxy.
2013-04-25 ElrondNo lazy_* needed here; Add ReallyLazyProxy.__repr__.
2013-04-24 Christopher Allan... Adding ReallyLazyProxy, a proxy that does what we expect :)
2013-04-24 Christopher Allan... Switching non-forms back to using normal pass_to_ugettext
2013-04-24 Aditi MittalFix-bug-667-Use-lazy_pass_to_ugettext-for-forms.
2013-04-24 Rodney EwingCheck for duplicate collection slugs and make them...
2013-04-24 ElrondCreate set_thread_locale and use it.
2013-04-24 Elrondresize_image: Change calling style a bit.
2013-04-23 Alon Levymediagoblin/submit/lib.py: fix typo
2013-04-23 ElrondCreate add_media_to_collection()
2013-04-22 ElrondDoc string for ProcessingState.
2013-04-21 Elrondresize_image: Refactor config loading a small bit.
2013-04-21 ElrondCleanup storage after test, and test .delete_dir().
2013-04-20 Christopher Allan... Merge remote-tracking branch 'remotes/npigeon/ticket...
2013-04-20 Christopher Allan... bumping image quality to 90, after conversation with...
2013-04-20 Christopher Allan... Bumping the default image quality up to 85.
2013-04-20 dunkypimage quality can be set in config file
2013-04-19 ElrondRefactor test configs.
2013-04-19 Christopher Allan... removing old callable utilities and porting stuff over.
2013-04-19 Christopher Allan... Let's not use reserved keywords :)
2013-04-19 Christopher Allan... Added new tests to test hook_transform()
2013-04-19 Christopher Allan... we should be returning the result, not None!
2013-04-19 Christopher Allan... Adjusting tests to use hook_handle and hook_runall
2013-04-19 Christopher Allan... fixing hook_handle for when result is never assigned...
2013-04-19 Christopher Allan... As Elrond points out, we might as well .pop() default_h...
2013-04-19 Christopher Allan... Hooks: the Next Generation!
2013-04-19 Christopher Allan... And... pyblosxom code removed again :)
2013-04-18 Christopher Allan... pyblosxom run_callback hoisted
2013-04-18 Christopher Allan... Moving the rest of the relevant tests to have test_app...
2013-04-18 Christopher Allan... at pytest author's advice, changing the way _setup...
2013-04-18 Elrondpiwigo: Send NotImplemented for unknown methods.
2013-04-18 ElrondUse check_file_field in pwg_images_addSimple.
2013-04-18 ElrondStart to use six for basestring.
2013-04-17 Elrondstl:blender_render() - Remove useless arg_string.
2013-04-17 Christopher Allan... Fixing typo in calling render_http_exception
2013-04-17 ElrondTurning image's media manager into a new style class.
2013-04-17 ElrondAdd sniff_handler method to mediamanagers.
2013-04-17 ElrondAdd MediaManagerBase class.
2013-04-17 ElrondMediaManager: Use .foo instead of ['foo'].
2013-04-17 ElrondFirst step towards a MediaManager class: Compat one.
2013-04-17 Alon LevyPIL: Support systems with Pillow and without
2013-04-17 Alon Levypdf/processing.py: don't use check_output, only in...
2013-04-16 ElrondRefactor test resources into new resources.py
2013-04-16 ElrondPDF: Use pytest.mark.skipif for skipping tests
2013-04-16 nattily pigeonfowlUpdating branch...
2013-04-16 nattily pigeonfowlChanged the max character length for tags on media...
2013-04-16 Elrondtest_timesince() doesn't need a complete test_app.
2013-04-15 Christopher Allan... Removing unused imports
2013-04-15 Christopher Allan... Removing unused imports and an unused media_files dict...
2013-04-15 Alon Levypdf: use pdf.js in an iframe
2013-04-15 Alon Levyadd pdf media type
2013-04-14 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-04-14 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tsyesika...
2013-04-13 Nathan YerglerMerge remote-tracking branch 'joar-github/oauth/refresh...
2013-04-13 Christopher Allan... Text-align the headers on the media panel to the left...
2013-04-13 Christopher Allan... Comment when/author link styling changes
2013-04-13 Christopher Allan... Why not also display the times on when these media...
2013-04-13 Christopher Allan... Changing translations to say "amount of time ago",...
2013-04-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tsyesika...
2013-04-12 Jessica TAllows you to use your username or email to login
2013-04-12 Jessica TAdds the fuzzy timestamp to the admin panel too
2013-04-12 Jessica TAdds the unit tests and removes useless function we...
2013-04-11 Jessica TAdds the timesince ability which fixes #394
2013-04-10 Christopher Allan... Merge branch '637_friendlier_hooks'
2013-04-10 Christopher Allan... Switch several functions over to using the new callable...
2013-04-10 Christopher Allan... Remove unhandled_okay from kwargs if it's there before...
2013-04-10 Christopher Allan... callable hook convenience functions.. now work, and...
2013-04-10 Christopher Allan... Fix sessions so they work across the site.
2013-04-09 ElrondMake session cookies more secure.
2013-04-09 ElrondRemove the last traces of beaker.
2013-04-09 ElrondFix left over from variable renaming.
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-09 Christopher Allan... tests for new pluginapi methods that can't possibly...
2013-04-08 ElrondUse cascade for comment deletion.
2013-04-08 ElrondTesting: Remove some left over files/dirs.
2013-04-08 ElrondImplement queue dir delete for proc_state.delete_queue_file
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-04-07 Christopher Allan... Convenience functions for callable hooks
2013-04-06 Joar WandborgOAuth: Support refresh tokens, etc
2013-04-06 Christopher Allan... Really removing nosetests things now! all assert_whate...
2013-04-06 ElrondBetter docs for GenerateSlugMixin.
2013-04-06 ElrondUse GenerateSlugMixin for collections.
2013-04-06 ElrondRefactor generate_slug into a mixin.
2013-04-05 Christopher Allan... Merge branch '614_multi_test_config'
2013-04-05 Christopher Allan... Switch test_app generation over to use py.test fixtures.
2013-04-04 Christopher Allan... Oops, forgot to assign dump_old_app to self, heh.
2013-04-04 Christopher Allan... Turning setup_fresh_app into SetupFreshApp, a decorator...
2013-04-04 Christopher Allan... Updating get_app to allow for passing in particular...
2013-04-03 Christopher Allan... These tests need to have a MediaGoblin app setup so...
2013-04-03 Christopher Allan... All mediagoblin tests now pass with py.test (switched...
2013-04-03 ElrondCreate ProcessingState.store_public.
2013-04-03 ElrondLittle refactoring for images: media_files.
2013-03-30 ElrondA bit of pep8: Remove useless whitespace.
2013-03-30 ElrondMerge remote-tracking branch 'JDShu/649_use_form_data_f...
2013-03-29 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
next