Evil

Component type

module

Maintenance status

Development status

Component created

Component changed

The evil module will try to be ran from your drush commands or Drupal bootstap code in ways you may not expect. It is designed to be used for penetration testing and debugging.

Ubercart CCK Checkout Pane

Component type

module

Maintenance status

Development status

Downloads

1245

Component created

Component changed

This module allows you to define CCK nodes as checkout/order panes in Ubercart.

This is useful if you want to collect additional information during the checkout process. For example, you may want a quick survey or require additional fields that apply to the entire order.

Salesforce Actions

Component type

module

Maintenance status

Development status

Component created

Component changed

UPDATE:

It's been seven months and I finally got my first comments about this module (in the wrong issue queue). As I am moving to a new job in 1.5 weeks, I will be losing access to Salesforce. I've also lost interest in maintaining this module if the approval process is this slow. If someone wants to pick it up, go for it.

Salesforce Actions is an add-on to the Salesforce Suite project.

This module will allow the creation of Advanced Actions to import or export Drupal objects to Salesforce.

jQuery ahm

Component type

module

Maintenance status

Development status

Downloads

1001

Component created

Component changed

Summary

jQuery-ahm is a light-weight jquery plugin that reduces ajax requests to one-line.

Features

jQuery-ahm is a replacement for $.ajax. With $.ajax, every ajax request needs a callback, resulting in a lot of javascript. $.ahm reduces javascript code by letting the response data define the actual callbacks.

  • Super light-weight: ~1KB minified
  • Reduces ajax requests to one-line (including ajax form validation)
  • No more custom callbacks for every ajax request
  • Lets back-end define post ajax callbacks (applied automagically)
  • Supports all jquery + custom callbacks in back-end code
  • Drop in replacement for $.ajax() (supports all $.ajax options)

Configuration

The module has an admin interface, where you can enable to always include the JavaScript file to the site.
Otherwise you can include it manually via a simple function callback:

<?php
drupal_add_library('ahm', 'ahm');
?>

RESTAuth

Component type

module

Maintenance status

Development status

Component created

Component changed

Integrates Drupal with the RESTAuth system.

RESTAuth is a shared user authentication system to avoid many different accounts and passwords for various systems in an organization. A central authentication server stores the user credentials and client systems (like Drupal) can authenticate users via a lightweight RESTful web service interface.

Take a look at the README.txt for installation instructions.

Bookmark Organizer

Component type

module

Categories

Maintenance status

Development status

Downloads

6319

Component created

Component changed

Bookmark Organizer extends Flag module by providing functionality to

  • arrange bookmarks by drag and drop them
  • create folders and place bookmarks into them
  • rename bookmarks and folders
  • show previews about bookmarks and contents of a folder
  • publish bookmarks stored in a folder to others

Bookmarks are always user related. However, a user who has access to 'administer users' can edit other users' bookmarks as well.

Dependencies

Required

Ubercart Authorize.Net SIM/DPM Payment Methods

Component type

module

Maintenance status

Development status

Downloads

4242

Component created

Component changed

The Ubercart Authorize.Net SIM/DPM Payment Methods module provides two additional payment methods to Ubercart for users of the Authorize.Net payment processing service. These methods are alternatives to the bundled AIM payment method for users who wish to reduce PCI compliance responsibilities for their Ubercart server, as they outsource all cardholder data handling to Authorize.Net and are thus consistent with PCI DSS SAQ A (in SIM mode) or SAQ A-EP (in DPM mode). They may also be useful for those whose Drupal hosting arrangement makes it difficult to secure their site via SSL.