Wykres commitów

18089 Commity (cb122e64db6020b7c89960f1581c5e6333e1bf51)

Autor SHA1 Wiadomość Data
Thibaud Colas 1349c5c301 Release notes for #12393 2024-10-24 10:19:39 +01:00
Thibaud Colas f3e7e16b9a Add release note template for 5.2.7 2024-10-24 10:19:32 +01:00
Thibaud Colas 8060332ee3 Add release note template for 6.2.3 2024-10-24 10:19:27 +01:00
sag​e 4760836769 Fix font size for custom listing button styles (#12456) 2024-10-24 09:49:40 +01:00
Matt Westcott 3c51c15b45 Add Uyghur language support to release notes 2024-10-22 17:14:02 +01:00
sumana sree df441424f1 Fix: Update `can_handle` method to check for AbstractGroupApprovalTask instances
- Fixes #12328
- Regression from #11653
- Cherry pick of #12387
2024-10-22 08:20:56 +10:00
Matt Westcott 40a7080c15 Version bump to 6.3rc2 2024-10-21 18:35:00 +01:00
Matt Westcott 012f854d81 Only add Uyghur to supported languages under Django 5.x 2024-10-21 18:34:40 +01:00
Matt Westcott 177c51b381 Version bump to 6.3rc1 2024-10-21 18:05:42 +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