Matt Westcott
5281432127
Add release notes template for 6.2.1
2024-08-06 14:37:23 +01:00
NayanshiSingh
bf91e185bf
Update twitter link in support docs to x.com ( #12205 )
...
Fixes #12206
2024-08-05 13:54:37 +01:00
Vince Salvino
067ebc01ec
Add example date/time formatting for the Wagtail admin settings. ( #12083 )
2024-08-02 13:54:13 +01:00
Matt Westcott
98705762bf
Fill in release date for 6.2
2024-08-01 13:02:20 +01:00
smark-1
6672f4b518
Fix typo in admin url finder docs ( #12193 )
2024-08-01 11:48:20 +01:00
DK
a11414447d
Fix typo in 6.2 release notes and changelog ( #12192 )
...
Co-authored-by: Daniel Kirkham <d.kirkham@kirkham.id.au>
2024-08-01 11:44:56 +01:00
Vaughn Dickson
0dc233b0fa
Add missing getTextLabel implementation for BaseDateTimeWidget, so the value is displayed if it is available instead of a JavaScript 'null'. ( #12162 )
...
Fixes #12094
2024-07-31 18:05:37 +01:00
Thibaud Colas
96db233bf0
Disable pointer events on checker highlights to simplify DevTools inspections
2024-07-31 10:43:07 +02:00
Thibaud Colas
aa070ef08e
Log accessibility checker results when present
2024-07-31 10:43:07 +02:00
Matt Westcott
b34f8b79a1
Release note for #12155
2024-07-29 18:36:43 +01:00
Sage Abdullah
dfe9638e7d
Replace pytz.common_timezones with zoneinfo.available_timezones
...
and remove pytz dependency
2024-07-29 18:31:30 +01:00
Sage Abdullah
b757524708
Do not suggest using the custom user model's app config as the custom wagtail.users app config
...
Doing so would mean the "models" module of the app that contains the
custom user model will be used in favour of the models module of the
wagtail.users app, which contains the UserProfile model. As a result,
the UserProfile model becomes mistakenly picked up by the wagtailcore
app, creating a bogus migration when makemigrations is run.
This partially reverts the docs to the version before
449a48d7f9
, in particular the paragraphs
about creating the custom AppConfig subclass for wagtail.users.
2024-07-29 17:35:08 +01:00
Matt Westcott
fa8f9415c9
Release note for #12084
2024-07-29 15:59:27 +01:00
Sage Abdullah
a5bb99bf67
Fix duplicated rich text input inside choosers ( #12173 )
...
Fixes #12002
2024-07-29 15:08:33 +01:00
Matt Westcott
efc419a3a1
Use Nathanaël Jourdane's full name
2024-07-26 10:34:23 +01:00
Matt Westcott
42c566b19b
Remove note about database search not ordering by relevance
...
This text existed since Wagtail 1.x and is referring to the original database backend that just did substring matches (which is now the fallback backend), before we supported database-backed full-text search.
2024-07-24 22:31:53 +01:00
Matt Westcott
526c7da018
Make StreamField migration a headline release note for 6.2
2024-07-23 11:56:34 +01:00
Thibaud Colas
4616501fb9
Reorder and rewrite 6.2 release notes
2024-07-23 10:51:44 +01:00
Matt Westcott
ed5749ca1e
Release notes for #12149 and #12150
2024-07-23 10:15:30 +01:00
Matt Westcott
f7fa20e600
Upgrade Sphinx to 7.3; use newer syntax for no-index directive and --fail-on-warning switch
2024-07-23 10:13:03 +01:00
Matt Westcott
a8a29201c9
Drop support for Python 3.8
2024-07-23 10:12:45 +01:00
Sage Abdullah
012cd99c1b
Release note for #12017
2024-07-22 17:21:58 +01:00
Matt Westcott
0e60590676
Fix no-index directive for Sphinx 7.4.7
2024-07-22 14:21:16 +01:00
Matt Westcott
9cd2005a09
Add release note stubs for 6.3
2024-07-22 13:43:34 +01:00
Matt Westcott
6d6ec7762d
Version bump to start work on 6.3
2024-07-22 13:43:34 +01:00
Matt Westcott
e1f9d97238
Remove versionadded/versionchanged notes for 6.1
2024-07-22 13:43:34 +01:00
Matt Westcott
9f518a007d
Remove unused heading from 6.2 upgrade notes
2024-07-19 16:50:52 +01:00
SebCorbin
ca5d54cb89
Fix check when using FORMAT_MODULE_PATH ( #12006 )
...
Fixes #12005
2024-07-19 15:56:53 +01:00
Thibaud Colas
c569e08d7d
Release notes for #12099
2024-07-19 13:14:30 +01:00
Sage Abdullah
f8564055b1
Add WAGTAIL_EDITING_SESSION_PING_INTERVAL setting
2024-07-19 13:14:30 +01:00
SebCorbin
966f2df4ce
Fix focal point data being localized
2024-07-19 12:19:16 +01:00
Th0masCat
5cc28acc56
Fix not allowed extension not showing in the error message
2024-07-19 12:07:36 +01:00
Matt Westcott
f82f6fd2b7
Downgrade minimum version of Sphinx for Python 3.8 compatibility
...
In 5a8c33f34a
the minimum version was set to 7.3 to allow use of the long-form `--fail-on-warning` option, but this is not compatible with Python 3.8. Revert this to the original `-W` option and set 7.0 as the minimum version.
2024-07-19 12:01:18 +01:00
Nathanaël Jourdane
5a8c33f34a
doc: fix pdf export ( #12076 )
2024-07-19 01:27:07 +01:00
Matt Westcott
e066424163
Release note for #12044
2024-07-19 00:23:55 +01:00
Matt Westcott
a7d72f9fbf
Fix formatting errors
2024-07-19 00:21:39 +01:00
Chris Shenton
d1c020cd5f
Fix Page.copy ref; silence warnings due to Sphinx missing support for type hints
...
Builds upon HimanshuGarg47:fix/11972-documentation-build-with-errors
2024-07-18 23:15:58 +01:00
Himanshu Garg
de4eee4849
update 1.1.rst
2024-07-18 23:15:51 +01:00
Himanshu Garg
9adf742580
fixes errors by adding aliases, double backtick, changing indexentry
2024-07-18 23:15:40 +01:00
Himanshu Garg
e02ca6ce62
fixes some of errors by removing directives
2024-07-18 23:13:26 +01:00
Sage Abdullah
6b5662cbdc
Release note for #12023
2024-07-18 18:26:38 +01:00
smark-1
95eac5ab78
Allow page to change private page options
2024-07-18 17:23:30 +01:00
Albina
2d568dd825
Content checks design upgrade: help text and separate cards ( #12090 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2024-07-16 22:27:27 +01:00
Albina
62674d3fbb
Add underscore as an alt text antipattern ( #12119 )
2024-07-16 08:53:23 +01:00
Thibaud Colas
707467503d
Release notes for #12092
2024-07-16 08:08:26 +01:00
Sage Abdullah
063c52e1f2
Move inline script for activating workflow actions to workflow-action.js
...
Also deprecate the `window.ActivateWorkflowActionsForDashboard` and
`window.ActivateWorkflowActionsForEditView` functions as they no longer
need to be globally-accessible
2024-07-16 08:08:26 +01:00
Albina
14f3d4607f
Add content metrics board ( #12058 )
2024-07-11 14:58:19 +01:00
Matt Westcott
74b2f54e05
Add release notes / fill in release date for 6.1.3
2024-07-11 11:43:18 +02:00
Matt Westcott
26de9fdc19
Add release notes for 6.0.6
2024-07-11 11:41:57 +02:00
Matt Westcott
11c061e51e
Fill in release date for 5.2.6
2024-07-11 11:41:38 +02:00