kopia lustrzana https://github.com/wagtail/wagtail
fix up spelling of Matt Westcott
rodzic
ab610df620
commit
6f897ccc9e
|
@ -147,7 +147,7 @@ Changelog
|
|||
* Refresh designs for Home (Dashboard) site summary panels, use theme spacing and colours, add support for RTL layouts and better support for small devices (Paarth Agarwal, LB (Ben) Johnston)
|
||||
* Include all CSS system colours in allowed values in Stylelint's declaration-strict-value rule (Thibaud Colas)
|
||||
* Add JavaScript `range` utility function (LB (Ben) Johnston)
|
||||
* Allow generic chooser viewsets to support non-model data such as an API endpoint (Matt Wescott)
|
||||
* Allow generic chooser viewsets to support non-model data such as an API endpoint (Matt Westcott)
|
||||
* Update all widget styles across the admin UI (Thibaud Colas)
|
||||
* Update field styles across forms, with help text consistently under fields, error messages above, and comment buttons to the side (Thibaud Colas)
|
||||
* Make all sections of the page editing UI collapsible by default (Thibaud Colas)
|
||||
|
@ -222,9 +222,9 @@ Changelog
|
|||
* Fix: Layout issue with page explorer's inner header item on small device widths (Akash Kumar Sen)
|
||||
* Fix: Ensure that `BaseSiteSetting` / `BaseGenericSetting` objects can be pickled (Andy Babic)
|
||||
* Fix: Ensure `DocumentChooserBlock` can be deconstructed for migrations (Matt Westcott)
|
||||
* Fix: Resolve frontent console error and unintented console logging issues (Matt Wescott, Paarth Agarwal)
|
||||
* Fix: Resolve frontent console error and unintented console logging issues (Matt Westcott, Paarth Agarwal)
|
||||
* Fix: Resolve issue with sites that have not yet migrated away from `BaseSetting` when upgrading to Wagtail 4.0 (Stefan Hammer)
|
||||
* Fix: Use correct classnames for showing/hiding edit button on chooser widget (Matt Wescott)
|
||||
* Fix: Use correct classnames for showing/hiding edit button on chooser widget (Matt Westcott)
|
||||
* Fix: Render MultiFieldPanel’s heading even when nested (Thibaud Colas)
|
||||
* Fix: Make sure select widgets render correctly regardless of the Django field and widget type (Thibaud Colas)
|
||||
* Fix: Consistently display boolean field labels above the widget so they render correctly (Thibaud Colas)
|
||||
|
|
|
@ -184,7 +184,7 @@ There are also many improvements to the documentation both under the hood and in
|
|||
* Add HTML-aware max_length validation and character count on RichTextField and RichTextBlock (Matt Westcott, Thibaud Colas)
|
||||
* Remove `is_parent` kwarg in various page button hooks as this approach is no longer required (Paarth Agarwal)
|
||||
* Improve security of redirect imports by adding a file hash (signature) check for so that any tampering of file contents between requests will throw a `BadSignature` error (Jaap Roes)
|
||||
* Allow generic chooser viewsets to support non-model data such as an API endpoint (Matt Wescott)
|
||||
* Allow generic chooser viewsets to support non-model data such as an API endpoint (Matt Westcott)
|
||||
* Added `path` and `re_path` decorators to the `RoutablePageMixin` module which emulate their Django URL utils equivalent, redirect `re_path` to the original `route` decorator (Tidiane Dia)
|
||||
* `BaseChooser` widget now provides a Telepath adapter that's directly usable for any subclasses that use the chooser widget and modal JS as-is with no customisations (Matt Westcott)
|
||||
* Introduce new template fragment and block level enclosure tags for easier template composition (Thibaud Colas)
|
||||
|
@ -246,9 +246,9 @@ There are also many improvements to the documentation both under the hood and in
|
|||
* Resolve Layout issue with page explorer's inner header item on small device widths (Akash Kumar Sen)
|
||||
* Ensure that `BaseSiteSetting` / `BaseGenericSetting` objects can be pickled (Andy Babic)
|
||||
* Ensure `DocumentChooserBlock` can be deconstructed for migrations (Matt Westcott)
|
||||
* Resolve frontent console error and unintented console logging issues (Matt Wescott, Paarth Agarwal)
|
||||
* Resolve frontent console error and unintented console logging issues (Matt Westcott, Paarth Agarwal)
|
||||
* Resolve issue with sites that have not yet migrated away from `BaseSetting` when upgrading to Wagtail 4.0 (Stefan Hammer)
|
||||
* Use correct classnames for showing/hiding edit button on chooser widget (Matt Wescott)
|
||||
* Use correct classnames for showing/hiding edit button on chooser widget (Matt Westcott)
|
||||
* Render MultiFieldPanel’s heading even when nested (Thibaud Colas)
|
||||
* Make sure select widgets render correctly regardless of the Django field and widget type (Thibaud Colas)
|
||||
* Consistently display boolean field labels above the widget so they render correctly (Thibaud Colas)
|
||||
|
|
Ładowanie…
Reference in New Issue