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
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
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
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
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
rohitsrma
1545501375
Resolve multiple errors when editing a Site to use an existing hostname and port
2023-11-29 14:49:42 +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
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
Stefan Hammer
00422b5004
Add 5.2.2 changelog for results_template_name fix #11231
2023-11-27 11:27:11 +10:00
Stefan Hammer
721cf96b00
Fix snippets index.html to use results_template_name for results
...
Until now, if you've set an index_results_template_name or used the
namespaced template-lookup to override it, it was only used for the
ajax-results.
The include is now similar to wagtailadmin/generic/index.html.
2023-11-27 11:22:57 +10:00
DevilsAutumn
c3fd8ee84a
Support block extra_actions
in generic and snippets index templates
...
- Closes #11275
2023-11-27 11:15:18 +10:00
Sage Abdullah
1c5c802f10
Release note for #11256 in 5.2.2
2023-11-23 10:55:23 +00:00
Krzysztof Jeziorny
e763a614f1
Improve vertical alignment of page listing 'explore' arrow icon
...
Vertically align the arrow in the children cell
2023-11-23 07:20:43 +10:00
Dan Braghiș
e8b845f525
Relax the Willow upper version boundary
...
To allow getting new features easier/faster
2023-11-23 07:09:03 +10:00
Mariana Bedran Lesche
ca8a87077b
Add section to testing docs about working with pages
...
- Closes #11244
2023-11-22 08:38:30 +10:00
Gunnar Scherf
bd72828c5d
Fix issue with image focal point removal not working
...
Ensure we define jcropapi, fixing javascript TypeError.
Fixes #11254
2023-11-22 08:25:15 +10:00
SebCorbin
094834909d
Allow Page.permissions_for_user()
to be overridden by specific page types
2023-11-20 16:08:59 +00:00
Thibaud Colas
e741ebbdb0
Add release notes for v5.2.2
2023-11-20 12:52:11 +00:00
Thibaud Colas
82c0fdecbf
Change light theme floating toolbar active color ( #11261 )
...
Co-authored-by: Cassidy <cassidy.pittman@torchbox.com>
2023-11-20 12:45:34 +00:00
Thibaud Colas
6bc778843e
Release notes for #6107 / #11209
2023-11-17 21:04:57 +00:00
Matt Westcott
6b973dca45
Release notes for 6.0 deprecations
2023-11-17 17:12:59 +00:00
Sage Abdullah
364c1cee0d
Release notes for #11220
2023-11-17 15:26:33 +00:00
Matt Westcott
f44c31d9a6
Fill in release date for 5.2.1
2023-11-16 14:44:26 +00:00
Matt Westcott
6908a5cc1c
Prevent error on locked pages report when a user has locked multiple pages ( #11245 )
...
Fixes #10960 . Thanks to @richie-blake and @rohitsrma for reporting / investigation.
2023-11-16 14:16:35 +00:00
Sage Abdullah
3af26aa30e
Restore the ability to have content type facets when searching pages with an empty query ( #11243 )
2023-11-16 13:22:58 +00:00
Joe
c9b3d9e15b
Check for ContentType and Permission models before migration ( #11184 )
...
This prevents `create_extra_permissions` from querying or creating
ContentType or Permission objects if the models cannot be found.
When using multiple databases which do not have the auth_permission
table `create_extra_permissions` will cause migrate to fail.
This is similar to https://code.djangoproject.com/ticket/24075 .
Thanks to @crccheck for additional bug reporting.
2023-11-16 13:14:37 +00:00
Matt Westcott
ba17ef19d3
Release note for #11216 / #11234 in 5.2.1
2023-11-15 13:17:19 +00:00
Matt Westcott
f0697a6a9c
Release note for #11216 in 6.0
2023-11-14 18:56:36 +00:00