0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

4672 Commits

Author SHA1 Message Date
Thibaud Colas
fa1cbfbe98 Fix Storybook pattern library proxying in Node 18 2023-02-15 22:52:49 +10:00
Matt Westcott
297e08df2a Release note for #10007 2023-02-15 09:57:18 +00:00
LB Johnston
55483b5424 5.0 release notes - fix headings from #10062 2023-02-15 06:01:41 +10:00
GLEF1X
768d8f3d2c refactor code, fix some minor issues 2023-02-14 17:35:26 +00:00
Sage Abdullah
e6afce23dc
Release notes for #10021 in 4.1.3 2023-02-14 16:51:43 +00:00
Sage Abdullah
8c2a382949
Release notes for #10021 in 5.0 2023-02-14 15:35:37 +00:00
Sage Abdullah
7addcbef8d
Release notes for #10021 in 4.2.1 2023-02-14 15:35:20 +00:00
Matt Westcott
3310e0874c Release note for #10051 on 5.0 2023-02-14 13:57:34 +00:00
Matt Westcott
7f20507f8c Release note for #10051 on 4.2.1 2023-02-14 13:57:13 +00:00
Lovelyfin00
c52074250b Refine Stimulus progress controller (button-longrunning)
- use milliseconds instead of seconds for duration
- allow `em` to be used without target attribute
- added connect method for labelTarget
- closes #8232
- closes #9910
2023-02-14 23:19:42 +10:00
Albina Starykova
6d007fc623 Add unit tests for collapseAll component 2023-02-14 20:39:27 +10:00
sag᠎e
d46d724d31
Fix side panel resize direction on RTL languages. Fix #9916 (#10044)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>

Fixes https://github.com/wagtail/wagtail/issues/9916
2023-02-14 10:38:57 +00:00
Matt Westcott
207493dc95 Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs 2023-02-14 20:34:35 +10:00
Thibaud Colas
e3d0cc8099
Iterate on accessibility checker docs (#10064) 2023-02-13 14:27:25 +00:00
Albina
546a552ac2
Add more Axe rules to the accessibility checker (#10011)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-02-13 13:01:34 +00:00
Matt Westcott
52d32628eb Mark 4.1.3 as in development 2023-02-13 12:39:18 +00:00
Matt Westcott
e52a557c05 Add release notes for #10050 in 4.2.1 2023-02-13 12:39:01 +00:00
Matt Westcott
48731afa58 Release note for #10050 in 4.1.3 2023-02-13 12:38:17 +00:00
Matt Westcott
c21bb79d23 copy across 4.1.3 release notes 2023-02-13 12:38:10 +00:00
Albina
38ea027d04
Implement new simplified userbar designs (#9989)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-02-13 09:55:20 +00:00
LB (Ben Johnston)
8aa892bf0f
Add recent third party tutorials (Feb 2023) (#10059) 2023-02-10 23:02:02 -05:00
LB Johnston
93d3652a15 Documentation - fix whitespace issues 2023-02-11 08:29:13 +10:00
Jaap Roes
f9872fae03 Make sure get_site_root_paths returns a list of SiteRootPath objects (#8819)
Fixes #8062
2023-02-10 15:55:00 +00:00
Matt Westcott
11b9448dc0 Changelog entries for #9974, #9987, #9996 2023-02-10 14:44:55 +00:00
Matt Westcott
692147afdc Add upgrade consideration note for use_json_field 2023-02-10 13:20:34 +00:00
Matt Westcott
83cbd2fffa Add missing changed=False initialisation 2023-02-10 13:20:34 +00:00
Matt Westcott
a634045b6c Remove remaining versionadded directives from before 4.2 2023-02-10 13:20:34 +00:00
Matt Westcott
d5f787030a Update docs for use_json_field
Indicate that this must now be set to True.
2023-02-10 13:20:34 +00:00
Matt Westcott
635db6d850 Update richtext to streamfield migration snippet
Perform the data migration while it's still a rich text field, to avoid the need for `use_json_field=False`. Also work around the unavailability of `page.revisions` on frozen ORM models (which has been absent since 4.0, since it's now a property on RevisionMixin rather than a true relation).
2023-02-10 13:20:33 +00:00
Coen van der Kamp
619f395980 Add new "Icons" page for icons customisation and reuse across the admin interface (#6028)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-02-10 07:22:45 +00:00
Thibaud Colas
51f0f82b2f
Update Draftail entity source example recording (#10054) 2023-02-09 09:39:53 +00:00
Lovelyfin00
fd9eed97d7 Converted button-longrunning to a Stimulus Controller
- implemented afterLoad in Stimulus button-longrunning to support non-adopted data attributes
- Partial completed #9910
2023-02-09 09:44:18 +10:00
Matt Westcott
ae996ab0f2 Add release note about removal of deprecated features 2023-02-08 14:25:09 +00:00
Matt Westcott
18a574b520 Remove old versionadded / versionchanged directives from docs 2023-02-08 14:25:09 +00:00
Matt Westcott
1a0344216c Remove fallback on BASE_URL 2023-02-08 14:25:09 +00:00
Matt Westcott
3cb4033a11 Remove deprecated edit handlers / panels 2023-02-08 14:25:09 +00:00
Lovelyfin00
b336536015 User - Reimplement Gravatar switching without JS
- Resolves #9972
- Avoids inline script for a solution that can be CSS/HTML only
- Use translatable alt text for when the default avatar is selected
- Relates to #1288 & #5247 (CSP compliance)
2023-02-07 21:18:31 +10:00
Aadi jindal
1ffa497886 fixed Uncaught TypeError: Cannot read properties of undefined (reading 'getTextLabel') in admin and missing stream blocks. (#10023)
Fixes #9990
2023-02-06 19:37:11 +00:00
Matt Westcott
1bc0cba5fb Fill in release date for 4.2 2023-02-06 13:07:28 +00:00
Albina
d093a78cec
Accessibility checker documentation (#10029) 2023-02-06 12:38:18 +00:00
Matt Westcott
68e7e5ab51 Fill in release date for 4.1.2 2023-02-06 12:02:35 +00:00
Thibaud Colas
59c0044df3
Update documentation screenshots for v4.2 (#10028) 2023-02-06 10:59:54 +00:00
LB Johnston
8908c38dcd Documentation - fix up ModelAdmin items
- Link to ModelAdmin showed incorrectly as `Index app` not `ModelAdmin app`
- Many code snippets were nested, causing double nesting to appear in published docs
2023-02-06 10:26:46 +00:00
Suyash
8131ed282c Fix: Path to test argument in tox command 2023-02-05 16:24:10 +10:00
Vallabh
a88ea0962d Changed Access level label in admin/users
- Closes #10017
2023-02-05 16:16:56 +10:00
Matt Westcott
bf3ec15209 Release note for #9935 in 4.2.x 2023-02-03 17:54:55 +00:00
Matt Westcott
b735700ddf Release note for #9935 in 4.1.x 2023-02-03 17:54:55 +00:00
Daniel Kirkham
161e95f4cc Add Reference Index documentation 2023-02-03 17:36:30 +00:00
Matt Westcott
37d82f5879 Release note for #9976 in 4.1.2 2023-02-03 15:52:35 +00:00
Matt Westcott
8b3b3d7ebd Release note for #9976 in 4.2 2023-02-03 15:20:31 +00:00