Field Collection AJAX

Component type

module

Categories

Maintenance status

Development status

Downloads

1278

Component created

Component changed

The Field Collection AJAX widget is an alternative entry widget for field collections.

Instead of having every field collection entity directly editable, they are viewed in a table. There are AJAX-enabled buttons to edit each one, and a button to add another one; they are all edited in the same area beneath the table.

The table becomes much more readable, and managing multiple field collections attached to an entity becomes more maintainable.

@TODO: Need help writing a better description.
@TODO: Need screenshots.

Webform Credit Card

Component type

module

Maintenance status

Development status

Component created

Component changed

Allow you to enter Credit card details into a web form, once the form has been validated, the credit card is processed as part of form validation, on succesfull transaction, the form is submitted

Workbench Path Revision

Component type

module

Maintenance status

Development status

Downloads

1860

Component created

Component changed

Overview

Provides versioning of path aliases.

Requirements

Installation and configuration

  1. Unpack and move directory "workbench_path_revision" to your modules directory.
  2. Download dependencies.
  3. Enable Workbench Path Revision (workbench_path_revision) module.

Hook Post Action

Component type

module

Categories

Maintenance status

Development status

Downloads

15304

Component created

Component changed

You don't need this module unless you're either a developer or another module you're using depends on it.

Currently Drupal core does not offer any hook to do actions after a node/entity is insered/updated/deleted in Database.
So this module introduces several new Drupal hooks to overcome this limitation
- hook_entity_postsave
- hook_entity_postinsert
- hook_entity_postupdate
- hook_entity_postdelete
- hook_node_postsave
- hook_node_postinsert
- hook_node_postupdate
- hook_node_postdelete

Media MediaCore

Component type

module

Maintenance status

Development status

Component created

Component changed

Media MediaCore

Introduction

Current Maintainers:

Media MediaCore adds MediaCore as a supported media provider.

Requirements

Media MediaCore has one dependency.

  • Media Internet - A submodule of the Media module.

Installation

Media MediaCore can be installed via the standard Drupal installation process.

Pageflow

Component type

module

Maintenance status

Development status

Downloads

991

Component created

Component changed

Pageflow is for single page website development. Pageflow provides an easy to use administration UI for creating theme agnostic single page workflows.

Pageflows are fieldable entities which allow integration with Domain Access.

Event Entity

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds special entity for handling events. Event deserve to be a separate entity. Every event have the following set of properties:

  • Host entity (node)
  • Place (taxonomy term)
  • Author
  • Comment
  • Status

And sue each event has a date field.

By using extra modules that are included in the package you can add Sign up functionallity, so each event will have attendees.

Entity Soft Delete

Component type

module

Categories

Maintenance status

Development status

Downloads

1821

Component created

Component changed

Provides soft-deletion/trash bin functionality for Drupal. Content (node/comments/taxonomies/etc) is "soft-deleted" instead of deleted outright, and can be retained for a configurable span of time before being permanently purged. All this is opaque to end-users as all soft-deleted content is pervasively hidden from them, but administrators can access and restore soft-deleted content when necessary.

Editor Notes

Component type

module

Maintenance status

Development status

Downloads

3142

Component created

Component changed

About

The module improves administration/editorial usability and provides configurable "Editor Notes" field, which can be added to any Drupal entity.

In general concept of "Editor Notes" is similar to "Comments". The main difference is that "Editor Notes" are for editors and admins rather than for end users.