From 63db11a067d0c1848c987b5cb7e5b68a8f543172 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Thu, 11 Jan 2018 14:02:41 +0100 Subject: [PATCH 01/18] Aligning the package to the new default theme. --- tests/manual/article.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/manual/article.js b/tests/manual/article.js index 6f8b4afd..3bc294c6 100644 --- a/tests/manual/article.js +++ b/tests/manual/article.js @@ -12,7 +12,7 @@ import ArticlePluginSet from '../_utils/articlepluginset'; ClassicEditor .create( document.querySelector( '#editor' ), { plugins: [ ArticlePluginSet ], - toolbar: [ 'headings', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ], + toolbar: [ 'headings', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ], image: { toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ] } From 2da1d3bc45bcda0d544a7673229583620ded522f Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Mon, 15 Jan 2018 17:35:17 +0100 Subject: [PATCH 02/18] Updated the image icon. --- theme/icons/image.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/icons/image.svg b/theme/icons/image.svg index 6827d4f1..8a9ecf19 100644 --- a/theme/icons/image.svg +++ b/theme/icons/image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 9df6fd3ea080371cea7e87f062aadaa6418a9594 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Tue, 16 Jan 2018 13:38:49 +0100 Subject: [PATCH 03/18] Added check and cancel icons. --- theme/icons/cancel.svg | 1 + theme/icons/check.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 theme/icons/cancel.svg create mode 100644 theme/icons/check.svg diff --git a/theme/icons/cancel.svg b/theme/icons/cancel.svg new file mode 100644 index 00000000..36ef50a4 --- /dev/null +++ b/theme/icons/cancel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/theme/icons/check.svg b/theme/icons/check.svg new file mode 100644 index 00000000..d1c2872a --- /dev/null +++ b/theme/icons/check.svg @@ -0,0 +1 @@ + \ No newline at end of file From 3e71b92ee4f907903c6afca283a6f16c2b0ddb29 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Tue, 16 Jan 2018 17:46:35 +0100 Subject: [PATCH 04/18] Added 'edit' icon. --- theme/icons/pencil.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 theme/icons/pencil.svg diff --git a/theme/icons/pencil.svg b/theme/icons/pencil.svg new file mode 100644 index 00000000..6b82a88c --- /dev/null +++ b/theme/icons/pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file From 8b5ffb13fdef9ddae54ae0723e05727471de5149 Mon Sep 17 00:00:00 2001 From: Damian Konopka Date: Thu, 18 Jan 2018 11:08:35 +0100 Subject: [PATCH 05/18] Changed image icons to bolder type (1.5px). --- theme/icons/low-vision.svg | 2 +- theme/icons/object-center.svg | 2 +- theme/icons/object-full-width.svg | 2 +- theme/icons/object-left.svg | 2 +- theme/icons/object-right.svg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/icons/low-vision.svg b/theme/icons/low-vision.svg index 1fc26125..e633254e 100644 --- a/theme/icons/low-vision.svg +++ b/theme/icons/low-vision.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/theme/icons/object-center.svg b/theme/icons/object-center.svg index 8d24b81d..6e3b8fc7 100644 --- a/theme/icons/object-center.svg +++ b/theme/icons/object-center.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/theme/icons/object-full-width.svg b/theme/icons/object-full-width.svg index c4cc6b43..fe4a5886 100644 --- a/theme/icons/object-full-width.svg +++ b/theme/icons/object-full-width.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/theme/icons/object-left.svg b/theme/icons/object-left.svg index 08398b46..717e0960 100644 --- a/theme/icons/object-left.svg +++ b/theme/icons/object-left.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/theme/icons/object-right.svg b/theme/icons/object-right.svg index 8213a469..475262ea 100644 --- a/theme/icons/object-right.svg +++ b/theme/icons/object-right.svg @@ -1 +1 @@ - \ No newline at end of file + From d7d2c7b90515c1afa2c318bfd9c9863729f61019 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Thu, 18 Jan 2018 12:31:33 +0100 Subject: [PATCH 06/18] Updated pencil icon. --- theme/icons/pencil.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/icons/pencil.svg b/theme/icons/pencil.svg index 6b82a88c..b588cfc8 100644 --- a/theme/icons/pencil.svg +++ b/theme/icons/pencil.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 9767dc8a92ffee347bc989315212563a4e26caac Mon Sep 17 00:00:00 2001 From: Damian Konopka Date: Thu, 18 Jan 2018 14:25:12 +0100 Subject: [PATCH 07/18] Updated object icons with correct precision. --- theme/icons/object-center.svg | 2 +- theme/icons/object-full-width.svg | 2 +- theme/icons/object-left.svg | 2 +- theme/icons/object-right.svg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/icons/object-center.svg b/theme/icons/object-center.svg index 6e3b8fc7..0ac102f5 100644 --- a/theme/icons/object-center.svg +++ b/theme/icons/object-center.svg @@ -1 +1 @@ - + diff --git a/theme/icons/object-full-width.svg b/theme/icons/object-full-width.svg index fe4a5886..62b93140 100644 --- a/theme/icons/object-full-width.svg +++ b/theme/icons/object-full-width.svg @@ -1 +1 @@ - + diff --git a/theme/icons/object-left.svg b/theme/icons/object-left.svg index 717e0960..8d49ec54 100644 --- a/theme/icons/object-left.svg +++ b/theme/icons/object-left.svg @@ -1 +1 @@ - + diff --git a/theme/icons/object-right.svg b/theme/icons/object-right.svg index 475262ea..c2cfb7ea 100644 --- a/theme/icons/object-right.svg +++ b/theme/icons/object-right.svg @@ -1 +1 @@ - + From 6b7939ccca5338a8ff228940320898e1de980270 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Thu, 18 Jan 2018 14:56:02 +0100 Subject: [PATCH 08/18] Tests: Used a meaningful link href in the article manual test. --- tests/manual/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/manual/article.html b/tests/manual/article.html index 523abc60..379df573 100644 --- a/tests/manual/article.html +++ b/tests/manual/article.html @@ -1,7 +1,7 @@

Heading 1

Paragraph

-

Bold Italic Link

+

Bold Italic Link

  • UL List item 1
  • UL List item 2
  • From ae1a54d1677ea3c2e27750e08ce949c0f535836c Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Fri, 19 Jan 2018 09:59:16 +0100 Subject: [PATCH 09/18] Fix: Blurry object-left icon. --- theme/icons/object-left.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/icons/object-left.svg b/theme/icons/object-left.svg index 8d49ec54..e750ec37 100644 --- a/theme/icons/object-left.svg +++ b/theme/icons/object-left.svg @@ -1 +1 @@ - + \ No newline at end of file From ca7313fe8992a07f0833a4bb3db033f4b53d987c Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Fri, 19 Jan 2018 10:37:23 +0100 Subject: [PATCH 10/18] Fix: Blurry image icon. --- theme/icons/image.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/icons/image.svg b/theme/icons/image.svg index 8a9ecf19..adb2ae91 100644 --- a/theme/icons/image.svg +++ b/theme/icons/image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From a5b5468f0bab1496a0fae73b6ce05fe6dba046f9 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Mon, 22 Jan 2018 15:50:07 +0100 Subject: [PATCH 11/18] Removed obsolete icons. --- theme/icons/input.svg | 1 - theme/icons/picker.svg | 1 - theme/icons/source.svg | 1 - theme/icons/table.svg | 1 - theme/icons/underline.svg | 1 - 5 files changed, 5 deletions(-) delete mode 100644 theme/icons/input.svg delete mode 100644 theme/icons/picker.svg delete mode 100644 theme/icons/source.svg delete mode 100644 theme/icons/table.svg delete mode 100644 theme/icons/underline.svg diff --git a/theme/icons/input.svg b/theme/icons/input.svg deleted file mode 100644 index e3c11a39..00000000 --- a/theme/icons/input.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/theme/icons/picker.svg b/theme/icons/picker.svg deleted file mode 100644 index 53cd5701..00000000 --- a/theme/icons/picker.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/theme/icons/source.svg b/theme/icons/source.svg deleted file mode 100644 index fc5876f5..00000000 --- a/theme/icons/source.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/theme/icons/table.svg b/theme/icons/table.svg deleted file mode 100644 index cb36685c..00000000 --- a/theme/icons/table.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/theme/icons/underline.svg b/theme/icons/underline.svg deleted file mode 100644 index ad290f21..00000000 --- a/theme/icons/underline.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 3c948c8de8c87984071bdf2f1c642003045f09e0 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Mon, 22 Jan 2018 15:50:15 +0100 Subject: [PATCH 12/18] Updated the quote icon. --- theme/icons/quote.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/icons/quote.svg b/theme/icons/quote.svg index 834c2add..37ccc4b5 100644 --- a/theme/icons/quote.svg +++ b/theme/icons/quote.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From f6ed132629af9df5b3503914fafaae581b07f6a5 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Mon, 22 Jan 2018 17:28:03 +0100 Subject: [PATCH 13/18] Updated the quote icon. --- theme/icons/quote.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/icons/quote.svg b/theme/icons/quote.svg index 37ccc4b5..fb8afe4b 100644 --- a/theme/icons/quote.svg +++ b/theme/icons/quote.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 73564751a099bca0a842712f1c72db12f42ca8b5 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Mon, 22 Jan 2018 17:29:34 +0100 Subject: [PATCH 14/18] Updated the quote icon. --- theme/icons/quote.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/icons/quote.svg b/theme/icons/quote.svg index fb8afe4b..7c091b60 100644 --- a/theme/icons/quote.svg +++ b/theme/icons/quote.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 4990da94dcff187b998caefb3d7cd2585a1c2e44 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Tue, 23 Jan 2018 12:28:23 +0100 Subject: [PATCH 15/18] Updated the quote icon. --- theme/icons/quote.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/icons/quote.svg b/theme/icons/quote.svg index 7c091b60..9a2fc432 100644 --- a/theme/icons/quote.svg +++ b/theme/icons/quote.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From f323147af04f9568527d3574aab36937961773c4 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Tue, 23 Jan 2018 14:43:52 +0100 Subject: [PATCH 16/18] Updated the lov-vision icon. --- theme/icons/low-vision.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/icons/low-vision.svg b/theme/icons/low-vision.svg index e633254e..653f83fa 100644 --- a/theme/icons/low-vision.svg +++ b/theme/icons/low-vision.svg @@ -1 +1 @@ - + \ No newline at end of file From 3ad5438601508ff9496f910efc3a7991df761eb2 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Wed, 24 Jan 2018 16:06:30 +0100 Subject: [PATCH 17/18] Added a separator after the headings dropdown in the configuration of the toolbar. --- tests/manual/readonly.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/manual/readonly.js b/tests/manual/readonly.js index f87694ba..23293111 100644 --- a/tests/manual/readonly.js +++ b/tests/manual/readonly.js @@ -13,7 +13,7 @@ import ContextualToolbar from '@ckeditor/ckeditor5-ui/src/toolbar/contextual/con ClassicEditor .create( document.querySelector( '#editor' ), { plugins: [ ArticlePluginSet, ContextualToolbar ], - toolbar: [ 'headings', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ], + toolbar: [ 'headings', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ], image: { toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ], }, From 753980680296e3b6de469fe435b959e3716494ec Mon Sep 17 00:00:00 2001 From: Damian Konopka Date: Fri, 26 Jan 2018 15:27:52 +0100 Subject: [PATCH 18/18] Updated image icon (to filled version). --- theme/icons/image.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/icons/image.svg b/theme/icons/image.svg index adb2ae91..bfb743cf 100644 --- a/theme/icons/image.svg +++ b/theme/icons/image.svg @@ -1 +1 @@ - \ No newline at end of file +