Rocketship - a drupal.org issue scraper and display tool
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Disclaimers:
Disclaimers:
This is an experimental module. It is used to provide a simple checkbox field (named archive_state). To switch on or off the archive state you will have a views field that consists of a button and a archive status string in a view.
Every time this button is pressed the archive_state field will be toggled between archived and unarchived state and it will create a new revision for the content.
This module fixes an Admin menu css issue with the top bar in chrome (that have been bugging me for a really long time). I will post before and after screen shots soon.
A module to benchmark the performance of fields in Drupal.
Add parent role to users having a subrole
theme7 is a very small utility module providing theme7() function as a wrapper for core theme() function, with the only difference being that it accepts all theme hook arguments as an associative array of variables (like in Drupal 7) instead of list of arguments (standard way in Drupal 6).
Which essentially means that instead of using for example:
theme('table', $header, $rows);
you can now use:
This module offers a generic approach to store password-like secrets into the
database. Just like a password, a secret does not get stored in plain text but
rather a salted hash thereof. Therefore the clear text of a secret cannot be
retrieved from the database. But given a clear text string it is possible to
verify if it matches the hash stored in the database.
The secret module does not expose any user interface but only two methods and
one hook which can be used by third party modules.
A trivial convenience module.
It accepts as input a blitz.io token, registers the token with hook_menu, returns 42 upon request, and de-registers the menu entry again.
Rules OG Mail Actions Module Provides Rules Actions to send E-mails to all Members of an Organic Group in Different Formats. Currently drupal mail only.
INSTALLATION:
Normal module installation.
HOW TO USE:
- Add one of these Actions to your Rule
- When Tokens module is enabled you can use Tokens to customise your Message
( [node:site-url], [node:title], [node:author-name], [node:ogname], [node:nid], [node:ogalias], [node:og-id], [node:field_mybodyfield-formatted], etc )
Sandbox for notifications dev