2013-04-26 |
Christopher... | Don't turn on sqlite refcheck stuff during migrations |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-26 |
Christopher... | Merge remote-tracking branch 'refs/remotes/rodney757... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-26 |
Rodney Ewing | Removed an unused import |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-25 |
Elrond | Unit test for ReallyLazyProxy. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-25 |
Elrond | No lazy_* needed here; Add ReallyLazyProxy.__repr__. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-24 |
Christopher... | Adding ReallyLazyProxy, a proxy that does what we expect :) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-24 |
Christopher... | Switching non-forms back to using normal pass_to_ugettext |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-24 |
Aditi Mittal | Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-24 |
Rodney Ewing | Check for duplicate collection slugs and make them... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-24 |
Elrond | Create set_thread_locale and use it. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-24 |
Elrond | resize_image: Change calling style a bit. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-23 |
Alon Levy | mediagoblin/submit/lib.py: fix typo |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-23 |
Elrond | Create add_media_to_collection() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-22 |
Elrond | Doc string for ProcessingState. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-21 |
Elrond | resize_image: Refactor config loading a small bit. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-21 |
Elrond | Cleanup storage after test, and test .delete_dir(). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-20 |
Christopher... | Merge remote-tracking branch 'remotes/npigeon/ticket... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-20 |
Christopher... | bumping image quality to 90, after conversation with... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-20 |
Christopher... | Bumping the default image quality up to 85. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-20 |
dunkyp | image quality can be set in config file |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-19 |
Elrond | Refactor test configs. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-19 |
Christopher... | removing old callable utilities and porting stuff over. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-19 |
Christopher... | Let's not use reserved keywords :) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-19 |
Christopher... | changing the things to document in api.rst |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-19 |
Christopher... | Added new tests to test hook_transform() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-19 |
Christopher... | we should be returning the result, not None! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-19 |
Christopher... | Adjusting tests to use hook_handle and hook_runall |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-19 |
Christopher... | fixing hook_handle for when result is never assigned... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-19 |
Christopher... | As Elrond points out, we might as well .pop() default_h... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-19 |
Christopher... | Hooks: the Next Generation! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-19 |
Christopher... | A warning about the plugin API being unstable. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-19 |
Christopher... | And... pyblosxom code removed again :) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-18 |
Christopher... | pyblosxom run_callback hoisted |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-18 |
Christopher... | Moving the rest of the relevant tests to have test_app... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-18 |
Christopher... | at pytest author's advice, changing the way _setup... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-18 |
Elrond | piwigo: Send NotImplemented for unknown methods. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-18 |
Elrond | Use check_file_field in pwg_images_addSimple. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-18 |
Elrond | Start to use six for basestring. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-17 |
Elrond | stl:blender_render() - Remove useless arg_string. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-17 |
Christopher... | Fixing typo in calling render_http_exception |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-17 |
Christopher... | ppoppler -> poppler tyop fix |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-17 |
Elrond | Turning image's media manager into a new style class. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-17 |
Elrond | Add sniff_handler method to mediamanagers. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-17 |
Elrond | Add MediaManagerBase class. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-17 |
Elrond | MediaManager: Use .foo instead of ['foo']. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-17 |
Elrond | First step towards a MediaManager class: Compat one. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-17 |
Alon Levy | update documentation for s/nose/py.test/ |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-17 |
Alon Levy | PIL: Support systems with Pillow and without |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-17 |
Alon Levy | pdf/processing.py: don't use check_output, only in... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-16 |
Elrond | Refactor test resources into new resources.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-16 |
Elrond | PDF: Use pytest.mark.skipif for skipping tests |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-16 |
Christopher... | Switch to an apparently newer version of pdf.js per... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-16 |
nattily pigeonfowl | Changed the max character length for tags on media... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-16 |
Elrond | test_timesince() doesn't need a complete test_app. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-15 |
Christopher... | Removing unused imports |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-15 |
Christopher... | Removing unused imports and an unused media_files dict... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-15 |
Alon Levy | pdf: use pdf.js in an iframe |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-15 |
Alon Levy | add pdf media type |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-14 |
Alon Levy | document submodule usage |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-14 |
Christopher... | Merge branch 'master' of gitorious.org:mediagoblin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-14 |
Christopher... | Merge remote-tracking branch 'refs/remotes/tsyesika... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-13 |
Nathan Yergler | Merge remote-tracking branch 'joar-github/oauth/refresh... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-13 |
Christopher... | Text-align the headers on the media panel to the left... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-13 |
Christopher... | Adding Jessica Tallon to AUTHORS! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-13 |
Christopher... | Comment when/author link styling changes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-13 |
Christopher... | Why not also display the times on when these media... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-13 |
Christopher... | Changing translations to say "amount of time ago",... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-13 |
Christopher... | Merge remote-tracking branch 'refs/remotes/tsyesika... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-12 |
Jessica T | Allows you to use your username or email to login |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-12 |
Jessica T | Adds the fuzzy timestamp to the admin panel too |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-12 |
Jessica T | Adds the unit tests and removes useless function we... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-11 |
Christopher... | adding callable_runone and callable_runall to the docs |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-11 |
Jessica T | Adds the timesince ability which fixes #394 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-10 |
Christopher... | Merge branch '637_friendlier_hooks' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-10 |
Christopher... | Switch several functions over to using the new callable... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-10 |
Christopher... | Remove unhandled_okay from kwargs if it's there before... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-10 |
Christopher... | callable hook convenience functions.. now work, and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-10 |
Christopher... | Open Source -> Free Software from the borrowed extlib... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-10 |
Christopher... | Adding some help about what to do if flup flakes out... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-10 |
Christopher... | Fix sessions so they work across the site. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-09 |
Elrond | Make session cookies more secure. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-09 |
Elrond | Remove the last traces of beaker. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-09 |
Elrond | Fix left over from variable renaming. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-09 |
Elrond | Merge remote-tracking branch 'brett/itsdangerous' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-09 |
Christopher... | tests for new pluginapi methods that can't possibly... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-08 |
Elrond | Use cascade for comment deletion. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-08 |
Elrond | Testing: Remove some left over files/dirs. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-08 |
Elrond | Implement queue dir delete for proc_state.delete_queue_file |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-08 |
Elrond | Merge remote-tracking branch 'cwebber/254_delete_queue_... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-07 |
Christopher... | Convenience functions for callable hooks |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-06 |
Elrond | Teach runtests.sh the -n arg. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-06 |
Joar Wandborg | OAuth: Support refresh tokens, etc |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-06 |
Christopher... | Really removing nosetests things now! all assert_whate... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-06 |
Elrond | Better docs for GenerateSlugMixin. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-06 |
Elrond | Use GenerateSlugMixin for collections. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-06 |
Elrond | Refactor generate_slug into a mixin. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-05 |
Christopher... | Merge branch '614_multi_test_config' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-05 |
Christopher... | Switch test_app generation over to use py.test fixtures. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-04 |
Christopher... | Oops, forgot to assign dump_old_app to self, heh. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-04-04 |
Christopher... | Turning setup_fresh_app into SetupFreshApp, a decorator... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |