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

8168 Commits

Author SHA1 Message Date
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
Matt Westcott
9ef1e4883c Fetch new translations from Transifex 2018-01-26 16:24:14 +00:00
Matt Westcott
bf0da01a84 Generate new strings for translation 2018-01-26 15:56:27 +00:00
Matt Westcott
fa77440749 Point to wagtail help updatemodulepaths for command line option info 2018-01-26 15:13:37 +00:00
Matt Westcott
e22b9416bd Pedantic pluralisation fixes 2018-01-26 15:13:24 +00:00
Matt Westcott
0841b9d497 Add --ignore-dir option 2018-01-26 15:13:24 +00:00
Matt Westcott
cc723e3d6c Show paths relative to root_path 2018-01-26 15:13:24 +00:00
Matt Westcott
84bc02c566 Add --ignore-file option 2018-01-26 15:13:24 +00:00
Matt Westcott
3927ccf568 Add --list and --diff options to updatemodulepaths 2018-01-26 15:13:24 +00:00
Matt Westcott
2d22efa7a6 Rewrite wagtail command to use argparse for each subcommand 2018-01-26 15:13:24 +00:00
Matt Westcott
27d90541ae Add documentation for the updatemodulepaths command 2018-01-26 15:13:23 +00:00
Matt Westcott
4853db6f59 Add wagtail updatemodulepaths command 2018-01-26 15:13:23 +00:00
Matt Westcott
cb69f3a138 Update wagtail command to support multiple sub-commands with individual help 2018-01-26 15:13:23 +00:00
Thibaud Colas
e4a06083af Add missed ellipsis in test stubs 2018-01-26 14:59:48 +00:00
Thibaud Colas
9346e9750d Replace triple dots with ellipsis in search commands 2018-01-26 14:59:48 +00:00
Thibaud Colas
7848b908eb Replace triple dots with ellipsis in all django.po files 2018-01-26 14:59:48 +00:00
Thibaud Colas
8fb0c9a39b Use ellipsis for "Loading" message 2018-01-26 14:59:48 +00:00
Thibaud Colas
c83eb12b03 Use ellipsis for "Signing in" message 2018-01-26 14:59:48 +00:00
Thibaud Colas
35a78c10e1 Use ellipsis for ellipsistrim template filter 2018-01-26 14:59:48 +00:00
Thibaud Colas
d497ce4553 Use ellipsis for "Publishing" message 2018-01-26 14:59:48 +00:00
Thibaud Colas
069674917f Use ellpisis for "Saving" message 2018-01-26 14:59:48 +00:00
Thibaud Colas
ce3dbaf167 Use ellipsis for "Uploading" message 2018-01-26 14:59:48 +00:00
Thibaud Colas
8c21b77e1c Update to latest Draftail 2018-01-26 12:58:11 +02:00
Thibaud Colas
e087e8270b Fix Draftail media block bottom border in Safari, Android Chrome 2018-01-26 12:34:05 +02:00
Thibaud Colas
0edc5be68c Remove unneeded Draftail init & save value conversions 2018-01-26 12:33:13 +02:00
Thibaud Colas
95bb2aecf9 Fix Draftail placeholder alignment in full-width field 2018-01-26 12:31:39 +02:00
Thibaud Colas
7d10279ed6 Add data-hallo-editor data attribute as integration point for Hallo plugins 2018-01-26 11:42:16 +02:00
Thibaud Colas
2e9b5e5569 Remove outdated TODOs in Draftail code 2018-01-26 11:34:17 +02:00