Thibaud Colas
dcf523416c
Switch TypeScript target to ES2023
2025-01-17 13:50:12 +00:00
Thibaud Colas
14d16ae823
Remove now-unneeded focus-visible backwards compat
2025-01-17 13:50:12 +00:00
Thibaud Colas
be9b462947
Update Storybook Babel browser support configuration
2025-01-17 13:50:12 +00:00
Thibaud Colas
8d5fc606a8
Remove unneeded IE11 reference from browserslist
2025-01-17 13:50:12 +00:00
Thibaud Colas
fc6aee2318
Update browserslist definition to remove Safari 15
2025-01-17 13:50:12 +00:00
Thibaud Colas
7ec01f813e
Update caniuse-lite DB
2025-01-17 13:50:12 +00:00
Stéphane Blondon
3329e6dadf
fix: add missing space between two words ( #12781 )
...
Otherwise, logs show such lines:
HINT: Ensure that MainMenu uses `panels` instead of `content_panels`or set up an `edit_handler` ...
2025-01-16 17:35:14 +00:00
Mike Gifford
4298665bfd
Update guideline links in sustainability_considerations.md ( #12762 )
...
One of your links was busted, so I figured I'd suggest some updates.
2025-01-16 17:31:41 +00:00
Matt Westcott
7e1832a4eb
Prevent error when searching and filtering by locale ( #12772 )
...
Ref: https://github.com/wagtail/wagtail/issues/6616#issuecomment-2590737050
The current locale filter logic performs a related field filter on `locale__language_code` which isn't supported when searching, as per #6616 . Change this to look up the locale object in a separate query.
2025-01-16 16:38:25 +00:00
Matt Westcott
b2958e2b4c
Work around Sphinx failing to resolve HttpRequest in type annotations
...
Fixes #12777
2025-01-16 16:00:14 +00:00
Matt Westcott
c561977e8d
Move 6.3.3 changelog entry to the right place
2025-01-16 14:57:44 +00:00
Matt Westcott
9511d7f3ac
Release note for #12778
2025-01-16 14:54:29 +00:00
Matt Westcott
581bb5ccd7
Use double quotes in code snippet
...
Co-authored-by: sage <laymonage@gmail.com>
2025-01-16 14:53:16 +00:00
Matt Westcott
54797e3826
Document Block.get_template in StreamField usage guide
2025-01-16 14:53:16 +00:00
Cynthia Kiser
f3d1765353
Update example for customizing "p-as-heading" check ( #12763 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-01-15 16:34:13 +00:00
Matt Westcott
8b3eb44340
Fix TestFormPageWithCustomFormBuilder assertion against Django 5.1.5 and other security releases
...
Django 5.1.5 (and other security releases released today) has added a `max_length` attribute to GenericIPAddressField, which breaks an assertion in the form builder tests that compares HTML directly. Change this to a BeautifulSoup-based test so that it works on older and newer releases.
2025-01-15 10:58:27 +00:00
Andy Babic
88a3a397ca
Prevent redundant calls to Site.find_for_request() from Page.get_url_parts() ( #12454 )
2025-01-15 00:41:57 +00:00
Rishabh Sharma
782aa0e16b
Reduce confusing spacing below StreamField blocks help text. Fix #11888 ( #11934 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-01-14 10:00:09 +00:00
Ayaan
cb11ec3e01
Upgraded sass-loader to remove Sass warnings ( #12728 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-01-14 08:44:47 +00:00
Tom Usher
75e07498f4
Add support for specifying an operator on Fuzzy queries ( #12714 )
2025-01-13 17:04:35 +00:00
Thibaud Colas
d20c1b66bf
release notes for #12751
2025-01-13 13:05:53 +00:00
Sage Abdullah
da12f4a284
Use explicit label for defaulting to server language in account settings
2025-01-13 13:05:53 +00:00
Sage Abdullah
944fd02dc3
Replace l18n library with Intl-based LocaleController
2025-01-13 13:05:53 +00:00
Sage Abdullah
983a86b0b8
Fix missing heading and breadcrumbs in Account view
2025-01-13 13:05:53 +00:00
Thibaud Colas
f0b04200a4
Add v6.3.3 release notes
2025-01-13 12:14:56 +00:00
Srishti-j18
c63ac0af4a
Add FilterField('created_at') to fix sorting by created_at when searching in documents index view
2025-01-13 12:12:09 +00:00
Srishti Jaiswal
0bba5da337
Correct positioning of comment buttons with DateField, TimeField and DateTimeField. Fix #12214 ( #12685 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-01-13 12:08:56 +00:00
sage
99a9317eea
Avoid loading icons sprite and JS files in 404 page ( #12745 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-01-13 11:29:17 +00:00
Joren Hammudoglu
4fc2c2abac
Improve deprecation warning for `WidgetWithScript` by raising it with `stacklevel=3`
2025-01-07 16:27:26 +00:00
Sage Abdullah
7a59c9cc20
Release note for #12735
2025-01-07 13:34:37 +00:00
Sage Abdullah
9b3acffaac
Fix crash when loading the dashboard with only the "bulk_delete" page permission
2025-01-07 12:23:26 +00:00
Unyime Emmanuel Udoh
d8d75bddf0
Fix crash when loading the dashboard with only the "unlock" page permission
2025-01-07 12:03:11 +00:00
Matt Westcott
216b80111b
Upgrade consideration note for change of Page panel definitions
2025-01-07 11:05:11 +00:00
Matt Westcott
3f91fcb3a3
Define base Page panels as placeholders within wagtail.models
...
This ensures that code such as `content_panels = Page.content_panels + [...]` works as expected even if wagtail.admin has not been loaded.
Fixes #12747
2025-01-07 11:01:08 +00:00
Matt Westcott
09e26c3c2b
Add failing test for page model defined before wagtail.admin is loaded
2025-01-07 10:22:12 +00:00
Matt Westcott
a2407c0027
Release note for #12697
2025-01-06 23:44:28 +00:00
Matt Westcott
f9debd9084
Continuity fixes for tutorial
2025-01-06 23:11:53 +00:00
Matt Westcott
82c42d1ecc
Nest code snippets for string panel definitions inside the note
2025-01-06 19:29:44 +00:00
USER
961aa07547
Addressed feedback: Updated FieldPanel documentation
2025-01-06 19:26:26 +00:00
USER
da818b562f
“Update-FieldPanel-documentation-to-encourage-use-of-strings-in-panel-definitions”
2025-01-06 19:26:26 +00:00
Matt Westcott
7cfae8c3b5
Update latest.txt for 6.3.2
2025-01-02 12:18:57 +00:00
Matt Westcott
b97ac14cba
Fill in release date for 6.3.2
2025-01-02 11:09:43 +00:00
Matt Westcott
50fb7b21bb
Fetch new translations from Transifex
2025-01-02 11:09:17 +00:00
Daniel Kirkham
996484099b
Insert missing space into 6.3 release notes
2025-01-02 09:16:49 +00:00
Artem Kamyshansky
f90fae1aee
typo fix
2025-01-02 09:16:07 +00:00
Matt Westcott
784f4bbbb9
Don't set aria-expanded=false on clear(), because clearing in itself doesn't close the menu
2024-12-19 14:10:30 +00:00
Ayaan
1cbb1e8fb2
Remove - extra addClass & aria-label in appendColumnButton and restore aria-expanded="false" in clear method
2024-12-19 13:23:24 +00:00
Ayaan
df8a6f219c
Added aria-expanded attribute to add new column button ( #12680 )
2024-12-18 18:03:24 +00:00
Matt Westcott
2e08d84332
Release note for #12702 in 6.4
2024-12-18 16:07:58 +00:00
Matt Westcott
5a17312e42
Release note for #12702 in 6.3.2
2024-12-18 16:07:25 +00:00