Maintainers strive to actively monitor issues and respond in a timely manner.

ace

Provides ti use the ajax code editor with wysiwyg,views php and code fields, and give the api for this editor.

Black n' white

Drupal often add a lot of CSS and JS files to a page request. The added weight and number of HTTP requests is bad for performance. This can be partly fixed by the CSS and JS aggregation feature in Drupal (also see Aggregate cache). But you still have a slight weight problem to those aggregated files.

One solution is to avoid including unnecessary files in the first place. This module makes it easier for themes to specify what CSS and JS files to blacklist or whitelist. This is done from the themes .info file.

Example

What one often ends up with is a whitelist of CSS files and a blacklist of JS files. Consider the following example:

blacklist[scripts][] = "*/panels/js/panels.js"

whitelist[stylesheets][] = "*/system/system.base.css"
whitelist[stylesheets][] = "*/system/system.messages.css"

The setup above will blacklist panels.js (since it's only dealing with admin links which one might not use). And since we created a whitelist for CSS files, only specified files will be added to pages, thus only allowing system.base.css and system.messages.css in the example above.

Context Reaction: Primary Links

Allows the Context module to change the primary and secondary links menu of the site.

Lottery API

Provides an API for displaying information from lotteries around the world.

CiviCRM Realname

Implements hook_username_alter() so that, if available and non-empty, the CiviCRM "Display name" is shown in place of the Drupal login name for username displays.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained