Webform Submissions ACL

Component type

module

Maintenance status

Development status

Downloads

2220

Component created

Component changed

Grant individual users access to the results of specific webforms.

Adds a tab to each webform "edit section" that allows you to add users that should be able to access the results of a webform, but not adjust the form itself.

Users who are granted access this way then don't see the "edit" tab on the webform but only the "results" tab. They can then view results, download them, ...

Delta

Component type

module

Maintenance status

Development status

Downloads

288204

Component created

Component changed

What is Delta?

Delta allows you, via the Context module to make duplicates of your theme settings for any context on your site. This gives you the ability for alternative layouts as a reaction in Context... </awesomesauce>

Subsites

Component type

module

Maintenance status

Development status

Downloads

5757

Component created

Component changed

Subsites are a part of your website that can have its own menu, theme, custom CSS or anything else you want.

Subsites can be defined in a few manners:

  • Marking individual nodes as belonging to the subsite.
  • All pages in the subsite menu belong to the section.
  • Defining paths that belong to a the section. This is done in the same way block visibility works. So you can use PHP too!

Subsites can have:

Security Review

Component type

module

Maintenance status

Development status

Downloads

352434

Component created

Component changed

The Security Review module automates testing for many of the easy-to-make mistakes that render your site insecure.

Taxonomy single tag

Component type

module

Categories

Maintenance status

Development status

Downloads

5587

Component created

Component changed

Taxonomy Single Tag improves core's taxonomy autocomplete by allowing commas to be used as part of the taxonomy term. To do this, TST limits autocomplete taxonomy fields to a single term.

Why such a module might be necessary is explained at Taxonomy autocomplete without multiple select:

Drush Multi (drush_multi)

Component type

module

Maintenance status

Development status

Component created

Component changed

I use the following symbolic links structure on our servers and wrote a bash script for handling Drupal updates years ago.

Within this structure and this drush command, it is now possible to do that via drush.

Here is the very specific structure this command deals with for multi-drupalupdate and multi-create:

drupal/
|-- 6.x -> drupal-6.14
|-- 6.x_backup
|-- 6.x_profiles
|-- 6.x_sites
|   |-- all   
|   |-- default
|   |-- example.com
|   |   |-- files
|   |   |-- modules
|   |   `-- themes
|   `-- sub.example.com 
|       |-- files
|       |-- modules
|       `-- themes 
`-- drupal-6.14
    |-- includes
    |-- misc
    |-- modules
    |-- profiles -> ../6.x_profiles
    |-- scripts
    `-- sites  -> ../6.x_sites

Commands

drush multi-drupalupdate
Updates the installation if there is a new minor release available and preserves all detected symlinks, like sites and profiles above
drush multi-create
Creates a Drupal multisite installation, supports usage of drush_make makefiles
drush multi-site
Creates a site within the installation
drush multi-status
An extended drush core status
drush multi-exec
Removed: Execute a drush command on all sites (batch mode)
@see #652778: Similar functionality is in drush core 3.x
drush multi-sql-dump
An extended sql dump
drush multi-nagios
Moved and will be removed soon: Command for use as nagios plugin to monitor Drupal sites and Drupal installations with exit status and status message.
You can find the isolatated nagios functionality at Drush Nagios (drush_nagios).

Multi-path autocomplete

Component type

module

Maintenance status

Development status

Downloads

31286

Component created

Component changed

Multi-path autocomplete (formely known as Menu path autocomplete) changes some input field for entering paths to an autocomplete text field so users do not need to know the internal system path but simply can enter the title of the page to link to.