Maintainers strive to actively monitor issues and respond in a timely manner.

Role execution time limit

Summary

Role execution time limit is a small module that allow you to set PHP max execution time per role and command line usage(drush).

Cookiewall

DESCRIPTION:

Another way of dealing with the EU cookielaw.

This module provides a 'all or nothing' approach dealing with cookies. On a first-time visit, the visitor will get a splash screen asking to allow cookies. All other cookies for the site will get deleted. If the visitor accepts, a cookie will be set to remember the setting for one year. From there on, the site will function normally.

The problem with other drupal cookie modules like listed below (see related modules), is they don't really prevent cookies from being set until you accept, which is necessary for the Dutch version of the cookielaw, which is more strict than the European version. This is especially true for sites which use a lot of social media integration or media embeds (e.g. youtube). It would be very time-consuming to display such a site without all this content when a visitor chooses not to accept cookies. That's why many Dutch sites have implemented this somewhat crude 'cookiewall' solution asking the visitor to accept all cookies or they won't be able to see the site.

RELATED MODULES:

INSTALLATION:

  • Enable module

Watchdog Array

Allows for passing an array to the watchdog command.

Popup forms

Note: please use dev version, 7.x-1.x release was made by mistake. API of this module is unstable, it can and will change in the future. We will issue a stable release after we finalize the API.

About

This module provides an easy way for developers to display any Drupal form in a popup (through jQuery UI dialog).
Note: this module does nothing itself and only provides API for module or theme developers.
There are plenty of modules that display something in popups, the most popular of them is Popup (for Drupal 7). The main difference from this kind of modules is that Popup forms does one thing (and does it well): it opens form in a popup.

This module was developed by Code Your Dream.

Features

  • The module uses jQuery UI dialog.
  • Works well with multi-step forms. Just don't add "Next" button id to 'close_buttons' array to keep popup open.
  • Can open https forms from non-secure page and vice-versa.
  • Loads form in an iFrame (no problems with form validation or AJAX-driven forms).
  • Allows you to pass various parameters to the form callback.
  • Gives you access to the $form_state from Javascript after the form is submitted successfully.
  • Graceful degradation to non-ajax variant.

Requirements

Commerce Merchant Warrior

Merchant Warrior is an Australian payment gateway. This module integrates their credit card processing API with Drupal Commerce.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained