Advanced Comment Trigger

Component type

module

Development status

Downloads

1809

Component created

Component changed

Advanced Comment Trigger provides a new trigger category allowing automatic unpublishing of comments based on more fine-grained criteria than the default "new comment added" trigger. Currently, this module can unpublish comments based on the number of hyperlinks in them. It can also exempt this restriction for certain user roles or comments on certain content types. For example, all site admins could be allowed to post comments with hyperlinks without restriction, or all comments on forum topics could be allowed.

Options Element

Component type

module

Maintenance status

Development status

Downloads

373309

Component created

Component changed

Options Element is a module that provides a better mechanism to specify select list, checkbox, and radio button options. Rather than requiring the user to use strange syntax like "key|value" in a textarea, Options Element provides a clean interface for specifying options. Developers may use $element['#type'] = 'options' in their own modules. If JavaScript is disabled, any 'options_element' will degrade to the standard textarea for specifying options.

Atlassian Crowd SSO

Component type

module

Maintenance status

Development status

Downloads

9498

Component created

Component changed

This module provides single sign-on integration between Drupal and an Atlassian Crowd server. It supports detection of the Crowd SSO cookie to provide automatic login of users already authenticated via Crowd. Drupal accounts are created automatically if the user account doesn't already exist. The module also manipulates the standard Drupal user login form validation handlers to authenticate directly against Crowd instead of Drupal.

Bulk Delete

Component type

module

Categories

Maintenance status

Development status

Downloads

13811

Component created

Component changed

This module will delete any nodes of a certain node-type using the batch api. It is advised to use the Views Batch Operations module (VBO) for a small number of nodes. But if you have to delete 10.000 nodes this module might be a better option.

For a drush command there is Delete All

Warning: This module will permanently delete your nodes! We mean it!

Help Me

Component type

module

Maintenance status

Development status

Downloads

1687

Component created

Component changed

I still believe this was a good idea, but I cannot longer mantain this module the way I want. I'm looking for a new maintainer or co-maintainers.

This module is based on the Context help module but it is more simpler and lighter. It allows the admin to set help messages based on a path.

CLI Daemon

Component type

module

Maintenance status

Development status

Downloads

2593

Component created

Component changed

This module provides a really fast, secure and stable, lightweight CLI Daemon. This daemon exposes a simple hook in order for module to run actions using it.

Features

  • Clean usage of pcntl_* extension, with SIG handling.
  • Lightweight, it does bootstrap a Drupal in child processes in order to let modules benefits from hook_init(), hook_exit(), and a clean environment.
  • Is able to run job_queue jobs, and Drupal cron if no other module has been run.
  • Provide a Drush integration.
  • The CLI Daemon can be run and killed by site administrator from the Drupal administration.
  • Proceed implementing module list pragmatically, run the first found and dies after remembering where is its module pointer within the module list.