LifeCycle

Component type

module

Maintenance status

Development status

Downloads

906

Component created

Component changed

Proper site development practices involves one ore more development environment, at least one production server, and perhaps a staging server for teams and clients to interact on code & design that is not yet in production. Each stage (development, staging, production) is called a life cycle stage. With each stage comes unique characteristics: for example debugging code is seldom present on production sites but nearly always enabled on development sites.

Slap

Component type

module

Maintenance status

Development status

Component created

Component changed

Slap (Seamless Advantage Package)
Brings a set of tools to be used for the Seamless theme.
Slap provides Skin entities which can be integrated with rules to provide powerful control over the look and feel of the site.
Seamless Admin is a new admin navigation menu that works to bring the seamless administration experience to life.

More to come...

VBO Hide

Component type

module

Categories

Maintenance status

Development status

Downloads

1831

Component created

Component changed

VBO Hide module helps to not show the views bulk operation form
when there is no data in the view.
It simply removes the view bulk operation form when no data.

-- REQUIREMENTS --
* Views Module
* Views UI Module
* Views Bulk Operation Module

-- CONFIGURATION --
In view's "OTHER" option under "Advanced" settings tab,
choose "Yes" for "Hide VBO" option if not want to show vbo form when
no data for view. This is a per view basis setting.

Node revision bulk delete

Component type

module

Categories

Maintenance status

Development status

Downloads

2685

Component created

Component changed

This small module gives an extra feature to delete manually all revisions of a specific node prior a selected one.

Configuration:
Has no configuration settings, just enable

Usage:
When you are deleting a revision of a node, a new checkbox will appear saying: "'Delete all X revisions as well prior this one.". If you check it all the prior revisions will be deleted as well for the given node.
Note: If you are deleting the oldest revision, the checkbox will not appear as no prior revisions are available.

PHP Filter Lock

Component type

module

Maintenance status

Development status

Downloads

539

Component created

Component changed

PHP Filter Lock is a security module for Drupal. It disables the ability to edit text fields using the PHP input format until that text format is changed to another format.

In other words, it blocks users from creating new PHP content in text fields but still permits existing PHP content to load from the database.

Note that the PHP input filter must be named "PHP code" or this module will not work. A small patch is included that extends the core filter module to allow for specific input filter detection.