Changelog/release note for #2528

pull/2568/head
Karl Hobley 2016-05-04 11:16:20 +01:00
rodzic fdfbe689b4
commit 629deeba68
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,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
* 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)
* Added a hook `insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson)

Wyświetl plik

@ -33,6 +33,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
* 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)
* Added a hook :ref:`insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson)