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
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
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
Matt Westcott
6f92f9a23a
Add default_features step to strikethrough example
2018-06-07 11:48:55 +01:00
Matt Westcott
607f2ec067
Allow specifying js/css imports against Draftail features
2018-05-31 17:13:33 +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
3fc9ed5119
Remove old versionadded/versionchanged notes
2018-05-18 11:43:28 +01:00
Matt Westcott
fc46f12939
AWS_S3_FILE_OVERWRITE must be False, not True
2018-05-15 19:42:03 +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
Matt Westcott
937254f321
Add documentation for deploying with cloud storage
2018-05-09 10:41:09 +01:00
Karl Hobley
0dec4c8f89
Update supported databases in docs
2018-05-08 11:58:31 +01: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
David
e43ea79747
Add a per-user timezone setting
2018-04-20 12:06:52 +01:00
Thibaud Colas
c309753378
Expose reusable client-side code to build Draftail extensions ( #4467 )
...
* Expose Draftail package as global variable for reuse
* Expose Wagtail React components for reuse
* Expose Draftail-related React components for reuse
2018-04-18 00:27:07 +03:00
Karl Hobley
17f7f70170
Added "find" API view and ability to find pages by HTML path
...
This implements a new "find" view for all endpoints which can be used
for finding an individual object based on the URL parameters passed to
it.
If an object is found, the view will return a ``302`` redirect to detail
page of that object. If not, the view will return a ``404`` response.
For the pages endpoint, I've added a ``html_path`` parameter to this
view, this allows finding a page by its path on the site.
For example a GET request to ``/api/v2/pages/find/?html_path=/`` will
always generate a 302 response to the detail view of the homepage. This
uses Wagtail's internal routing mechanism so routable pages are
supported as well.
Fixes #4154
2018-04-13 12:08:19 +01:00
Karl Hobley
f608c67eb1
Fix capitalisation of names
2018-04-05 12:13:05 +01:00
Karl Hobley
a9b4b09152
Fix spelling mistakes in documentation
2018-04-05 12:13:05 +01:00
DanAtShenTech
76975525f7
Typo and clarification ( #4319 )
2018-02-27 22:08:57 +02:00
Matt Westcott
c205c8fac6
Add rich_text form data helper
2018-02-15 11:54:34 +00:00
Matt Westcott
067c26f54d
Add form data helpers
2018-02-15 11:54:32 +00:00
Matt Westcott
1799853b55
Fix 'email notifications' link
2018-02-14 14:06:21 +00:00
Thibaud Colas
6c714b1537
Document plain JS & CSS extension points for Draftail
2018-02-12 21:54:07 +00:00
Dário
55580d96e8
Embed Docs: fix broken link ( #4270 )
2018-02-12 10:15:22 -05:00
Thibaud Colas
d86f48842d
Add note about block Draftail entities in docs
2018-02-09 15:24:24 +00:00
Thibaud Colas
cedfd2b1bc
Update to latest Draftail and Draft.js
2018-02-09 15:24:24 +00:00
Thibaud Colas
e59863f903
Refactor Draftail JS plugin API to be more similar to the rich text features registry API
2018-02-09 15:24:24 +00:00
Thibaud Colas
ae4e48ed3f
Use built-in feature for defaults example instead of custom
2018-02-09 15:24:24 +00:00
Thibaud Colas
f50c096706
Finish Draftail entities extension documentation
2018-02-09 15:24:24 +00:00
Thibaud Colas
5c00b843c5
Move Hallo & Draftail extension docs to their own pages
2018-02-09 15:24:24 +00:00
Thibaud Colas
4285b9f1cc
Add start of example for entity docs
2018-02-09 15:24:24 +00:00
Thibaud Colas
19a83364dc
Add missing release notes and dependencies as globals docs from Draftail work
2018-02-09 15:24:24 +00:00
Thibaud Colas
fac8582ac4
Add entities disclaimer
2018-02-09 15:24:24 +00:00
Thibaud Colas
49c9999cb8
Add Draftail docs for custom inline styles and blocks
2018-02-09 15:24:24 +00:00
Thibaud Colas
9760e8f520
Document Hallo extension points in docs, CHANGELOG, upgrade considerations
2018-02-09 15:24:24 +00:00
Thibaud Colas
f21b4146ac
Move "default features" section out of Hallo-only docs
2018-02-09 15:24:24 +00:00
Thibaud Colas
452ea4d1fe
Reformat deprecation notice
2018-02-09 15:24:24 +00:00
Thibaud Colas
1e31120103
Use wontfix label for known Hallo issues
2018-02-09 15:24:24 +00:00
Thibaud Colas
9b6102b5b5
Split WYSIWYG extension docs between Hallo and Draftail
2018-02-09 15:24:24 +00:00
Thibaud Colas
9284615d94
Update rich text features docs for Draftail + Hallo support
2018-02-09 15:24:24 +00:00
Mads Jensen
b30c722728
Used Python 3 super() syntax also in documentation. ( #4246 )
...
This disregards the release notes for earlier releases and only deals
with current documentation.
2018-02-07 10:11:27 +00:00