ck_content_injector 7.x-1.13

New features
Unsupported

Adds two new custom permissions:

  • "use ck injector" - allows users to access the module's AJAX callback routes and hence use the CK Content Injector plugin
  • "administer ck injector" - allows users to configure the CK Content Injector

Previously, a user had to have the "administer nodes" permission to interact with the CK Content Injector module.

ck_content_injector 7.x-1.12

New features
Unsupported

An update to the way that template files are loaded means that the module will now only look in:

  • {your theme}/ck_injector_templates
  • libraries/ck_injector_templates

The folder with the module has been changed to include examples of how to setup templates for the injector to use.

Also, if your site only defines 1 template. This will be loaded automatically when using the toolbar button, instead of needing to select it from the dropdown options.

ck_content_injector 7.x-1.11

Bug fixes
Unsupported

Bug fix release to remove variable that was causing PHP warnings.

ck_content_injector 7.x-1.10

New features
Unsupported

This release contains three new features.

Template Type Filtering

Added ability to filter autocomplete results by a provided list of custom node types.

Content creation link

Added support for an optional template variable called $content_creation_links which will cause the injector templates to display a specified array of useful links in the admin interface.

Added an example of the 'content creation links' array in use in the injector_templates/node.php file.

ck_content_injector 7.x-1.8

New features
Unsupported

Enable autocomplete fields to be defined with in the injector templates, format as:

'Node ID' => array(
'type' => 'textbox',
'regex' => array(
'pattern' => '^[0-9]+$',
'modifier' => '',
),
'field_name' => 'node_id',
'autocomplete' => TRUE,
'autocomplete_replace' => array(
'pattern' => '(.*NID:)[^0-9]',
'modifier' => '',
),
'weight' => 1,
'required' => TRUE,
),

ck_content_injector 7.x-1.7

Bug fixes
Unsupported

Fix bug with adding contenteditable=false span to template tokens in the editor.

ck_content_injector 7.x-1.6

New features
Unsupported

Add a dependancy to the libraries module and template files can be placed in 3 locations and picked up by the module.

In priority order, so any files called the same will be used from the folder with the lowest priority number in this list:

ck_content_injector 7.x-1.4

Bug fixes
Unsupported

Fix JS bugs with validation and selection of element when editing.

ck_content_injector 7.x-1.3

Bug fixes
Unsupported

Bug fixes for CK Editor plugin, issue where dialog box does not popup.

ck_content_injector 7.x-1.2

Unsupported

Fix issue with invalid html structure in dialog pop up window for injector.

ck_content_injector 6.x-1.3

Bug fixes
Unsupported

Fix issue with invalid html structure in dialog pop up window for injector.

ck_content_injector 6.x-1.2

Unsupported

Remove call the token_replace to perform replacement, as this no longer works with latest version of token module.

ck_content_injector 7.x-1.1

Bug fixes
Unsupported

Fix bug where ajax requests to get list of templates and template form would fail in a multisite environment.

ck_content_injector 6.x-1.1

Bug fixes
Unsupported

Fix bug where ajax requests to get list of templates and template form would fail in a multisite environment.

Subscribe with RSS Subscribe to Releases for CK Content Injector