Skip to content

Instantly share code, notes, and snippets.

@thewilkybarkid
Created May 27, 2014 12:22
Show Gist options
  • Save thewilkybarkid/7bb2bea3097496c7fe33 to your computer and use it in GitHub Desktop.
Save thewilkybarkid/7bb2bea3097496c7fe33 to your computer and use it in GitHub Desktop.
Version of https://drupal.org/commitlog/commit/11976/307acb0d1dffe95f1f68cf819444824982c586cd which applies to CKEditor module 7.x-1.14
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 43f08e7..58e94bb 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -3,7 +3,6 @@
[#2255129] by wwalc: Introduced support for the codesnippet and mathjax plugins.
[#1762328] by wwalc: IMPORTANT: <code> tags are no longer protected by default.
[#1327898] by grasmash: Adding new ckeditor_security_filter_alter() hook.
-[#2175565] by hswong3i: Download Library with ckeditor.make for Simple Profile Integration.
[#2249139] by wwalc: Use CKEditor 4.4.0 from CKEditor CDN (http://cdn.ckeditor.com) by default.
[#1370894] by uberhacker, mgifford, Devin Carlson: Conditionally load ckeditor.css only when necessary.
[#1960808] by valkum, wwalc: Avoid using arg() in code.
diff --git a/ckeditor.make b/ckeditor.make
deleted file mode 100644
index ec2da9d..0000000
--- a/ckeditor.make
+++ /dev/null
@@ -1,8 +0,0 @@
-api = 2
-core = 7.x
-
-; Libraries
-libraries[ckeditor][directory_name] = ckeditor
-libraries[ckeditor][download][type] = file
-libraries[ckeditor][download][url] = http://download.cksource.com/CKEditor%20for%20Drupal/edit/ckeditor_4.4.0_edit.zip
-libraries[ckeditor][type] = library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment