wagtail/wagtail/wagtailsnippets
2014-07-03 12:22:44 +01:00
..
locale update some words 2014-05-04 10:17:43 +08:00
static/wagtailsnippets/js stylistic tweaks to b7158bb3fa (camel case for js vars; using a dict rather than adding vars indefinitely to the window scope; avoiding potentially dynamic code inside compress blocks) 2014-02-12 12:26:06 +00:00
templates/wagtailsnippets Updated breadcrumb and explorer style. Added vary_on_headers wherever ajax search results are returned. Added icons to headers where previously missed. 2014-03-28 17:05:29 +00:00
views Replaced occurances of 'unicode' with 'six.text_type' 2014-07-02 10:35:46 +01:00
__init__.py Move verdantsnippets app into django-wagtail package 2014-01-27 16:57:20 +00:00
edit_handlers.py Linted wagtailsnippets 2014-02-06 12:24:38 +00:00
models.py Order snippet models during snippet registration 2014-06-05 15:25:17 +01:00
permissions.py user_can_edit_snippets should return False for administrators if no snippet models exist, and thus hide the Snippets menu option - fixes #204 2014-05-22 16:37:08 +01:00
tests.py Tweak FieldPanel tests 2014-07-03 12:22:44 +01:00
urls.py Eliminate 'patterns' from wagtailsnippets/urls.py as per https://code.djangoproject.com/ticket/22218 2014-04-25 16:50:56 +01:00
wagtail_hooks.py Move the 'hooks' module from wagtailadmin to wagtailcore 2014-07-02 19:59:00 +01:00