MNN Daily Reservation Chart (Old)

Component type

module

Maintenance status

Development status

Component created

Component changed

THIS HAS BEEN REPLACED GO TO HERE:
https://drupal.org/project/mnn_daily_reservation_chart

This project was developed from Manhattan Neighborhood Network to give an interface to view a days worth of resource reservations for an inventory and allow reservations to be added and edited by clicking on the cells in the chart.

CM MNN Util (Old)

Component type

module

Maintenance status

Development status

Component created

Component changed

THIS HAS BEEN REPLACED GO TO HERE:
https://drupal.org/project/cm_mnn_util

This project was developed from Manhattan Neighborhood Network and contains a large handful of sub-modules that were used for various small user interface tweaks and functionality additions. The modules should probably serve as an example, rather than actual modules to enable on your site.

Gender Avatar

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a module to help simplify the ability for creating a gender based avatar. It's purpose is to allow some flexibility but still hold your hand if you do not have the skills to code or build rules. While this option is very flexible it is based on the 3 option gender belief of Male, Female, and Unspecified. While the default options may become variable via the capabilities of this module, it intends to satisfy the needs of the majority of users.

Charts RGraph

Component type

module

Maintenance status

Development status

Downloads

1864

Component created

Component changed

Module to integrate RGraph HTML5 charts library.

RGraph is a canvas and JavaScript based charts library built for web charts.
RGraph is now dual licensed: GPLv2 or you can get a commercial licence for a small fee if GPLv2 does not work for you.

Gravatar favicon

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Gravatar favicon module lets you use your Gravatar image as shortcut icon, or 'favicon'.

Go to Administer -> Appearance -> Settings -> Current theme (/admin/appearance/settings) to configure options.
Gravatar icon options

Enabling "Extra meta tags", additional sizes and apple touch tags for favicon are added which are used whle bookmarking or adding shortcut to homescreen on iOS/Android devices giving your sites shortcut nice icon instead of generic one.

Facet link formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

1547

Component created

Component changed

This module provides a new formatter for Entityreference and Taxonomy fields.

#D8: For Drupal 8 use Entity reference facet link

Display entities (or taxonomy terms) as links to a list of contents with facets.

The classic beahviour is that taxonony terms fields, or entityreference fields,
are displayed as links to entity:

Smart preprocess

Component type

module

Maintenance status

Development status

Component created

Component changed

When conditional CSS and JS is added to a page, this can cause a frequent number of cache rebuilds based on calls to drupal_build_css_cache and drupal_build_js_cache. This module forces conditional files to not be aggregated.

Variable history

Component type

module

Maintenance status

Development status

Component created

Component changed

Using variable_set() is a very expensive operation that can cause cache stampedes and other horrible side effects for performance. This module simply adds a timestamp column to the variables table to track down which variables are changing.