Matt Westcott
5b19bda5ee
fix formatting of 2.15.6 release notes
2022-09-05 13:19:29 +01:00
Matt Westcott
7c5bcee93e
Release notes for 2.16.3
2022-09-05 13:18:38 +01:00
Matt Westcott
9841a29438
Add release notes for 2.15.6
2022-09-05 13:15:44 +01:00
Matt Westcott
c731e7bf23
Fill in release date for 2.16.2
2022-04-11 15:57:22 +01:00
Matt Westcott
5d76b678be
Release note for #8298 in 2.16.2
2022-04-11 15:55:31 +01:00
Matt Westcott
e40865f7cd
Fill in release date for 2.15.5
2022-04-11 14:39:41 +01:00
Matt Westcott
555f620cfe
Release note for #8328 in 2.16.2
2022-04-11 13:11:56 +01:00
Matt Westcott
f10264595d
Release note for #8302 in 2.16.2
2022-04-11 10:28:29 +01:00
Dan Braghis
a46b4e59e5
Update 2.15.x changelog/release notes
...
[skip ci]
2022-04-10 10:06:20 +01:00
Dan Braghis
33245d8eab
Ignore `GenericRelation` when copying pages
...
Co-Authored-By: John-Scott Atlakson <john-scott@greenlightgo.co>
2022-04-10 09:46:46 +01:00
Dan Braghis
c1d813796a
Fix `IntegrityError` for `Orderable` translation key on copy ( #8320 )
...
tl;dr - EditView builds the page instance from its latest revision and that is what is passed to the form and ultimately submitted.
In order to test the `translation_key`s for orderables, we need to be as close to it as possible, a simple `page.copy()` then `page.save_revision().publish()` doesn't capture the subtleties
Co-Authored-By: Kalob Taulien <4743971+KalobTaulien@users.noreply.github.com>
2022-04-10 09:06:25 +01:00
Dan Braghis
491449ed4f
Fix page copy in Wagtail admin ignores `exclude_fields_in_copy` ( #8313 )
...
Co-authored-by: John-Scott Atlakson <john-scott@greenlightgo.co>
2022-04-08 11:19:29 +01:00
Matt Westcott
947e254cc8
Release note for #8059 in 2.16.2
2022-04-06 19:26:25 +01:00
Matt Westcott
9dfb9433bd
Fix banner date logic
...
Months in `new Date(y, m, d)` are 0-based, just to be awkward
2022-04-06 18:03:48 +01:00
Coen van der Kamp
88b529d057
Add Wagtail Space NL 2022 banner to docs ( #8264 )
2022-04-06 18:03:40 +01:00
Matt Westcott
d13949d93c
Release note for #8292
2022-04-06 17:38:21 +01:00
Matt Westcott
f59b2da71b
Release note for #8293
2022-04-06 17:37:28 +01:00
Matt Westcott
bfd513cc7a
missing word
2022-04-06 13:20:38 +01:00
Matt Westcott
1c338f375a
Add upgrade note about Jinja2 compatibility to 2.15.5 release notes
2022-04-06 13:11:43 +01:00
Matt Westcott
f6608f009b
Pin Jinja2 to 3.0.x for testing, and add upgrade note
2022-04-06 13:09:48 +01:00
Matt Westcott
957c6fe15c
Revert "Remove deprecated jinja2 references"
...
This reverts commit 31bf876f81
.
2022-04-06 12:35:46 +01:00
Matt Westcott
4cdac49533
Doc formatting fixes for 2.15.5 release notes
2022-04-06 12:29:59 +01:00
Andy Chosak
1a28c44add
Fix bulk publishing of pages without revisions
...
Currently bulk publishing raises an error if you include pages that
exist in the database without any revisions. This commit ensures
that a revision exists before the page is published.
Fixes issue 8187.
2022-04-01 15:18:36 -04:00
Thijs Kramer
4e494dd9a7
Fix permission error when sorting pages having page type restrictions
2022-03-29 08:50:34 -07:00
Seb
31bf876f81
Remove deprecated jinja2 references
2022-03-28 16:09:02 -07:00
Thibaud Colas
88ad19a2f0
Remove all style customisations for documentation, except banner. Fix #7987 ( #7990 )
...
All of those customisations predate #7956 , which fixed the loading of the CSS, so they were likely only intended for our previous Sphinx theme.
2022-02-18 13:44:02 +00:00
Matt Westcott
38eb213d54
Release note for #7985 in 2.16.2
2022-02-18 10:57:59 +00:00
Matt Westcott
9becd60e1f
Fill in release date for 2.16.1
2022-02-11 13:30:40 +00:00
Matt Westcott
22ad3839e5
Fill in release date for 2.15.4
2022-02-11 13:29:57 +00:00
Thibaud Colas
36ef082ac9
Add new version fo Wagtail Space docs banner. Fix #6089 ( #7956 )
...
* Add new version fo Wagtail Space docs banner. Fix #6089
* Fix closing date
Co-authored-by: Matt Westcott <matthew@torchbox.com>
2022-02-11 13:03:15 +00:00
LB Johnston
e1ecfaab9d
reorder nav (sidebar) imports so that hooks can still override them ( #7954 )
...
- main_nav_css & main_nav_js were added when the new slim sidebar was being built
- with the legacy styles/js - there was little risk of there being conflicts
- with the new sidebar CSS, this sidebar bundle comes with a large duplicate of what is in core.css so we should add it before the hooks run so that hook scan override if needed as per our documentation
- this is a temporary fix for #7943 - ideally we should avoid sidebar.scss bundle duplicating so much of the core css
- note: JS is lower risk but should follow the same convention
2022-02-11 11:02:43 +00:00
Matt Westcott
f10de95b73
Prevent error on creating automatic redirects for sites with non-standard ports
...
Fixes #7942 - get_dummy_request should not include the port number in SERVER_NAME.
2022-02-11 10:41:17 +00:00
Matt Westcott
62b9c42d3d
Release note for #7944 in 2.16.1
2022-02-10 15:43:35 +00:00
Matt Westcott
e7684240bb
Add 2.15.4 release notes
2022-02-10 13:44:55 +00:00
Dennis McGregor
81c71ebeaf
Apply unlocalize filter to bulk action object ids
...
- Bulk Actions were failing for objects with id > 999 in projects with
- Django settings `USE_L10N` and `USE_THOUSAND_SEPARATOR` enabled.
- Test bulk action checkboxes handle USE_THOUSAND_SEPARATOR setting
- see #7914
2022-02-10 20:02:35 +10:00
Ihor Marhitych
8e2eaa6821
fix issue where bulk actions would return, not raise 404
...
return Http404 -> raise Http404
See #7911
2022-02-09 21:37:38 +10:00
Matt Westcott
280d239fdc
Release note for #7934 in 2.16.1
2022-02-08 12:01:21 +00:00
Matt Westcott
64d5633a50
Fill in release date for 2.16
2022-02-07 14:04:14 +00:00
Karl Hobley
bf88179d86
Update security PGP key to use new wagtail.org domain
2022-01-28 12:17:38 +00:00
Jake Howard
85d9b10bd5
Mention email change in changelog
2022-01-28 12:17:38 +00:00
Jake Howard
d196c45e73
Update email addresses for new .org domain ( #7845 )
2022-01-28 12:17:38 +00:00
Matt Westcott
8aa992353f
Fill in release date for 2.15.3
2022-01-26 16:06:09 +00:00
Matt Westcott
ffbbfc31d8
Release note for #7893 in 2.15.3
2022-01-26 11:27:14 +00:00
Matt Westcott
5a7a51f773
Add release notes for 2.11.9
2022-01-24 16:10:46 +00:00
Matt Westcott
dddbfb4067
Formalise support for Django 4.0
2022-01-24 11:46:28 +00:00
Matt Westcott
a3af1199a9
List NHS as sponsor
2022-01-21 14:17:58 +00:00
Matt Westcott
db4913af56
Release note for #7839
2022-01-21 13:10:54 +00:00
Andy Babic
d92b191015
Release notes for #7827
2022-01-21 12:53:37 +00:00
Andy Babic
236af3607f
Documentation for #7827
2022-01-21 12:53:37 +00:00
Cynthia Kiser
82d9330d77
Added a section to deployment docs about configuring serving of user uploaded files ( #7553 )
2022-01-21 11:21:53 +00:00