Considered feature-complete by its maintainers.

Nodequeue Randomizer

The 'Nodequeue Randomizer' module extends the functionality of the Nodequeue module by supplying a method to have your queues be ran

Proxy

Proxy provides a simple HTTP proxy API. This is mostly an API module, meaning that unless you need it for development or another module, there is not much reason to download this module.

Installation and Setup

This module depends on the Chaos tools suite, so install that first. Otherwise, it's a normal Drupal module installation. This module does not work out of the box, because it uses a whitelist system for domains that the proxy can access. This greatly reduces the ability for the proxy to be abused, but it does mean you will have to update the whitelist settings after install (you can also turn off this feature if you want). Then set permissions appropriately.

API Basics

Core function is proxy(), which is basically a fancy wrapper around drupal_http_request().

  $params['request_uri'] = 'http://drupal.org';
  $content_object = proxy($params);

This module also provides a menu router item. This is helpful for cross-domain scripting. The following is an example path:

http://example.com/proxy?request=http://drupal.org

Features and Status

Login/Logout Destinations

Drupal dumps users who log out onto the home page, which is like throwing people out your door the moment they put on their hat.

Modal Frame CCK Editor

Overview

Opens edit forms for selected CCK fields or field groups in modal frames from the node view.

This module is pretty similar in concept as the Popups: Subedit module. However, it's based on the Modal Frame API, meaning the forms are rendered within iframes, therefore these forms do not alter the DOM of the parent page, and provide full support for advanced editing features such as WYSIWYG editors, File uploads, CCK buttons to add more items, Multigroups, etc.

Usage

Once the module has been installed, visit the settings form of the fields or field groups where you want to enable this feature. Here you can choose to reload the current page or just to refresh the target element after a successful edit operation.

When this feature is enabled, a small edit icon will be rendered on the top right corner of the target element, but only to users with the proper edit permissions. Clicking this icon will popup a modal frame with a node edit form that only shows the elements related to the corresponding target element.

Requirements

Developers

Brainstorm blogger update utility

Update system for brainstormblogger profile.
For now empty.
Intended for future releases of system and for brainstormbogger distribution usage tracking via drupal update utility.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only