Token Extra

Component type

module

Maintenance status

Development status

Downloads

977

Component created

Component changed

This module provides extra token replacements for strings, dates, and numbers.

Usage

// Number replacement
token_replace($original, 'number', 123);

// String replacement
token_replace($original, 'string', 'hello world');

// Date replacement
token_replace($original, 'date', time());

For more information, please see:

http://drupal.org/handbook/modules/token

Message

Component type

module

Maintenance status

Development status

Downloads

576784

Component created

Component changed

Note: Development and issues are handled on GitHub, and code is synced back to Drupal.org

Overview

The Message module is the core of the message stack. It enables logging and displaying system events in a number of different use cases. Events that are recorded over time are sometimes call activity streams. Exportable messages subtypes can be created for different use cases with custom fields and display (view) modes.

XHProf

Component type

module

Maintenance status

Development status

Downloads

51621

Component created

Component changed

This module allows you to profile your Drupal application using the XHProf profiler from facebook.

From http://mirror.facebook.net/facebook/xhprof/doc.htm

XHProf is a hierarchical profiler for PHP. It reports function-level call counts and inclusive and exclusive metrics such as wall (elapsed) time, CPU time and memory usage. A function's profile can be broken down by callers or callees. The raw data collection component is implemented in C as a PHP Zend extension called xhprof. XHProf has a simple HTML based user interface (written in PHP). The browser based UI for viewing profiler results makes it easy to view results or to share results with peers. A callgraph image view is also supported.

It also provides a native Drupal UI (as opposed to facebook's original php front end) to view the profiling data. Having this in Drupal provides several advantages:

  • Simpler setup
  • No need to setup extra vhosts
  • Limit access via roles and permissions
  • Use alternative storage backends such as MongoDb

D8 version also supports:

Extended Path Aliases

Component type

module

Categories

Maintenance status

Development status

Downloads

27181

Component created

Component changed

  • Have you ever wondered why, after defining an alias like about-us for, say, node/123, your pages are still riddled with those ugly machine-generated tabs and links like /node/123/edit, node/123/revisions etc.?
  • Likewise for /taxonomy/term/% and /user/% links: did you expect to see /dries/track but got /user/5/track?
  • Do you find that your browser address bar also shows those ugly numbers instead of your aliases?
  • Have you ever been annoyed that upon clicking the Edit tab on, say, the about-us page, blocks that you configured to be visible on all about-us/* pages suddenly disappear?
  • In short, would you like your human-readable, SEO-friendly aliases to be carried through on all your tabs, links, Views, and blocks, on all your pages, not just on that single aliased base path?

If so, then this little module is for you.

Views tree

Component type

module

Categories

Maintenance status

Development status

Downloads

355598

Component created

Component changed

This module provides a tree-based style plugin for Views. It is equivalent to the tree-based style template from Views 1.

It is based off of the list style. Although it generates a nested view, there is still only a single query run for the view making it quite performant.

The 1.x branch is compatible with Views 2. The 2.x branch is compatible with Views 3.

Nitobe Masthead Image

Component type

module

Maintenance status

Development status

Downloads

1340

Component created

Component changed

This is a simple utility to set the image displayed in the 'masthead' region of the great Nitobe theme by Shannon Lucas.

With Nitobe theme settings you can choose between displaying a random image on each page view or a fixed image for all the site. This module allows you to choose a per-path image to be displayed.

You can configure the module at admin/build/nitobemasthead.

DB Tuner

Component type

module

Maintenance status

Development status

Downloads

22544

Component created

Component changed

Wondering why your views run so slow? Why after switching to InnoDB, MySQL isn't running any better? This module has the answers!

Indexes

It will show what CCK columns get used in a view filter or relationship and give you the option to add an index on it so the views query will run faster. Also can add indexes to core modules that could use one.

Engine

Ability to convert your database from MyISAM to InnoDB in order to eliminate table locks on data writes.