Time zone field

Component type

module

Maintenance status

Development status

Downloads

21485

Component created

Component changed

Time zone field (tzfield) provides an autocomplete or select field for storing time zones. It could be useful if, for example, you have a node type representing a location such as city, office, station, etc., and you wish to associate a time zone with these nodes. Time zone data is stored in the standard tz database format, e.g. Europe/London.

On Drupal 6, CCK and PHP 5.1+ are required.

Web Service Clients

Component type

module

Categories

Maintenance status

Development status

Downloads

43590

Component created

Component changed

Parallel to the Services module, the Clients module provides the ability to implement pluggable clients to external web services, including external Drupal sites running the Services module, the main use case being connecting to other Drupal installs via the Services module with either the REST or XMLRPC server.

Whitespace Filter (HTML and PHP)

Component type

module

Maintenance status

Development status

Downloads

890

Component created

Component changed

Before the HTML is stored in the database, White Space Filter removes all duplications of white space's. This will results in smaller text fields, less disk space, and smaller files. The requirement on processing power is low since this is done when submitting content. This will remove spaces, tabs, CR's and LF's. It will not effect the display of the document, nor touch (or effect) any of the HTML tags.

Skype Status

Component type

module

Maintenance status

Development status

Downloads

10557

Component created

Component changed

Retrieves Skype status information via Skype's public presence service for users to display in their profile and also provides a block for site-wide usage (available only in D7!).

Note: Skype's presence service returns an "Unknown" status unless you've enabled "Allow my status to be shown on the web" in your Skype client's privacy options.

Membership

Component type

module

Maintenance status

Development status

Downloads

6425

Component created

Component changed

This module provides a generic membership entity and an optional "membership provider" plugin type.

Drupal 8

While this module shares a namespace with earlier Drupal 5/6 modules, it does not inherit any code or architecture.

Development occurs on GitHub (fork and submit pull requests there) while utilizing the Drupal.org issue queue.

This project is still very much under development and meta-discussions around future plans and architecture are welcome.

SPARQL

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

23713

Component created

Component changed

SPARQL is a query language for pattern matching against RDF graphs. The syntax resembles SQL, making for a friendly learning curve, but SPARQL is far more powerful, enabling queries spanning multiple disparate (local or remote) data sources containing heterogeneous semistructured data.

JScrollPane

Component type

module

Maintenance status

Development status

Downloads

9649

Component created

Component changed

Bringing the jQuery jScrollPane module to Drupal.

This gives you the ability to let JavaScript create the scrollbars of a div of whatever element you need which actually gives you more control over stuff like styles, callbacks, etc.

Plugin Page

http://jscrollpane.kelvinluck.com/

Unique field

Component type

module

Maintenance status

Development status

Downloads

142332

Component created

Component changed

This module performs additional validation when a node is created or updated by a user to require that a node's title, author, language, and CCK fields are unique within a given context.

Without this module, Drupal and CCK do not prevent multiple nodes from having the same title or the same value in a certain field.

For example, if you have a content type with a date field and there should only be one node per date, you could use this module to prevent a node from being saved with a date already used in another node.