Termcase

Component type

module

Maintenance status

Development status

Downloads

8916

Component created

Component changed

Description

The Termcase module gives site administrators the option to specify case-formatting on the terms within a vocabulary.

It prevents users to use different cases on terms. With termcase you can make sure all terms in a vocabulary begin with an uppercase or that they are all formatted to lowercase.

There are five options available:

Brightcove Video Connect

Component type

module

Maintenance status

Development status

Downloads

67196

Component created

Component changed

Your one-stop Brightcove integration package for Drupal

Brightcove Video Cloud is a video hosting and publishing solution for delivering professional quality video to digital audiences on any device. It offers highly customizable players, HD streaming, syncing with 3rd party CDNs and with YouTube. With Brightcove Video Connect for Drupal you can efficiently add and manage video content on your Drupal-powered websites.

User Reference Access

Component type

module

Maintenance status

Development status

Downloads

2432

Component created

Component changed

This module works with CCK userreference fields and the node_access module to add additional grants to nodes.

To enable userref_access on a node, edit the userreference field for the node type and check the "Use User Reference Access" box.

Any users that are referenced by this field will be given view permissions for the node, all other useres will be denied access to the node.

Tournament Bracket

Component type

module

Maintenance status

Development status

Downloads

13956

Component created

Component changed

This module allows tournament brackets to be created and managed on a Drupal site. The module establishes a new node type - bracket - when installed on a Drupal site.

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.

Language Switcher Dropdown

Component type

module

Maintenance status

Development status

Downloads

184992

Component created

Component changed

Project Description

    Language Switcher Dropdown is a very simple module that exposes a new block, similar to the default Language Switcher block provided by Locale module.

    The new block allows site visitors to switch languages using a drop-down select list instead of using hyperlinks.

    The module also integrates well with Language Icons module if installed.

    The picture says it all.