kopia lustrzana https://github.com/wagtail/wagtail
contributor - use Tidiane (preferred name) instead of Tidjani
rodzic
c8d1a6b00a
commit
f9648349d6
|
@ -236,8 +236,8 @@ Changelog
|
|||
* Added support for Django 4.0
|
||||
* Removed support for Django 3.0 and 3.1
|
||||
* Removed support for Python 3.6
|
||||
* Added persistent IDs for ListBlock items, allowing commenting and improvements to revision comparisons (Matt Westcott, Tidjani Dia, with sponsorship from [NHS](https://www.nhs.uk/))
|
||||
* Added Aging Pages report (Tidjani Dia)
|
||||
* Added persistent IDs for ListBlock items, allowing commenting and improvements to revision comparisons (Matt Westcott, Tidiane Dia, with sponsorship from [NHS](https://www.nhs.uk/))
|
||||
* Added Aging Pages report (Tidiane Dia)
|
||||
* Added automatic redirect creation feature (Andy Babic, with sponsorship from [The National Archives](https://www.nationalarchives.gov.uk))
|
||||
* Added `page_slug_changed` signal for pages (Andy Babic)
|
||||
* Add more SketchFab oEmbed patterns for models (Tom Usher)
|
||||
|
@ -245,20 +245,20 @@ Changelog
|
|||
* Private pages can now be fetched over the API (Nabil Khalil)
|
||||
* Added `alias_of` field to the pages API (Dmitrii Faiazov)
|
||||
* Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
|
||||
* Improved styling of workflow timeline modal view (Tidjani Dia)
|
||||
* Add secondary actions menu in edit page headers (Tidjani Dia)
|
||||
* Improved styling of workflow timeline modal view (Tidiane Dia)
|
||||
* Add secondary actions menu in edit page headers (Tidiane Dia)
|
||||
* Removed WOFF fonts
|
||||
* Add system check for missing core Page fields in `search_fields` (LB (Ben Johnston))
|
||||
* Improve CircleCI frontend & backend build caches, add automated browser accessibility test suite in CircleCI (Thibaud Colas)
|
||||
* Add a 'remember me' checkbox to the admin sign in form, if unticked (default) the auth session will expire if the browser is closed (Michael Karamuth, Jake Howard)
|
||||
* When returning to image or document listing views after editing, filters (collection or tag) are now remembered (Tidjani Dia)
|
||||
* When returning to image or document listing views after editing, filters (collection or tag) are now remembered (Tidiane Dia)
|
||||
* Improve the visibility of field error messages, in Windows high-contrast mode and out (Jason Attwood)
|
||||
* Improve implementations of visually-hidden text in explorer and main menu toggle (Martin Coote)
|
||||
* Add locale labels to page listings (Dan Braghis)
|
||||
* Add locale labels to page reports (Dan Braghis)
|
||||
* Change release check domain to releases.wagtail.org (Jake Howard)
|
||||
* Add the user who submitted a page for moderation to the "Awaiting your review" homepage summary panel (Tidiane Dia)
|
||||
* When moving pages, default to the current parent section (Tidjani Dia)
|
||||
* When moving pages, default to the current parent section (Tidiane Dia)
|
||||
* `admin/expanding_formset.js` has been renamed to `admin/expanding-formset.js` (LB (Ben Johnston))
|
||||
* Change docs URL to docs.wagtail.org (Jake Howard)
|
||||
* Update links to wagtail.io to point to new domain wagtail.org (Jake Howard)
|
||||
|
@ -447,10 +447,10 @@ Changelog
|
|||
* Added documentation on multi site, multi instance and multi tenancy setups (Coen Van Der Kamp)
|
||||
* Updated Facebook / Instagram oEmbed endpoints to v11.0 (Thomas Kremmel)
|
||||
* Performance improvements for admin listing pages (Jake Howard, Dan Braghis, Tom Usher)
|
||||
* Fix: Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidjani Dia)
|
||||
* Fix: Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidiane Dia)
|
||||
* Fix: Ordering specified in `construct_explorer_page_queryset` hook is now taken into account again by the page explorer API (Andre Fonseca)
|
||||
* Fix: Deleting a page from its listing view no longer results in a 404 error (Tidjani Dia)
|
||||
* Fix: The Wagtail admin urls will now respect the `APPEND_SLASH` setting (Tidjani Dia)
|
||||
* Fix: Deleting a page from its listing view no longer results in a 404 error (Tidiane Dia)
|
||||
* Fix: The Wagtail admin urls will now respect the `APPEND_SLASH` setting (Tidiane Dia)
|
||||
* Fix: Prevent “Forgotten password” link from overlapping with field on mobile devices (Helen Chapman)
|
||||
* Fix: Snippet admin urls are now namespaced to avoid ambiguity with the primary key component of the url (Matt Westcott)
|
||||
* Fix: Save order of promoted search results (Hardcodd)
|
||||
|
|
|
@ -516,7 +516,7 @@ Contributors
|
|||
* Kevin Breen
|
||||
* Ihor Marhitych
|
||||
* Andre Fonseca
|
||||
* Tidjani Dia
|
||||
* Tidiane Dia
|
||||
* Jan Seifert
|
||||
* hardcodd
|
||||
* Chris Pollard
|
||||
|
|
|
@ -34,10 +34,10 @@ New features
|
|||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidjani Dia)
|
||||
* Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidiane Dia)
|
||||
* Ordering specified in the ``construct_explorer_page_queryset`` hook is now taken into account again by the page explorer API (Andre Fonseca)
|
||||
* Deleting a page from its listing view no longer results in a 404 error (Tidjani Dia)
|
||||
* The Wagtail admin urls will now respect the ``APPEND_SLASH`` setting (Tidjani Dia)
|
||||
* Deleting a page from its listing view no longer results in a 404 error (Tidiane Dia)
|
||||
* The Wagtail admin urls will now respect the ``APPEND_SLASH`` setting (Tidiane Dia)
|
||||
* Prevent “Forgotten password” link from overlapping with field on mobile devices (Helen Chapman)
|
||||
* Snippet admin urls are now namespaced to avoid ambiguity with the primary key component of the url (Matt Westcott)
|
||||
* Prevent error on copying pages with ClusterTaggableManager relations and multi-level inheritance (Chris Pollard)
|
||||
|
|
|
@ -33,8 +33,8 @@ Thank you to [The National Archives](https://www.nationalarchives.gov.uk) for ki
|
|||
|
||||
### Other features
|
||||
|
||||
* Added persistent IDs for ListBlock items, allowing commenting and improvements to revision comparisons (Matt Westcott, Tidjani Dia, with sponsorship from [NHS](https://www.nhs.uk/))
|
||||
* Added Aging Pages report (Tidjani Dia)
|
||||
* Added persistent IDs for ListBlock items, allowing commenting and improvements to revision comparisons (Matt Westcott, Tidiane Dia, with sponsorship from [NHS](https://www.nhs.uk/))
|
||||
* Added Aging Pages report (Tidiane Dia)
|
||||
* Add more SketchFab oEmbed patterns for models (Tom Usher)
|
||||
* Added `page_slug_changed` signal for Pages (Andy Babic)
|
||||
* Add collapse option to `StreamField`, `StreamBlock`, and `ListBlock` which will load all sub-blocks initially collapsed (Matt Westcott)
|
||||
|
@ -43,19 +43,19 @@ Thank you to [The National Archives](https://www.nationalarchives.gov.uk) for ki
|
|||
* Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
|
||||
* Fixed `default_app_config` deprecations for Django >= 3.2 (Tibor Leupold)
|
||||
* Removed WOFF fonts
|
||||
* Improved styling of workflow timeline modal view (Tidjani Dia)
|
||||
* Add secondary actions menu in edit page headers (Tidjani Dia)
|
||||
* Improved styling of workflow timeline modal view (Tidiane Dia)
|
||||
* Add secondary actions menu in edit page headers (Tidiane Dia)
|
||||
* Add system check for missing core Page fields in `search_fields` (LB (Ben Johnston))
|
||||
* Improve CircleCI frontend & backend build caches, add automated browser accessibility test suite in CircleCI (Thibaud Colas)
|
||||
* Add a 'remember me' checkbox to the admin sign in form, if unticked (default) the auth session will expire if the browser is closed (Michael Karamuth, Jake Howard)
|
||||
* When returning to image or document listing views after editing, filters (collection or tag) are now remembered (Tidjani Dia)
|
||||
* When returning to image or document listing views after editing, filters (collection or tag) are now remembered (Tidiane Dia)
|
||||
* Improve the visibility of field error messages, in Windows high-contrast mode and out (Jason Attwood)
|
||||
* Improve implementations of visually-hidden text in explorer and main menu toggle (Martin Coote)
|
||||
* Add locale labels to page listings (Dan Braghis)
|
||||
* Add locale labels to page reports (Dan Braghis)
|
||||
* Change release check domain to releases.wagtail.org (Jake Howard)
|
||||
* Add the user who submitted a page for moderation to the "Awaiting your review" homepage summary panel (Tidiane Dia)
|
||||
* When moving pages, default to the current parent section (Tidjani Dia)
|
||||
* When moving pages, default to the current parent section (Tidiane Dia)
|
||||
* Add borders to TypedTableBlock to help visualize rows and columns (Scott Cranfill)
|
||||
* Set default submit button label on generic create views to 'Create' instead of 'Save' (Matt Westcott)
|
||||
* Improve display of image listing for long image titles (Krzysztof Jeziorny)
|
||||
|
|
Ładowanie…
Reference in New Issue