Context Acquia

Component type

module

Maintenance status

Development status

Downloads

617

Component created

Component changed

Provides a Context condition for Acquia server environment variables.

This means you can react to whether the current instance of your site is local dev, or Acquia dev/stage/production.

This module works by wrapping the code provided by Acquia at https://docs.acquia.com/cloud/configure/env-variable in a Context condition in the simplest way possible, it's very lightweight.

Feeds Ultimate cron

Component type

module

Categories

Maintenance status

Development status

Downloads

1199

Component created

Component changed

This module adds cron jobs for all feed importers using ultimate_cron module API.

Feeds ultimate cron is useful to import huge amount of data using Feeds module as import processor and Ultimate cron as scheduler.

Dependencies

Feeds
Ultimate cron

2.X

The 2.x version of this module integrates with the latest rendition of Ultimate Cron (2.x). No additional features have been implemented with this version.

js path

Component type

module

Maintenance status

Development status

Component created

Component changed

JS path enhances any theme by allowing the front-end developer the opportunity to automatically include and cache javascript into pages and forms by js file naming conventions.

Example #1: If you desire to use jQuery (included in your theme) to add input tag events to a content type edit form with the <form id="post-node-form"> then you save your js file as "js/forms/post_node_form.js" within your current theme's folder.

Views Expose Tables

Component type

module

Categories

Maintenance status

Development status

Downloads

2684

Component created

Component changed

Exposes Drupal DB tables to Views

This is a simple module which does one thing: provides an admin page for site-builders to choose which tables in a site's Drupal DB to expose to Views.

The module then loads all the fields for each chosen table and detects the data type of the field and sets appropriate views field, sort, filter, and argument filters (for example numeric, string, date, or "default").

It also looks for a primary key of the table and if one is found it sets it as the base field for a views base table and makes the table accessible to views.

Block Status

Component type

module

Maintenance status

Development status

Downloads

611

Component created

Component changed

This module adds a status-flag to blocks. Using this flag it is possible to specify whether a block should be published or not. Users with the appropriate permission may access unpublished blocks.