LB Johnston
430a37653c
Remove non-functional and inaccessible auto-focus on first field in page create forms
2024-01-18 08:07:16 +10:00
the-r3aper7
422d6a8cbe
Migrate enableDirtyFormCheck to Stimulus UnsavedController
...
- Include backwards compatible global function replacement
2024-01-18 08:07:16 +10:00
Sage Abdullah
dece4fdaf4
Release note for #11456
2024-01-17 19:22:23 +00:00
Thibaud Colas
89aa153168
Universal listings release notes first draft
2024-01-17 15:33:07 +00:00
Thibaud Colas
be14465c4e
Improve CSS authoring guidelines ( #10049 )
...
Co-authored-by: sage <laymonage@gmail.com>
2024-01-17 07:40:47 +00:00
Rohit Sharma
6f93b1a2c4
Fix long comment UI issues (scroll shaking & comment overflow)
...
- Includes PR #11322
- Fixes #10984 (scrolling issues with long initial comments)
- Fixes #11324 (overflow of comment reply with long words)
2024-01-17 17:34:48 +10:00
nandini584
a88a775aea
Ensure the sidebar account toggle has no duplicate accessible labels
...
- Remove the integration test for this element as it was failing even though the element has valid content.
- Fixes #11372
2024-01-17 12:43:38 +10:00
nandini584
e91cdb47da
Update Jest version (package.json)
2024-01-17 12:43:38 +10:00
Neeraj P Yetheendran
3faeabb4d7
Allow admin backend login URL to be customised ( #11415 )
...
Fixes #10882
2024-01-16 23:50:31 +00:00
nandini584
daf0c96841
Fix close button visibility in new dialog non-message variant
...
- Add w-dialog root classname to support overall styling of the dialog if a message is provided
- Fix up layout of dynamic classes to avoid additional spaces
- Fixes #11306
2024-01-17 09:27:50 +10:00
DevilsAutumn
fe1a306285
Move to a select field for determining the way TableBlock will use headers
...
- Make the new table_header_choice select backwards compatible with tables stored before Wagtail 6.0
- Built on previous PRs #9673 & #6763
- Fixes #5989
2024-01-17 08:37:40 +10:00
Tommaso Amici
a4c18b4957
Add optional caption field to TypedTableBlock
...
- Closes #8507
- Make caption default to "" for tables that predate adding the caption field
- Update the html generated in JS so the rendered form matches our new styles
- Use a consistent period (full stop) at the end of the help text sentence (including table fields)
2024-01-17 08:15:35 +10:00
LB Johnston
0ec50f0d82
Migrate Styleguide ad-hoc JS to use styles only
2024-01-16 19:03:45 +10:00
LB Johnston
fdad793a50
Fix up contributor name for #11294
2024-01-16 18:59:41 +10:00
Rohit Sharma
33fbbed19d
Resolve error when specifying 'slug' as a read-only field ( #11447 )
2024-01-15 19:19:40 +00:00
Matt Westcott
67f495bb4c
Rewrite recent edits panel to use audit log
...
As per https://github.com/wagtail/wagtail/issues/11323#issuecomment-1889520913
Fixes #11323 . Thanks to @elhussienalmasri for the initial investigation and proposed fix.
2024-01-15 19:08:28 +00:00
LB Johnston
15f7486e67
Add changelog for #11294
2024-01-15 09:01:26 +10:00
LB Johnston
0ee97d45de
Add upgrade considerations for data-tippy attribute deprecation
2024-01-11 16:23:09 +00:00
Neeraj P Yetheendran
f0a67975db
Add ability to override a Page's copy form
...
- Documentation added for Customising Copy Form with an auto-incrementing slug example
- Add tests
- Resolves #10147
2024-01-11 08:35:53 +10:00
LB Johnston
235f217fee
Add changelog for #11419
2024-01-11 07:43:16 +10:00
Matt Westcott
a099cf7ac3
Release note for #11436
2024-01-10 16:18:14 +00:00
Sage Abdullah
29fd83493d
Release note for #11432
2024-01-10 09:30:11 +00:00
Thibaud Colas
633004e61b
Release notes for #11365 / #8947
2024-01-09 15:42:08 +00:00
Badr Fourane
e25c1bb1a0
Add right-to-left (RTL) support for the caret of select inputs ( #11313 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2024-01-08 16:07:52 +00:00
Matt Westcott
432532457d
Release note for #11416
2024-01-08 12:51:35 +00:00
Matt Westcott
7af866f1c7
Refactor filter_queryset and get_filtered_queryset to just return queryset
2024-01-08 12:49:45 +00:00
Salvo Polizzi
6f9aadc86d
Add missing import to tutorial BlogPage example ( #11426 )
2024-01-08 12:47:00 +00:00
Thibaud Colas
7f8b283576
Add release notes for #11406
2024-01-05 08:05:05 +00:00
Matt Westcott
5fa1bd15f3
Release notes for #11395
2024-01-02 19:05:21 +00:00
Matt Westcott
361c89ba9b
Upgrade sphinxcontrib-spelling to 7.x ( #11407 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2024-01-02 13:48:04 +00:00
LB Johnston
6bec1eed9c
Use admin SlugInput as the default widget for models.SlugField ( #11341 )
...
- Register the admin SlugInput as the default widget for model SlugField usage
- Add a docstring to SlugInput to make it a bit clearer what it's doing
- Add SlugInput to the admin widgets module exports file
- Copy form is still needed as it's not a model field but a form field
- Closes #11185
2024-01-02 13:43:43 +00:00
Matt Westcott
b1920b0bce
Update Nikhil S Kalburgi's name as per https://github.com/wagtail/wagtail/pull/11408#issuecomment-1873961960
2024-01-02 12:49:20 +00:00
nikhilkalburgi
4f24171b3b
docs: update contributing/developing.md guidelines ( #11408 )
...
Fixes #11399
Signed-off-by: nikhilkalburgi <nikhilkalburgi19@gmail.com>
2024-01-02 10:35:33 +00:00
Thibaud Colas
2cf9730c23
Release notes for #11332
2024-01-02 09:00:58 +00:00
Matt Westcott
5eb38c2c8b
Release note for #11403
2024-01-02 06:16:11 +00:00
Sylvain Fankhauser
b62d043f70
Relax django-taggit dependency to allow 5.0 ( #11363 )
2024-01-02 05:32:27 +00:00
Thibaud Colas
ad8912c481
Add release notes for #11217 , #11360 , #11354
2023-12-20 00:38:04 +00:00
Sage Abdullah
f1909c73e4
Release note for #11359 and #11361
2023-12-19 16:59:20 +00:00
Sage Abdullah
9b409b5a3e
Release note for #11339
2023-12-18 14:57:00 +00:00
LB Johnston
416fc1dde4
Update stylelint & stylelint-config-wagtail packages
...
- Ensure that some rules are always ignored in overrides (aka vendor) styles. This avoids us having to add ignore comments all over these styles.
- Resolves #10719
2023-12-18 13:28:18 +00:00
Sage Abdullah
b8b7efe01c
Release note for #11331
2023-12-18 12:46:31 +00:00
LB (Ben Johnston)
6a9add00a8
Turn on `skipLibCheck` for TypeScript ( #11336 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-12-18 09:56:42 +00:00
Matt Westcott
5c7015aa9e
Release note for #11326
2023-12-15 21:58:37 +00:00
LB Johnston
a57c63dbd3
Add changelog for #11317
2023-12-15 14:09:41 +10:00
Sage Abdullah
a80c7ca60e
Release note for #11304
2023-12-14 09:13:42 +00:00
Thibaud Colas
346f15e922
Add release notes for #11258
2023-12-13 10:29:03 +00:00
nandini584
0024751a53
ActionController - Be more explicit about element checks for select method
...
- Move method to alpha order (after `reset`) and check for input/text area explicitly
- Fixes #11307
2023-12-13 11:20:29 +10:00
nandini584
96349aad3e
ActionController - Add noop method
...
- Useful for leveraging data-action approaches without needing a specific method functionality
2023-12-13 11:20:29 +10:00
Andy Chosak
c109c661c1
Docs: Clarify appropriate use of MultipleChooserPanel
...
This documentation change clarifies that MultipleChooserPanel can only
be used when the inline model has a ForeignKey to a model that
implements Wagtail's chooser interface. Currently the docs mention
"a chooser for a ForeignKey relation" but it's not obvious how that
restricts which models can be pointed to or how to implement this for a
non-(image, document, snippet, page) model.
Relates to #10646 .
2023-12-13 07:32:00 +10:00
LB Johnston
5fa29a6c93
Add changelog/release notes - #11299
2023-12-13 07:17:43 +10:00