Apachesolr Index Entities

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides options for indexing custom entities with Apache Solr. Thus search integration of your custom entities with Apachesolr is very easy after installed and configured to index your entities.

By default Apachesolr module provides options to index only node entity and it's bunldes i.e content types.

So this addon module will provide options to index all other entities like term, user and custom entities created using hook_entity_info().

Read Time

Component type

module

Categories

Maintenance status

Development status

Downloads

745

Component created

Component changed

Read Time displays the time it will take to read content on your site.

A pseudo-field is added to each content type that you can show or hide from the Manage Display page. You can also configure:

  • which fields are used to calculate the read time,
  • the average reading speed of your site's audience,
  • the format the read time is displayed in,
  • and additional information to display alongside the read time (such as a label).

Node Updater

Component type

module

Maintenance status

Development status

Component created

Component changed

Re-save or update nodes programmatically.

How to use

admin > content
Update selected nodes

admin > content > node-updater
Update by content types

* Note! this module may take heavy performance depending on nodes you have.
* Batch processing will be coming soon. this will solve above problem.

Note!

By updating with this module may skip some field's special events, like javascript value prefills or required validation.
So, use with caution.

HelpDeskr

Component type

module

Maintenance status

Development status

Component created

Component changed

Helpdesk Release 7.x-1.2 (July 29, 2015)

-- SUMMARY --

HelpDesk allows non-technical people to provide highly technical bug reports and supply that information to developers via email or Open Atrium 1.x. Essentially, HelpDesk is a "glue" module, adding some unique features to a set of existing modules working together.

-- DEPENDENCIES --

RedBubble

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a complete rip-off fork of the work done by mklinx for his Zazzle project (https://www.drupal.org/sandbox/mklynx/1203624) except that it feeds data off of a RedBubble account RSS feed instead of a Zazzle feed. It imports all products from your RedBubble store into a drupal database table and makes that data available via Views. From there you can display the products any way you wish.

HTTP Field Update

Component type

module

Maintenance status

Development status

Downloads

153

Component created

Component changed

HTTP Field Update (HFU) is an extremely lightweight module for updating entity fields via HTTP requests. This is not a RESTful implementation and is not intended to be one. Its aim is to provide a very simple and quick way to do bulk updates or have an external system make quick, simple updates to an entity.

What it does:

It's pretty simple, HFU provides the following endpoint:

/hfu/<entity type>/<entity id>

Commerce Payment Methods Field

Component type

module

Maintenance status

Development status

Component created

Component changed

A simple field that displays available payment options based on the current user's order. For use on checkout with the help of Commerce Checkout Field Group module that would allow the customer to select a payment gateway before the payment pane. An attempt is planned to set the default payment gateway on the user's order on save.

Reference value pair

Component type

module

Maintenance status

Development status

Downloads

2758

Component created

Component changed

The reference value pair combines an entity reference with a free text value field in one new field type.
Site builders often end up using field collection or entity reference modules when all they want to do is store a value and a reference (e.g. to a taxonomy term).
This module bundles the two things, a reference to some entity and a value together in one field. It can reference any entity, the value field is a simple text field.