ChartGeneration

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module facilitates the following things: -
1) Importing Data from .xls file to Database.
2) store the data of individual sheets found in the .xls file as separate node contents.
3) Fetch the data from the database and convert it to json format.
4) Send the data to google through google chart API and draw the graphs.

Custom Date Format Examples

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a basic Drupal 7 example module of leveraging custom date formats via a module with drupal. These formats can then be used for Views, nodes, theming and more. This has come in really handy for some client projects over the past months so I thought I would share this. I have no plans to release this as a full module, it will just stay here in a sandbox.

Auto Weight

Component type

module

Categories

Maintenance status

Development status

Downloads

1653

Component created

Component changed

The weighting system for sorting some items like menus and taxonomy terms is completely arbitrary when often the items in these lists are not.

For example, assigning section and subsection numbers to taxonomy terms as fields gives the terms an inherent order, but they are sorted alphabetically by default. There is no way to change the weights of the terms to mimic their inherent value...until now!

Mirror As You Link

Component type

module

Categories

Maintenance status

Development status

Downloads

684

Component created

Component changed

Mirror As You Link (MAYL) addresses one of the most persistent problems on the Internet: content frequently disappears, seemingly at random. This can happen for a variety of reasons, from distributed denial of service (DDoS) attacks and state-sponsored censorship, to the more mundane yet all-too-common cases of server failure, “Slashdotted” websites, and intentional revisions by the content owner.

SCAR

Component type

module

Maintenance status

Development status

Component created

Component changed

Base module and submodules.

The name, SCAR, could stand for System Control &/by Access Rules, or as an acronym for System Access Control Rules, or... actually, after having spent over 4 days cooking my brains, searching for a good module name that would reflect what the module does, and seen that every good candidate name was already taken:

Page Throbber

Component type

module

Maintenance status

Development status

Downloads

3067

Component created

Component changed

Page Throbber is a simple utility module which lets the site developer display a spinning "throbber" and a custom message to display when loading up pages which they know will be slow too load.

The admin interface allows for any number of custom link paths to be listed in similar fashion to how block visibility is defined.

This module was developed by LiquidCMS and funded by Genivar Inc.

Sitewide Alert Message

Component type

module

Maintenance status

Development status

Downloads

1768

Component created

Component changed

This module provides functionality to display urgent message to all users. Originally was created for the project with a lot of Ajax when user can stay on the same page for significant period.

This is a simple tool which uses periodic polling from client side within small dedicated

Multiple Value Widget

Component type

module

Maintenance status

Development status

Downloads

7523

Component created

Component changed

Drupal utilizes draggable tables to handle multiple value forms. It's quite convenient for most simple field types. However, for complex field types such form can be cumbersome. For example, the widget for Image field type can contain a preview of a file, an upload button, a text field for title and alt attributes. Sometimes you have a lot of images to be uploaded and the form takes up a lot of space.