Lon

Component type

module

Maintenance status

Development status

Component created

Component changed

The Lon module for Drupal is a way to grab energy and environmental related data from building automation systems which use the Lon protocol and use that data in the context of Drupal.

Like the BACnet module for Drupal, Lon "e-boards" is an energy management tool, allowing easy real-time monitoring of energy related data across a team within an intranet or other Drupal website.

HTTPS Node

Component type

module

Maintenance status

Development status

Downloads

1147

Component created

Component changed

Allows to configure node view page to redirected to HTTPS.

Valid Usecases

  1. Site with set of webform nodes in random URLs and some of the forms (that collects user sensitive details) should be served in HTTPS -
  2. Serve a basic page/ article with 3rd party content(which is served with HTTPS)



Ajax Timeline

Component type

module

Maintenance status

Development status

Downloads

3949

Component created

Component changed

Overview:

Ajax Timeline allows for a responsive vertical timeline created as a block from any content-type of your choice. Dates can be determined from node creation date or from a date field on the entity.

This module is meant to be an out-of-the-box, simple to use alternative to creating customized views with attached filters or custom formats. If looking for a more extendible solution, see Simple Timeline

Features:

Registry Autoload

Component type

module

Categories

Maintenance status

Development status

Downloads

74853

Component created

Component changed

Simple module to add PSR-0 and PSR-4 support to the Drupal 7 Core registry.

Motivation

The registry autoload module fills a gap between Drupal 7 and Drupal 8.

Drupal 8 has been using namespaced classes, but relies on the composer autoloader. Drupal 7 has the code registry for autoloading, but does not support namespaced files.

While the core registry would be enough to autoload namespaced files in Drupal 7, Drupal 7 does not support the namespace PHP tag as it did not exist when Drupal 7 was created.

BU Templates - Browser Update Templates

Component type

module

Maintenance status

Development status

Component created

Component changed

Browser Update Templates module integrates with Browser update module.

This module provides a way to create a specifc page to warn about the "outdated" browsers by using a template file.

More info about Browser Update module here.

Date Serial

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Just a tool for PHP corders.

Auto ID

A Drupal module for generating datetime-based serial numbers, for example SALES201502280001.

Usage

Install the module, Then you can find configuration link in admin/config.

You can define new schema in the config page.

At last , you can use DateSerial::newSerial($module_name, $prefix) in your PHP code to generate a new serial number.