Matt Westcott
31fc598b2f
Release note for #8298 in 2.16.2
2022-04-11 15:58:40 +01:00
Matt Westcott
999e745de5
Fill in release date for 2.15.5
2022-04-11 14:39:59 +01:00
Matt Westcott
93e92c1528
Release note for #8328 in 2.16.2
2022-04-11 13:12:16 +01:00
Matt Westcott
d42eb4ed01
Release note for #8302 in 2.16.2
2022-04-11 10:28:49 +01:00
Dan Braghis
13b60a2688
Update changelog/release notes for 2.15.5 and 2.16.2 backports
2022-04-10 10:10:08 +01:00
AndresMRM
483b7d27b3
Add internationalisation UI to modeladmin
...
Includes changes from #6230
Co-Authored-By: Dan Braghis <dan@zerolab.org>
2022-04-10 09:17:41 +01:00
John-Scott Atlakson
e7758d58cb
Automatically ignore `GenericRelation` when copying pages
2022-04-10 09:00:06 +01:00
Abdul
134bd19bef
add ability for form builder to split choices by newline
...
- fixes #3001
- keep support for comma separated lists if supplied
2022-04-09 22:30:10 +10:00
Dan Braghis
54e9d09421
Release notes for #8161
2022-04-08 17:47:10 +01:00
Steve Stein
8bbf41627b
Implement new slim page editor header with breadcrumb ( #8231 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
Co-authored-by: Dan Braghis <dan@zerolab.org>
Co-authored-by: Karl Hobley <karl@kaed.uk>
2022-04-08 17:36:47 +01:00
Thibaud Colas
a34e267b9d
Add release notes for #8310
2022-04-08 11:51:09 -04:00
Thibaud Colas
4dc5f3c595
Remove legacy sidebar, refactoring slim sidebar implementation
2022-04-08 11:51:09 -04:00
John-Scott Atlakson
38f2e0b5b5
Fix page copy in Wagtail admin ignores `exclude_fields_in_copy`
2022-04-08 10:01:17 +01:00
Coen van der Kamp
5c31aad368
Pin sphinx-wagtail-theme==5.1.1
2022-04-08 09:10:22 +10:00
Coen van der Kamp
7edb577d94
Pin sphinx-wagtail-theme==5.1.0
2022-04-07 18:53:52 +01:00
Kevin
0ed4375c3d
Fixes incorrect link to Wand docs
2022-04-07 16:20:43 +01:00
Kyle J. Roux
844efa696a
Ensure thumb_col_header_text is used by ThumbnailMixin correctly
...
- fixes #8269
because you cannot dynamically set attributes on bound methods, we need to update the current classes version of admin_thumb so it can be accessed in sub classes
2022-04-08 00:23:45 +10:00
Hitansh Shah
0b8a8c2024
Added image management command to purge and regenerate renditions
...
- resolves #8107
2022-04-07 23:57:44 +10:00
eevel
1c7c5cfc0b
Allow specifying an alternative storage backend for image renditions
...
- add setting `WAGTAILIMAGES_RENDITION_STORAGE`
- add AbstractRendition file storage to use new setting
- resolves #3183
2022-04-07 23:33:46 +10:00
LB Johnston
7d3ee400fe
3.0 release notes - fix heading
2022-04-07 23:28:03 +10:00
Jake Howard
5522769a9c
Validate to and from addresses on email form
...
This will result in a migration, but the migration from a `CharField` to an `EmailField` won't hit the database, as `EmailField` is just a `CharField` with extra default validation.
2022-04-07 22:52:12 +10:00
LB Johnston
5f4942f9ad
documentation - fix broken docs references
...
- remove 2.16 reference to setting that no longer exists
2022-04-07 12:52:03 +01:00
Caio Jhonny
21202e421e
Add missing import django models ( #8301 )
...
Django models need to be imported
2022-04-07 12:18:37 +01:00
Matt Westcott
096ab2a8b4
Release note for #8059 in 2.16.2
2022-04-06 19:26:39 +01:00
Matt Westcott
7f46688741
Fix banner date logic
...
Months in `new Date(y, m, d)` are 0-based, just to be awkward
2022-04-06 18:01:54 +01:00
Matt Westcott
ad64ac3e91
Release note for #8292
2022-04-06 17:39:50 +01:00
Matt Westcott
d65d10d3de
Release note for #8293
2022-04-06 17:38:44 +01:00
Matt Westcott
c732b2bedd
Add upgrade note about dropping Jinja2 2.x support
2022-04-06 14:13:32 +01:00
Matt Westcott
db6e0adbc0
Add Jinja2 note to 2.16.2 release notes
2022-04-06 13:21:37 +01:00
Matt Westcott
84605d8b88
Add 2.15.5 release notes
2022-04-06 13:21:33 +01:00
Sandil Ranasinghe
cb7fc4cb14
Rename BASE_URL to WAGTAILADMIN_BASE_URL & add docs
...
- add documentation for WAGTAILADMIN_BASE_URL
- ensure that WAGTAILADMIN_BASE_URL is used via a util so that it can fallback from request
- resolves #3248
- remove settings URL from pagination template - not required for query string URLs
2022-04-06 19:43:46 +10:00
vuph
5ac259f682
Add ValidationError for tags with more than 100 characters
...
- Co-Authored-By: Khanh Hoang <39248704+thoang43@users.noreply.github.com>
- Add max_tag_length field to avoid hard coding 100
- fixes #4564
2022-04-06 07:39:17 +10:00
Abdul
9007bda686
documentation - add admin tag manager doc
...
- add documentation that describes how to use `ModelAdmin` to manage tags
- resolves #1220
2022-04-06 07:21:34 +10:00
Matt Westcott
c8564b0be4
Upgrade notes for #8115 / #8123
2022-04-05 22:07:59 +01:00
ShwetKhatri2001
177f005a20
documentation - migrate editor's guide to markdown from RST
...
- resolves #8106
2022-04-06 06:48:43 +10:00
saurabh
a641057fc2
fixed the errors in deploying.rst and i18n.rst
2022-04-04 06:48:02 +10:00
PaarthAgarwal
1d22985912
Fix issue where normalize.css would introduce font issues
...
- global font family on some elements set by normalize.css would override the desired font
- font stack was not correctly used across some elements
- fixes #8016
2022-04-03 22:27:09 +10:00
talkshrey
7f7fd15831
docs - fix spacing added between -m and http command
...
- see #8257
2022-04-03 22:12:04 +10:00
anujaraj
f3720a7652
Fix missing translations in workflow templates
...
- fixes #8214
- see #8240 & #8238
2022-04-03 22:03:50 +10:00
James Ray
2cae3083f5
Add missing `lang` attributes to `<html>` elements. Fix #8212 ( #8220 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-04-01 23:50:47 +01:00
Harris Bard Lapiroff
1adc82c044
Add trimmed to blocktrans tags. Fix #8217 ( #8226 )
2022-04-01 23:16:51 +01:00
Jesse Menn
5eeb8cca40
Stop skipping heading levels in Wagtail welcome page ( #8223 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-04-01 22:30:55 +01:00
Matt Westcott
113005aa05
Page description ( #8164 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
Co-authored-by: Kalob Taulien <kalob.taulien@gmail.com>
2022-04-01 22:16:41 +01:00
Thibaud Colas
34cd9e2aaa
Code review cleanup
2022-04-01 17:01:26 -04:00
Andy Chosak
00adeb8cf2
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 14:50:53 -04:00
Saurabh
a70aefe243
fixed punctuation issues and modified text in wagtail documentation. ( #8262 )
2022-04-01 17:12:57 +01:00
Coen van der Kamp
68f2cc5f7e
Add Wagtail Space NL 2022 banner to docs ( #8264 )
2022-04-01 10:58:02 +01:00
LB Johnston
8b6b0425de
forms - remove unidecode and legacy clean name approach
...
- resolves #7975
2022-03-31 14:53:44 +01:00
Matt Westcott
da819c0c36
Release note for #8075
2022-03-31 14:44:02 +01:00
Matt Westcott
97e781e31c
Renumber Wagtail 2.17 to 3.0
...
As per discussion on https://github.com/wagtail/wagtail/discussions/7732 , the changes in the upcoming release (sidebar redesign, removal of hallo.js, module reorganisation) warrant a version bump to 3.0 if we're following semantic versioning.
2022-03-31 06:38:27 +10:00