This module unobtrusively adds additional checkboxes to the permissions form located at admin/user/permissions - the additional checkboxes provide a much friendlier interface for dealing with the hundreds of checkboxes that accumulate on the permissions page as roles and modules are added to a Drupal installation.
On a test Drupal site I set up with 6 user roles, 105 core and add-on modules enabled, 9 content types, and the content permissions module enabled, there were 138 distinct permissions and 828 individual checkboxes on the permissions page. To initially set up the permissions to something sane, it took me about 17 minutes. On my first attempt of using this module after fully developing it, after wiping and restoring the database from a back up, it took me around 5 minutes to set up the same permissions. The point is that this module will save you time, especially on large sites.
read more
About the Project
Block Queue is a module which is functionally quite similar to Nodequeue. It allows you to create multiple queues, add blocks to them, and order the blocks within the queue. Queues can have a maximum number of blocks, or be unlimited.
In addition to the administrative pages for adding, removing, and ordering blocks, each queue will be presented as a block.
Module allows to manually control block placement on a page by page basis while also reusing blocks in multiple lists.
Credits
Sponsored by The World Bank
This module interacts with the API from the hosting company VPS.NET.
Currently at this very early stage the module allows you to view your VPS information after entering your API key on the settings page.
This module allows users to submit incident reports from a Drupal site. It was designed with the emergency services / public safety workforces in mind, although it can easily be modified to accommodate whichever industry might be in need of such a content type.
The following scripts are tested and working on Debian (Tested on Ubuntu 8.04 Hardy and Ubuntu 8.1 intreped) systems where you are using a drupal system, or want to install a drupal system in a hopefully easy manner. MySQL and Postgresql are supported. The densite scripts creates virtual host configuration for apache2 and drupal-5.x and drupal-6.x sites (most testing is done with drupal-6.x), and also creates and enables a MySQL or PostgreSQL database. The script also secures your site by setting good permissions for your file folder and your settings.php file. Finally your crontab will be updated. I am working on making drupal-7.x work as well, but this is still 'work in progress'.
If you use any of the densite install commands then you will be prompted if you wish to download some default sql files. These dumps can only be used if apache2 can manage Clean URLs, because the dumps were saved when clean URLs were enabled. Otherwise you can just create your own with the drush sql dump, or mysqldump, or pg_dump or any other way, and place them in the densite/sql directoy.
If you don't want to use sql dumps files you must proceed with manual web install.
This module is only provide API for other modules.
Features
This module allows for other modules:
This module allows user to move content (nodes) to trashbin. It inserts "Move to trash" button on node edit page, for users who have permission to move this node to trash.
What is trashbin then ? It's for you to decide. This module was made as simple as possible, providing minimal interface on it's own, but serving as bridge module for other modules at the same time. It provides hook which is invoked when user presses "Move to trash" and confirms the action.
So without integration modules Trashbin can't do anything on it's own.
Currently it integrates with 2 modules: