Bertrand Bordage
42caa586b4
Validates EmbedBlock URLs against providers.
2018-08-16 12:28:40 +01:00
Martey Dodoo
1247565d3d
Add warning about unregistering image formats.
...
Add warning to documentation to warn that unregistering image formats
that are being used will create an error when viewing or editing pages.
See https://groups.google.com/forum/#!topic/wagtail/X8xTUs-2npA and
https://github.com/wagtail/wagtail/issues/1471#issuecomment-118436706 .
2018-08-16 10:52:51 +01:00
Matt Westcott
7ad79c9a4a
Release note for #4579
2018-08-14 17:20:57 +01:00
Matt Westcott
0baa35c52f
Release note for #4730
2018-08-13 16:31:56 +01:00
Matt Westcott
5536422c4a
Add release notes for 2.2.1
2018-08-13 15:14:00 +01:00
Matt Westcott
d3ad54b100
Add release notes for 2.1.3
...
Conflicts:
CHANGELOG.txt
docs/releases/index.rst
2018-08-13 15:13:05 +01:00
Matt Westcott
7ea465e694
Add release notes for 2.0.2
2018-08-13 15:12:47 +01:00
Matt Westcott
e4fe70701a
Add release notes for 1.12.4 - 1.12.6 and 1.13.2 - 1.13.4
...
Conflicts:
CHANGELOG.txt
docs/releases/index.rst
Conflicts:
CHANGELOG.txt
docs/releases/index.rst
2018-08-13 15:12:37 +01:00
Matt Westcott
1643fb3d0c
Add release notes for 1.13.3
...
Conflicts:
CHANGELOG.txt
docs/releases/index.rst
2018-08-13 12:37:47 +01:00
Matt Westcott
b9998fe015
Add release notes for 1.12.5
2018-08-13 12:37:47 +01:00
Loic Teixeira
aac3335883
Respect redirect parameter after login
2018-08-10 10:20:40 -05:00
Matt Westcott
659a57d75f
Specify Elasticsearch <6.3.1
2018-08-10 14:27:07 +01:00
Matt Westcott
386378fc34
Fill in release date for 2.2
2018-08-10 12:17:19 +01:00
Karl Hobley
ebecaf6a5b
Prevent search engines from indexing admin pages
...
According to a google search I just did, it seems a lot of people have forgotten to add ``Disallow: /admin`` in their robots.txt (or forgot to add robots.txt) at all.
Adding this meta tag into the head of all admin pages should prevent any admin pages being indexed even if this was missed.
2018-08-09 16:30:33 +01:00
Oliver Wilkerson
091ea75de7
Added a simple scale filter to image_operations.
2018-08-09 16:11:39 +01:00
Matt Westcott
6604cdfdae
Update documentation to indicate Django 2.1 support
2018-08-09 00:34:38 +01:00
Matt Westcott
939e031760
Fix passwordless user creation tests for Django 2.1 and clarify WAGTAILUSERS_PASSWORD_REQUIRED docs
...
The behaviour of `has_usable_password` has changed in Django 2.1, such that `None` is no longer considered a 'non-usable' password: https://docs.djangoproject.com/en/2.1/ref/contrib/auth/#django.contrib.auth.models.User.has_usable_password
As a consequence of the fix applied in Django https://code.djangoproject.com/ticket/28718 , Wagtail users created without a password will now be able to complete the password reset process to gain access to Wagtail. Sites that do not want this behaviour (e.g. because those users should be using an LDAP login instead) should disable password changes via WAGTAIL_PASSWORD_MANAGEMENT_ENABLED and WAGTAIL_PASSWORD_RESET_ENABLED.
2018-08-09 00:34:38 +01:00
Matt Westcott
e28baaff72
Release notes for 2.1.2
2018-08-06 13:11:11 +01:00
Matt Westcott
7d711f16be
Version bump to start work on 2.3
2018-07-31 10:55:04 +01:00
Matt Westcott
32fbbc8aed
see if requirements_file: null makes readthedocs happy
2018-07-30 22:29:06 +01:00
Matt Westcott
86ce571b93
Version bump to 2.2rc1
2018-07-30 21:18:44 +01:00
Matt Westcott
7c38c5ad56
Fix typo preventing facet example from displaying
2018-07-27 12:00:38 +01:00
Matt Westcott
bf5d6e3363
Release note for #4524
2018-07-27 11:58:21 +01:00
Matt Westcott
bb8df218e5
Make checkbox/radio alignment on Firefox consistent with Webkit
2018-07-25 11:26:15 +01:00
Meteor0id
d49bc21469
one letter spelling mistake
...
Had been merged by the time I noticed my own mistake. Corrected 1 letter.
2018-07-14 13:29:37 +02:00
Meteor0id
ddd63bdb59
Update integrating_into_django.rst ( #4686 )
...
* Update integrating_into_django.rst
flaw in url, was still referencing depreciated method, fixed.
* Update integrating_into_django.rst
Add important notice that versions of Django earlier than 2.0 require url() instead of re_path()
2018-07-13 20:58:21 +02:00
Bertrand Bordage
a3fe8eb3b1
Improves sitemap to avoid passing site now that request is used.
2018-07-11 20:17:48 +02:00
Bertrand Bordage
88d5a8cfee
Release notes for #4575 .
2018-07-11 18:25:09 +02:00
Matt Westcott
f719ce1a82
Add note about not asking support questions in multiple places
2018-07-11 11:09:45 +01:00
Michael van Tellingen
bad95cf37c
Optimize the querycount for the sitemap.xml page
...
By optionally passing the request object to Page.get_sitemap_urls() it
will now use the cached site root on the request object instead of
retrieving it for each call. This cuts the number of queries required
for a sitemap roughly in half.
2018-07-10 16:53:19 +01:00
Pomax
40981b0c65
replace my name with my name
...
I do not write code under my passport name, if I have to be in a changelog, please use "Pomax" =)
2018-07-10 11:20:28 +01:00
Thibaud Colas
2d9440f79c
Add release notes for #4582 ( #4676 )
2018-07-10 00:31:57 +03:00
kevin howbrook
cfcad4059b
Update editor guide for embeds and documents in rich text, fix #4558 ( #4632 )
2018-07-09 10:07:03 +03:00
Matt Westcott
e53076d949
Release note for #4669
2018-07-06 17:01:43 +01:00
Matt Westcott
4f07f228b2
Fill in release date for 2.1.1
2018-07-04 15:36:49 +01:00
Matt Westcott
1fd111cf6a
Fill in release date for 1.13.2
2018-07-04 15:36:08 +01:00
Matt Westcott
815b58fbda
Fill in release date for 1.12.4
2018-07-04 15:36:07 +01:00
Matt Westcott
783b128fa2
Release note for #4496 in 2.1.1
2018-07-03 17:34:49 +01:00
Matt Westcott
048a4e83f1
Release note for #4496 in 1.13.2
2018-07-03 17:34:49 +01:00
Matt Westcott
7eab2ae793
Release note for #4496 in 1.12.4
2018-07-03 17:34:48 +01:00
Matt Westcott
ce4cd82bd9
Release note for #4496 in 2.2
2018-07-03 16:59:01 +01:00
Matt Westcott
3aff9f76e4
Revert "Strip Unicode NULL chars when normalizing paths"
...
This reverts commit 882f8f3cf8 .
Conflicts:
CHANGELOG.txt
CONTRIBUTORS.rst
docs/releases/2.2.rst
2018-07-03 16:45:27 +01:00
Matt Westcott
9ef8ee2d7f
Release note for #4553 in 2.1.1
2018-07-03 16:10:59 +01:00
Matt Westcott
b329ed4b65
Release note for #4553 in 1.12.4
2018-07-03 16:10:21 +01:00
Matt Westcott
55ddab6d14
Release note for #4553 in 1.13.x
2018-07-03 16:10:12 +01:00
Matt Westcott
ed9a3a2d69
Pass all necessary template context to chooser view after upload validation error
...
Fixes #4548
2018-07-03 15:26:28 +01:00
Matt Westcott
b4a2e13cb0
Copy 1.13.2 release notes to master
2018-06-29 15:37:58 +01:00
Matt Westcott
6c3431580a
Release note for #4480 in 1.12.4
2018-06-29 15:37:30 +01:00
Matt Westcott
1a4046a676
Copy 1.12.4 release notes to master
2018-06-29 15:36:43 +01:00
Matt Westcott
06d8fb0f63
Add guideline on the use of British vs American English
2018-06-27 20:39:08 +01:00