0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

8195 Commits

Author SHA1 Message Date
Dave Bell
99e9d5468a Use Rendition in image_to_html 2018-02-12 20:24:17 +00:00
Mikalai Radchuk
2b12c07c93 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:05 +00:00
Mary Kate Fain
2b240ad82f Update wagtail url paths for Django 2.0 2018-02-12 16:55:01 +00:00
Dário
55580d96e8 Embed Docs: fix broken link (#4270) 2018-02-12 10:15:22 -05:00
LB (Ben Johnston)
6825aab5f7 Add wrapping for image titles in listing. Fix #4233 (#4243) 2018-02-10 01:56:30 +02:00
Thibaud Colas
29254270a6
Ignore build folder for CSS linting (#4264)
Spotted in https://circleci.com/gh/wagtail/wagtail/1512.
2018-02-10 01:39:44 +02:00
Thibaud Colas
aecfce73ec Refactor Draftail exports to match exposed module 2018-02-09 15:24:24 +00: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
f31bbba3e6 Fix page title alignment regression introduced in 5f08013. Fix #4227 2018-02-09 15:24:24 +00:00
Thibaud Colas
ad2ec0b601 Add missing unit tests for Draftail JS code 2018-02-09 15:24:24 +00:00
Thibaud Colas
37316656f7 Remove unused strategy API from Draftail registry 2018-02-09 15:24:24 +00:00
Thibaud Colas
5b2c04411b Rephrase confusing sentence in editor guide 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
e272aba222 Make it possible to use SVG icons in Draftail 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
68557443b3 Clean up editor guide section still referring to Hallo screenshots 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
e6b65de8d8 Update editor guide for Draftail rich text 2018-02-09 15:24:24 +00:00
Thibaud Colas
239cb082f7 Fix broken references in editor manual 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
Mary Kate Fain
6c7d0abad7 Add on_delete to BlogPageTag model 2018-02-08 11:52:45 +00:00
LB (Ben Johnston)
39d5672c9c Fix modeladmin documentation typo (#4251)
Fix incorrect reference to a method name from the previous example.
2018-02-08 10:53:36 +00:00
Bertrand Bordage
3abdb7f313 Applies again #3936. 2018-02-07 13:19:47 +01: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
LB (Ben Johnston)
c85e4a3ff0 add note for setting menu default globally (#4244) 2018-02-06 14:10:45 +00:00
Matt Westcott
87955974bf Ensure project_name in Dockerfile is rewritten. Fixes #4242 2018-02-05 15:53:47 +00:00
Karl Hobley
d7e283120c
binary string => byte string 2018-02-05 13:58:48 +00:00
Karl Hobley
2dcbfadcf6
binary string => byte string 2018-02-05 13:57:44 +00:00
Matt Westcott
139cfa3fbe Release note for #3988 2018-01-30 19:03:34 +00:00
Matt Westcott
d494853890 Ensure that page_for_status respects custom URL routes 2018-01-30 17:37:25 +00:00
LB
6ebf54a77b add tests to ensure correct URL is shown when editing a draft 2018-01-30 16:45:23 +00:00
LB
99fbaa959f use page_for_status on page_status_tag template include 2018-01-30 16:42:25 +00:00
LB
419eafbead add page_for_status to edit view context 2018-01-30 16:41:13 +00:00
Matt Westcott
e20f37013b Version bump to start work on 2.1 2018-01-30 16:36:19 +00:00
J Rob Gant
218a47e802 Remove unreachable code from slugurl tag. 2018-01-29 18:55:44 +00:00
Kushal
4bf6b09873 use https://docs.djangoproject.com/en/1.11... (#4204) 2018-01-29 18:51:59 +00:00
Matt Westcott
ebbbd7ad49 Add Django 2.0 to compatibility list in upgrading.rst 2018-01-26 16:33:00 +00:00
Matt Westcott
a54639f154 Version bump to 2.0b1 2018-01-26 16:32:02 +00:00
Matt Westcott
d6c3494c06 Add Slovak to default languages list 2018-01-26 16:29:45 +00:00