Wykres commitów

5344 Commity (dd083333a6bc6bed025f4b792f18f26b2dffb3e2)

Autor SHA1 Wiadomość Data
Matt Westcott dd083333a6 Add release notes for Wagtail 5.2.5 2024-04-26 12:02:29 +01:00
Kojo Idrissa 4729b6ab51 Found typo in table_block.md
There's a typo in the 5.2.x version of this document
2024-04-12 17:22:08 +01:00
Matt Westcott bd8ef2e128 Add release notes for 5.2.4 2024-04-03 20:59:06 +01:00
Maranda Provance aa960d38e6 Update 5.0.md to include installed apps for Query change (#11718)
* Update 5.0.md to include installed apps for Query change
# Conflicts:
#	CONTRIBUTORS.md
2024-03-05 07:48:28 +10:00
Matt Westcott 222cf7de72 Fill in release date for 5.2.3 2024-01-23 15:17:24 +00:00
Thibaud Colas aa731d6a7c Add 5.2.3 to releases index 2024-01-05 08:16:26 +00:00
Thibaud Colas e9dbe412c6 Add release notes for #11406 2024-01-05 08:07:23 +00:00
Sage Abdullah 5dd4315caa
Fix incorrect heading for Django 5.0 support in release notes 2023-12-07 12:10:51 +00:00
Sage Abdullah 018409b2bf
Add note about Django 5.0 support added in a patch release 2023-12-07 11:36:23 +00:00
Sage Abdullah a44e442656
Fill in release date for 5.2.2 2023-12-06 17:04:58 +00:00
Kalob Taulien 1fc14d12e1
End tag typo fix
Documentation typo. ¯\_(ツ)_/¯
2023-12-06 16:00:43 +00:00
Ben Morse caf68095b1
Add `display inline-block` to the Comment Control's wrapped ToolbarButton 2023-12-06 15:51:58 +00:00
zerolab 514f24c51d
Formalise Django 5.0 support 2023-12-06 11:56:22 +00:00
LB Johnston f69f0b5e4a Changelog for #11308 in 5.2.2 2023-12-06 08:09:12 +10:00
Sage Abdullah a3173408df Make recommendations to add GenericRelation in snippets more explicit 2023-12-06 08:08:16 +10:00
Matt Westcott 9efed6a8f2 Release note for #11262 in 5.2.2 2023-11-27 11:38:44 +00:00
Stefan Hammer bc4f04067a Fix snippets index.html to use results_template_name for results #11231
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.

# Conflicts:
#	CHANGELOG.txt
#	docs/releases/6.0.md
2023-11-27 11:26:21 +10:00
Gunnar Scherf 394c32c9a0 Fix issue with image focal point removal not working #11256
Ensure we define jcropapi, fixing javascript TypeError.
Fixes #11254

# Conflicts:
#	CHANGELOG.txt
#	docs/releases/6.0.md
2023-11-22 08:28:38 +10:00
Thibaud Colas 3acf68524f Add release notes for v5.2.2 2023-11-20 12:53:21 +00:00
Matt Westcott 3868a358b7 Fill in release date for 5.2.1 2023-11-16 14:30:49 +00:00
Matt Westcott c001335e71 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:18:04 +00:00
Sage Abdullah e8ff6a2fa3 Restore the ability to have content type facets when searching pages with an empty query (#11243) 2023-11-16 13:24:03 +00:00
Joe 36f1c05a59 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:17:20 +00:00
Matt Westcott 9933bb61e9 Release note for #11216 / #11234 in 5.2.1 2023-11-15 13:17:07 +00:00
Matt Westcott 7194b6c837 Release note for #11223 in 5.2.1 2023-11-14 12:09:56 +00:00
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