i18n tokens

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Creates tokens for the i18n module. Currently sandboxed because it lacks many tokens. I created it as I needed a localized token of the content type name. Below is the list of tokens but if you want another please make a feature request and I will do it.

  • Localized content type name.

Color Extract

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Color Extract is a basic module to retrieve color information from an image and output it as a css3 linear gradient background. The output should probably be moved to the theme layer. The code also needs some cleaning up.
This sandbox has been requested at http://www.codeculture.nl/comment/146#comment-146

Color processing is partly done by the ColorJizz library: https://github.com/mikeemoo/ColorJizz-PHP

Persistent Menu Items

Component type

module

Maintenance status

Development status

Downloads

622

Component created

Component changed

This module allows a site administrator or user with the proper permissions to create menu items in the Drupal menu system that are not subjected to the usual access control checks that are applied when Drupal decides whether it is appropriate to display a menu item to a given user.

Views Block Exposed Filter Blocks

Component type

module

Maintenance status

Development status

Downloads

18898

Component created

Component changed

Views gives you the ability to create blocks for your page views' exposed filters, allowing you to place your exposed filters in arbitrary regions (via Core Block module, Context, or Panels).

If you've wanted the same capability for your block views, this is the module for you.

XHProf MySQL

Component type

module

Maintenance status

Development status

Component created

Component changed

A light module to log XHProf runs to the database for easy management.

This module logs the path and time for a generated run. Runs can also be compared so you can quickly find why one instance of a page loaded slower than another.

- View runs through the Drupal UI
- View extra information such as path and runtime
- Compare two runs easily