Wykres commitów

2608 Commity (e407fb36127bca0b288aca36d4742b8906f1e8a2)

Autor SHA1 Wiadomość Data
Thibaud Colas e407fb3612 Add release notes for #10371 2023-04-28 17:22:17 +01:00
sag᠎e aa96dda15a
Fix dismissible SubMenuItem not showing the number badge when there's a new item (#10107)
Previously, we rely on the fact that the SubMenuItem itself is a dismissible. So, we decide how to show/hide the number badge based on the value for the SubMenuItem's dismissible ID on the server. However, this means that if the user has dismissed the SubMenuItem and we add new dismissible child items within it (e.g. update the ID for the 'What's new in Wagtail version' child item), the number badge will not show up. This commit changes the logic to show/hide the number badge based on whether there are any undismissed items within the SubMenuItem and whether the it has been opened or not.
2023-04-28 15:58:57 +01:00
4the4ryushin ecce6bc1c0 added support for parsing multiple queries (#10342) 2023-04-26 11:31:31 +01:00
Matt Westcott b946b3d66d Release note for read-only FieldPanels (#9129) 2023-04-25 17:08:19 +01:00
Sean Kelly d68baeb67f
Mark calls to md5 as not being used for secure purposes 2023-04-25 11:07:20 +07:00
Matt Westcott f6781a29d0 Revert "Mark calls to md5 as not being used for secure purposes (#10192)"
This reverts commit 4dea70250b.
2023-04-24 15:47:52 +01:00
Sean Kelly 4dea70250b Mark calls to md5 as not being used for secure purposes (#10192)
Fixes #10184
2023-04-24 15:08:56 +01:00
Ramon Wenger 2ca09bdc37 Add documentation for using a StructBlock inside of a StreamField
Fixes #10231
2023-04-24 14:52:45 +01:00
zerolab 23a8fe8e0e Fix `BaseChooser.get_instance` for non-existing pks (#10362)
Fixes #10348

e.g. when trying to move an existing page when `parent_page_types`
is added after the page is created under a different parent page type than the one allowed
2023-04-24 13:55:13 +01:00
LB Johnston 5e560a7e1d Updates for new contributors (#10071)
- Adds a new first contribution guide page
- Refines the contributing index to add more ways to get involved & cleans up that section
- Moves the committing TOC link to the bottom of the contributing index page as this is only needed for core team
- Fixes #10070
2023-04-24 13:23:43 +01:00
Onno T 4d9f4898de Document how to add non-ModelAdmin views to a ModelAdminGroup (#10022) 2023-04-21 18:26:03 +01:00
Matt Westcott 5f870fbd13 Set up release notes for 5.1 2023-04-21 13:47:10 +01:00
Daniel Kirkham 659251b8a7 Added Documentation 2023-04-20 11:21:03 +01:00
Sage Abdullah b9f8a6b6c0 Dispatch resize event to resize Handsontable on initialisation (#10367)
Fixes #10355
2023-04-20 09:48:58 +01:00
Sage Abdullah d650af3f39
Release notes for #10366 2023-04-20 14:17:08 +07:00
sag᠎e ed36b5b9b6
Improve customisability of the accessibility checker configuration. Fix #10137 (#10333)
* Extract userbar BaseItem.get_context_data()
* Extract Axe config into smaller attributes and methods for easier overrides
* Add TypeScript interface for WagtailAxeConfiguration
* Improve typings for userbar.ts
* Separate Axe `runOnly` and `rules` options
* Pass request object to all axe configuration methods
* Remove Axe runOnly option if it's falsy
* Add docs for customising the accessibility checker
* Use lists for Axe include and exclude selectors
* Parse JSON script when testing accessibility checker config
* Add tests for customising accessibility checker configuration

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-04-20 07:46:56 +01:00
zerolab cd131ddec8 Skip Locale query when WAGTAIL_I18N_ENABLED is False
- Fixes #10329
2023-04-20 07:07:40 +10:00
Matt Westcott 87eb961b0b Release note for #10330 2023-04-19 15:14:14 +01:00
sag᠎e 70bb15a7e1
Prevent long preview mode names from making the select element overflow the side panel. Fix #10240 (#10354) 2023-04-19 14:30:21 +01:00
Thibaud Colas 69fc0d41d2 Release notes for #10056 2023-04-19 13:38:23 +01:00
Matt Westcott 26a14da3d7 Release note for #10299 2023-04-19 13:25:58 +01:00
Thibaud Colas 9b4378485c Release notes for #10344 2023-04-18 15:58:20 +01:00
Thibaud Colas 117eae2299 Release notes for #10347 2023-04-18 15:32:56 +01:00
Sage Abdullah 72f77e4359
Add tests and release notes for #10336 2023-04-18 20:25:33 +07:00
SwA 0447b259c7 fix: modify get_full_url to omit adding base_url in inaplicable cases (#10291)
Fixes #10285
2023-04-18 12:30:20 +01:00
Thibaud Colas 68cea0429a Release notes for #10320 2023-04-18 02:49:04 +01:00
Karl Hobley 7f297cd019
Update comment list positioning so that they slide in/out with the sidebar (#8345) 2023-04-18 00:58:14 +01:00
Sage Abdullah 167471b1f7 Allow customising the search_fields and search backend to use via SnippetViewSet (#10290) 2023-04-18 00:06:09 +01:00
Sage Abdullah 3965ceedfa Allow default ordering of Snippets IndexView to be specified via SnippetViewSet (#10276) 2023-04-17 23:58:20 +01:00
Aadi jindal ed58c692ca Allow Action controller to trigger a redirect
- Migrate site switcher to use Stimulus approach via w-action
- Closes #10035
2023-04-18 08:30:22 +10:00
LB Johnston 37192f847b Fix changelog for #10212 2023-04-18 08:07:54 +10:00
Suyash Srivastava 39fa706ff2 Update ActionController with a click method
- Partial change towards #10167
2023-04-18 08:04:01 +10:00
Suyash Srivastava e72e454ba5 Migrate autosize jQuery to stimulus controller w-autosize
- Closes #10170
2023-04-18 05:41:00 +10:00
Lovelyfin00 cc23aa6be7 Migrated initDismissibles to a Stimulus controller w-dismissible
- Closes #10166
2023-04-17 23:27:24 +10:00
Albina 935d29e2f5
Accessibility checker outlines feature (#10176)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-04-17 09:59:55 +01:00
Thibaud Colas f944d744b4 Release notes for #9755 2023-04-17 09:28:16 +01:00
Matt Westcott 09fb848288 Release notes for #10271 / #10275 / #10294 2023-04-14 15:38:24 +01:00
Thibaud Colas 8aa0bf9275 Release notes for #10303 2023-04-14 08:38:01 +01:00
Hanoon 70a6230a65 Migrate submit translation bulk toggle to Stimulus Controller (w-bulk)
- Closes #10247
- adding BulkController files and removing {% block extra_js %} from submit_translation.html
- add unit tests for new controller
- partial work on CSP compliance #7053
2023-04-13 22:28:17 +10:00
Matt Westcott f88796b3dd Release note for #10208 2023-04-12 16:26:05 +01:00
Thibaud Colas 574cc05d19 Release notes for #10278 2023-04-12 11:51:00 +01:00
Matt Westcott 18e57574cb Formalise support for Django 4.2 2023-04-03 17:14:29 +02:00
Matt Westcott e219968e60 Fill in release date for 4.1.4 2023-04-03 12:41:18 +02:00
Matt Westcott 879295913a Fill in release date for 4.2.2 2023-04-03 12:41:18 +02:00
Matt Westcott d4022310cb Release note for CVE-2023-28837 in 4.1.4 2023-04-03 12:41:18 +02:00
Matt Westcott c9d2fcd650 Release note for CVE-2023-28837 in 4.2.2 2023-04-03 12:41:18 +02:00
Matt Westcott eefc3381d3 Release note for CVE-2023-28836 in 4.1.4 2023-04-03 12:41:18 +02:00
Matt Westcott bc84bf9815 Release note for CVE-2023-28836 in 4.2.2 2023-04-03 12:41:18 +02:00
Matt Westcott a3498b260f Release note for #10256 2023-04-03 10:24:30 +02:00
Matt Westcott def7e44a38 Release note for #10266 in 4.2.2 2023-04-01 01:23:31 +01:00