XML parser

Component type

module

Maintenance status

Development status

Downloads

3919

Component created

Component changed

This module is a small utility we created while working on www.defaqto.com to allow us to easily parse non-standard XML documents (the sort we were getting) in to a PHP array so we could then manipulate the data more easily.

Thanks to tayzlor for laying the ground-work for this module (discovering the class, etc.) - I just wrapped it in some PHP functions to make it more usable within Drupal.

Splash Page Redirect

Component type

module

Maintenance status

Development status

Downloads

796

Component created

Component changed

This module's singular purpose is to redirect users immediately from a splash page (before they see it) when they don't need to see it anymore. It is a pretty small amount of code but I needed to use it on lots of sites. It is designed to work with javascript so the splash page can be fully cached without breaking any functionality. Do not use this module to create splash pages, you might want to use Front Page or Splash for that.

Views default argument from Context

Component type

module

Categories

Maintenance status

Development status

Downloads

7322

Component created

Component changed

This module allows a default value for a view argument to be specified based on a piece of contextual data set through the Context module's context_set function. When configuring the default argument, you specify the context namespace and the attribute name, and the value is pulled automatically. This is particularly useful for getting information to Views blocks. This is far less hackish than specifying path arguments via arg().

CCK Password Field

Component type

module

Maintenance status

Development status

Downloads

3531

Component created

Component changed

Module by hefox.

CCK Password field defines a basic CCK password field.

Widgets include the a normal password textfield and a drupal password confirm.

Passwords can be stored as text or md5 (hashed) by default, and md5+ salt if salt module is installed (a hook is supplied to expand on available options).

Hashed passwords that have been set are not retrievable as their original value as they have been hashed.

Passwords fields that have been set will have a delete check box.

Sexy Exposed

Component type

module

Maintenance status

Development status

Downloads

7432

Component created

Component changed

This module makes any views exposed filter's select list sexy using the jQuery Dropdown Check List plugin.

After installing this module, you will get a new checkbox on your view's exposed filter settings form called 'Make it sexy'.
By ticking it your exposed filter will be pimped up by some hot javascript magic thanks to jQuery Dropdown Check List.

AJAX Cache

Component type

module

Maintenance status

Development status

Downloads

1685

Component created

Component changed

AJAX Cache acts much like imagecache by generating the result of a request on demand and storing it on the filesystem for later reuse. This is useful if you are trying to scale a site that makes many dynamic ajax calls. AJAX cache saves results directly to the files so the web server can serve them directly, rather then bootstrapping Drupal.

AJAX Cache will do nothing by itself. Supporting code must call it.

How to use

First you define the presets you are going to use like this:

JIRA Connect

Component type

module

Maintenance status

Development status

Downloads

2131

Component created

Component changed

Module to integrate JIRA as an authentication backend for Drupal. This module supports fallback to local database user authentication when JIRA auth was unsuccessful.

To use this module, visit Administer » Site Settings » JIRA Connect and set the base url of your JIRA installation.

lc

Component type

module

Categories

Maintenance status

Development status

Downloads

930

Component created

Component changed

This micro-module does one thing and one thing only - it provides the lc function which is a drop in replacement for the l function. The l function formats a link, the lc function does the exact same thing except that it is context aware - meaning that no link will be printed if target location does not exist or if the user does not have permission to access it. It basically makes links act like menu items.