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
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
db0ee5992d
Rename "advanced tutorial" to "full tutorial" ( #11260 )
2023-11-20 15:22:52 +00:00
Damilola Oladele
1cae587727
Broken link fix in tutorial and other cleanup ( #11252 )
...
Co-authored-by: sage <laymonage@gmail.com>
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-11-20 13:19:15 +00:00
Thibaud Colas
e741ebbdb0
Add release notes for v5.2.2
2023-11-20 12:52:11 +00:00