GT Editor

Current Version: 
7.x-2.3

This community-created feature configures a standard rich text editor with image, file, and video management for GT Drupal 7 sites, as well as configuring security settings to filter out unacceptable or dangerous code. See the instructions in the handbook on how to use and install this feature, or read on for information about its version history.

AttachmentSize
Binary Data gt_editor-7.x-2.3.tar.gz10.67 KB

Versions

GT Editor 7.x-2.3, 2014-04-16

WARNING: Test FIRST, to make sure this doesn't strip out code you need from the body of your pages!

  • Show File browser as tab on user's account page (imce).
  • Change CKEditor profile to NOT use Advanced Content Filter, so it doesn't strip out tags we've told it to allow.
  • Change Linkit paths to use main modules (instead of modules/contrib) directory.
  • Add new and clean up old items in "My Links" menu.
  • Update CKeditor profile with variables for latest version of module.
  • Update to work with latest version of Linkit (3.x), now requires link, and linkit (3.x).
  • Changed Linkit profiles to: (1) insert paths as "Raw paths, with a slash (/) in the beginning", instead of as "Raw paths"; (2) search after 2 characters (instead of 3) are typed; (3) not use any link attributes (as the interface is messed up by targets); (4) group search results by type of node/bundle; and (5) insert using the HTML Link (instead of raw URL) plugin when used in Fields.
  • Remove Linkit Target as required module.
  • Add ability to check release/update status.

GT Editor 7.x-2.2, 2014-01-02

WARNING: This version has SIGNIFICANT changes to what is stripped out of your code in terms of styling (so only upgrade if you've tested and made sure it won't mangle the image/table styles and smaller design elements on your individual pages)!

REQUIRES version 2.2 of the GT Theme and GT SubTheme in order to work (as these versions contains the necessary ckeditor styles).

  • Added dependencies on these modules:
    • fe_block (a submodule of features_extra),
    • gt_tools,
    • image,
    • file, and
    • text.
  • Updated feature's description to mention code filtering.
  • Added "My Links" as a menu, as well as its helpful links for adding/editing content and menus.
  • Displays "My Links" block, but hides "Navigation" and "User Login" blocks for GT SubTheme.
  • Set editor NOT to use Admin theme when editing content.
  • Updated to full version (7.x-2.2) which matches version of GT Theme required for this editor.

GT Editor 7.x-2.0-rc1, 2013-12-30

WARNING: This version has SIGNIFICANT changes to what is stripped out of your code in terms of styling (so only upgrade if you've tested and made sure it won't mangle the image/table styles and smaller design elements on your individual pages)!

REQUIRES version 2.2 of the GT Theme and GT SubTheme in order to work (as these versions contains the necessary ckeditor styles).

  • removed dependencies on pathologic and pathauto modules, so won't cause problems when migrating from old sites and needing to retain old paths
  • CKEditor profile: uses styles from GT Theme 2.2 (instead of SubTheme) for Styles in Toolbar, SubTheme CSS in editor to give slightly more accurate preview, and the default UI color, but no longer uses table resize plugin.
  • Basic filter: Allows '<pre>' element as well as key attributes (accesskey,id,name,class) on most tags and the 'title' attribute on anchor tags. Limits attributes for images to src, alt and class (so styling is handled by Styles in toolbar). No longer allows any "properties" in the editing area (color, positioning, width, padding, etc.) that are not set via the Styles drop-down toolbar and CSS classes.
  • Advanced filter: copied all settings from basic.
  • Minimal filter: no longer allows target or name attributes for anchor tags, but does allow accesskey attribute on most elements.
  • added two new LinkIt profiles for field in addition to editor-based linking
  • creates initial pages as "English", so that they are translatable in a multilingual environment
  • updated to compatibility with latest (2.x) Features version

GT Editor 7.x-2.0-beta1, 2013-11-15

  • Added ability to embed GT DMI and YouTube videos in the Editor (using jwfilter and video_embed_field modules). Also added Video embedding instructions in handbook.
  • Updated wysiwyg_filter so that it won't strip out video embedding code or the drop down options from the GT Theme.
  • Removed unnecessary filters ("Convert all characters to US-ASCII", "Correct URLs with Pathologic", "Correct faulty and chopped off HTML", "Convert URLS into links") from the basic and advanced text input formats.
  • Added blockquote element to drop down options for Editor (in ckeditor.styles.js).
  • Added ability to set targets in LinkIt button on toolbar (using linkit_target module).
  • Removed thumbnail settings for IMCE.
  • Updated code to match current version of Features.

GT Editor 7.x-2.0-alpha2, 2013-11-08

  • Changed variable for temporary files path to match profile at: sites/default/files/tmp

GT Editor 7.x-2.0-alpha, 2013-09-30

  • Designed to work with the latest GT Theme (7.x-2.0), as well as with a newer CKEditor (4.3 Beta).
  • Added permissions for GT Tool's 3 new content types: vertical_landing_page, multipurpose_page, horizontal_landing_page.
  • Fixed LinkIt profile settings to work with new CKEditor version.
  • Changed package group to "GT" so shows up in module list with other GT modules.
  • Set CKeditor "skin" to default.
  • Standardized user permissions array format.

GT Editor 7.x-1.0, 2013-07-02

  • Allowed name, id, and accesskey attributes for headings, as well as class attribute for images.
  • Removed Mercury Calendar link from My Links, as it belongs in a Calendar Feature.
  • Removed image_resize_filter module, as there are no settings for it yet.
  • Removed Contact module as a requirement/dependency for this feature.

GT Editor 7.x-1.0-rc2, 2013-03-20

  • Made some text filter improvements.

GT Editor 7.x-1.0-rc1, 2013-03-15

  • Initial release of gt_editor feature for Drupal 7.