Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lugg 428 ckeditor further upgrade #7

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ Full html - admin/config/content/formats/full_html
- This text format is installed with the standard profile and is highly abused so I have encluded it so it is reset and unused.

ckeditor config changes:
- The ckeditor config can not be changed without altering the config file in so hacking the module. Would like the module developers to provide a way to override without hacking core.
- I have altered the config to remove the "url" field from the image properties dialog so that users can not include images from othe domains.
- The only way to include an image is to use the insert module.
- I have also removed the image properties advanced dialogue tab as I do not want users to had classes or ID ...
- Users can not escape from the ckeditor and edit source.
- The plugins directory was cleared of all pluggins except Drupal-Break and confighelper
- [Image2](http://ckeditor.com/addon/image2) plugin has been added for image caption support.

Principles:

Expand All @@ -42,7 +41,7 @@ Simple

Included
================
ckeditor drupal module with adjusted config file and plugins
resources/ckeditor library and plugins.

luggage_ckeditor Drupal feature

Expand All @@ -56,18 +55,15 @@ cd DRUPAL_ROOT/sites/all/modules

git clone https://github.com/ISUITC/luggage_ckeditor.git

cd DRUPAL_ROOT/sites/all/libraries
cp -a luggage_ckeditor/resources/ckeditor ../../libraries/

git clone https://github.com/ckeditor/ckeditor-releases.git -b 4.2.x/full ckeditor

drush en ckeditor_config

drush en luggage_ckeditor

Dependencies
----------------

- better_formats
- ckeditor - included as the config and plugins directory have been modified
- ckeditor
- features
- image - core
- image_resize_filter
Expand Down
465 changes: 0 additions & 465 deletions ckeditor/CHANGELOG.txt

This file was deleted.

120 changes: 0 additions & 120 deletions ckeditor/CHANGES.md

This file was deleted.