Wykres commitów

10707 Commity (stable/2.11.x)

Autor SHA1 Wiadomość Data
Rizwan Mansuri 8529a4017a Increase dependencies version range to cover security vulneribility 2022-01-24 15:29:00 +00:00
Matt Westcott 149b5d2e8e Skip creating pipfile.lock on circleci for wagtail 2.11
It appears that this step is ignoring python_requires specifiers, possibly because it's running under a newer python than we ultimately do the installation under, and as a result it's selecting incompatible package versions (asgiref 3.5, pillow 9.0)
2022-01-24 15:13:14 +00:00
Matt Westcott 1e60e7f810 Pin psycopg2 to <2.9 as per https://github.com/psycopg/psycopg2/issues/1293#issuecomment-974636535 2022-01-24 14:48:25 +00:00
Matt Westcott b6f835d083 Version bump to 2.11.8 2021-06-17 11:20:47 +01:00
Matt Westcott 863e6fc926 Release note for CVE-2021-32681 in Wagtail 2.11.8 2021-06-17 11:20:06 +01:00
Matt Westcott 084a9c10cd Apply correct HTML escaping to jinja2 include_block tag 2021-06-17 11:05:21 +01:00
Matt Westcott e24f10c77b Apply correct HTML escaping to include_block tag output 2021-06-17 11:00:06 +01:00
Matt Westcott 904b54804c Version bump to 2.11.7 2021-04-19 10:05:23 +01:00
Matt Westcott d2d4e6efba Release note for CVE-2021-29434 in 2.11.7 2021-04-19 10:04:23 +01:00
Matt Westcott cbbeae0ac5 Add Kevin Breen to contributors 2021-04-19 10:02:19 +01:00
Matt Westcott 5c7a60977c Disallow links with unrecognised protocols in contentstate 2021-04-19 10:01:14 +01:00
Matt Westcott 4ddfb48096 Fill in release date for 2.11.6 2021-03-05 13:25:59 +00:00
Matt Westcott a67d129e89 Version bump to 2.11.6 2021-03-05 13:23:59 +00:00
Matt Westcott 1a40d97506 Fix migration dependency in i18n test migration 2021-03-05 12:38:06 +00:00
Karl Hobley cb0c643d83 Fix copy_for_translation on inherited and clusterable models 2021-03-05 12:32:00 +00:00
Matt Westcott 2d66f4979c Release note for #6818 in 2.11.6 2021-03-05 12:30:53 +00:00
Matt Westcott f374ebda1d Release note for #6872 in 2.11.6 2021-03-05 11:40:03 +00:00
Matt Westcott 4344d8262a Prevent error on page editing after changing LANGUAGE_CODE
Fixes #6860 as per https://github.com/wagtail/wagtail/issues/6860#issuecomment-790599722.
2021-03-05 11:37:32 +00:00
Matt Westcott 6e20cecb77 Release note for #6871 in 2.11.6 2021-03-04 13:59:07 +00:00
Matt Westcott 68e9d4903f Unpin django-treebeard - allow all up to 5.0
Fixes #6820. Migration issue has been fixed in 4.5.1, so just exclude 4.5
2021-03-04 13:57:24 +00:00
Matt Westcott 92bd56197e Release note for #6854 in 2.11.6 2021-03-04 13:30:28 +00:00
Karl Hobley 2581a2bc6d Fix crash when copying an alias page 2021-03-04 13:28:42 +00:00
Matt Westcott 8b71a13f0a Release note for #6822 in 2.11.5 2021-02-18 09:15:19 +00:00
Matt Westcott 70e3e79f08 Version bump to 2.11.5 2021-02-18 09:12:45 +00:00
Matt Westcott 4a4bb69ed1 Pin treebeard to <4.5
Addresses #6820. Treebeard 4.5 introduces a model change that will generate a phantom _auto migration the next time developers run makemigrations - this will cause migration dependency issues when it's absent on other environments, or on subsequent Wagtail upgrades. We need to coordinate the upgrade to Treebeard 4.5 with a corresponding migration shipped with Wagtail.
2021-02-18 09:00:22 +00:00
Matt Westcott 381245c81c Fill in release date for 2.11.4 2021-02-16 12:36:03 +00:00
Matt Westcott 7803ebcd63 Release note for #6757 in 2.11.4 2021-02-16 12:29:04 +00:00
Matt Westcott a396875d5c Just fetch alias_of when checking ancestor view permissions 2021-02-16 12:23:31 +00:00
Karl Hobley 74db5e4e3b Make privacy rules also apply to aliases 2021-02-16 12:23:31 +00:00
Karl Hobley 0d8d9f56b5 Publish aliases when the source page is published
Fixes # 6749

Aliases are currently not being published if they were created in draft
2021-02-03 10:50:57 +00:00
Matt Westcott 0827c8afbd Version bump to 2.11.4 2021-02-03 10:49:19 +00:00
Matt Westcott 3f940737ce Release notes for #6713 and #6756 in 2.11.4 2021-02-03 10:48:57 +00:00
Helder Correia 7e6b40c09c Fix typo 2021-01-29 14:12:27 +00:00
Matt Westcott 69f3f5c0d2 Fill in release date for 2.11.3 2020-12-10 17:58:32 +00:00
Matt Westcott f47a6ddb83 Update translator credits 2020-12-10 17:56:38 +00:00
Matt Westcott 949a68342e Fetch new translations from Transifex 2020-12-10 17:53:21 +00:00
Matt Westcott 7c2ae57a2d Prevent error on publish check in create_log_entries_from_revisions (#6628)
Fixes #6498
2020-12-10 17:35:47 +00:00
Matt Westcott 7fd9a49e9c Fix combining locale/translation_of API filters with search (#6627)
Fixes #6626
2020-12-10 16:27:01 +00:00
Matt Westcott d249e60152 Release note for #6572 2020-12-09 16:27:46 +00:00
Andreas Morgenstern 85423cb100 Allows to mark the language names as translation strings (#6572)
* Force __str__ of Locale to be a string

* Put some translation proxies in to test settings

* Fixed import in wrong place

* Added test for gettext in LANGUAGES to the Locale model

Co-authored-by: Andreas M <am@zauberberg-medien.de>
2020-12-09 16:25:23 +00:00
Matt Westcott e45f188f6c version bump to 2.11.3 2020-12-08 16:03:37 +00:00
Matt Westcott 27758937a6 Additional release notes for #6559 2020-12-08 16:03:06 +00:00
Dan Braghis 3e24b5b398 Fix missing locale in the project template's homepage migration 2020-12-08 16:01:52 +00:00
Matt Westcott bf659bd4a9 revert to @allcaps's original approach to including robots.txt 2020-12-04 13:21:49 +00:00
Matt Westcott 7a777b4caa try a different approach for including custom robots.txt
Conflicts:
	docs/_html_extra/robots.txt
	docs/conf.py
2020-12-04 13:06:52 +00:00
Matt Westcott ecf3950426 update translators list 2020-11-17 15:57:48 +00:00
Matt Westcott 49f3e5be8e Generate new strings for translation 2020-11-17 15:41:01 +00:00
Matt Westcott 327a50f9cd Fetch new translations from Transifex 2020-11-17 15:34:34 +00:00
Matt Westcott 0d5839cce0 Fill in release date for 2.11.2 2020-11-17 15:21:00 +00:00
Cynthia Kiser 2fdb2e8aef Add custom oEmbed finders for Facebook and Instagram (#6550)
Move code from https://www.codista.com/en/blog/wagtail-instagram-new-oembed-api/ into core

Add custom oembed finder for Facebook

Apply suggestions from @originell's code review

Co-authored-by: Luis Nell <luis.nell@codista.com>

FIXUP More places to change the exception name (and a linter fix)

Extend Instagram/Facebook tests to check HTTP request

Add documentation for omitscript parameter
2020-11-17 15:06:53 +00:00