Wykres commitów

18535 Commity (7e299fb267975785daad43ad92ed1730de0940ee)

Autor SHA1 Wiadomość Data
Sage Abdullah 7e299fb267
Recompile German translation to allow test_context_i18n to pass 2025-02-21 17:49:28 +00:00
Sage Abdullah 43220b9dde
Update latest.txt for 6.3.1 2025-02-21 16:47:21 +00:00
Sage Abdullah 78a239175d
Fill in release date for 6.4.1 2025-02-21 16:15:34 +00:00
Sage Abdullah dad755eee8
Fetch new translations from Transifex 2025-02-21 16:15:34 +00:00
Thibaud Colas 3a2792ea88 Release notes for 2025-02-21 13:50:21 +00:00
Bernhard Bliem 5b2791f18e Make 'Actions' string in Draftail widget translatable 2025-02-21 13:50:21 +00:00
Bernhard Bliem c09bd91db9 Generate translations for rich text headings 2025-02-21 13:50:21 +00:00
Bernhard Bliem 3f381892cd Use gettext_lazy instead of gettext in rich-text editor 2025-02-21 13:50:21 +00:00
Thibaud Colas 7c284d9e31 Release notes for 2025-02-21 11:24:10 +00:00
Sage Abdullah cbbc571867 Fix white text on white background in previews for sites that use color-scheme without a background-color 2025-02-21 11:24:10 +00:00
Thibaud Colas 311d49b04a Add release notes for 2025-02-21 10:38:00 +00:00
Sage Abdullah e8b3cd885d Add missing aria-label to upgrade banner dismiss button 2025-02-21 10:38:00 +00:00
Sage Abdullah a668dea376
Release note for in 6.4.1 2025-02-20 20:46:59 +00:00
Baptiste Mispelon b1fad0cb61
Fix typo in docstring 2025-02-20 20:41:29 +00:00
Sage Abdullah 411088da71
Release note for in 6.4.1 2025-02-20 20:37:58 +00:00
Sage Abdullah 5ee7e62074
Bump sphinx-wagtail-theme to 6.5.0 2025-02-20 17:33:45 +00:00
Sage Abdullah f714f8d219
Fix console errors in Draftail tests 2025-02-20 13:53:35 +00:00
Sage Abdullah 2fb27ed018
Release note for 2025-02-20 13:51:59 +00:00
Sage Abdullah fd7ec28e3d
Force preview panel scroll behavior to instant to avoid flickering 2025-02-20 13:34:12 +00:00
Sage Abdullah 786d9eb854
Release note for in 6.4.1 2025-02-20 11:32:12 +00:00
Matt Westcott 8393c5ad2a Relax upper bounds of django-taggit (<7) and beautifulsoup (<5)
Fixes 
2025-02-19 17:20:05 +00:00
Matt Westcott 0bcdc4359f Release note for in 6.5 2025-02-19 16:09:26 +00:00
Matt Westcott c986bacd77 Release note for SubqueryConstraint fix from in 6.4.1 2025-02-19 16:08:16 +00:00
Sage Abdullah 1c973a7605 Fix 'in' lookup with an explicit subquery on Elasticsearch 2025-02-19 16:03:47 +00:00
Sage Abdullah 297a810d10 Fix 'exact' lookup with an explicit subquery on Elasticsearch 2025-02-19 16:03:47 +00:00
Sage Abdullah bcf9f55b96 Fix 'exact' lookup with an implicit subquery on Elasticsearch 2025-02-19 16:03:47 +00:00
Sage Abdullah aa7b1d58ef Remove obsolete SubqueryConstraint check in search backends 2025-02-19 16:03:47 +00:00
Matt Westcott 6847656406 Ensure that bugfixes in 6.4.1 are mentioned in the release notes there and not in 6.5 2025-02-19 14:16:31 +00:00
Matt Westcott f7695bc4e7 remove spurious period from 6.4.1 release note 2025-02-19 14:10:19 +00:00
Matt Westcott d1b7c38fa8 remove spurious period from 6.3.4 release note 2025-02-19 14:08:51 +00:00
Thibaud Colas 451195a3de Add v6.3.4 release notes to release index 2025-02-19 14:08:47 +00:00
Thibaud Colas 952ee04f08 Use the correct event listener to adjust minimap positioning () 2025-02-19 13:43:44 +00:00
Sage Abdullah 3e24fee094 Fix invisible nested menu items 2025-02-19 13:25:42 +00:00
zerolab 81171b1eae
fixup! Unpin django-filter's top boundary () 2025-02-17 14:53:25 +00:00
zerolab 8dd59b149a
Unpin django-filter's top boundary () 2025-02-17 14:33:31 +00:00
Matt Westcott cbca63c1a3 Release note for 2025-02-13 15:43:57 +00:00
Matt Westcott 995203f42e Pass image PK to set_image_focal_point_task as a string
Using a non-integer primary key on an image model is not formally supported or tested, but it's possible someone might try it, and there's no harm in getting into the habit of stringifying PKs that we pass to tasks.
2025-02-13 14:21:53 +00:00
Matt Westcott c865c8a1f3 Fix handling of models with UUID primary keys in search indexing 2025-02-13 14:18:06 +00:00
Matt Westcott fcf3e257ec Fix handling of models with UUID primary keys in reference index 2025-02-13 13:49:46 +00:00
Matt Westcott 88abe5872c Support searching `none()` querysets () 2025-02-13 12:52:04 +00:00
Matt Westcott e01aaed00c Add release notes for 6.4.1 including 2025-02-13 01:12:13 +00:00
Sage Abdullah 3c81589250 Prevent error when filtering by locale and searching with Elasticsearch () 2025-02-13 01:09:18 +00:00
LB (Ben Johnston) 33d30d8105
NPM package updates; `downshift`, `focus-trap-react`, `immer`, `redux`, `uuid` ()
* Update NPM packages (focus-trap-react, downshift, uuid, immer, redux)

## Relevant upgrade release notes

- `focus-trap-react` - v8 to v10
  - https://github.com/focus-trap/focus-trap-react/releases/tag/v9.0.0
  - https://github.com/focus-trap/focus-trap-react/releases/tag/v10.0.0
- `downshift` - v7 to v9
  - https://github.com/downshift-js/downshift/releases/tag/v9.0.0
  - https://github.com/downshift-js/downshift/releases/tag/v8.0.0
  - https://github.com/downshift-js/downshift/blob/master/src/hooks/MIGRATION_V8.md
- `uuid` - v9 to v11
  - https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md#1100-2024-10-26
  - https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md#1000-2024-06-07
- `immer` v9 to v10
  - https://github.com/immerjs/immer/releases/tag/v10.0.0
- Update Redux ecosystem
  - https://github.com/reduxjs/redux-thunk/releases/tag/v3.1.0
  - https://github.com/reduxjs/redux/releases/tag/v5.0.0
  - https://github.com/reduxjs/reselect/releases/tag/v5.0.1
  - https://github.com/reduxjs/react-redux/releases/tag/v8.0.0 (note: react-redux cannot be updated further due to React dependency, which is blocked by Draftail)

* Add release notes

---------

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-02-12 03:51:27 +00:00
naina35 182ae8488c
Apply Sass mixed declarations migration in preparation for CSS nesting. Fix ()
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-02-12 03:15:56 +00:00
Srishti Jaiswal e23096f354
Migrate away from deprecated Sass import rules to module system () 2025-02-11 14:58:31 +00:00
mahmoud 8f6b72b19a Docs - Fix word order in Headless GraphQL section
Fixes 
2025-02-11 06:00:29 +10:00
Sage Abdullah 31f547e103 Include Python version in CircleCI cache key
Ref: https://discuss.circleci.com/t/how-to-use-python-version-or-image-name-in-cache-key/41108/2
2025-02-10 16:30:51 +00:00
Srishti-j18 6c7e45b894
Do not show the content type column as sortable when searching pages 2025-02-10 15:05:13 +00:00
Matt Westcott 225d3f384c Use standard tokenizer for Elasticsearch to preserve numeric tokens ()
Since its inception the Elasticsearch backend has defaulted to the `lowercase` tokenizer (https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenizers.html#_word_oriented_tokenizers), which treats non-letter characters as separators. This means that numbers within text (surrounded by whitespace) are skipped when indexing and cannot be searched.

Change to the `standard` tokenizer, but apply the `lowercase` filter to keep searches case-insensitive.
2025-02-10 12:55:38 +00:00
Thibaud Colas 801b1bb067
Add more details of legacy rich text behavior
This is to hopefully make it easier to look up with search.
2025-02-06 16:34:49 +00:00