Inline Form Errors Drupal 7 fixes

Component type

module

Maintenance status

Development status

Component created

Component changed

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

Component type

module

Maintenance status

Development status

Downloads

665

Component created

Component changed

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

Component type

module

Categories

Maintenance status

Development status

Downloads

257

Component created

Component changed

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

Component type

module

Categories

Maintenance status

Development status

Downloads

2611

Component created

Component changed

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.

Well done filter

Component type

module

Maintenance status

Development status

Component created

Component changed

Fast and easy Tasklists / TODO Lists!

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 Autocomplete

Component type

module

Categories

Maintenance status

Development status

Downloads

35208

Component created

Component changed

Entity Auto Complete provides:

  • autocompete_paths for all entity types that define a label
  • "entity_autocomplete" form element

Autocomplete paths

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

Component type

module

Maintenance status

Development status

Downloads

21394

Component created

Component changed

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.

User Data Connector

Component type

module

Maintenance status

Development status

Downloads

1387

Component created

Component changed

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.