Entity Export

Component type

module

Maintenance status

Development status

Component created

Component changed

** In short, this module exports any entity object (the contents, not the structures) into JSON string, which can be used for import if the same entity type exists on the target site**

I just want to start by saying that I'm extremely new to drupal development. Maybe I have implemented a module with duplicated functionalities, but I wrote it after researching many alternatives (such as the Migrate or the data_export modules) which all failed to meet my need, and I do believe it's a somewhat common need that an actual module would benefit the community.

Field Based Subscriptions

Component type

module

Categories

Maintenance status

Development status

Downloads

405

Component created

Component changed

Provides an API that allows you to take actions when new content is added, either immediately or in a digest format.

Use Case

Lets say you have a node type 'article' with a field 'field_article_type'. It is a text list field with three options (news, blog, press_release). This module allows you to create an hourly/daily/weekly subscription of article nodes with a field values of "news".

Here is the way it works:

Field Collection Steps

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module takes content types with field collection fields using the "hidden" widget, and guides a content editor through each field collection form in order, creating a multi-step content entry process.

This is currently an early proof-of-concept built for a very specific use case. I'd like to make it more generally useful, so if you have different use cases, don't hesitate to open feature requests.

Field Importance

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows site administers to arbitrarily score/ rank fields on a per entity instance basis. The total score for the submitted entity is calculated from each field score where a value has been entered. Fields with multiple values can attribute different scores per value. Further this module provides a very basic field formatter which can be used to compare entity scores out of a predefined set total.

Nodeinfo

Component type

module

Maintenance status

Development status

Component created

Component changed

Information
Nodeinfo displays information about the currently viewed node in Drupal messages area.

Nodeinfo allows users to see easily the following information:
- node ID (NID) with easy copy-paste of node/id url
- node type (content type)
- last updated date and time
- last updated author (D7 only)
- published status
- promoted to front page status
- sticky status
- Domain access publishing status (D7 only)

Harmony Core

Component type

module

Categories

Maintenance status

Development status

Downloads

5178

Component created

Component changed

Core functionality for the Harmony forum distribution.

This will provide the basic entities (Threads & posts), access controls, listing views and other fun stuff required to make a full featured forum.

Features, integrations and components

Can be found here:
https://drupal.org/node/2233303

Initial discussion here:
https://groups.drupal.org/node/314178