Node migration

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is to assist in the migration of nodes from one version of a site to another, it allows you to select which nodes you wish to migrate across and then generates an export file.

Upon importing it will first compare the nodes in the export file to those present in the current system and preview the modifications, from here you can either confirm and finish the import or cancel.

Project todo

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The goal of this small module is to transform module and theme name by link to their drupal.org project page if the data project is in their .info file.

If it was a hack in core it will be for the module list, in the file system.admin.inc, function _system_modules_build_row($info, $extra) :

$form['name'] = array('#markup' => $info['name']);

would become :

CKEditor: Webkit Span Fix

Component type

module

Maintenance status

Development status

Component created

Component changed

This module enables a WYSIWYG plugin for CKEditor 4.x and up that corrects the backspace behavior in Webkit based browsers.

Currently, when typing in text and hitting backspace, Webkit based browsers may add in span tags and/or other random markup that is not intended. This plugin loads in the background automatically and corrects that behavior.

Media Preview Slider

Component type

module

Maintenance status

Development status

Component created

Component changed

Media Preview Slider is a simple module that adds Jquery UI Slider into media browser and My Files tabs to provide better UX when selecting files. It also sets a LocalStorage variable so that when you come back to the media browser it will always display to your last setting.

For this module to work you will need the most recent version of Media module

Tested in both Seven and Ember administration themes.

Delta logger

Component type

module

Maintenance status

Development status

Component created

Component changed

UNDER CONSTRUCTION, pre-alpha version [contributors needed, proven concept]: Light module to help especially small projects to fast and easily deploy (small-medium) changes between environments the traditional way:
- deploy new/updated PHP files
- run database (SQL) update scripts
- done!