From d249854382159044c8098ea4e8bdc72e1bbdde95 Mon Sep 17 00:00:00 2001 From: craigray Date: Wed, 18 Apr 2018 11:42:56 +1000 Subject: [PATCH 1/7] Move CKEditor to version 1.0 --- .../config/packages/hillrange_ck_editor.yaml | 18 ++++++++++++++++++ hillrange/ckeditor/1.0/manifest.json | 11 +++++++++++ 2 files changed, 29 insertions(+) create mode 100644 hillrange/ckeditor/1.0/config/packages/hillrange_ck_editor.yaml create mode 100644 hillrange/ckeditor/1.0/manifest.json diff --git a/hillrange/ckeditor/1.0/config/packages/hillrange_ck_editor.yaml b/hillrange/ckeditor/1.0/config/packages/hillrange_ck_editor.yaml new file mode 100644 index 00000000..906c6c23 --- /dev/null +++ b/hillrange/ckeditor/1.0/config/packages/hillrange_ck_editor.yaml @@ -0,0 +1,18 @@ +hillrange_ck_editor: + default_config: normal + configs: + normal: + toolbar: + - ['Styles','Format','Font','FontSize'] + - '/' + - ['Bold','Italic','Underline','StrikeThrough','-','Undo','Redo','-','Cut','Copy','Paste','PasteText','Find','Replace','-','Outdent','Indent','-','Print','-','Maximize'] + - '/' + - ['NumberedList','BulletedList','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'] + - ['Image','Table','-','Link','Smiley','TextColor','BGColor','Source'] + uiColor: "ddcccc" + simple_toolbar: + toolbar: + - ['Bold', 'Italic', 'Strike', 'Link'] + - ['BulletedList', 'NumberedList', '-', 'Outdent', 'Indent'] + - ['Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo'] + - ['Source'] diff --git a/hillrange/ckeditor/1.0/manifest.json b/hillrange/ckeditor/1.0/manifest.json new file mode 100644 index 00000000..1fb4a549 --- /dev/null +++ b/hillrange/ckeditor/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Hillrange\\CKEditor\\HillrangeCKEditorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "composer-scripts": { + "ckeditor:install --clear=drop": "symfony-cmd" + } +} From 6b793dc948674ab97a20267be178c0035c7decee Mon Sep 17 00:00:00 2001 From: craigray Date: Wed, 18 Apr 2018 11:54:04 +1000 Subject: [PATCH 2/7] Move CKEditor to version 1.0 --- .../config/packages/hillrange_ck_editor.yaml | 18 ++++++++++++++++++ hillrange/ckeditor/0.2/manifest.json | 11 +++++++++++ 2 files changed, 29 insertions(+) create mode 100644 hillrange/ckeditor/0.2/config/packages/hillrange_ck_editor.yaml create mode 100644 hillrange/ckeditor/0.2/manifest.json diff --git a/hillrange/ckeditor/0.2/config/packages/hillrange_ck_editor.yaml b/hillrange/ckeditor/0.2/config/packages/hillrange_ck_editor.yaml new file mode 100644 index 00000000..baacd03d --- /dev/null +++ b/hillrange/ckeditor/0.2/config/packages/hillrange_ck_editor.yaml @@ -0,0 +1,18 @@ +hillrange_ck_editor: + default_config: normal + configs: + normal: + toolbar: + - ['Styles','Format','Font','FontSize'] + - '/' + - ['Bold','Italic','Underline','StrikeThrough','-','Undo','Redo','-','Cut','Copy','Paste','PasteText','Find','Replace','-','Outdent','Indent','-','Print','-','Maximize'] + - '/' + - ['NumberedList','BulletedList','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'] + - ['Image','Table','-','Link','Flash','Smiley','TextColor','BGColor','Source'] + uiColor: "ddcccc" + simple_toolbar: + toolbar: + - ['Bold', 'Italic', 'Strike', 'Link'] + - ['BulletedList', 'NumberedList', '-', 'Outdent', 'Indent'] + - ['Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo'] + - ['Source'] diff --git a/hillrange/ckeditor/0.2/manifest.json b/hillrange/ckeditor/0.2/manifest.json new file mode 100644 index 00000000..1fb4a549 --- /dev/null +++ b/hillrange/ckeditor/0.2/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Hillrange\\CKEditor\\HillrangeCKEditorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "composer-scripts": { + "ckeditor:install --clear=drop": "symfony-cmd" + } +} From 02b9c923f94908ab683366bcd22d3840f163338e Mon Sep 17 00:00:00 2001 From: craigray Date: Wed, 18 Apr 2018 11:54:45 +1000 Subject: [PATCH 3/7] Move CKEditor to version 1.0 --- .../config/packages/hillrange_ck_editor.yaml | 18 ------------------ hillrange/ckeditor/0.2/manifest.json | 11 ----------- 2 files changed, 29 deletions(-) delete mode 100644 hillrange/ckeditor/0.2/config/packages/hillrange_ck_editor.yaml delete mode 100644 hillrange/ckeditor/0.2/manifest.json diff --git a/hillrange/ckeditor/0.2/config/packages/hillrange_ck_editor.yaml b/hillrange/ckeditor/0.2/config/packages/hillrange_ck_editor.yaml deleted file mode 100644 index baacd03d..00000000 --- a/hillrange/ckeditor/0.2/config/packages/hillrange_ck_editor.yaml +++ /dev/null @@ -1,18 +0,0 @@ -hillrange_ck_editor: - default_config: normal - configs: - normal: - toolbar: - - ['Styles','Format','Font','FontSize'] - - '/' - - ['Bold','Italic','Underline','StrikeThrough','-','Undo','Redo','-','Cut','Copy','Paste','PasteText','Find','Replace','-','Outdent','Indent','-','Print','-','Maximize'] - - '/' - - ['NumberedList','BulletedList','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'] - - ['Image','Table','-','Link','Flash','Smiley','TextColor','BGColor','Source'] - uiColor: "ddcccc" - simple_toolbar: - toolbar: - - ['Bold', 'Italic', 'Strike', 'Link'] - - ['BulletedList', 'NumberedList', '-', 'Outdent', 'Indent'] - - ['Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo'] - - ['Source'] diff --git a/hillrange/ckeditor/0.2/manifest.json b/hillrange/ckeditor/0.2/manifest.json deleted file mode 100644 index 1fb4a549..00000000 --- a/hillrange/ckeditor/0.2/manifest.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "bundles": { - "Hillrange\\CKEditor\\HillrangeCKEditorBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - }, - "composer-scripts": { - "ckeditor:install --clear=drop": "symfony-cmd" - } -} From 5d145e13000a413679bc9e648f7bf610a3c3b193 Mon Sep 17 00:00:00 2001 From: craigray Date: Fri, 20 Apr 2018 13:17:13 +1000 Subject: [PATCH 4/7] Move CKEditor to version 1.0.1 Skip script install on update.. --- hillrange/ckeditor/1.0/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hillrange/ckeditor/1.0/manifest.json b/hillrange/ckeditor/1.0/manifest.json index 1fb4a549..4c6cb6bc 100644 --- a/hillrange/ckeditor/1.0/manifest.json +++ b/hillrange/ckeditor/1.0/manifest.json @@ -6,6 +6,6 @@ "config/": "%CONFIG_DIR%/" }, "composer-scripts": { - "ckeditor:install --clear=drop": "symfony-cmd" + "ckeditor:install --clear=skip": "symfony-cmd" } } From dd0ffae5e263be35adb3fe2cdec1b77f31986b57 Mon Sep 17 00:00:00 2001 From: craigray Date: Mon, 7 May 2018 19:14:20 +1000 Subject: [PATCH 5/7] Remove CKEditor Recipe --- .../config/packages/hillrange_ck_editor.yaml | 18 ------------------ hillrange/ckeditor/0.1/manifest.json | 11 ----------- .../config/packages/hillrange_ck_editor.yaml | 18 ------------------ hillrange/ckeditor/1.0/manifest.json | 11 ----------- 4 files changed, 58 deletions(-) delete mode 100644 hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml delete mode 100644 hillrange/ckeditor/0.1/manifest.json delete mode 100644 hillrange/ckeditor/1.0/config/packages/hillrange_ck_editor.yaml delete mode 100644 hillrange/ckeditor/1.0/manifest.json diff --git a/hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml b/hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml deleted file mode 100644 index baacd03d..00000000 --- a/hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml +++ /dev/null @@ -1,18 +0,0 @@ -hillrange_ck_editor: - default_config: normal - configs: - normal: - toolbar: - - ['Styles','Format','Font','FontSize'] - - '/' - - ['Bold','Italic','Underline','StrikeThrough','-','Undo','Redo','-','Cut','Copy','Paste','PasteText','Find','Replace','-','Outdent','Indent','-','Print','-','Maximize'] - - '/' - - ['NumberedList','BulletedList','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'] - - ['Image','Table','-','Link','Flash','Smiley','TextColor','BGColor','Source'] - uiColor: "ddcccc" - simple_toolbar: - toolbar: - - ['Bold', 'Italic', 'Strike', 'Link'] - - ['BulletedList', 'NumberedList', '-', 'Outdent', 'Indent'] - - ['Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo'] - - ['Source'] diff --git a/hillrange/ckeditor/0.1/manifest.json b/hillrange/ckeditor/0.1/manifest.json deleted file mode 100644 index 1fb4a549..00000000 --- a/hillrange/ckeditor/0.1/manifest.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "bundles": { - "Hillrange\\CKEditor\\HillrangeCKEditorBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - }, - "composer-scripts": { - "ckeditor:install --clear=drop": "symfony-cmd" - } -} diff --git a/hillrange/ckeditor/1.0/config/packages/hillrange_ck_editor.yaml b/hillrange/ckeditor/1.0/config/packages/hillrange_ck_editor.yaml deleted file mode 100644 index 906c6c23..00000000 --- a/hillrange/ckeditor/1.0/config/packages/hillrange_ck_editor.yaml +++ /dev/null @@ -1,18 +0,0 @@ -hillrange_ck_editor: - default_config: normal - configs: - normal: - toolbar: - - ['Styles','Format','Font','FontSize'] - - '/' - - ['Bold','Italic','Underline','StrikeThrough','-','Undo','Redo','-','Cut','Copy','Paste','PasteText','Find','Replace','-','Outdent','Indent','-','Print','-','Maximize'] - - '/' - - ['NumberedList','BulletedList','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'] - - ['Image','Table','-','Link','Smiley','TextColor','BGColor','Source'] - uiColor: "ddcccc" - simple_toolbar: - toolbar: - - ['Bold', 'Italic', 'Strike', 'Link'] - - ['BulletedList', 'NumberedList', '-', 'Outdent', 'Indent'] - - ['Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo'] - - ['Source'] diff --git a/hillrange/ckeditor/1.0/manifest.json b/hillrange/ckeditor/1.0/manifest.json deleted file mode 100644 index 4c6cb6bc..00000000 --- a/hillrange/ckeditor/1.0/manifest.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "bundles": { - "Hillrange\\CKEditor\\HillrangeCKEditorBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - }, - "composer-scripts": { - "ckeditor:install --clear=skip": "symfony-cmd" - } -} From 874abd8372227f9727642d542afe0ba8f5d3c043 Mon Sep 17 00:00:00 2001 From: craigray Date: Mon, 7 May 2018 19:15:09 +1000 Subject: [PATCH 6/7] remove Hillrange directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ffdd3bad --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +/.idea From 0bcc93e106f667dc036a8fe9c811ca62a6c0c369 Mon Sep 17 00:00:00 2001 From: craigray Date: Mon, 7 May 2018 22:22:16 +1000 Subject: [PATCH 7/7] Remove CKEditor Recipe / .gitignore --- .gitignore | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ffdd3bad..00000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.idea -/.idea