Moki Environment

Component type

module

Maintenance status

Development status

Component created

Component changed

Moki Environment provides some opinionated extensions to the Environment module that allow the site administrator to automatically configure certain system settings per environment by defining php files matching the environment name in the site's configuration directory.

Uikitty Buttons - Easily add Uikitty Buttons in your CKEditor

Component type

module

Categories

Maintenance status

Development status

Downloads

610

Component created

Component changed

This is a useful module for creating Uikitty buttons easily in the ckeditor wysiwyg. This module is an adaptation of the bootstrap buttons module and was originally forked from there. Its great for content editors because it shows the preview of the button in the wysiwyg!

To install:

SimpleSAML Runtime Config

Component type

module

Maintenance status

Development status

Downloads

191

Component created

Component changed

This module helps save time for developers who tweak SimpleSAMLphp configurations and metadata often. It allows defining some of the configuration in the Drupal database, from where it is exported to a file. A helper script is included to make it easy to use the contents of this file from your SimpleSAMLphp config/metadata files.

It lets you dynamically configure the following fields:

Node Watcher

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module will track changes to any nodes. You can go to /admin/node-watcher-log and view the logs in chronological order, separated by day.

This module was birthed as a result of wanting to track specifically more closely changes to nodes daily, and specifically updates to nodes. It invokes hook_node_update() and uses a simple Entity to store the information on a day to day basis.

Administration Actions

Component type

module

Maintenance status

Development status

Component created

Component changed

Synopsis

This features exposes more buttons for performing single actions upon a node,
eg, 'rebuild node alias' or 'set field value to x'.

These actions are most useful for non-core actions and custom actions, such as
'check for broken links', 'convert to page',
or 'set expiry date 3 months into the future'.

admin_actions - quick configure process

Range Units

Component type

module

Maintenance status

Development status

Downloads

377

Component created

Component changed

Range Units module overview

  1. This module is similar to Range module and inherits some of it's features. It provides numeric range field. Range field allows to save two numeric (integer) values (from and to), which represents some kind of range (for example: age range).
  2. In this module, we can define the units while creating the filed, then this options will display as select at the time of creating content,then the selected unit will display in node page

Term Content

Component type

module

Maintenance status

Development status

Downloads

239

Component created

Component changed

Term content is a simple administration UI to manage (sort/filter) Taxonomy term's content

Why Term Content ?

There is no any way to customize the term content's order in drupal, most of the times we are using nodequeue module to order the nodes. It is very hard to manage the content in both nodequeue and taxonomy, This module might solve the problem. we can easily customize the node's order based on the terms and also we could list the nodes in views based on the custom orders.

For more details Check README.txt file.