فهرست منبع

Changelog/release notes for #3856 and #3946

Karl Hobley 7 سال پیش
والد
کامیت
1c9c934f9f
2فایلهای تغییر یافته به همراه8 افزوده شده و 3 حذف شده
  1. 4 1
      CHANGELOG.txt
  2. 4 2
      docs/releases/2.0.rst

+ 4 - 1
CHANGELOG.txt

@@ -9,11 +9,14 @@ Changelog
  * Implement ordering by date in form submission view (LB (Ben Johnston))
  * Elasticsearch scroll API is now used when fetching more than 100 search results (Karl Hobley)
  * Added hidden field to the form builder (Ross Crawford-d'Heureuse)
- * Image usage count now shows on delete confirmation page when WAGTAIL_USAGE_COUNT_ENABLED is active (Kees Hink)
+ * Usage count now shows on delete confirmation page when WAGTAIL_USAGE_COUNT_ENABLED is active (Kees Hink)
+ * Added usage count to snippets (Kees Hink)
+ * Moved usage count to the sidebar on the edit page (Kees Hink)
  * Fix: Do not remove stopwords when generating slugs from non-ASCII titles, to avoid issues with incorrect word boundaries (Sævar Öfjörð Magnússon)
  * Fix: The PostgreSQL search backend now preserves ordering of the `QuerySet` when searching with `order_by_relevance=False` (Bertrand Bordage)
  * Fix: Using `modeladmin_register` as a decorator no longer replaces the decorated class with `None` (Tim Heap)
  * Fix: Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
+ * Fix: The `{% routablepageurl %}` template tag no longer generates invalid URLs when the `WAGTAIL_APPEND_SLASH` setting was set to `False` (Venelin Stoykov)
 
 1.13 (16.10.2017)
 ~~~~~~~~~~~~~~~~~

+ 4 - 2
docs/releases/2.0.rst

@@ -17,8 +17,9 @@ Other features
  * Implement ordering by date in form submission view (LB (Ben Johnston))
  * Elasticsearch scroll API is now used when fetching more than 100 search results (Karl Hobley)
  * Added hidden field to the form builder (Ross Crawford-d'Heureuse)
- * Image usage count now shows on delete confirmation page when WAGTAIL_USAGE_COUNT_ENABLED is active (Kees Hink)
-
+ * Usage count now shows on delete confirmation page when WAGTAIL_USAGE_COUNT_ENABLED is active (Kees Hink)
+ * Added usage count to snippets (Kees Hink)
+ * Moved usage count to the sidebar on the edit page (Kees Hink)
 
 Bug fixes
 ~~~~~~~~~
@@ -27,6 +28,7 @@ Bug fixes
  * The PostgreSQL search backend now preserves ordering of the ``QuerySet`` when searching with ``order_by_relevance=False`` (Bertrand Bordage)
  * Using ``modeladmin_register`` as a decorator no longer replaces the decorated class with ``None`` (Tim Heap)
  * Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
+ * The ``{% routablepageurl %}`` template tag no longer generates invalid URLs when the ``WAGTAIL_APPEND_SLASH`` setting was set to ``False`` (Venelin Stoykov)
 
 
 Upgrade considerations