Edit Shortcut Name Restriction

Component type

module

Maintenance status

Development status

Downloads

814

Component created

Component changed

Restricts changing the shortcut name to only users who have the 'allow changing shortcut name' permission.

With this module enabled users with 'shortcut_set_edit_access' will not be able to change the shortcut name for any shortcut set. Users will need both 'shortcut_set_edit_access' and 'allow changing shortcut name' to change the shortcut name for a given shortcut set.

See: http://drupal.org/node/1017746

Markup API

Component type

module

Maintenance status

Development status

Component created

Component changed

An API for markup language filtering in Drupal.

Synopsis

This module provides an API to let other module developers define a set of valid tags and attributes (which may be valid within the context of 1 or more tags — including a case where an attribute may be valid within all tags).

bh test

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

this is a test. creating a git sandbox.

Features Control Panel

Component type

module

Categories

Maintenance status

Development status

Downloads

1945

Component created

Component changed

The Features Control Panel module enables you to:
- Send users directly to an end-user control panel upon login
- Add controls (links and help text) to the control panel
- Export controls with the Features module
- Reorganize and rename controls provided by other modules
- Customize control permissions that come from other modules

Punctuation Preprocessor for Search

Component type

module

Maintenance status

Development status

Downloads

2707

Component created

Component changed

This module implements a punctuation pre-processor that provides special handling for punctuation characters when they are encountered within word strings during searching and indexing.

Though the core Drupal search module provides some basic punctuation processing, some characters (such as hyphens, periods and underscores) are never treated as word boundaries. This means that strings like "word-power" are only matched in a search for the whole string ("word-power") but NOT the individual fragments ("word" or "power").

Apply Changes

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

This module provides an "apply changes" functionality to node edit forms,
meaning you can save the changes you have made to the current node, without
leaving the edit screen. This comes in two possible flavours, either as a
seperate button "Apply changes" which will be right beside the usual "Save"
button, or as an override to the save button, so that you get the functionality
without more buttons.