Matt Westcott
4d18e669ff
Defer snippet registration until models are loaded ( #9605 )
...
Fixes #9586 . All calls to `register_snippet` that happen before `WagtailSnippetsAppConfig.ready` are now queued up and processed once we are sure models are fully loaded. This avoids any issues with unloaded models during viewset construction, as seen when subclassing django-filters's FilterSet.
2022-11-08 10:22:25 +00:00
Lovelyfin00
0000ed88f7
removed unused styles from utility.legacy.scss file and clean up
...
- `divider-before` not used
- add w-list-none to Tailwind utility classes
- remove now unused unlist class
- relates to #8947
2022-11-08 08:45:23 +10:00
Lovelyfin00
b1c1618c9b
Migrated initButtonSelects from core.js to own includes file
...
- removed initButtonSelects from core.js , migrate to Typescript & and wrote test for it
- Fixes #9494
2022-11-08 08:28:59 +10:00
Matt Westcott
f3b73137d9
Release note for #9566 in 4.1.1
2022-11-07 12:27:13 +00:00
Theresa-o
0ebdd51882
Fix help block <a> to meet colour contrast guidelines
...
- Fixes #9569
2022-11-07 19:56:36 +10:00
LB Johnston
9118de1850
Add changelog for #9617
2022-11-07 19:51:13 +10:00
LB Johnston
2b14d0407d
Fix up changelog & release notes for #9567
2022-11-07 19:35:42 +10:00
LB Johnston
cad419ea9e
Prettier linting - clean up ignored file (search promotions)
...
- remove specific file in .prettierignore and add inline comments to allow for linting / formatting for the searchpromotions_formset
- Split from #9522
2022-11-07 19:34:57 +10:00
LB Johnston
57e75df15d
Add 4.1.1 changelog/release notes section
...
- Include bug fix reference for #9530
2022-11-07 08:38:06 +10:00
LB Johnston
1fe9581548
Add documentation for register_user_listing_buttons hook
...
- Has existed since Wagtail ~1.6 but never documented
2022-11-07 06:59:24 +10:00
Yekasumah
aeae816b27
Fix comments notice background overflow ( #9567 )
2022-11-04 18:24:13 -04:00
Jordan-Rob
9c29e6a12e
Remove duplicate code to escape HTML in JavaScript
...
* added an import for escapeHtml from utils/text and added back window.escapeHtml = escapeHtml
* Fixes #9492
2022-11-02 06:41:14 +10:00
Sage Abdullah
f1b30cc87c
Run Python tests with coverage and upload coverage data to codecov
2022-11-02 06:33:38 +10:00
Matt Westcott
9764d53624
Fill in release date for 4.1
2022-11-01 11:03:33 +00:00
Matt Westcott
b848254873
Apply correct pluralisation to minimap error count
...
Fixes #9497
2022-10-28 07:20:03 +10:00
Thibaud Colas
a2f491e0d8
Update non-editor-guide screenshots
2022-10-28 06:25:47 +10:00
Jake Howard
c6afb0069d
Performance docs - Mention the importance of passing request
and current_site
to get_url
...
- Co-authored-by: Andy Babic <ababic@users.noreply.github.com>
2022-10-28 06:24:38 +10:00
LB Johnston
a748497543
Add changelog for #9148
2022-10-28 06:18:58 +10:00
Lovelyfin00 (Nutjob)
bd62927958
Ensure logo shows correctly on log in page in Windows high contrast
...
- Added a class to the logo image and also added forced mode to the logo image class
- Fixes #9428
2022-10-27 08:29:09 +10:00
xomcodes
3dcde23e02
Fixed auth form field padding (Log in / password reset)
...
- Fixes #9440
2022-10-27 08:01:08 +10:00
DokuaAsiedu
af9f7ecbb3
Add docs & unit tests for assertCanCreate with publish ( #9458 )
...
- Builds on #9458
2022-10-27 07:54:32 +10:00
Matt Westcott
aaea8710c2
Formalise Python 3.11 support for Wagtail 4.1 too
2022-10-26 11:01:14 +01:00
Ogunbanjo oluwadamilare
1428333af8
Documentation - added contributing translations guide
...
- Fixes #7115
2022-10-26 08:29:29 +10:00
Mary Ojo
aea9f14558
Fix status tag font-size units for proper resizing ( #9382 )
2022-10-23 13:56:55 -04:00
unknown
84769bed4e
Documentation - fix link for Wagtail community support
2022-10-22 22:14:45 +10:00
Stefan Hammer
acdf1aa4df
Extract asterisk from translation string with format_lazy (page title)
...
- See #9348
- Relates to #9028
2022-10-22 22:12:17 +10:00
Dan Braghis
df0b36fdb7
Add missing release notes for 4.1.x for #9435
...
The notes were added for the stable/4.1.x branch, but not main
2022-10-21 15:00:53 +01:00
Alex Tomkins
063f2bc7a5
Fix extract_references for DocumentChooserBlock
2022-10-21 14:52:41 +01:00
Darrel O'Pry
912747f6ae
feat: use Willow instead of Pillow for images.
...
Override all Django code calling Pillow, so that we can
more easily implement SVG support when it lands in
Willow.
2022-10-21 12:32:08 +01:00
Albina Starykova
bd13f567fe
Ensure visual consistency between buttons and links as buttons in WHCM
...
- Fix secondary-button disabled state
- Fix legacy dropdown in WHCM
- Fixes #9078
2022-10-21 08:35:12 +10:00
Lovelyfin00 (Nutjob)
91de7a126d
Ensure authentication forms have a visible border in Windows high contrast mode
...
- fixes #9350
2022-10-20 23:01:30 +10:00
LB Johnston
7430167751
Changelog entry for #9414
2022-10-20 22:03:40 +10:00
LB Johnston
a4f6c04613
Add changelog for #9411
2022-10-20 21:53:58 +10:00
Lovelyfin00
86437515a3
Make sure workflow timeline icons are visible in high-contrast mode. Fix #9349 ( #9383 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-19 21:35:05 +01:00
Matt Westcott
feecacd288
Add changelog / release notes for 4.2
2022-10-19 07:26:17 +10:00
Matt Westcott
1a72b2a557
Renumber 4.0.3 to 4.0.4 in release notes
2022-10-18 13:26:51 +01:00
Matt Westcott
7fc434cdcd
Fill in release date for 4.0.3
2022-10-18 11:15:17 +01:00
Oliver Parker
19fd2ceb98
Add ability to check permission on parent PanelGroup
class
...
- Used by TabbedInterface, ObjectList, FieldRowPanel, MultiFieldPanel
2022-10-18 09:53:13 +10:00
Jake Howard
55f42d29c8
Mention using the image_url
tag for increased performance on image URLs
2022-10-18 08:16:02 +10:00
LB Johnston
e7f007c6c2
Add changelog & release notes for #9294
2022-10-18 08:00:20 +10:00
Jake Howard
e991a8e8d9
Use a temporary redirect for image URLs when using serve view
...
- If the underlying image changes underneath (eg S3 file key), then the rendition URL becomes incorrect. Use a temporary redirect in this case.
- Set cache control header when serving images
- This will help with the redirect no longer being permanent
2022-10-18 07:40:22 +10:00
Thibaud Colas
52e55a7c46
Implement new minimap component for forms with side panels. Fix #8673 ( #9345 )
2022-10-17 18:52:09 +01:00
Thibaud Colas
61b8336978
Release notes for #9344
2022-10-17 17:39:37 +01:00
Sam Moran
45f0c73ff4
Update version.js to accept dev build version format
...
- fixes #9184
2022-10-17 22:06:08 +10:00
Matt Westcott
f86073c55e
Release note for #9304
2022-10-17 12:50:41 +01:00
LB Johnston
4b0f69fc04
Add changelog for #9376
2022-10-17 21:46:55 +10:00
D.M. Oladele
7376bb63bb
Documentation - Getting started tutorial clarity for new developers #9327
...
* Your first wagtail tutorial adjusted for better clarity to help users new to Django framework
* Fixes #9332
2022-10-17 21:43:44 +10:00
Steve Stein
5112c0eaa8
Improve side panels’ resizing in page editor and listings, and breadcrumbs alignment. Fix #9036 ( #9090 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-17 12:18:02 +01:00
Lovelyfin00 (Nutjob)
79d918ed42
Removed extra dot in Wagtail version on admin settings menu item
...
- Fixes #9352
2022-10-17 08:33:27 +10:00
Oliver Parker
6341d90f56
Support "--verbosity 0" on update_index command
...
- Ensure that the `update_index` command can run without console output if called with `--verbosity 0`
- rebase of #4401
2022-10-17 08:15:14 +10:00