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

8235 Commits

Author SHA1 Message Date
Matt Westcott
cde31260d8 add documentation for custom send_mail method 2018-02-26 19:06:18 +00:00
Bertrand Bordage
343fa7358c Translates “username” in login form errors. 2018-02-26 16:51:41 +01:00
Thibaud Colas
96d39e4560 Display rich text image alt as plain text instead of read-only field 2018-02-23 16:19:04 +00:00
Thibaud Colas
c62c58c492 Add Draftail init fallback for StreamField/InlinePanel templated fields. Fix #4295 2018-02-23 16:02:57 +00:00
Loic Teixeira
f6bcfbf31e Update paths in documentation 2018-02-23 11:53:31 +00:00
Loic Teixeira
0b588e47eb Move misplaced test file 2018-02-23 11:53:31 +00:00
Loic Teixeira
8364dcd9ab Update path in comments 2018-02-23 11:53:31 +00:00
Tim Heap
e8a9f9d8c9 Use correctly sorted StreamBlock children in both prepend and append menus
Previously blocks were only correctly sorted and grouped in the prepend
menu, while they appeared in definition order in the append menu.
2018-02-22 13:52:13 +00:00
Thibaud Colas
18f9736c38 Fix Draftail initialising on the wrong elt. Fix #4295 (#4301) 2018-02-21 11:07:28 +00:00
Matt Westcott
5300b01fc4 Generate new source files for translation 2018-02-16 11:31:08 +00:00
Matt Westcott
501aa5ab63 Fetch new translations from Transifex 2018-02-16 11:31:07 +00:00
Matt Westcott
6d32ed00cf Gracefully handle inline styles/entities at top-level of rich text (#4290) 2018-02-16 10:32:02 +00:00
Matt Westcott
4fc05fc79e
Tutorial should refer to 'Pages', not 'Explorer' (#4293) 2018-02-16 10:31:12 +00:00
Dan Dietz
54ad64e431 Added LineBreakHandler to resolve missing line breaks 2018-02-15 17:36:59 +00:00
Matt Westcott
f28a4c4d2a Test streamfield form helper against StructBlock 2018-02-15 11:54:39 +00:00
Matt Westcott
7a15996d60 fixup! Add form data helpers 2018-02-15 11:54:37 +00:00
Matt Westcott
bed10c31cb Add release notes for form data helpers 2018-02-15 11:54:36 +00:00
Matt Westcott
5962d3da0c Add end-to-end tests of form data helpers 2018-02-15 11:54:35 +00: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
0a634b0a42 Reorganise wagtail.tests.utils into a subfolder 2018-02-15 11:54:31 +00:00
Thibaud Colas
a57b52212c
Mention cross-browser testing in PR template 2018-02-14 17:11:59 +02:00
Matt Westcott
1799853b55 Fix 'email notifications' link 2018-02-14 14:06:21 +00:00
Julian Gallo
9e67741f2b Fix position of action buttons in image editor on mobile (#3771) 2018-02-14 15:26:35 +02:00
Carlo Ascani
8c0170bb62 Animate the chevron icon when opening sub-menus in the admin (#3069) 2018-02-14 14:06:19 +02:00
Thibaud Colas
8fa4b35008 Refactor icon-help-inverse positioning 2018-02-14 11:25:22 +00:00
Thibaud Colas
f876d7fb1a Split object-help into two components sharing the same icon 2018-02-14 11:25:22 +00:00
Thibaud Colas
bfe1f20853 Remove unneeded layout override in .full fields 2018-02-14 11:25:22 +00:00
Thibaud Colas
856427d00b Remove unneeded object-help positioning in StreamField 2018-02-14 11:25:21 +00:00
Thibaud Colas
8d88dee93b Remove duplicate object-help hover opacity in sequence 2018-02-14 11:25:21 +00:00
Matt Westcott
3399605a56 Fix image tests - don't assume ID=1 2018-02-14 11:13:44 +00:00
Ben
6412bad624 Persist tab hash in URL to allow direct navigation to tabs in the admin interface (#4231)
Save the hash when clicking on a tab and select the tab if loading a page with a hash in it. This allows for giving direct links to a specific tab.

![tabs](https://user-images.githubusercontent.com/272675/35627540-c8e22f36-065e-11e8-848e-78924335a146.gif)

Fixes wagtail/wagtail#4111
2018-02-14 11:37:44 +02:00
DanAtShenTech
96a0189232 Wording fix (#4280) 2018-02-13 23:01:03 +00:00
DanAtShenTech
21dc5d8002 Fix typo, grammar (#4279) 2018-02-13 19:07:43 +00:00
DanAtShenTech
8078f2ee8f Fix typo, grammar (#4278) 2018-02-13 19:06:56 +00:00
Thibaud Colas
4cab7d67c3 Fix line break icon rendering in MS Edge 2018-02-12 21:54:08 +00:00
Thibaud Colas
1b9116ed2d Fix link/doc/image/embed choosers crashing Draftail in IE11 2018-02-12 21:54:08 +00:00
Thibaud Colas
5c2ff7d461 Make Draftail toolbar display block to have sticky positioning in Safari 2018-02-12 21:54:08 +00:00
Thibaud Colas
9861c2a0d4 Move Draftail tooltips portal closer to the editor to prevent background flickering 2018-02-12 21:54:08 +00:00
Thibaud Colas
6c714b1537 Document plain JS & CSS extension points for Draftail 2018-02-12 21:54:07 +00:00
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