wagtail/wagtail/wagtailadmin
Karl Hobley 17f4490ec9 Fixed syntax of jQuery selector
We recently updated to jQuery 2.x and this requires quotes around attribute values.

Fixes #2380
Fixes #2381
2016-03-24 20:53:34 +00:00
..
locale Pull new translations from Transifex 2016-03-16 11:02:50 +00:00
migrations Remove Django 1.7 code from migrations and tests 2016-01-06 14:01:58 +00:00
static_src/wagtailadmin Fixed syntax of jQuery selector 2016-03-24 20:53:34 +00:00
templates/wagtailadmin added more defensive CSS to the userbar 2016-03-11 10:22:03 +00:00
templatetags removed unused imports 2016-03-03 23:05:34 +03:00
tests Add tests for revision views 2016-03-08 15:06:28 +00:00
urls Revisions UI 2016-03-08 10:13:39 +00:00
views Reorganise notification messages on page saving, so that we aren't translating sentence fragments in isolation 2016-03-08 15:06:27 +00:00
.gitignore Move all static assets to static_src, compile to static 2015-05-01 08:53:04 +10:00
__init__.py Added AppConfig classes for all modules 2014-07-28 15:52:42 +01:00
apps.py Add system check to confirm that compiled CSS files are present. 2015-12-16 16:18:50 +00:00
blocks.py Silence an F403 error 2015-04-03 19:31:43 +01:00
checks.py Throw warning on missing CSS rather than error, so that tests can still run on Dj1.7 2015-12-16 16:18:50 +00:00
decorators.py Show a message to users who do not have permission to access admin 2016-03-01 15:46:38 +00:00
edit_handlers.py Add @cached_classmethod, use instead of @classmethod/@lru_cache 2016-01-25 14:18:49 +00:00
forms.py Enforce slug uniqueness at the model level - fixes #1518 2016-02-29 17:28:36 +00:00
jinja2tags.py feat(django 1.9): Move jinja2 tags out of templatetags folders 2015-12-09 11:40:35 +00:00
menu.py Use staticfiles' "static" tag in Media objects as well 2016-02-03 16:17:06 +00:00
messages.py Views cleanup 2014-12-01 11:50:26 +00:00
modal_workflow.py Remove remaining Django 1.7 code and deprecate wagtail.utils.compat functions 2016-01-06 14:01:58 +00:00
models.py Removed unused imports 2015-04-03 18:52:53 +01:00
search.py Remove remaining Django 1.7 code and deprecate wagtail.utils.compat functions 2016-01-06 14:01:58 +00:00
signals.py Minor coding style fix 2014-06-27 11:52:02 +01:00
site_summary.py Remove remaining Django 1.7 code and deprecate wagtail.utils.compat functions 2016-01-06 14:01:58 +00:00
taggable.py deprecation/1.4: Removed TagSearchable.search 2016-01-05 11:29:15 +00:00
userbar.py added permission check to ExplorePageItem 2016-03-03 09:40:19 +13:00
utils.py removed site_url and depend on the BASE_URL, like it used to do 2016-03-03 23:05:34 +03:00
wagtail_hooks.py Add collections settings menu item 2016-02-29 13:14:03 +00:00
widgets.py making datetimepicker aware of FIRST_DAY_OF_WEEK 2016-01-20 16:30:22 +00:00