Required API

Component type

module

Categories

Maintenance status

Development status

Downloads

1132

Component created

Component changed

Overview

Only for DRUPAL 8

This is an API module, so it doesn't provide any end-user features. Once enable, replace the whole Widget system to add the required functionality as a new subsystem based in a pluggable API.

Some modules such as required_by_role, takes advantage of this module poviding new ways to work out the required property per field instance basis.

Search API devel

Component type

module

Categories

Maintenance status

Development status

Downloads

1175

Component created

Component changed

Provides some functions for development with search api.
Search api devel node reindex
Features:

  • Reindex entity manually
  • Remove entity from indexes manually
  • View info about how entity stored in indexes
  • Drush commands

Kinds of entities, which are supported:

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

maillist

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a very lightweight module to allow the administrator to export a .CSV Comma Seperated Values containing all registered users email addresses.
This could be usefull if you want to import all addresses into your mail client for mailinglist purposes. Admin just has to visit mysite.com/maillist and is then given a full list of all email addresses and is given the chance to download the .csv file.

Block IP Session

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module requires users to access the site from an IP on a whitelist in order to maintain a session. Users not on a whitelisted IP can not login and existing sessions will be killed.

This is useful when a site should only allow a small content team to login from a know location (like the office and company VPN). This module is only useful for site where end users never login, such as brochureware sites.