Wysikit
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
WYSIKit Provides WYSIWYG functionality as well as integration with the Media module packaged into a module.
WYSIKit Provides WYSIWYG functionality as well as integration with the Media module packaged into a module.
This module provides new permissions to allow update access to users for orders with specific statuses and attempts to solve this issue. It also allows you to control which statuses the user is allowed to change an order to.
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.
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 :
This module extends the functionality of the maintenance page that allows you to use the content of a node instead of just a text field to display.
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 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.
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!