wagtail/wagtail/wagtailsnippets
Karl Hobley 1d7cc2b3aa Merge branch 'master' into tests-changes
Conflicts:
	wagtail/wagtailembeds/tests.py
	wagtail/wagtailsnippets/tests.py
2014-06-16 10:23:21 +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 Unit tests for snippets views 2014-05-30 15:08:12 +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 Merge branch 'master' into tests-changes 2014-06-16 10:23:21 +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 chooserUrls definitions into their respective apps 2014-05-10 23:42:49 +01:00