kopia lustrzana https://github.com/wagtail/wagtail
rodzic
67471defcf
commit
0f7398f93c
|
@ -14,7 +14,7 @@ Changelog
|
|||
* Allow displaying permissions linked to the Admin model's content type (Sage Abdullah)
|
||||
* Add support for Draftail's JavaScript to use chooserUrls provided by entity options & for the Draftail widget to encode lazy URLs/ translations (Elhussein Almasri)
|
||||
* Reimplement search promotions `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah, Storm Heg)
|
||||
* Reimplement redirects `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah)
|
||||
* Reimplement redirects `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah, Temidayo Azeez)
|
||||
* Add `PageListingViewSet` for custom per-page-type page listings (Matt Westcott)
|
||||
* Add `ChooseParentView` to `PageListingViewSet` to allow creating pages from custom page listings (Abdelrahman Hamada, Sage Abdullah)
|
||||
* Implement new universal listings design for image listing view (Sage Abdullah)
|
||||
|
@ -33,7 +33,7 @@ Changelog
|
|||
* Improve page fetching logic and cache route results per request (Gordon Pendleton)
|
||||
* Optimise rewriting of links / embeds in rich text using bulk database lookups (Andy Chosak)
|
||||
* Add normalization mechanism to StreamField so that assignments and defaults can be passed in a wider range of data types (Joshua Munn, Matt Westcott)
|
||||
* Allow specifying a `STORAGES` alias name for `WAGTAILIMAGES_RENDITION_STORAGE` (Alex Baron)
|
||||
* Allow specifying a `STORAGES` alias name for `WAGTAILIMAGES_RENDITION_STORAGE` (Alec Baron)
|
||||
* Update `PASSWORD_REQUIRED_TEMPLATE` setting to `WAGTAIL_PASSWORD_REQUIRED_TEMPLATE` with deprecation of previous naming (Saksham Misra, LB (Ben) Johnston)
|
||||
* Update `DOCUMENT_PASSWORD_REQUIRED_TEMPLATE` setting to `WAGTAILDOCS_PASSWORD_REQUIRED_TEMPLATE` with deprecation of previous naming (Saksham Misra, LB (Ben) Johnston)
|
||||
* When editing settings (contrib) use the same icon in the editing view that was declared when registering the setting (Vince Salvino, Rohit Sharma)
|
||||
|
|
|
@ -813,7 +813,7 @@
|
|||
* Ihar Marhitych
|
||||
* Sebastian Muthwill
|
||||
* Drikus Roor
|
||||
* Alex Baron
|
||||
* Alec Baron
|
||||
* Saksham Misra
|
||||
|
||||
## Translators
|
||||
|
|
|
@ -23,7 +23,7 @@ depth: 1
|
|||
* Allow displaying permissions linked to the Admin model's content type (Sage Abdullah)
|
||||
* Add support for Draftail's JavaScript to use chooserUrls provided by entity options & for the Draftail widget to encode lazy URLs/ translations (Elhussein Almasri)
|
||||
* Reimplement search promotions `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah, Storm Heg)
|
||||
* Reimplement redirects `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah)
|
||||
* Reimplement redirects `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah, Temidayo Azeez)
|
||||
* Add `PageListingViewSet` for custom per-page-type page listings (Matt Westcott)
|
||||
* Add `ChooseParentView` to `PageListingViewSet` to allow creating pages from custom page listings (Abdelrahman Hamada, Sage Abdullah)
|
||||
* Implement new universal listings design for image listing view (Sage Abdullah)
|
||||
|
@ -44,7 +44,7 @@ depth: 1
|
|||
and `Page.find_for_request()` to find the page given a request object and a URL path. Results are cached on `request._wagtail_route_for_request` (Gordon Pendleton)
|
||||
* Optimise rewriting of links / embeds in rich text using bulk database lookups (Andy Chosak)
|
||||
* Add normalization mechanism to StreamField so that assignments and defaults can be passed in a wider range of data types (Joshua Munn, Matt Westcott)
|
||||
* Allow specifying a `STORAGES` alias name for `WAGTAILIMAGES_RENDITION_STORAGE` (Alex Baron)
|
||||
* Allow specifying a `STORAGES` alias name for `WAGTAILIMAGES_RENDITION_STORAGE` (Alec Baron)
|
||||
* Update `PASSWORD_REQUIRED_TEMPLATE` setting to `WAGTAIL_PASSWORD_REQUIRED_TEMPLATE` with deprecation of previous naming (Saksham Misra, LB (Ben) Johnston)
|
||||
* Update `DOCUMENT_PASSWORD_REQUIRED_TEMPLATE` setting to `WAGTAILDOCS_PASSWORD_REQUIRED_TEMPLATE` with deprecation of previous naming (Saksham Misra, LB (Ben) Johnston)
|
||||
* When editing settings (contrib) use the same icon in the editing view that was declared when registering the setting (Vince Salvino, Rohit Sharma)
|
||||
|
|
Ładowanie…
Reference in New Issue