kopia lustrzana https://github.com/wagtail/wagtail
Release notes for #2260
rodzic
78a489b53f
commit
e001cac581
|
@ -8,6 +8,8 @@ Changelog
|
||||||
* Added a hook `register_page_listing_buttons` for adding action buttons to the page explorer
|
* Added a hook `register_page_listing_buttons` for adding action buttons to the page explorer
|
||||||
* Added a hook `insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson)
|
* Added a hook `insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson)
|
||||||
* Use `PasswordChangeForm` when user changes their password, requiring the user to enter their current password (Matthijs Melissen)
|
* Use `PasswordChangeForm` when user changes their password, requiring the user to enter their current password (Matthijs Melissen)
|
||||||
|
* Highlight current day in date picker (Jonas Lergell)
|
||||||
|
* Fix: The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell)
|
||||||
|
|
||||||
|
|
||||||
1.4.1 (17.03.2016)
|
1.4.1 (17.03.2016)
|
||||||
|
|
|
@ -117,6 +117,7 @@ Contributors
|
||||||
* Eirik Krogstad
|
* Eirik Krogstad
|
||||||
* Rob Moorman
|
* Rob Moorman
|
||||||
* Matthijs Melissen
|
* Matthijs Melissen
|
||||||
|
* Jonas Lergell
|
||||||
|
|
||||||
Translators
|
Translators
|
||||||
===========
|
===========
|
||||||
|
|
|
@ -17,6 +17,12 @@ Minor features
|
||||||
* Added a hook :ref:`register_page_listing_buttons` for adding action buttons to the page explorer
|
* Added a hook :ref:`register_page_listing_buttons` for adding action buttons to the page explorer
|
||||||
* Added a hook :ref:`insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson)
|
* Added a hook :ref:`insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson)
|
||||||
* Use `PasswordChangeForm` when user changes their password, requiring the user to enter their current password (Matthijs Melissen)
|
* Use `PasswordChangeForm` when user changes their password, requiring the user to enter their current password (Matthijs Melissen)
|
||||||
|
* Highlight current day in date picker (Jonas Lergell)
|
||||||
|
|
||||||
|
Bug fixes
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
* The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell)
|
||||||
|
|
||||||
|
|
||||||
Upgrade considerations
|
Upgrade considerations
|
||||||
|
|
Ładowanie…
Reference in New Issue