Wykres commitów

15138 Commity (607f0a821c8c9febc6d5294a2431d2c3103f2a35)

Autor SHA1 Wiadomość Data
Matt Westcott 607f0a821c Version bump to 5.0 final 2023-05-02 15:28:04 +01:00
Matt Westcott ccb427a38a Fill in release date for 5.0 final 2023-05-02 15:27:01 +01:00
Thibaud Colas 51c20c3f3d Disable homepage release banner (#10398) 2023-05-02 15:26:01 +01:00
Matt Westcott f33b378320 Release note for #10367 in 4.2.3 2023-05-02 15:05:48 +01:00
Matt Westcott d3e0b58695 Release note for #10367 in 4.1.5 2023-05-02 14:12:24 +01:00
Sage Abdullah b45d35d40c Link to RFC 85 and mention modeladmin deprecation in future release 2023-05-02 13:38:54 +01:00
Thibaud Colas 695fa3030d Prevent overlap between side panels resize grips and comments, preview 2023-05-02 13:06:39 +01:00
Thibaud Colas 4b0d02b49c Add back minimap overflow when expanded, to display error badges 2023-05-02 13:06:39 +01:00
Matt Westcott 09dc396852 Credit YouGov for sponsorship of SVG support 2023-05-02 12:56:26 +01:00
Matt Westcott 67612b1c0f Fetch new translations from Transifex 2023-05-02 10:59:08 +01:00
Thibaud Colas c3f5bfbf27 Remove incorrect v4.1.5 release items 2023-04-28 17:47:25 +01:00
Thibaud Colas e871a8ac4f Add release notes for #10371 2023-04-28 17:44:08 +01:00
Sage Abdullah e078d391db Fix side panel stuck in resize state when pointer is released outside the grip 2023-04-28 17:44:04 +01:00
Thibaud Colas bf0538d403 Move v5.0 snippets release notes to their own section 2023-04-28 16:22:07 +01:00
sag᠎e e5e145b3b8 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:59:44 +01:00
Matt Westcott e35f2e1bbb Add Wagtail 5 pypi classifier to docs
Fixes #10373 - classifier has been added in https://github.com/pypa/trove-classifiers/pull/138
2023-04-27 14:00:15 +01:00
LB Johnston 266266c0b9 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:24:09 +01:00
Storm B. Heg de8602edfd Update Transifex link in docs
Subdomain was changed on April 3rd and redirects will stop on July 2023.
2023-04-23 20:12:16 +01:00
Storm B. Heg 113fed2010 Update old transifex link in contributing.md 2023-04-23 20:12:16 +01:00
Jake Howard 9a2cff5a74 Move security.txt to wagtail.org (#9751) 2023-04-21 18:01:58 +01:00
Matt Westcott 422e8050e3 Version bump to 5.0rc1 2023-04-20 11:51:25 +01:00
Matt Westcott 7f0e761b33 Generate new strings for translation 2023-04-20 11:49:14 +01:00
Matt Westcott d101a396bb Fetch new translations from Transifex 2023-04-20 11:47:23 +01:00
Sage Abdullah d8a0ff98e3 Add handsontable styles override to fix background color in dark mode 2023-04-20 11:34:09 +01:00
Sage Abdullah 2ef3b36c11 Fix comment notice text color in dark mode 2023-04-20 11:34:09 +01:00
Matt Westcott 85c9b6689f Ensure that models can still be registered with ReferenceIndex.register_model after the initial set of signals has been connected 2023-04-20 11:21:43 +01:00
Matt Westcott 072c8f21e1 Split the _indexed_models dict into two sets, one for tracked models, the other for indexed models
Also tweak register_model to recursively follow child relations.
2023-04-20 11:21:05 +01:00
Daniel Kirkham 6a0cd8e186 Add test for show_references_table command 2023-04-20 11:21:05 +01:00
Daniel Kirkham 659251b8a7 Added Documentation 2023-04-20 11:21:03 +01:00
Daniel Kirkham ef3aace6b0 New show_references_index management command 2023-04-20 11:20:37 +01:00
Daniel Kirkham 378761f0ca Use revised interface in rebuild_references_index 2023-04-20 11:20:37 +01:00
Daniel Kirkham f782d3cca0 Model registration for tests 2023-04-20 11:20:37 +01:00
Daniel Kirkham 1a372e4bb4 Default Wagtail model registration 2023-04-20 11:20:37 +01:00
Daniel Kirkham 552e640511 Refactor ReferenceIndex to require model registration 2023-04-20 11:20:37 +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
Thibaud Colas 3a98b062a9
Add more space for buttons next to fields in TypedTableBlock 2023-04-20 14:14:25 +07:00
Thibaud Colas b81ec15e3d
Fix comment "add" buttons being hidden in StreamField 2023-04-20 14:14:25 +07:00
Thibaud Colas 64ae146e29
Swap comment "add" button icons between default and hover 2023-04-20 14:14:24 +07:00
Thibaud Colas 5ef6af178e
Prevent reaching side panel close button while tabbing 2023-04-20 14:14:24 +07:00
Thibaud Colas d8731c2dc6
Fix inconsistent comment button positions for fields in and out of StreamField 2023-04-20 14:14:24 +07:00
Thibaud Colas 82ea1fd975
Fix StreamField comment controls initialisation 2023-04-20 14:14:24 +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
Daniel Kirkham ca0177292c Fixed two tests incorrectly using StringIO 2023-04-20 06:26:49 +10:00
Sage Abdullah ce62c716a0 Add the ability to use autocomplete search on generic IndexView and use it for snippets 2023-04-19 15:36:19 +01:00
Matt Westcott 87eb961b0b Release note for #10330 2023-04-19 15:14:14 +01:00
Sage Abdullah c027e0bce4 Hide Snippets menu item if all snippet models have their own menu items 2023-04-19 15:13:42 +01:00
Sage Abdullah a51e7ae75a Avoid custom menu label tests clashing with existing test assertions 2023-04-19 15:13:42 +01:00
Sage Abdullah 7ba2098d1a Add docs and tests for grouped snippets registration 2023-04-19 15:13:42 +01:00