Mail Template

Component type

module

Categories

Maintenance status

Development status

Downloads

5006

Component created

Component changed

Mail Template is intended to be a platform for emailing needs in drupal, like:

* simple emails - posibility to send simple emails to some recipients
* automailing (autoresponder) - based on rules
* email marketing - also based on rules
* custom use based on api
* other modules integrations

It will use mimemail for building & send emails

Thanks to Previewable email templates module. It was used as a starting point.

Send Email to OG Roles

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This module extends rules by adding an action which allows any new node created in a group (or workflow change) to send notices to specific roles of that group. Additionally, two new tokens have been added [node:groups] and [node:group_names].

Data Services

Component type

module

Maintenance status

Development status

Downloads

345

Component created

Component changed

Data Services allows administrators to very quickly and easily expose any table in the current database as a Service. Tables can be queried for information via a simple syntax.

To list all data:
/my-endpoint/my_db_table.json

To search for data by the table's primary key:
/my-endpoint/my_db_table/38.json

To search for data using explicit field values:
/my-endpoint/my_db_table/field1:39,field2:something,field3:778899.json

OG Roles Email and Tokens

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This module extends rules by adding an action which allows any new node created in a group (or workflow change) to send notices to specific roles of that group. Additionally, two new tokens have been added [node:groups] and [node:group_names]. This module is good-to-go out of the box -- no specific configuration is required (one option -- see below). Just activate!

Workflow entity and State field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

D7 work on workflow module

I think this way we should go with workflow in D7:
1) Workflow is entity
2) State is field
3) Core actions, triggers integration
3) State formatter is configurable for displaying within entity view states
4) Access to none-workflow entity to view/change could be optional
5) Rules, views integration

Freebase API [DEPRECATED]

Component type

module

Categories

Maintenance status

Development status

Downloads

417

Component created

Component changed

Utility to make requests from the Freebase API.

[2014-02] Deprecated : DO NOT USE - the project was renamed to FreebaseAPI and Drupal7 work is in another place now.

CCK schema importer

Component type

module

Maintenance status

Development status

Component created

Component changed

This utility module helps you import a Content Type Definition (Node Type) from a number of sources.

It is not a CCK Data importer - it imports data schemas

It provides a UI for schema selection, and an extended content type all-in-one edit form for reviewing and tuning the imported schema before content type creation.

Screenshot of full size UI

Schema sources are provided as hooks, so schemas of various types may be translated to the CCK-native version.
@see HOOK_cck_importer_services()

MSWord Rejection

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

Attempts to determine if newly saved content contains an indication that it has been pasted from Microsoft Word. Implemented as a Rule to allow an admin to take further action.