Inspect Files

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allow you to track correspondence between files drupal core table records and physically existing files on the server file system. In other words, this module check the drupal file system integrity.

This module check that every file on filesystem have a correspondence record in files table, and vice versa.

Facebook OAuth (FBOAuth)

Component type

module

Maintenance status

Development status

Downloads

87075

Component created

Component changed

This module provides authentication services and an API to perform actions against Facebook. This module allows users to login to Drupal through the service commonly known as "Facebook Connect". This module is built with simplicity and flexibility in mind, it provides login services (and does it well), and an API for performing any other actions you may want to write yourself to query against Facebook's APIs.

Features:

Default Profile Feature

Component type

module

Maintenance status

Development status

Downloads

810

Component created

Component changed

A feature to re-create the standard features of a default Drupal install. This module was created to help set up demo sites with the Profiler module.

Includes:

1. Sitewide context that adds "Navigation" and "User Login" blocks to left-hand sidebar and "Powered by Drupal" block to the footer.
2. Story and Page content types.

voom

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Voom is framework wrapped in a Drupal module. Voom is implemented in a way that allows you to interface with core Drupal functionality in a way that will be more natural to developers that are coming from Rails or Java SpringMVC backgrounds.

If you are looking to build an extension to Drupal core, or looking to provide extra functionality on top of an existing module, then don't bother with Voom. If you want to do custom application development, something you would generally consider using CakePHP or Rails for, than Voom is what you are looking for.

Element Shuffle

Component type

module

Maintenance status

Development status

Component created

Component changed

Manipulates the order of form description and input elements, and optionally make the description collapsible. This is useful to unclutter node forms with a lot of long descriptions.

This module is two-fold:

PHP Plugin Manager

Component type

module

Categories

Maintenance status

Development status

Downloads

1013

Component created

Component changed

We use Drupal primarily as a platform for application development. This
includes the creation of Drupal modules, but seldom "content" in the
Drupal sense.

A side effect of our development is that we use a lot of 3rd party PHP
code that has been put in the public domain. A lot of this code is shared
between the modules we developed. Which leads to a major headache when we
extend/modify the code or fixes are provided by the actual developers, i.e.,
we have to update many (more than one anyway) Drupal modules with the
changed code.

confidenceinterval

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Ranks the content by using a binomial proportion confidence interval (what?!).

This module will provide the "confidence" aggregate function to the Voting API module. Use the name of this function instead of "average" or "count" when creating Views for modules based on Voting API.

Considering only positive and negative ratings (i.e. not a 5-star scale), the lower bound on the proportion of positive rating is given by attempting to balance the proportion of positive ratings with the uncertainty of a small number of observations.

Individual Rotate

Component type

module

Maintenance status

Development status

Component created

Component changed

Rotate imagefields individually using imagecache for rotation and imagefield widgets as UI.

This module lets you rotate images 90°, 180° and 270° on a per image basis. Images rotation are set in the imagefield node form and the actual rotation is done by imagecache.

It's a preliminary response to #173498: Image Rotation setting for individual ImageFields