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
acrewdson
882f8f3cf8
Strip Unicode NULL chars when normalizing paths
...
After migrating a Wagtail-based site from MySQL to Postgres, we
noticed that malicious requests to the site that included percent-
encoded Unicode NULLs (`%00`) raised a `ValueError` exception that we
hadn't seen when using MySQL: `A string literal cannot contain NUL
(0x00) characters.` This appears to relate to `psycopg2`'s decision to
raise an exception in these situations, as discussed here:
https://github.com/psycopg/psycopg2/issues/420
While newer versions of Django appear to provide some field validation
that addresses these characters, it doesn't look like Wagtail's
redirect middleware is making use of those validators, and so it seemed
reasonable to clean these characters in the context of 'normalizing'
the paths before looking for corresponding redirects -- especially
since a quick investigation on the internet suggests that U+0000 in
URLs can be used as a means of attack, and also since RFC 3986 says:
Note, however, that the "%00" percent-encoding (NUL) may require
special handling and should be rejected if the application is not
expecting to receive raw data within a component.
2018-06-27 11:19:36 -04:00
Matt Westcott
0129e4ce77
Release note for #4648
2018-06-21 12:05:26 +01:00
Matt Westcott
ac84cea671
Add release note for #4612 in 2.1.1
2018-06-20 17:30:26 +01:00
Matt Westcott
fee77469b3
Release note for #4583
2018-06-20 15:57:29 +01:00
Matt Westcott
e68478777d
Deprecate passing JS templates to render_modal_workflow
2018-06-20 15:35:41 +01:00
Bertrand Bordage
0a50aaf130
Typo.
2018-06-20 15:33:49 +02:00
Bertrand Bordage
806ba75497
Adds release notes for #4508 .
2018-06-20 15:31:55 +02:00
Karl Hobley
fe76c11043
Implemented facet() method on search results
...
Add error handling for when facet field doesnt exist
Count('id' -> 'pk')
Use assertDictEqual
Fix indexing related fields using FilterField
2018-06-20 14:59:57 +02:00
Matt Westcott
8f9ca18c70
Release note for #4628
2018-06-18 17:58:06 +01:00
Matt Westcott
48b5740d03
Merge branch 'docs-divio-cloud' of https://github.com/evildmp/wagtail into evildmp-docs-divio-cloud
2018-06-18 15:45:38 +01:00
strotherscott
c5357dd271
second attempt ro clarify issue #4620
2018-06-18 15:04:41 +01:00
Andy Babic
5151c5cff2
Fix queryset ordering and add a test to confirm ordering matches expectation in all setups
2018-06-18 16:18:10 +10:00
ed@sharpertool.com
4539ced8cc
Added documentation for new JS/CSS media files association with Draftail feature definitions ( #4627 )
...
Add more documentation for #4568
2018-06-17 00:13:38 +03:00
Daniele Procida
b1db6c5882
Added Divio Cloud notes to documentation
2018-06-16 15:51:06 -04:00
Benjamin Thurm
4a7e455004
Remove duplicate border radius of avatars
2018-06-15 10:47:01 +02:00
Matt Westcott
c4325fd4e9
Release note for #4516
2018-06-14 16:33:36 +01:00
Michael Harrison
e2b1c66a92
Add max_length option to redirect URL field
2018-06-14 15:02:06 +01:00
Matt Westcott
368e3b3adb
Release note for #3802
2018-06-14 14:54:49 +01:00
LB
b5bfb66a11
Add note about deleting in docs
2018-06-14 14:54:49 +01:00
LB
316b25e477
use consistent terminology for 'format' + add link to explain alt text
2018-06-14 12:40:28 +01:00
LB
dd4fb080e0
rename docs image
2018-06-14 12:40:28 +01:00
Matt Westcott
ac8905b125
Release note for #3355
2018-06-11 19:02:18 +01:00
LB
b2e139bbd3
update changelog/releases for #4535
2018-06-10 12:52:10 +10:00
Matt Westcott
c3dc86c0e5
Add full documentation for WAGTAILADMIN_RICH_TEXT_EDITORS. Fixes #4555
2018-06-10 12:45:48 +10:00
Matt Westcott
b629563fb3
Remove reference to WAGTAILIMAGES_BACKENDS
2018-06-10 12:45:48 +10:00
LB
740bbb6c39
fix typos
2018-06-10 12:45:48 +10:00
LB
c886d1ab4f
add missing settings
2018-06-10 12:45:48 +10:00
LB
8d2ee74be0
add reference anchors
2018-06-10 12:45:48 +10:00
Karl Hobley
7bb60644dd
Add file_size field to Document
2018-06-07 15:53:57 +01:00
Matt Westcott
6f92f9a23a
Add default_features step to strikethrough example
2018-06-07 11:48:55 +01:00
Karl Hobley
50bff8ad5d
Changelog/release note for #4500
2018-06-04 09:57:12 +01:00
Matt Westcott
607f2ec067
Allow specifying js/css imports against Draftail features
2018-05-31 17:13:33 +01:00
LB
bcf6b6da77
Fixes breadcrumbs on ModelAdmin inspect and choose parent view ( #4029 )
2018-05-29 17:34:47 +01:00
Karl Hobley
b38271fd27
Changelog/release note for #4550
2018-05-29 10:31:14 +01:00
Andy Chosak
7034cd1317
Fixes RST code syntax.
...
32148b2
used single backticks instead of double in the release notes.
2018-05-25 12:07:40 -04:00
Andrew Plummer
24712b4d8b
Images: handle all not found errors in get_file_size
2018-05-25 11:56:00 -04:00
Matt Westcott
8285ba4e69
Fill in release date for 2.1
...
Conflicts:
CHANGELOG.txt
2018-05-22 16:14:47 +01:00
Matt Westcott
e8711a5bc2
Remove release notes for 2.0.2
...
There are no current plans to create another 2.0.x bugfix release; users on 2.0.x should upgrade to 2.1 instead.
2018-05-22 16:14:10 +01:00
Matt Westcott
8d786c3534
Reference the get_url
method in Page model reference docs
...
Fixes #4424 . As of #3354 , `get_url` is the preferred way of obtaining a page URL, rather than the `.url` property;
.url is just a wrapper around get_url (which meant that the docstring for `get_url` was erroneously being picked up).
2018-05-18 15:26:06 +01:00
DanAtShenTech
53881ebd0b
Small wording, spelling, grammar edits ( #4543 )
2018-05-18 14:59:06 +01:00
DanAtShenTech
f58e85fa0f
Fix wording
2018-05-18 14:55:29 +01:00
Alex Gleason
1c7e90c3ee
Change wagtailimages.Image on_delete CASCADE to SET_NULL in docs
2018-05-18 14:51:50 +01:00