Watchdog Ignore

Component type

module

Categories

Component created

Component changed

I am repeatedly coming across products where either databases are overflowing with watchdog logs. This module allows you to enable different levels of Watchdog error reporting. I wrote the module about a year ago as a test module to prove the concept. I think that it is about time that I dug it out and tidied it up before contributing it.

simpleadmin

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Basic content administration module that provides tables similar to admin/content/node, but with a different user permission.
Also it provides a local task by content type, which is easier for end-user/client to use than the admin/content form.

(better description & screenshot to come)

bugtracker

Component type

module

Maintenance status

Development status

Component created

Component changed

The Bugtracker module is a simple tool to log issues during the developement process of a website. It has his own data scheme so it will not interfere with any other modules neither appear in node management or search engine.

  • Bugs can be logged, viewed, commented, deleted, and updated.
  • Each bug can be associated with a priority level and a type of bug. Updates are logged to see the progression of the bug.
  • A list of emails can be set to recieve a notification each time a new bug is logged.

Batch Operations

Component type

module

Maintenance status

Development status

Component created

Component changed

This Module Processes Mass Operations in batches(batch_set()) and takes php code and executes it number of times you want it to.

I hope this module will help Develpoers in some or another way.

One can run similar code for multiple times without getting "memory limit exceeded" or "mysql server gone away" error.
Currently you can run cron for number of times you want by typing
drupal_cron_run(); in Code to execute: field and putting number of times you want to run Cron.

Roleset

Component type

module

Maintenance status

Development status

Component created

Component changed

Warning: Under construction!

This module will allow roles to be grouped into sets and dynamically assigned to users per page load.

This module operates by generalizing the concept behind Organic Groups User Roles, and is intended to provide all the advantages of dynamic role assignment and separation between access control logic and friendly access administration.

Duo Two-Factor Authentication

Component type

module

Maintenance status

Development status

Downloads

11419

Component created

Component changed

What is Duo?

Duo is the simplest and safest way to secure any Internet login or transaction. Duo leverages consumers’ existing mobile devices for strong, usable, risk-adaptive two-factor authentication, backed by a secure cloud-hosted service.

This Drupal module adds Duo Security's two-factor authentication to your Drupal 6.x/7.x site.

Menu Builder Batch

Component type

module

Maintenance status

Development status

Component created

Component changed

This module uses the batch API for building the Drupal menu routers and links.

It provides a link for building the menu without need to process the modules page.

It also overwrites the submission of the form found in the admin/build/modules page.

Rather than processing everything at once, the menu is built apart from theme registry and such things.

This is really useful if you can't increase your PHP memory limit.

So, if your project has a lot of menu callbacks, you usually get a memory overflow when you try to build the menu.

Bypass Requirements

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module creates a new permission for each content type:
bypass requirements for X nodes

For a user with that permission, when editing an old node of that type, no fields will be required.

The content type we use changes from time to time. We often add new required fields. Meanwhile, our system administrators sometimes have to go and correct old data. When they do this, the data for the new required fields is not available, but they can't save the form because the new fields are required.