Commit graph

2132 commits

Author SHA1 Message Date
Matt Westcott
9bc98c1d5d Release note for pinning Beautifulsoup to 4.6.0 2018-08-13 14:51:41 +01:00
Matt Westcott
030830937b Add release notes for 1.12.4 - 1.12.6 and 1.13.2 - 1.13.4 2018-08-13 14:46:57 +01:00
Matt Westcott
a00c46202f see if requirements_file: null makes readthedocs happy 2018-08-13 14:40:53 +01:00
Matt Westcott
07c40ef7b6 Release note for #4531 in 2.0.2 2018-05-15 23:25:49 +01:00
Matt Westcott
ed8fe26a9b AWS_S3_FILE_OVERWRITE must be False, not True 2018-05-15 19:42:48 +01:00
Matt Westcott
78fa3540a3 Add documentation for deploying with cloud storage 2018-05-09 10:41:31 +01:00
Karl Hobley
2a51ab9954 Update supported databases in docs 2018-05-08 11:59:01 +01:00
Matt Westcott
e6305aa880 Release note for #4469 in 2.0.x 2018-04-17 12:18:39 +01:00
DanAtShenTech
9f89895943 Typo 2018-04-11 13:21:06 +01:00
DanAtShenTech
3008492998 Wording change requested by Matthew Westcott 2018-04-11 10:53:58 +01:00
DanAtShenTech
910b0b1c3d Wording change to have this feature appear in search results
Searching the docs for the phrases "add django model to wagtail admin" and "add model to wagtail admin" (without the quotes) did not even yield this crucial page as one of the results.  The proposed wording puts the main idea of being able to show/edit ANY model via the Wagtail admin at the top of the document and includes wording to, hopefully, have this page appear at the top for anyone searching for how to implement this functionality.
2018-04-11 10:53:58 +01:00
DanAtShenTech
c83b936487 Wording clarification 2018-04-06 16:22:25 +01:00
DanAtShenTech
76072ce4a1 Fix typos 2018-04-06 16:17:14 +01:00
Matt Westcott
d56375003b Fill in release date for 2.0.1 2018-04-04 14:59:05 +01:00
Matt Westcott
d960333be1 Release note for #4138 in 2.0.1 2018-04-04 11:45:32 +01:00
Loic Teixeira
746a41ee0b Update LTS imformation 2018-03-29 14:32:14 +02:00
Bertrand Bordage
c0766b5cb6 Changelog for #4426 in 2.0.1. 2018-03-27 22:40:04 +02:00
Matt Westcott
da45a3e4cf Add Python 2 check to wagtail command 2018-03-23 12:28:28 +00:00
Bertrand Bordage
8844bbed3e Fixes a Javascript month indexing. 2018-03-22 11:29:14 +01:00
Bertrand Bordage
814d665902 Adds a temporary docs banner to the Kickstarter project. 2018-03-22 10:13:54 +00:00
Bertrand Bordage
64f1642633 Changelog for #4402 in 2.0.1. 2018-03-22 02:58:47 +01:00
Bertrand Bordage
d94a647b9e Changelog for #4362 for 2.0.1. 2018-03-22 02:50:00 +01:00
DanAtShenTech
beb5f62e01 Clarify explanation of white cross for adding multiple items (#4392) 2018-03-19 14:54:02 +01:00
Matt Westcott
4aab1c4665 Release note for #4312 in 2.0.1 2018-03-08 17:01:44 +00:00
Matt Westcott
0feae94520 Release note for #4314 in 2.0.1 2018-03-08 16:26:15 +00:00
Andy Chosak
ce36fb2cfc add favicon to documentation
This change copies the Wagtail admin favicon.ico (from
wagtail/admin/static_src/wagtailadmin/images) into the Sphinx build
directory so that built docs use the same favicon as the admin.

Makes use of [the Sphinx `html_favicon` setting](http://www.sphinx-doc.org/en/1.5.1/config.html#confval-html_favicon)
which adds this line to the generated HTML:

```html
<link rel="shortcut icon" href="_static/favicon.ico"/>
```

Fixes #4340.
2018-03-08 12:42:20 +00:00
DanAtShenTech
e889cd2424 Typo and clarification (#4319) 2018-03-08 12:40:25 +00:00
Matt Westcott
71482a49ec Add 2.0.1 release notes 2018-03-08 12:40:25 +00:00
Matt Westcott
c612b01e3a Fill in release date for 2.0 2018-02-27 19:35:04 +00:00
Loic Teixeira
ebc34cb34f Update paths in documentation 2018-02-23 11:54:44 +00:00
Matt Westcott
4ebef8f602 Tutorial should refer to 'Pages', not 'Explorer' (#4293) 2018-02-16 10:31:44 +00:00
Matt Westcott
d4475af79f Add release notes for form data helpers 2018-02-14 17:17:49 +00:00
Matt Westcott
4b23b17d91 Add rich_text form data helper 2018-02-14 17:17:46 +00:00
Matt Westcott
e6757d64e7 Add form data helpers 2018-02-14 15:51:52 +00:00
Matt Westcott
22a0478322 Fix 'email notifications' link 2018-02-14 14:06:08 +00:00
DanAtShenTech
6161af59db Wording fix (#4280) 2018-02-13 23:02:27 +00:00
DanAtShenTech
167bc1995d Fix typo, grammar (#4279) 2018-02-13 19:09:23 +00:00
DanAtShenTech
b0cb82bd9e Fix typo, grammar (#4278) 2018-02-13 19:09:21 +00:00
Thibaud Colas
4104b3922b Document plain JS & CSS extension points for Draftail 2018-02-12 22:03:16 +00:00
Mikalai Radchuk
469f1ddd86 Makes font in the documentation darker (#4224)
* Makes font in the documentation darker

Previous font colour was failing AAA contrast checks

* Stricter CSS changes as per https://github.com/wagtail/wagtail/pull/4224#issuecomment-361344374
2018-02-12 18:25:35 +00:00
Mary Kate Fain
1e9ac34a03 Update wagtail url paths for Django 2.0 2018-02-12 16:55:33 +00:00
Dário
be00e92281 Embed Docs: fix broken link (#4270) 2018-02-12 15:25:39 +00:00
Thibaud Colas
d7d603b3d8 Add note about block Draftail entities in docs 2018-02-09 15:37:55 +00:00
Thibaud Colas
e16862fa51 Update to latest Draftail and Draft.js 2018-02-09 15:37:45 +00:00
Thibaud Colas
7675084cbe Refactor Draftail JS plugin API to be more similar to the rich text features registry API 2018-02-09 15:37:35 +00:00
Thibaud Colas
278e5e8e3c Rephrase confusing sentence in editor guide 2018-02-09 15:30:59 +00:00
Thibaud Colas
5281b62c3f Use built-in feature for defaults example instead of custom 2018-02-09 15:30:58 +00:00
Thibaud Colas
aebbc2f458 Finish Draftail entities extension documentation 2018-02-09 15:30:57 +00:00
Thibaud Colas
8c82d20fb2 Move Hallo & Draftail extension docs to their own pages 2018-02-09 15:30:55 +00:00
Thibaud Colas
1f240193ef Add start of example for entity docs 2018-02-09 15:30:54 +00:00