Procházet zdrojové kódy

Release note and CHANGELOG for #7376

jacobtoppm před 3 roky
rodič
revize
1efbfd4994
3 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 1 0
      CHANGELOG.txt
  2. 2 0
      docs/reference/settings.rst
  3. 2 0
      docs/releases/2.15.rst

+ 1 - 0
CHANGELOG.txt

@@ -4,6 +4,7 @@ Changelog
 2.15 (xx.xx.xxxx) - IN DEVELOPMENT
 ~~~~~~~~~~~~~~~~~
 
+ * Add the ability for the page chooser to convert external urls that match a page to internal links (Jacob Topp-Mugglestone. Sponsored by The Motley Fool)
  * Added "Extending Wagtail" section to documentation (Matt Westcott)
  * Support `min_num` / `max_num` options on ListBlock (Matt Westcott)
  * Added a `background_position_style` property to renditions (Karl Hobley)

+ 2 - 0
docs/reference/settings.rst

@@ -826,6 +826,8 @@ Customise the behaviour of rich text fields. By default, ``RichTextField`` and `
 
 If a ``'default'`` editor is not specified, rich text fields that do not specify an ``editor`` argument will use the Draftail editor with the default feature set enabled.
 
+.. _WAGTAILADMIN_EXTERNAL_LINK_CONVERSION:
+
 ``WAGTAILADMIN_EXTERNAL_LINK_CONVERSION``
 -----------------------------------------
 

+ 2 - 0
docs/releases/2.15.rst

@@ -15,6 +15,8 @@ What's new
 Other features
 ~~~~~~~~~~~~~~
 
+ * Add the ability for the page chooser to convert external urls that match a page to internal links, see :ref:`WAGTAILADMIN_EXTERNAL_LINK_CONVERSION` (Jacob Topp-Mugglestone. Sponsored by The Motley Fool)
+ * Added "Extending Wagtail" section to documentation (Matt Westcott)
  * Added "Extending Wagtail" section to documentation (Matt Westcott)
  * Support ``min_num`` / ``max_num`` options on ListBlock (Matt Westcott)
  * Added a `background_position_style` property to renditions. This can be used to crop images using its focal point in the browser. See :ref:`rendition_background_position_style` (Karl Hobley)