From 722cc00385e5d75facd11c8e61fc8243179261a5 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 31 Jul 2014 12:27:47 +0100 Subject: [PATCH] Changelog and release notes for asset usage stats --- CHANGELOG.txt | 1 + docs/releases/0.5.rst | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2e2f2d5fca..fb00695e0a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ Changelog * Added multiple image uploader * Added support for face and feature detection on images using the OpenCV library * Added RoutablePage model to allow embedding Django-style URL routing within a page + * Added image/document/snippet usage stats * Explorer nav now rendered separately and fetched with AJAX when needed * Added decorator syntax for hooks * Replaced lxml dependency with html5lib, to simplify installation diff --git a/docs/releases/0.5.rst b/docs/releases/0.5.rst index 972b5252f5..8d842d08fa 100644 --- a/docs/releases/0.5.rst +++ b/docs/releases/0.5.rst @@ -31,6 +31,7 @@ In normal use, Wagtail will generate resized versions of images at the point tha :ref:`using_images_outside_wagtail` + RoutablePage ~~~~~~~~~~~~ @@ -39,6 +40,14 @@ A ``RoutablePage`` model has been added to allow embedding Django-style URL rout :ref:`routable_page` +Usage stats for images, documents and snippets +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +It's now easier to find where a particular image, document or snippet is being used on your site. + +Set the ``WAGTAIL_USAGE_COUNT_ENABLED`` setting to ``True`` and an icon will appear on the edit page showing you which pages they have been used on. + + Minor features ~~~~~~~~~~~~~~