module
Categories: Media
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 0
created - / changed -

A module to add default fields to the image file entity bundle, for title, alt text and caption.
This aims to answer the use following case:

module
Categories: (нет)
Maintenance status: Minimally maintained
Development status: No further development
Downloads: 712
created - / changed -

This module allows Ubercart to process payments using the GMO Payment Gateway.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 0
created - / changed -

The functionality of the D7 version of textcaptcha (formally text_capture) is different from the D5 version.

module
Maintenance status: Minimally maintained
Development status: Maintenance fixes only
Downloads: 0
created - / changed -

About

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 0
created - / changed -

This module will transform the Default uc_catalog block into a Accordion Style menu.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 2214
created - / changed -

Allows your Drupal site to gather statistics on how many times your content (and other entity types) have been "shared" with social/sharing services like Twitter, Google+, Facebook, etc.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 12045
created - / changed -

What this module does

This module provides a foundation for the development of Backbone.js apps with Drupal. Using this module, you can build complex interactive interfaces with little to no server side code, basic content type configurations, leveraging Drupal's field and entity types and Backbone's power on the client side.

It contains classes for working with Drupal nodes, node listings and views in Backbone Apps. Want to load a view and change the title of the first node? Here's the code:

var viewCollection = new Drupal.Backbone.Collections.NodeView();
viewCollection.viewName = 'backbone_example';
viewCollection.fetch({success: function() {
  viewCollection.at(0).set('title', 'New Title');
  viewCollection.at(0).save();
});
module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 496
created - / changed -

The Mixed Session module enables mixed HTTP(S) sessions for a site, securely and without loss of session data.

module
Categories: Fields
Maintenance status: Seeking co-maintainer(s)
Development status: Under active development
Downloads: 0
created - / changed -

The Calendar date field is a field that allows users to select and insert events in a full sized calendar, with the parse PHP function you are able to prepopulate the calendar with events so you ca

module
Categories: Content, Drush, Fields, Utility
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 0
created - / changed -

This Drush command generates a graph (in the Graphviz Dot format) of the Entities, Fields and their relationships.

module
Maintenance status: Unsupported
Development status: Under active development
Downloads: 2250
created - / changed -

Remove the password in registration forms.

Engagement and participation are vital to most online properties. Lowering the barrier to entry breeds early loyalty and allows user continuity.

module
Categories: Examples
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 0
created - / changed -

This is a demo sandbox module

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 0
created - / changed -

A simple class to fetch data from dbpedia.org.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 0
created - / changed -

Many customizations unique to my personal website, xaqrox.com.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 0
created - / changed -

Colorbox Video Popups D6 is a features module which creates colorbox popups to display YouTube and Vimeo videos.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 0
created - / changed -

testing peter

ICS
module
Categories: Fields
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 0
created - / changed -

This is a Drupal 7 field module upgrade of CCK iCal.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 13098
created - / changed -

Tools and libs for Drupal development under GNU/Emacs.

module
Maintenance status: Minimally maintained
Development status: Under active development
Downloads: 0
created - / changed -

Integrate mojozoom to Gallery formatter.

module
Categories: (нет)
Maintenance status: Minimally maintained
Development status: No further development
Downloads: 0
created - / changed -

This is a module that will truncate the ad_statistics table on cron.

Why the heck would I want to do that?