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
Victor Miti
c38b172793
updated Django Docs Links to point to *docs.djangoproject.com/en/stable/*
2018-05-18 14:43:42 +01:00
Matt Westcott
2c8d7371b4
Remove frontend search view
2018-05-18 11:43:28 +01:00
Matt Westcott
31a1126123
Remove construct_whitelister_element_rules hook
2018-05-18 11:43:28 +01:00
Matt Westcott
3fc9ed5119
Remove old versionadded/versionchanged notes
2018-05-18 11:43:28 +01:00
Matt Westcott
5db57bac93
Version bump to start work on 2.2
2018-05-18 11:43:28 +01:00
Matt Westcott
6fed8400f1
Release note for #4531 in 2.0.2
2018-05-15 23:27:47 +01:00
Matt Westcott
7133428d92
Release note for #4531 in 2.1
2018-05-15 23:27:47 +01:00
Matt Westcott
fc46f12939
AWS_S3_FILE_OVERWRITE must be False, not True
2018-05-15 19:42:03 +01:00
Matt Westcott
a9a69bedf5
Move HelpPanel documentation to avoid redefinition of wagtail.admin.edit_handlers module
2018-05-15 14:57:07 +01:00
Matt Westcott
5ce14841d8
Remove ancient versionchanged notes
2018-05-15 14:54:41 +01:00
Kees Hink
0b3c20556d
Docs: How to create test fixtures for custom Page models
2018-05-15 14:50:24 +01:00
Bertrand Bordage
32148b2b24
Changelog for #4533 .
2018-05-11 19:05:55 +02:00
Matt Westcott
937254f321
Add documentation for deploying with cloud storage
2018-05-09 10:41:09 +01:00
Karl Hobley
0e19076b1c
Moved changelog/release note for #4503 to version 2.2
2018-05-08 14:50:53 +01:00
Karl Hobley
10f4c0b082
Changelog/release note for #4503
2018-05-08 13:04:31 +01:00
Karl Hobley
0dec4c8f89
Update supported databases in docs
2018-05-08 11:58:31 +01:00
Matt Westcott
83df6168fc
Add 2.1 to supported versions table
2018-05-04 20:45:34 +01:00
Matt Westcott
7f38c476be
Release note for #4132
2018-05-04 16:19:27 +01:00
Karl Hobley
6308e6b816
Docs update for Elasticsearch 6 support
2018-05-04 15:57:36 +01:00
Karl Hobley
df4f1204e8
Fix a couple of search indexing examples
2018-05-03 12:29:35 +01:00
Andy Babic
d0670da61b
Fix minor typo in modeladmin docs ( #4509 )
...
add_to_setings_menu -> add_to_settings_menu
2018-05-02 18:11:01 +03:00
Matt Westcott
fa27773d16
Release note for #4462
2018-04-23 16:26:32 +01:00
Matt Westcott
bcbfe226ee
Allow disabling gravatar with WAGTAIL_GRAVATAR_PROVIDER_URL=None. Fixes #1286
2018-04-23 15:53:13 +01:00
Pierre Geier
96118cdb9a
Makes it possible to set a custom Gravatar source like robohash or your own.
2018-04-23 15:53:13 +01:00
Karl Hobley
1849f0d54a
Pass index name in URL to Bulk API
...
We currently index all items in Elasticsearch using the root bulk api
(at ``/_bulk``). This API is to allow multiple indices to be inserted
into at once. However, Wagtail inserts into one index at a time so this
is not needed. If we pass the index name as a parameter in the call to
``bulk()``, the index-specific bulk API will be used instead (at
``/<index name>/_bulk``.
The advantage of this change is it makes it possible to implement access
control by checking the URL an application is using. This is required in
order for the Bulk API to work on certain hosts (such as Divio).
2018-04-20 15:02:46 +01:00
David
e43ea79747
Add a per-user timezone setting
2018-04-20 12:06:52 +01:00