0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
Commit Graph

18035 Commits

Author SHA1 Message Date
Matt Westcott
bbb50459c9 Remove versionadded / versionchanged notes for 6.2
However, leave behind notes that mark settings/features that are deprecated but not yet removed, as this would be removing information that isn't in the main body of the text (and moving it out of a versionchanged note would make it harder to find when we come to remove it properly in 7.0).
2024-10-23 16:45:46 +10:00
Matt Westcott
4d31bd0a29 Add clarification on using versionadded / versionchanged directives 2024-10-22 22:13:36 +01:00
Matt Westcott
c1ce58fb42 Add Uyghur language support to release notes 2024-10-22 17:13:26 +01:00
sumana sree
d35eb68b78 Fix: Update can_handle method to check for AbstractGroupApprovalTask instances
- Fixes #12328
- Regression from #11653
2024-10-22 08:19:38 +10:00
Matt Westcott
f265896267 Only add Uyghur to supported languages under Django 5.x 2024-10-21 18:35:17 +01:00
Matt Westcott
76070a037c Remove unused headings from 6.3 upgrade considerations 2024-10-21 18:03:59 +01:00
Matt Westcott
113aaf90c9 Mark 6.3 as an LTS release 2024-10-21 18:02:48 +01:00
Matt Westcott
55516cd67a Move headline features to the top of the changelog 2024-10-21 18:00:06 +01:00
Matt Westcott
e305906b9c Generate new translation strings 2024-10-21 17:54:34 +01:00
Matt Westcott
c4a48fffbb Release note for #12434 2024-10-21 17:51:34 +01:00
Sage Abdullah
0a4f145044 Improve default column widths of page report tables 2024-10-21 17:49:40 +01:00
Sage Abdullah
df37c239b0 Adjust column widths of page types usage report table 2024-10-21 17:49:40 +01:00
Sage Abdullah
58cae920fa Show '-' instead of 'None' for unfinished workflow tasks in the report view 2024-10-21 17:49:40 +01:00
Matt Westcott
6c589cb678 Fetch new translations from Transifex 2024-10-21 17:48:20 +01:00
Thibaud Colas
caec6d3a82 Release notes for #12419 2024-10-21 17:30:33 +01:00
Thibaud Colas
ac3bc56337 Fix dismissiable upgrade banner color contrast in dark theme 2024-10-21 17:30:33 +01:00
Sage Abdullah
f2ed3605c6 Make the upgrade banner dismissible 2024-10-21 17:30:33 +01:00
Sage Abdullah
bf842b32ef Check for last dismissed upgrade check in UpgradeController using data-w-dismissible-value-param 2024-10-21 17:30:33 +01:00
Sage Abdullah
098b48e074 Allow DismissibleController to patch non-boolean values via params 2024-10-21 17:30:33 +01:00
Sage Abdullah
f1c63186fd Improve typings in UpgradeController 2024-10-21 17:30:33 +01:00
Sage Abdullah
88342e944b Fix incorrect UpgradeController test
The current version is set to 2.3 at the top level of the test. If the
test case uses 5.15.1 as the latest version, then the test should've
failed – but it didn't because we're missing a few promises to be
awaited.

To verify, try reverting the version diff and re-run the test. It would
fail with the new assertions.
2024-10-21 17:30:33 +01:00
Sage Abdullah
0f0d871c5e Replace UpgradeController hiddenClass with the HTML hidden attribute 2024-10-21 17:30:33 +01:00
Sage Abdullah
0dd7d12aaf
Release note for #12393 2024-10-21 16:53:30 +01:00
Sage Abdullah
0b45e6112c
Drop all trailing punctuations from URLs in a pasted text
This matches the common behaviour of various places, e.g. GitHub and
Slack.
2024-10-21 16:53:00 +01:00
Thibaud Colas
6b04961654
Account for terminal punctuation right after a pasted URL within text 2024-10-21 16:53:00 +01:00
Thibaud Colas
b31319934a
Add unit tests for new auto-link paste behavior 2024-10-21 16:53:00 +01:00
Thibaud Colas
ba6360446e
Add support for auto-linking URLs and emails within pasted rich text 2024-10-21 16:53:00 +01:00
Thibaud Colas
611d942c10
Refactor onPasteLink implementation to better support multi-link pasting 2024-10-21 16:53:00 +01:00
Thibaud Colas
9b6f617be1
Fix link paste detection concatenating URLs. Fix #12393 2024-10-21 16:52:59 +01:00
Bojan Mihelac
83a390661f Fix child restriction admin form when ancestors page view restrictions exists (#12124)
Fixes #4277
2024-10-21 16:29:19 +01:00
Matt Westcott
93f8600c31
ImageBlock for StreamField (rebase of #11791) (#12416)
Co-authored-by: Chiemezuo <chiemezuoakujobi@gmail.com>
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2024-10-21 16:11:34 +01:00
Rohit Singh
105338d0d6
Fix datetime fields overflowing its parent wrapper in listing filters 2024-10-21 09:45:19 +01:00
frankyiu
97fadba582 Fix long name issue in document chooser table cell (#12430, #12431)
Fixes #12357
2024-10-20 13:47:35 +01:00
Ankit Kumar
329db8e58a
Added missing link to the Code of Conduct in the community guidelines… (#12432)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2024-10-20 11:27:21 +01:00
Matt Westcott
72fb0e9880 Stop history view from breaking if a log entry's revision is missing (#12427)
e.g. after the purge_revisions management command has been run
2024-10-18 18:52:47 +01:00
Sævar Öfjörð Magnússon
207e9e50d9 StaticBlock renders empty in templates (#12425) 2024-10-18 18:27:33 +01:00
Sage Abdullah
ee635534af
Release note for #12414 and #12130 2024-10-18 18:19:18 +01:00
Sage Abdullah
bf139d688c
Tweak preview panel styles to accommodate more than three preview device sizes 2024-10-18 18:19:18 +01:00
Sage Abdullah
aa4ceaddd0
Remove data-default-size from preview panel
Now that the preview sizes are customizable, we can't rely on the
default being the mobile size when we want to force the size of the
preview unavailable screen.
2024-10-18 18:19:18 +01:00
Sage Abdullah
5909d3e822
Apply suggestions from code review 2024-10-18 18:19:18 +01:00
alexkiro
b38141ad82
Allow customization of preview device sizes
Co-authored-by: Bartosz Cieliński <bart@fullfatthings.com>
2024-10-18 18:19:17 +01:00
Sage Abdullah
49f9ae3a96 Fix error in workflows listing with multiple snippets assigned on PostgreSQL (#12367)
Fixes #12364
2024-10-18 17:43:49 +01:00
Matt Westcott
0d0700207d Release note for #12384 2024-10-18 13:02:24 +01:00
Matt Westcott
15abe65eb4 Fix saving as .heic 2024-10-17 23:28:31 +01:00
Matt Westcott
92567f6203 Document HEIC image support 2024-10-17 23:12:27 +01:00
Matt Westcott
d02e09e00e Explicitly add image/heic to 'accept' attribute on image fields
File upload dialogs (at least on Chrome / Mac) don't count heic as part of image/*, as it's not a web-safe format.
2024-10-17 23:12:27 +01:00
Matt Westcott
670b721565 Recognise HEIC as an image format 2024-10-17 23:12:27 +01:00
Thibaud Colas
4725b80a13 Release notes for #12400. Fixes #9030, #9869 2024-10-17 13:33:08 +01:00
Sage Abdullah
5262b95a87 Add tests for custom media in default footer action items
And test it doesn't crash when there are no items
2024-10-17 13:33:08 +01:00
Sage Abdullah
b022ae135a Ensure default footer actions' media is included
It was popped from the menu_items, so it's not in that list when we loop
through to collect the media files.

And add an early return if the default item is undefined (e.g. if a
construct hook caused the list to be empty), so it doesn't crash when it
tries to render to action menu.
2024-10-17 13:33:08 +01:00