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

8079 Commits

Author SHA1 Message Date
Thibaud Colas
d375ac8a07 Only load core-js shims 2018-01-17 23:47:18 +02:00
Thibaud Colas
792538b942 Expose React-related dependencies as global variables for extension 2018-01-17 23:23:17 +02:00
Thibaud Colas
f50ce2b19e Remove unused lodash dependencies 2018-01-17 22:21:30 +02:00
Thibaud Colas
f593aa2f98 Replace draftjs_exporter constants with the corresponding Draft.js value 2018-01-17 22:19:38 +02:00
Thibaud Colas
7c5c1054e4 Remove unused styles for Hallo rich text images 2018-01-17 22:19:38 +02:00
Thibaud Colas
168f2ddd40 Remove unneeded button spacing override 2018-01-17 22:19:38 +02:00
Thibaud Colas
f8b99045a7 Refactor Draftail sources to single component 2018-01-17 22:19:38 +02:00
Thibaud Colas
19a6189d57 Disable edit of images and embeds in Draftail - not cooked enough 2018-01-17 22:19:37 +02:00
Thibaud Colas
4054fb2f18 Make all Draftail interface translatable 2018-01-17 22:19:37 +02:00
Thibaud Colas
6f9ac80f5f Fix ImageSource onError callback 2018-01-17 22:19:37 +02:00
Thibaud Colas
be608df638 pep8ify draftjs_exporter fallback functions 2018-01-17 22:19:37 +02:00
Thibaud Colas
143edbf7e7 Add basic error handling to all Draftail sources when AJAX fails 2018-01-17 22:19:37 +02:00
Thibaud Colas
5305a5a281 Add optional error callback to ModalWorkflow 2018-01-17 22:19:37 +02:00
Thibaud Colas
1eb38a8b7c Replace object-assign and promise polyfills with core-js 2018-01-17 22:19:37 +02:00
Thibaud Colas
d841616d0a Use new onClose prop to close sources when no result was selected 2018-01-17 22:17:15 +02:00
Thibaud Colas
127cea6d9c Update Streamfield sequence focus code to support Draftail 2018-01-17 22:17:15 +02:00
Thibaud Colas
672e7090f0 Remove repetition in link entity to dbhtml converter 2018-01-17 22:17:15 +02:00
Thibaud Colas
b31260a501 Remove over-engineering index.js for Draftail sources folder 2018-01-17 22:17:15 +02:00
Thibaud Colas
03c7f662d2 Make Draftail document rendering logic sturdier 2018-01-17 22:17:15 +02:00
Thibaud Colas
233f2f60a7 Update Draftail image whitelist to not rely on image paths 2018-01-17 22:17:15 +02:00
Thibaud Colas
6aeb50bcd3 Stop inlining constant React components 2018-01-17 22:17:15 +02:00
Thibaud Colas
f6cdd27972 Add Sass variable to avoid repeating icon size 2018-01-17 22:17:14 +02:00
Thibaud Colas
1614cc9a07 Add font-smoothing mixin for Wagtail, using it on tooltips 2018-01-17 22:17:14 +02:00
Thibaud Colas
b34eb8dcf3 Adjust Draftail toolbar border-radius 2018-01-17 22:17:14 +02:00
Thibaud Colas
3f7583c9c6 Update Draftail to latest 2018-01-17 22:17:14 +02:00
Thibaud Colas
5adcd87617 Improve support for link text insertion in link/document sources 2018-01-17 22:16:35 +02:00
Thibaud Colas
26e82d3c01 Fix link entity conversion tests 2018-01-17 22:16:35 +02:00
Thibaud Colas
9a6ad3b372 Remove unused imports 2018-01-17 22:16:35 +02:00
Thibaud Colas
0fd3b1872f Fix Draftail placeholder text rendering 2018-01-17 22:16:35 +02:00
Thibaud Colas
a03521f575 Revisit page edit object definition 2018-01-17 22:16:35 +02:00
Thibaud Colas
bc2a4c3560 Add length constraints to tooltip label 2018-01-17 22:16:35 +02:00
Thibaud Colas
ded04cf6b0 Remove extra scrolling context to restore Draftail sticky toolbar 2018-01-17 22:16:35 +02:00
Thibaud Colas
33b12fc879 Fix tests relying on outdated API 2018-01-17 22:16:35 +02:00
Thibaud Colas
68f508acd9 Update Draftail link data to support copy-pasted links 2018-01-17 22:16:35 +02:00
Thibaud Colas
24b7c437da Fix DocumentSource keeping too much data 2018-01-17 22:16:35 +02:00
Thibaud Colas
66010bffe3 Add filters for Draftail image entities 2018-01-17 22:16:35 +02:00
Thibaud Colas
cb9b5c0f17 Remove Draftail Image imageFormats, and related ImageFeature 2018-01-17 22:16:35 +02:00
Thibaud Colas
e5856c6f34 Clean up Draftail image enitity definition, use the same attrs as Hallo 2018-01-17 22:16:35 +02:00
Thibaud Colas
bafc042364 Fix ModalSource for latest Draftail API 2018-01-17 22:16:35 +02:00
Thibaud Colas
4803ad1c43 Add IE11 opt-out of rich text pasting, and documentation notes 2018-01-17 22:16:35 +02:00
Thibaud Colas
9c5c116b04 Update to Draftail 0.11.0 2018-01-17 22:16:35 +02:00
Thibaud Colas
4200b2e257 Tweak Draftail controls to align better with Wagtail 2018-01-17 22:15:35 +02:00
Thibaud Colas
cf79badee7 Fix style leak of Wagtail panel icons in h2 tag 2018-01-17 22:15:35 +02:00
Thibaud Colas
9598e691f7 Align Draftail rich text typography with that of Hallo 2018-01-17 22:15:35 +02:00
Thibaud Colas
947b9dab6e Adjust Draftail editor styles to match that of Hallo (spacing, background) 2018-01-17 22:15:35 +02:00
Thibaud Colas
4f906d09c9 Refactor Hallo styles to separate files 2018-01-17 22:15:35 +02:00
Thibaud Colas
8a5518aa5c Refactor Hallo CSS to use simpler selectors 2018-01-17 22:15:35 +02:00
Thibaud Colas
d674f7e656 Rename Hallo panel stylesheet to hallo.css 2018-01-17 22:01:40 +02:00
Thibaud Colas
194161ec59 Only load Hallo CSS if Hallo is in use 2018-01-17 22:01:40 +02:00
Thibaud Colas
9521f21359 Update all Hallo code to use .halloeditor class instead of .richtext 2018-01-17 22:01:40 +02:00