Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Issue 621: Extract strings from hooked templates. | Elrond | 2013-02-04 | 1 | -1/+1 | |
* | | | | | | | | Search for translation in all templates. | Elrond | 2013-02-04 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* / / / / / / | issue 615: config geolocation_map_visible gone. | Elrond | 2013-02-02 | 1 | -2/+1 | |
|/ / / / / / | ||||||
* | | | | | | Improve formatting for hook template docs. | Elrond | 2013-01-31 | 2 | -2/+10 | |
* | | | | | | Switching set syntax to python2.6 compatible | Christopher Allan Webber | 2013-01-31 | 1 | -1/+1 | |
* | | | | | | Added register_template_hooks and get_hook_templates to the plugin api | Christopher Allan Webber | 2013-01-30 | 1 | -1/+1 | |
* | | | | | | Even better documentation for get_hook_templates! | Christopher Allan Webber | 2013-01-30 | 1 | -1/+9 | |
* | | | | | | Improved documentation for get_hook_templates, noting the template tag | Christopher Allan Webber | 2013-01-30 | 1 | -0/+9 | |
* | | | | | | Moved the docstring for the plugin template stuff from the class to module me... | Christopher Allan Webber | 2013-01-30 | 1 | -13/+19 | |
* | | | | | | No need for an __init__ at all in the TemplateHookExtension, really. | Christopher Allan Webber | 2013-01-30 | 1 | -4/+1 | |
* | | | | | | Move template hook over to a template_hook tag. Seems to work! :) | Christopher Allan Webber | 2013-01-30 | 4 | -36/+42 | |
* | | | | | | Removing unused geolocation_map_visible variable and turning geolocation on i... | Christopher Allan Webber | 2013-01-30 | 2 | -4/+1 | |
* | | | | | | Geolocation stuff, including including templates seems to be working-ish | Christopher Allan Webber | 2013-01-30 | 7 | -8/+105 | |
* | | | | | | Very start of plugin hooks and openstreetmap pluginification | Christopher Allan Webber | 2013-01-30 | 4 | -9/+40 | |
* | | | | | | Better Py3 compat: d.has_key(k) -> k in d | Elrond | 2013-01-30 | 5 | -26/+14 | |
* | | | | | | Improve runtime of one test. | Elrond | 2013-01-29 | 1 | -4/+10 | |
* | | | | | | Fix issue 611: Proper (back)relationship on MediaComment. | Elrond | 2013-01-29 | 1 | -1/+7 | |
* | | | | | | Failing testcase for issue 611. | Elrond | 2013-01-29 | 2 | -2/+68 | |
* | | | | | | *docs* intersphinx, exception monitoring | Joar Wandborg | 2013-01-27 | 2 | -1/+48 | |
* | | | | | | Docs: Add a database guide to the plugin docs. | Elrond | 2013-01-26 | 2 | -0/+112 | |
* | | | | | | Docs: Create new area for developers. | Elrond | 2013-01-26 | 2 | -1/+11 | |
* | | | | | | Add Trim whitespace plugin docs. | Elrond | 2013-01-26 | 1 | -0/+1 | |
* | | | | | | Allow doc string extraction and use for pluginapi. | Elrond | 2013-01-26 | 3 | -1/+25 | |
* | | | | | | Updated video apt-get to not use glob | Joar Wandborg | 2013-01-25 | 1 | -8/+26 | |
* | | | | | | Fix reference of get_test_app->get_app in test_modelmethods | Christopher Allan Webber | 2013-01-25 | 1 | -2/+2 | |
* | | | | | | Merge branch '216_cwebber_style_unique_slugs' | Christopher Allan Webber | 2013-01-25 | 4 | -10/+193 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | New mediaentry slug tests now pass! | Christopher Allan Webber | 2013-01-23 | 2 | -3/+134 | |
| * | | | | | | require mock for the new uuid-mocking tests | Christopher Allan Webber | 2013-01-23 | 1 | -0/+1 | |
| * | | | | | | We don't want any empty string slugs, so make "" -> None | Christopher Allan Webber | 2013-01-23 | 1 | -0/+4 | |
| * | | | | | | Switching uuid4()[1:4] -> uuid4().hex[:4] | Christopher Allan Webber | 2013-01-23 | 1 | -1/+1 | |
| * | | | | | | Simplifying string concatenation in generate_slug and fixing docstring | Christopher Allan Webber | 2013-01-15 | 1 | -5/+7 | |
| * | | | | | | A revised algorithm for generating slugs. | Christopher Allan Webber | 2013-01-15 | 1 | -11/+47 | |
| * | | | | | | Need to import uuid4 for generate_slug to totally work | Christopher Allan Webber | 2013-01-15 | 1 | -0/+2 | |
| * | | | | | | Make generate_slug assign a slug in any case | Sebastian Spaeth | 2013-01-15 | 1 | -8/+15 | |
| * | | | | | | Sanitize slug input on media edit | Sebastian Spaeth | 2013-01-15 | 1 | -7/+6 | |
| * | | | | | | Disallow ":" as part of a media slug | Sebastian Spaeth | 2013-01-15 | 1 | -1/+1 | |
* | | | | | | | Use better relationships to delete collections. | Elrond | 2013-01-23 | 1 | -5/+8 | |
* | | | | | | | Made pil_filters a PIL_FILTERS (global) | Joar Wandborg | 2013-01-22 | 1 | -8/+8 | |
* | | | | | | | Changed sampling filter default to AA | Joar Wandborg | 2013-01-22 | 1 | -2/+2 | |
* | | | | | | | Made the image sampling filter configurable | Joar Wandborg | 2013-01-22 | 2 | -1/+23 | |
* | | | | | | | Use inspect_table; default user license==None. | Elrond | 2013-01-22 | 1 | -3/+2 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | user.get('moo') -> user.moo | Sebastian Spaeth | 2013-01-22 | 3 | -7/+7 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge remote-tracking branch 'refs/remotes/spaetz/521_license_preference' int... | Christopher Allan Webber | 2013-01-22 | 6 | -37/+63 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add a license preference field | Mark Holmquist | 2013-01-17 | 6 | -37/+63 | |
* | | | | | | Moved MediaComment form descriptions to apt. place | Joar Wandborg | 2013-01-22 | 2 | -5/+5 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Also set login_failed in case of form errors | Sebastian Spaeth | 2013-01-21 | 1 | -11/+12 | |
* | | | | | Restructure ForgotPassword view | Sebastian Spaeth | 2013-01-21 | 3 | -79/+103 | |
* | | | | | Normalize the email address in the same way in all places | Sebastian Spaeth | 2013-01-21 | 1 | -0/+13 | |
* | | | | | Merge remote-tracking branch 'refs/remotes/spaetz/436_celery_push' | Christopher Allan Webber | 2013-01-20 | 4 | -45/+65 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't pass request into run_process_media | Sebastian Spaeth | 2013-01-15 | 4 | -7/+18 |