DB2 Driver
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Drupal 6 Driver for IBM DB2 DataServer. This Driver provides an interface to IBM DB2 DataServer Version 9.7 and above.
Drupal 6 Driver for IBM DB2 DataServer. This Driver provides an interface to IBM DB2 DataServer Version 9.7 and above.
This is essentially a fork of Inline Form Errors (IFE) for Drupal 7, with the intention of developing a near-enough bug-free version ready for production sites running Drupal 7. Or something like that. This sandbox is intended for use by developers at ComputerMinds to work together on this, as a contribution to the real Inline Form Errors module - we don't really want to fork that module for own purposes! We'll probably build towards some patches that will be submitted to IFE's issue queue.
Instructions for getting IFE set up -
Webhooks are "user-defined HTTP callbacks". They are usually triggered by some event, such as pushing code to a repository or a comment being posted to a blog. When that event occurs, the source site makes an HTTP request to the URI configured for the webhook.
– https://en.wikipedia.org/wiki/Webhook
This module acts as both a Webhook dispatcher and a Webhook receiver.
Signup Node Spawn allows you to automate the copy-based creation of new signup nodes based on existing nodes. If you turn spawning on for a signup node, when signups close, a new copy of the node will be created, including the spawn settings. Spawning will be turned off on the original. This allows for continuous ongoing creation of signup nodes when seating limits close. You can turn off spawning at any time.
Field Boxes proves a box type (see Boxes that allows for any field on any entity to be presented a a block).
One can choose the field, the entity and the view mode. (One can also choose the current page as on option.)
This project is sponsored by Phase2 Technology.
turn fapi elements into objects.
Converts a textual tasks list with a set state symbol (Done / To do) to a beautiful checkbox lists display in output.
For example:
# Wash the dishes
- Take a shower
-{ Play with the kids outside, for example
Football
or Soccer}
Will become a nicely styled list with a checked first icon, an unchecked second and an unchecked multiline third icon.
Entity Auto Complete provides:
The path is:entity-autocomplete/%entity_type
To restrict by bundle use:entity-autocomplete/bundle/%entity_type/%bundles
where bundles is a '+' separated list of bundles.
Each item is returned as
VALUEOFLABELFIELD [id:ENTITYID]
Context Field provides a mechanism to automatically create and associate a context to an entity. For example you can have every node of a certain content type have its own specific context. Inline editing is provided through Context UI.
The User Data Connector module allows you to perform user authentication and obtaining information about users from a Drupal-external PHP script using a simple and compact API. It is especially useful if your script environment (session, error callback, exception callback, shutdown function, defined variables, defined functions) must not be changed, as it would happen if you bootstrap Drupal and use its functions and classes.