pull/2564/merge
Matt Westcott 2016-05-11 16:56:19 +01:00
rodzic 3e603edfc9
commit 8ab3184731
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -9,6 +9,7 @@ Changelog
* The "dynamic serve view" for images has been greatly improved. See release notes for details
* Moved lesser-user actions in the page explorer into a 'More' dropdown
* Added a hook `register_page_listing_buttons` for adding action buttons to the page explorer
* Added the ability to edit existing links in the rich text editor (Loic Teixeira)
* Password reset email now reminds the user of their username (Matt Westcott)
* Added 'revisions' action to pages list (Roel Bruggink)
* Added jinja2 support for the ``settings`` template tag (Tim Heap)

Wyświetl plik

@ -43,6 +43,7 @@ Minor features
* Moved lesser-user actions in the page explorer into a 'More' dropdown
* Added a hook :ref:`register_page_listing_buttons` for adding action buttons to the page explorer
* Added the ability to edit existing links in the rich text editor (Loic Teixeira)
* Password reset email now reminds the user of their username (Matt Westcott)
* Added :ref:`jinja2 support <settings_tag_jinja2>` for the ``settings`` template tag (Tim Heap)
* Added 'revisions' action to pages list (Roel Bruggink)