mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-12 11:00:59 +00:00
Release note for #2170
This commit is contained in:
parent
1dab8eb469
commit
5e07bead42
3 changed files with 10 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ Changelog
|
|||
1.4 (xx.xx.xxxx)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added support for viewing previous revisions of pages, and previewing or rolling back to earlier versions
|
||||
* Introduced collections, for image / document organisation
|
||||
* The page editor now produces a warning if the user navigates away without saving changes
|
||||
* 'Add document' interface now supports uploading multiple documents at once
|
||||
|
|
|
|||
BIN
docs/_static/images/revision-ui.png
vendored
Normal file
BIN
docs/_static/images/revision-ui.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
|
|
@ -10,6 +10,15 @@ Wagtail 1.4 release notes - IN DEVELOPMENT
|
|||
What's new
|
||||
==========
|
||||
|
||||
Page revision management
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. figure:: ../_static/images/revision-ui.png
|
||||
:width: 696px
|
||||
|
||||
From the page editing interface, editors can now access a list of previous revisions of the page, and preview or roll back to any earlier revision.
|
||||
|
||||
|
||||
Collections for image / document organisation
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue