SwA
0447b259c7
fix: modify get_full_url to omit adding base_url in inaplicable cases ( #10291 )
...
Fixes #10285
2023-04-18 12:30:20 +01:00
Sage Abdullah
64ea6dd8b8
Fix missing newline in editing interface customisation docs
...
Regression in 2abd7916af
2023-04-18 19:14:02 +10:00
Daniel Kirkham
0d77311fb6
Update number of tests
2023-04-18 18:14:48 +10:00
Thibaud Colas
68cea0429a
Release notes for #10320
2023-04-18 02:49:04 +01:00
Sage Abdullah
136a5486d8
Add decimal and regex icons
2023-04-18 02:49:04 +01:00
Sage Abdullah
d696009a36
Revamp panel types documentation and other docs that reference it
...
This removes the parameters that come from the base Panel class (e.g.
heading, classname, etc.) from the specific panel types to avoid
repetition. Instead, these parameters are properly documented in the
separate "Panel customisation" section. They are also explicitly listed
in the Panel API reference.
2023-04-18 02:49:04 +01:00
Sage Abdullah
eb49f3cdf0
Add docs for FieldPanel's icon parameter
2023-04-18 02:49:04 +01:00
Sage Abdullah
b017157818
Fix extraneous period typo in page editing interface docs
2023-04-18 02:49:04 +01:00
Karl Hobley
7f297cd019
Update comment list positioning so that they slide in/out with the sidebar ( #8345 )
2023-04-18 00:58:14 +01:00
Sage Abdullah
167471b1f7
Allow customising the search_fields and search backend to use via SnippetViewSet ( #10290 )
2023-04-18 00:06:09 +01:00
Sage Abdullah
3965ceedfa
Allow default ordering of Snippets IndexView to be specified via SnippetViewSet ( #10276 )
2023-04-17 23:58:20 +01:00
Aadi jindal
ed58c692ca
Allow Action controller to trigger a redirect
...
- Migrate site switcher to use Stimulus approach via w-action
- Closes #10035
2023-04-18 08:30:22 +10:00
LB Johnston
37192f847b
Fix changelog for #10212
2023-04-18 08:07:54 +10:00
Suyash Srivastava
39fa706ff2
Update ActionController with a click method
...
- Partial change towards #10167
2023-04-18 08:04:01 +10:00
Suyash Srivastava
e72e454ba5
Migrate autosize jQuery to stimulus controller w-autosize
...
- Closes #10170
2023-04-18 05:41:00 +10:00
Lovelyfin00
cc23aa6be7
Migrated initDismissibles to a Stimulus controller w-dismissible
...
- Closes #10166
2023-04-17 23:27:24 +10:00
Albina
935d29e2f5
Accessibility checker outlines feature ( #10176 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-04-17 09:59:55 +01:00
Thibaud Colas
f944d744b4
Release notes for #9755
2023-04-17 09:28:16 +01:00
Matt Westcott
09fb848288
Release notes for #10271 / #10275 / #10294
2023-04-14 15:38:24 +01:00
Sage Abdullah
9e914dbe87
Remove usage_url and get_usage methods from snippet models
...
The usage_url can be resolved from the SnippetViewSet,
and the get_usage can be replaced with ReferenceIndex.get_grouped_references_to
2023-04-14 15:35:10 +01:00
Sage Abdullah
ff363dee87
Remove get_admin_url_namespace() and get_admin_base_path() from snippet models
2023-04-14 15:34:58 +01:00
Sage Abdullah
87cbf01894
Add docs and tests for overriding SnippetViewSet.get_queryset()
2023-04-14 12:34:11 +01:00
Thibaud Colas
8aa0bf9275
Release notes for #10303
2023-04-14 08:38:01 +01:00
Thibaud Colas
8ee0141361
Update wagtail_icons_table.txt
2023-04-14 08:38:01 +01:00
Thibaud Colas
93732690a3
Update icon visuals to FontAwesome 6, with deprecation warnings for removed icons
2023-04-14 08:38:01 +01:00
Sage Abdullah
dc6c0b0949
Allow overriding SnippetViewSet template prefix
2023-04-13 17:53:58 +01:00
Sage Abdullah
f2ab3ae774
Add docs and tests for Snippets template overrides
2023-04-13 17:53:58 +01:00
Sage Abdullah
1992c72791
Add missing docs for chooser_viewset_class
2023-04-13 17:53:58 +01:00
Hanoon
70a6230a65
Migrate submit translation bulk toggle to Stimulus Controller (w-bulk)
...
- Closes #10247
- adding BulkController files and removing {% block extra_js %} from submit_translation.html
- add unit tests for new controller
- partial work on CSP compliance #7053
2023-04-13 22:28:17 +10:00
Matt Westcott
f88796b3dd
Release note for #10208
2023-04-12 16:26:05 +01:00
Thibaud Colas
574cc05d19
Release notes for #10278
2023-04-12 11:51:00 +01:00
Thibaud Colas
c2c37ab143
Update documentation referring to icon class names
2023-04-12 11:51:00 +01:00
Matt Westcott
18e57574cb
Formalise support for Django 4.2
2023-04-03 17:14:29 +02:00
Matt Westcott
e219968e60
Fill in release date for 4.1.4
2023-04-03 12:41:18 +02:00
Matt Westcott
879295913a
Fill in release date for 4.2.2
2023-04-03 12:41:18 +02:00
Matt Westcott
d4022310cb
Release note for CVE-2023-28837 in 4.1.4
2023-04-03 12:41:18 +02:00
Matt Westcott
c9d2fcd650
Release note for CVE-2023-28837 in 4.2.2
2023-04-03 12:41:18 +02:00
Matt Westcott
eefc3381d3
Release note for CVE-2023-28836 in 4.1.4
2023-04-03 12:41:18 +02:00
Matt Westcott
bc84bf9815
Release note for CVE-2023-28836 in 4.2.2
2023-04-03 12:41:18 +02:00
Matt Westcott
a3498b260f
Release note for #10256
2023-04-03 10:24:30 +02:00
Sage Abdullah
bcbaafd116
Add docs and tests for snippets listing filters via list_filter
2023-04-03 10:24:30 +02:00
Matt Westcott
def7e44a38
Release note for #10266 in 4.2.2
2023-04-01 01:23:31 +01:00
Matt Westcott
d82ae50ca9
Release note for #10266 in 4.1.4
2023-04-01 01:23:31 +01:00
Matt Westcott
4498956f05
Release note for #10284 in 4.2.2
2023-04-01 00:58:17 +01:00
Matt Westcott
2cd4730e63
Release note for #10284 in 4.1.4
2023-04-01 00:58:10 +01:00
Thibaud Colas
f82ff1e22c
Move help text above all form fields ( #10302 )
...
* Move all help text above fields
* Adjust vertical spacing of form fields and panels
* Move the page title’s help text below the field
* Release notes
2023-03-31 17:05:20 +01:00
Matt Westcott
84fdbf3783
Make /admin/jsi18n/ view accessible to unauthenticated users
...
Fixes #10293
2023-03-31 14:55:12 +01:00
LB Johnston
7a6d2bc689
5.0 release notes clean up
...
- Remove unnecessary `docs:` prefix on documentation item
- Fix w-slug attribute example (should end with -value)
- Remove heading levels for old/new syntax in progress button details
- Use a consistent approach to Stimulus adoption entries (focus on data attributes used, not Stimulus migration)
2023-03-31 07:07:20 +10:00
Matt Westcott
e6282572c3
Release note for #10298
2023-03-30 16:12:15 +01:00
Matt Westcott
9e4226dd61
Release note for #10297
2023-03-30 14:54:41 +01:00