浏览代码

Update non-editor-guide screenshots

Thibaud Colas 2 年之前
父节点
当前提交
a2f491e0d8

+ 1 - 0
CHANGELOG.txt

@@ -76,6 +76,7 @@ Changelog
  * Add new test assertions to `WagtailPageTestCase` - `assertPageIsRoutable`, `assertPageIsRenderable`, `assertPageIsEditable`, `assertPageIsPreviewable` (Andy Babic)
  * Add documentation to the performance section about how to better create image URLs when not used directly on the page (Jake Howard)
  * Add ability to provide a required `permission` to `PanelGroup`, used by `TabbedInterface`, `ObjectList`, `FieldRowPanel` and `MultiFieldPanel` (Oliver Parker)
+ * Update documentation screenshots of the admin interface to align with changes in this release (Thibaud Colas)
  * Fix: Prevent `PageQuerySet.not_public` from returning all pages when no page restrictions exist (Mehrdad Moradizadeh)
  * Fix: Ensure that duplicate block ids are unique when duplicating stream blocks in the page editor (Joshua Munn)
  * Fix: Revise colour usage so that privacy & locked indicators can be seen in Windows High Contrast mode (LB (Ben Johnston))

二进制
docs/_static/images/adminviews_calendar_template.png


二进制
docs/_static/images/adminviews_menu.png


二进制
docs/_static/images/adminviews_menu_group_expanded.png


二进制
docs/_static/images/collections_create_collection.png


二进制
docs/_static/images/collections_edit_img_view.png


二进制
docs/_static/images/collections_list.png


二进制
docs/_static/images/collections_privacy_button.png


二进制
docs/_static/images/collections_privacy_overlay.png


二进制
docs/_static/images/tutorial/tutorial_2.png


二进制
docs/_static/images/tutorial/tutorial_4a.png


二进制
docs/_static/images/tutorial/tutorial_5.png


二进制
docs/_static/images/tutorial/tutorial_8.png


+ 1 - 0
docs/releases/4.1.md

@@ -99,6 +99,7 @@ There are multiple improvements to the documentation theme this release, here ar
  * Add new test assertions to `WagtailPageTestCase` - `assertPageIsRoutable`, `assertPageIsRenderable`, `assertPageIsEditable`, `assertPageIsPreviewable` (Andy Babic)
  * Add documentation to the performance section about how to better create image URLs when not used directly on the page (Jake Howard)
  * Add ability to provide a required `permission` to `PanelGroup`, used by `TabbedInterface`, `ObjectList`, `FieldRowPanel` and `MultiFieldPanel` (Oliver Parker)
+ * Update documentation screenshots of the admin interface to align with changes in this release (Thibaud Colas)
 
 ### Bug fixes