Textfield confirm

Component type

module

Categories

Maintenance status

Development status

Downloads

1533

Component created

Component changed

This is a developer module and provides no end-user functionality. Only install it if you are instructed to by another module, or wish to use the new form element(s) in your own code.

This module provides a form element that confirms two textfields are the same.

If the Elements module is installed, an email confirmation field is also added.

Web Services Helper

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Classes to ease the web services creation using OOP.

In short

If you are using an IDE like Netbeans this set of classes and interfaces will help you a lot in creating a web service and its resources. Netbeans, like other IDEs, will alert you if you forget to implement some necessary method and, with the code completion feature, in defining your resources. With the Drupal standard way, with arrays, you must keep in your head, or in a browser page, all the necessary array keys for each option you need to specify.

Queue UI Improved

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is an improved version (v3.x) of the Queue UI module.

WARNING: At this point you cannot use queue_ui and queue_ui_imp together.

Queue UI Improved module is not intended to be a replacement of Queue UI. It was developed to be a new major version of Queue UI so it uses the same namespace.

SalesForce pusher

Component type

module

Maintenance status

Development status

Downloads

699

Component created

Component changed

This module not for end-user. You should be able to change its code for pushing Your own data to SalesForce.

SalesForce is a powerfull online CRM system
This module aims to provide an easy way to push data from drupal to salesforce using its Bulk API functionality.

Currently implemented:

- users -> Contacts
- webforms -> Campaigns
- webforms submissions -> CampaignMembers

Work in progress:

TODO

Eloqua REST API

Component type

module

Maintenance status

Development status

Downloads

2407

Component created

Component changed

This is a Drupal extension that integrates Elomentary (a PHP library that facilitates communication with Eloqua's REST API) with Drupal. It does nothing on its own, other than make Elomentary available to Drupal and authenticate API calls with configurable credentials.

Install this module if you're using another module that depends on it (like those listed below under "Ecosystem"). You might also want to use this module if you're a developer looking to more deeply integrate Drupal and Eloqua.

Node Revision Cleanup

Component type

module

Maintenance status

Development status

Downloads

1135

Component created

Component changed

There are a couple really good modules out there for periodic revision maintenance and keeping node revisions in check, namely Node Revision Delete and Node Revision Restrict. These modules aim to make regular maintenance of your revisions easier to prevent revisions tables from growing too large. Stop here and try one of those projects if you have fewer than half a million rows in node_revision.

dataLayer

Component type

module

Maintenance status

Development status

Downloads

18483

Component created

Component changed

Get content/entity/user data from inside Drupal to the client-side/front-end.

Outputs various CMS page meta data (like content type, author uid, taxonomy terms), which can be used for all kinds of front-end features. This works for all entity types and is easy to extend with hooks.

D7: Use the 7.x-1.x-dev version.

Image Node Attach

Component type

module

Maintenance status

Development status

Downloads

1065

Component created

Component changed

Concept

There was a module in Drupal 6 Image Attach that are deprecated in Drupal 7. The Image Attach Migrate module resolved the issue of migration image attach nodes from Drupal 6 to Drupal 7. In Drupal 6, to add pictures to posts was using a combination of the image module with the image attach module. Now in Drupal 7 Imagecache and ImageField is incorporated into Drupal 7 core and renamed 'Image'.

ctools_helper

Component type

module

Maintenance status

Development status

Component created

Component changed

This sandbox project is an add-on module for the ctools project.

TLDR:
- This project allows you to move the ctools module's code around your Drupal installation without running into issues.
- Once this module is enabled any time the ctools code is moved all the caches around this will be automatically rebuilt.