wagtail/wagtail/wagtailcore
2014-06-17 22:53:54 +01:00
..
locale add zh_TW translation for wagtailcore 2014-05-04 00:12:45 +08:00
management Added test for replace_text command 2014-05-30 15:49:42 +01:00
migrations Patched the migrations and wagtailusers app to add better support for custom AUTH_USER_MODEL 2014-03-25 02:43:29 +03:00
templates/wagtailcore Remove redundant (and namespace-stomping) static / template files from wagtailcore that were left over from our standard django app template 2014-02-06 15:35:33 +00:00
templatetags Wrap the output of the richtext filter in a 'rich-text' div - fixes #224 2014-05-02 10:01:55 +01:00
tests Add unit tests for wagtailcore/whitelist.py 2014-06-13 10:24:32 +01:00
__init__.py Move 'core' app to the wagtail package 2014-01-24 11:42:11 +00:00
admin.py Linted wagtailcore 2014-02-06 11:33:32 +00:00
compat.py Patched the migrations and wagtailusers app to add better support for custom AUTH_USER_MODEL 2014-03-25 02:43:29 +03:00
fields.py Linted wagtailcore 2014-02-06 11:33:32 +00:00
middleware.py Linted wagtailcore 2014-02-06 11:33:32 +00:00
models.py Make can_add_subpage and can_publish_subpage permission checks return False for page models that disallow subpages; this ensures that 'add child page' links are not shown 2014-06-17 22:53:54 +01:00
query.py Updated wagtail to use treebeard 2.0 2014-04-22 09:50:18 +01:00
rich_text.py Make embedly optional and refactor code 2014-02-13 04:01:51 +02:00
urls.py Eliminate 'patterns' from wagtailcore/urls.py as per https://code.djangoproject.com/ticket/22218 2014-04-25 16:35:19 +01:00
util.py Linted wagtailcore 2014-02-06 11:33:32 +00:00
views.py Move 'core' app to the wagtail package 2014-01-24 11:42:11 +00:00
whitelist.py Add unit tests for wagtailcore/whitelist.py 2014-06-13 10:24:32 +01:00