Sage Abdullah
5452d62feb
Release notes for #11232
2023-11-14 11:01:22 +00:00
Matt Westcott
83914ed4c1
Release note for #11226 in 5.2.1
2023-11-13 09:04:06 +00:00
Sage Abdullah
1a4595b60b
Fix crash when accessing the history view for a translatable snippet
...
Regression in dc049cd880
.
2023-11-09 12:09:25 +00:00
Matt Westcott
5cf37f3a9d
Ensure that explorer_results views fill in the correct next_url parameter on action URLs
...
Fixes #11177 , by adding the option to pass an actions_next_url argument to the table as per https://github.com/wagtail/wagtail/pull/11175#discussion_r1381892130
2023-11-08 15:47:16 +00:00
varun kumar
e1cf4948d8
Use logical OR operator to combine search fields for Django ORM in IndexView
2023-11-08 15:41:39 +00:00
rohitsrma
42eb8ad82f
Ensure updated comments notifications (text) render unescaped strings #11147
...
Fixes #11143
# Conflicts:
# CHANGELOG.txt
# docs/releases/6.0.md
2023-11-07 08:40:26 +10:00
Matt Westcott
21b9881da6
Remove search logging from project template #11190
...
The search view on the project template is still attempting to log queries against the now-removed wagtailsearch.Query model - as of 6.0a0 this is causing an ImportError when running initial migrations on a newly-created project.
Since the wagtail.contrib.search_promotions module is optional (and off by default on new projects), I've opted to comment out the query logging code with instructions for developers who wish to re-enable it.
# Conflicts:
# CHANGELOG.txt
# docs/releases/6.0.md
2023-11-07 08:24:36 +10:00
Matt Westcott
8230ac5924
Fix code example for {% picture ... as ... %} tag - fixes #11186
2023-11-06 16:31:38 +00:00
Matt Westcott
f76c1d86e5
Add 5.2.1 release notes
2023-11-06 16:28:30 +00:00
Thibaud Colas
14b9b12ee4
Update image documentation to have more details for picture and srcset_image tags ( #11167 )
2023-11-01 12:12:08 +00:00
Matt Westcott
7afcb7addc
Fill in release date for 5.2
2023-11-01 11:00:38 +00:00
Thibaud Colas
61d263fb1b
Update tutorial screenshots for v5.2
2023-11-01 09:28:06 +00:00
Cynthia Kiser
20fde5ac66
Sort groups by name in group index view
2023-10-31 19:06:47 +00:00
Jake Howard
3732bc6eb4
Note that the admin should be limited to "trusted" users
2023-10-31 18:39:31 +00:00
Matt Westcott
3a24268c6e
Release note for #11163
2023-10-31 17:31:52 +00:00
Sage Abdullah
2824c89039
Link to generic views docs in 5.2 release notes for ModelViewSet
2023-10-31 17:30:01 +00:00
Sage Abdullah
b14d6b9ab2
Update modeladmin deprecation and migration notes to also mention ModelViewSet
2023-10-31 17:29:45 +00:00
Sage Abdullah
cb05df3435
Refer to ModelViewSet docs for similar SnippetViewSet customisations
2023-10-31 17:29:43 +00:00
Sage Abdullah
6b130dd871
Shorten links in snippet views customisation docs by setting currentmodule
2023-10-31 17:28:23 +00:00
Sage Abdullah
38a5a582e9
Improve linking in existing viewsets docs
2023-10-31 17:27:11 +00:00
Sage Abdullah
f8fa8e99d8
Add docs for ModelViewSet customisation in generic views extending guide
2023-10-31 17:26:46 +00:00
Sage Abdullah
b4db6e65d5
Move SnippetViewSet.ordering doc to ModelViewSet
2023-10-31 17:26:46 +00:00
Sage Abdullah
5bf3f7e30d
Move viewset intro in generic views docs to the base `ViewSet` usage docs
2023-10-31 17:26:46 +00:00
Sage Abdullah
43e306a49b
Improve linking between viewset reference and extending docs
2023-10-31 17:26:46 +00:00
Sage Abdullah
3032ea2e3b
Document how to use the base `ViewSet` and `ViewSetGroup` classes
2023-10-31 17:26:20 +00:00
Sage Abdullah
1d295276de
Document `register_admin_viewset` hook
2023-10-31 17:26:20 +00:00
Sage Abdullah
20009c6d5d
Move chooser-related headings to under ChooserViewSet
2023-10-31 17:26:20 +00:00
LB Johnston
532cad027d
Update documentation for InlinePanel DOM events #11090
...
- See #10590 & #10948
- Add cross ref to `InlinePanel` DOM events in client-side docs
- InlinePanel DOM events - add versionadded admonition
2023-10-24 17:44:34 +10:00
Matt Westcott
5cbca2d676
Move breadcrumb class name, snippets template refactor and SidePanels notes into undocumented internals
2023-10-23 10:17:40 +01:00
Matt Westcott
3002ac070d
Reshuffle 5.2 upgrade consideration notes
...
* It's unclear why the imghdr change affects developers, or what action if any they should take - I don't think this needs a note at all
* Changes to menu hooks really come under the category of "Wagtail customisations", not "Changes affecting all projects"
2023-10-23 10:17:40 +01:00
Temidayo
f0180f95e3
Documenting 5.2 as LTS release ( #11111 )
...
* Documenting 5.2 as LTS release
2023-10-23 09:27:40 +01:00
Thibaud Colas
93c0dd057b
Reorder release v5.2 release notes to showcase more changes
2023-10-20 10:09:03 -04:00
LB Johnston
6c85915441
5.2 release notes - add supporting links and fix typos
2023-10-20 10:33:44 +01:00
Matt Westcott
b21921dd83
Release note for CVE-2023-45809 in 5.1.3 (and fill in release date)
2023-10-19 15:07:37 +01:00
Matt Westcott
97a1dc1876
Add 5.0.5 release note page
2023-10-19 15:06:44 +01:00
Matt Westcott
8111639f9e
Release note for CVE-2023-45809 in 5.0.5
2023-10-19 15:06:37 +01:00
Matt Westcott
6033a3841b
Release note for CVE-2023-45809 in 4.1.9
2023-10-19 15:06:31 +01:00
Matt Westcott
280bd79e75
Release note for page listing view redesign
2023-10-19 14:38:06 +01:00
Stefan Hammer
3de6ce61ff
Improve filtering of audit logging based on the user's permissions ( #11020 )
...
Until now, a user could see the audit log for all custom models,
permissions haven't been checked yet.
Now, only log entries of those content types are displayed, where
the user has at least one permission.
The change also adds filtering to the action-dropdown.
This avoids showing unnecessary action types, e.g. actions which aren't
used at all.
All 3 uses of action-dropdowns (site history, page history, generic
history) only display those actions, which are used at least once.
This partially fixes #9181 .
2023-10-19 13:46:55 +01:00
Neeraj P Yetheendran
8b697124e8
Consistently allow passwords to use leading & trailing whitespace
...
- Set strip=False to LoginForm,UserForm to ensure consistency with Django's practices
- Added test to ensure whitespace password not stripped in UserForm
- Test to ensure whitespace not stripped in PasswordChangeForm
- Set username to email if email-based custom user model used in WagtailTestUtils login method
- Co-authored-by: sage <laymonage@gmail.com>
- Fixes #10839
2023-10-19 23:32:41 +11:00
LB (Ben Johnston)
74aada038b
Add `BulkController` support for shift+click behaviour ( #10861 )
2023-10-19 13:25:41 +01:00
Ihedioha Chinedu Innocent
26a89cf37d
Updated FieldPanel to TitleFieldPanel in docs
...
- Closes #11078
2023-10-19 22:36:15 +11:00
Smoothieewastaken
fb4c4209f5
docs: fixed typos from docs\releases\4.0.md
2023-10-19 12:08:31 +01:00
Storm B. Heg
aa2b94db0b
Add changelog and release notes for #10961
...
Crediting @MeghanaNalla too for their previous work in #10759 .
2023-10-19 12:58:32 +02:00
Neeraj P Yetheendran
7239e11e0c
Avoid purging Revisions in use by third-party packages ( #10961 )
...
* Resolves #10678 Avoid purging Revisions in use by third-party packages
---------
Co-authored-by: MeghanaNalla <123588774+MeghanaNalla@users.noreply.github.com>
Co-authored-by: sage <laymonage@gmail.com>
Co-authored-by: Storm B. Heg <storm@stormbase.digital>
2023-10-19 12:52:29 +02:00
LB Johnston
8002e75775
Documentation - Add initial Stimulus docs
...
- Move extending React to new extending client-side page within advanced topics
- Add general extending JavaScript / client-side overview
- Prepare initial Stimulus usage documentation
- Resolves #10197
- Apply suggestions from code review - Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-10-19 07:28:27 +01:00
Sage Abdullah
5c92c8cb8d
Release notes for #11082
2023-10-19 02:23:32 -04:00
sage
56b14e8f97
Use dropdown buttons on listings in dashboard panels ( #11083 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-10-19 07:12:39 +01:00
Thibaud Colas
78a349bb24
Release notes for #10915
2023-10-19 06:39:35 +01:00
Thibaud Colas
67757ce29c
Add release notes for #11080 , #11081 in v5.1.3
2023-10-18 23:59:58 -04:00