Sage Abdullah
9b409b5a3e
Release note for #11339
2023-12-18 14:57:00 +00:00
LB Johnston
416fc1dde4
Update stylelint & stylelint-config-wagtail packages
...
- Ensure that some rules are always ignored in overrides (aka vendor) styles. This avoids us having to add ignore comments all over these styles.
- Resolves #10719
2023-12-18 13:28:18 +00:00
Sage Abdullah
b8b7efe01c
Release note for #11331
2023-12-18 12:46:31 +00:00
LB (Ben Johnston)
6a9add00a8
Turn on skipLibCheck
for TypeScript ( #11336 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-12-18 09:56:42 +00:00
Kalob Taulien
f4978a0f4b
Update sitemaps.md ( #11352 )
2023-12-18 09:07:46 +00:00
Matt Westcott
5c7015aa9e
Release note for #11326
2023-12-15 21:58:37 +00:00
Matt Westcott
b4e7bae07b
Mention inheriting from ClusterableModel in the text too
2023-12-15 15:44:28 +00:00
Matt Westcott
fda09613a9
Add missing ClusterableModel import to snippet InlinePanel example
2023-12-15 15:44:28 +00:00
Matt Westcott
4ee7441f20
Remove mention of Google group from security docs
2023-12-15 11:29:45 +00:00
Matt Westcott
fd05848a3b
Remove mention of Wagtail Google group
...
This list has now been retired.
2023-12-15 11:29:45 +00:00
LB Johnston
a57c63dbd3
Add changelog for #11317
2023-12-15 14:09:41 +10:00
Sage Abdullah
a80c7ca60e
Release note for #11304
2023-12-14 09:13:42 +00:00
Thibaud Colas
346f15e922
Add release notes for #11258
2023-12-13 10:29:03 +00:00
nandini584
0024751a53
ActionController - Be more explicit about element checks for select method
...
- Move method to alpha order (after `reset`) and check for input/text area explicitly
- Fixes #11307
2023-12-13 11:20:29 +10:00
nandini584
96349aad3e
ActionController - Add noop method
...
- Useful for leveraging data-action approaches without needing a specific method functionality
2023-12-13 11:20:29 +10:00
Andy Chosak
c109c661c1
Docs: Clarify appropriate use of MultipleChooserPanel
...
This documentation change clarifies that MultipleChooserPanel can only
be used when the inline model has a ForeignKey to a model that
implements Wagtail's chooser interface. Currently the docs mention
"a chooser for a ForeignKey relation" but it's not obvious how that
restricts which models can be pointed to or how to implement this for a
non-(image, document, snippet, page) model.
Relates to #10646 .
2023-12-13 07:32:00 +10:00
LB Johnston
5fa29a6c93
Add changelog/release notes - #11299
2023-12-13 07:17:43 +10:00
LB Johnston
e101c17aea
Add Changelog for #11335
2023-12-13 06:40:43 +10:00
Matt Westcott
efa15daa95
Release note for #11271
2023-12-12 15:55:26 +00:00
Sage Abdullah
456515d500
Release note for #11295
2023-12-12 13:08:18 +00:00
Thibaud Colas
b7d2618d93
Remove Safari 14 support in Wagtail admin – update browserslist and TypeScript ( #11258 )
...
Co-authored-by: Sage Abdullah <sage.abdullah@torchbox.com>
2023-12-12 10:54:41 +00:00
Tibor Leupold
10c1e12285
Replace template components with standalone laces
library ( #11292 )
...
Fixes #11105
2023-12-11 14:35:36 +00:00
Matt Westcott
cce05fb1a3
Release note for #11289
2023-12-11 09:11:47 +00:00
LB Johnston
0880078775
Add some recent third party tutorials (December 2023)
2023-12-08 08:01:09 +10:00
Sage Abdullah
71885be427
Fix incorrect heading for Django 5.0 support in release notes
2023-12-07 12:10:31 +00:00
zerolab
cba0c1d69f
Release notes for #11297
2023-12-07 11:34:10 +00:00
zerolab
1be7fd5781
Formalise Django 5.0 support and drop Django < 4.2 support
...
Ref: https://docs.djangoproject.com/en/stable/releases/5.0/#third-party-library-support-for-older-version-of-django
2023-12-07 11:34:10 +00:00
Felipe Lobato
aa11418d23
Update docs to split out sh command in tutorial ( #11311 )
...
* Update create-footer_for_all_pages.md
* Update CONTRIBUTORS.md
2023-12-07 06:57:08 +10:00
Shlomo Markowitz
f9c7df49c8
Add support for modifying default page listing ordering
2023-12-07 06:50:38 +10:00
Sage Abdullah
59b76587df
Fill in release date for 5.2.2
2023-12-06 17:26:20 +00:00
Ben Morse
09d69d1667
Add display inline-block
to the Comment Control's wrapped ToolbarButton
2023-12-06 15:50:03 +00:00
LB Johnston
53e0ca6a1b
Fix up 6.0 release notes docs reference
2023-12-06 18:10:52 +10:00
LB Johnston
c26dc2888e
Changelog for #11308 in 5.2.2
2023-12-06 08:09:56 +10:00
LB Johnston
6d6d6abba3
Changelog for #11308
2023-12-06 08:06:48 +10:00
Sage Abdullah
31ed0f1707
Make recommendations to add GenericRelation in snippets more explicit
2023-12-06 07:39:43 +10:00
Tomasz Knapik
d367e2c9f0
Fix alias() not compatible with specific()
...
Fixes #11285
2023-12-06 07:39:28 +10:00
Chiemezuo
b7beb36df6
Ensure expanded side panel does not overlap form content for most viewports
...
- Set the side panel width custom property ('--side-panel-width') globally, not just on the form container.
- Use this custom property to determine the max width of the form content.
- Fixes #11038
2023-11-30 18:02:54 +10:00
Temidayo32
debc65680d
Add max tag length validation for multiple uploads (documents/images)
...
Fixes #11054
2023-11-30 07:59:12 +10:00
jadesola kareem
9338ccf974
Updated the performance.md database section
...
Provided more nuance about the recommended database
Closes #10949
2023-11-30 07:44:56 +10:00
Chiemezuo
e5afd52dc0
Fix issue aging pages report export if last_published_by is blank
...
Fixes #10821
2023-11-30 06:53:03 +10:00
Kalob Taulien
fa1d79a432
End tag typo fix
...
Documentation typo. ¯\_(ツ)_/¯
2023-11-30 06:52:28 +10:00
rohitsrma
1545501375
Resolve multiple errors when editing a Site to use an existing hostname and port
2023-11-29 14:49:42 +00:00
Thibaud Colas
49a2266920
Update create_portfolio_page.md
2023-11-28 15:58:48 +00:00
Sage Abdullah
daa00ece49
Use a single instance of PagePermissionPolicy in wagtail.permissions module
2023-11-28 12:02:37 +00:00
Sage Abdullah
389167770d
Release note for #10830
2023-11-28 09:33:28 +00:00
Sage Abdullah
336ec6ea10
Render form using top-level panel if available in generic CreateView/EditView templates
2023-11-28 09:26:33 +00:00
Sage Abdullah
b4881cad64
Move SnippetViewSet.get_edit_handler() to ModelViewSet
...
However, keep the logic for falling back to extracting panel definitions
from the model class as snippets-specific. ModelViewSets are likely used
with models that are more low-level and thus we want developers to
explicitly define the fields that are editable in the admin, just like
how Django's ModelForm works.
2023-11-28 09:26:33 +00:00
Jhonatan Lopes
678dd15852
Add page types report ( #10850 )
2023-11-27 16:37:55 +00:00
Matt Westcott
10f387aca0
Release note for #11262 in 5.2.2
2023-11-27 11:39:25 +00:00
LB Johnston
db00f05a47
Changelog for #11262
2023-11-27 11:39:23 +10:00