kopia lustrzana https://github.com/wagtail/wagtail
Fix a few grammar / spelling typos in the 5.1 release notes
rodzic
191ddf8a55
commit
bebbcfb48d
|
@ -55,8 +55,8 @@ Changelog
|
|||
* Fix: Fix incorrect override of `PagePermissionHelper.user_can_unpublish_obj()` in ModelAdmin (Sébastien Corbin)
|
||||
* Fix: Prevent memory exhaustion when updating a large number of image renditions (Jake Howard)
|
||||
* Fix: Add missing Time Zone conversions and date formatting throughout the admin (Stefan Hammer)
|
||||
* Fix: Ensure that audit logs and revisions are consistently use UTC and add migration for existing entries (Stefan Hammer)
|
||||
* Fix: Make sure "critical" buttons have enough color contrast in dark mode (Albina Starykova)
|
||||
* Fix: Ensure that audit logs and revisions consistently use UTC and add migration for existing entries (Stefan Hammer)
|
||||
* Fix: Make sure "critical" buttons have enough colour contrast in dark mode (Albina Starykova)
|
||||
* Fix: Improve visibility of scheduled publishing errors in status side panel (Sage Abdullah)
|
||||
* Fix: Prevent 'choose' permission from being ignored when looking up 'choose', 'edit' and 'delete' permissions in combination (Sage Abdullah)
|
||||
* Fix: Take user's permissions into account for image / document counts on the admin dashboard (Sage Abdullah)
|
||||
|
|
|
@ -19,7 +19,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg
|
|||
|
||||
As part of Google Season of Docs 2023, we worked with technical writer Damilola Oladele to make improvements to Wagtail’s "Getting started" tutorial. Here are the specific changes made as part of this project:
|
||||
|
||||
* Revamp the start of the getting started section, with separate quick install page
|
||||
* Revamp the start of the getting started section, with a separate quick install page
|
||||
* Move the tutorial’s snippets section to come before tags
|
||||
* Rewrite the getting started tutorial to address identified friction points
|
||||
* Switch the Getting started tutorial’s snippets example to be more understandable
|
||||
|
@ -112,8 +112,8 @@ This feature was developed by Aman Pandey as part of the Google Summer of Code p
|
|||
* Fix incorrect override of `PagePermissionHelper.user_can_unpublish_obj()` in ModelAdmin (Sébastien Corbin)
|
||||
* Prevent memory exhaustion when updating a large number of image renditions (Jake Howard)
|
||||
* Add missing Time Zone conversions and date formatting throughout the admin (Stefan Hammer)
|
||||
* Ensure that audit logs and revisions are consistently use UTC and add migration for existing entries (Stefan Hammer)
|
||||
* Make sure "critical" buttons have enough color contrast in dark mode (Albina Starykova)
|
||||
* Ensure that audit logs and revisions consistently use UTC and add migration for existing entries (Stefan Hammer)
|
||||
* Make sure "critical" buttons have enough colour contrast in dark mode (Albina Starykova)
|
||||
* Improve visibility of scheduled publishing errors in status side panel (Sage Abdullah)
|
||||
* Prevent 'choose' permission from being ignored when looking up 'choose', 'edit' and 'delete' permissions in combination (Sage Abdullah)
|
||||
* Take user's permissions into account for image / document counts on the admin dashboard (Sage Abdullah)
|
||||
|
|
Ładowanie…
Reference in New Issue