mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-11 10:30:58 +00:00
changelog updates
This commit is contained in:
parent
49211cd69c
commit
f971b24f96
1 changed files with 3 additions and 0 deletions
|
|
@ -10,9 +10,12 @@ Changelog
|
|||
* Migrations and user management now correctly handle custom AUTH_USER_MODEL settings
|
||||
* Added 'slugurl' template tag to output the URL of a page with a given slug
|
||||
* MultiFieldPanel definitions now accept a 'classname' attribute, including a special classname of 'collapsible' to allow showing / hiding them on click
|
||||
* Added 'insert_editor_css' and 'insert_editor_js' hooks for passing in custom CSS / JS to the editor interface
|
||||
* Made JPEG compression level configurable through the IMAGE_COMPRESSION_QUALITY setting, and increased default to 85
|
||||
* Fix: non-ASCII characters in image filenames are now converted into ASCII equivalents rather than becoming all underscores
|
||||
* Fix: paths to fonts and images within CSS are no longer hard-coded to /static/
|
||||
* Fix: Localization files for the JQuery UI datepicker are stored locally and only imported when a localization is known to be available
|
||||
* Fix: Page slugs are now validated on page edit
|
||||
|
||||
0.2 (11.03.2014)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue