kopia lustrzana https://github.com/wagtail/wagtail
Release note for #743
rodzic
24ca59465e
commit
793ebd4cc2
|
@ -13,6 +13,7 @@ Changelog
|
||||||
* Fix: Made HTML whitelisting in rich text fields more robust at catching disallowed URL schemes such as "jav\tascript:" (Tim Heap)
|
* Fix: Made HTML whitelisting in rich text fields more robust at catching disallowed URL schemes such as "jav\tascript:" (Tim Heap)
|
||||||
* Fix: created_at timestamps on page revisions were not being preserved on page copy, causing revisions to get out of sequence
|
* Fix: created_at timestamps on page revisions were not being preserved on page copy, causing revisions to get out of sequence
|
||||||
* Fix: When copying pages recursively, revisions of sub-pages were being copied regardless of the copy_revisions flag
|
* Fix: When copying pages recursively, revisions of sub-pages were being copied regardless of the copy_revisions flag
|
||||||
|
* Fix: Updated the migration dependencies within the project template to ensure that Wagtail's own migrations consistently apply first.
|
||||||
|
|
||||||
0.7 (09.10.2014)
|
0.7 (09.10.2014)
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
|
@ -29,6 +29,7 @@ Bug fixes
|
||||||
* Made HTML whitelisting in rich text fields more robust at catching disallowed URL schemes such as ``jav\tascript:``
|
* Made HTML whitelisting in rich text fields more robust at catching disallowed URL schemes such as ``jav\tascript:``
|
||||||
* ``created_at`` timestamps on page revisions were not being preserved on page copy, causing revisions to get out of sequence
|
* ``created_at`` timestamps on page revisions were not being preserved on page copy, causing revisions to get out of sequence
|
||||||
* When copying pages recursively, revisions of sub-pages were being copied regardless of the ``copy_revisions`` flag
|
* When copying pages recursively, revisions of sub-pages were being copied regardless of the ``copy_revisions`` flag
|
||||||
|
* Updated the migration dependencies within the project template to ensure that Wagtail's own migrations consistently apply first
|
||||||
|
|
||||||
|
|
||||||
Upgrade considerations
|
Upgrade considerations
|
||||||
|
|
Ładowanie…
Reference in New Issue