Модули
Will map existing users with an entry in LDAP to LDAP authentication.
Purpose: White list admins when they log in so they can submit html content without the cloudflare challenge screen.
Diceware.module adds a block with diceware password samples to the site.
Suri (Strict URI) is an attempt to reduce "duplicate content" on websites.
Overview
Drupal 7
An alternative renderer for displaying imagefield images attached to nodes
Wrapper around the "magazine layout" algorithm described by
Harvey Kane at alistapart 2006.
This uses clever maths to shift a set of disparate images into an aesthetic grid-like rectangle.
Choose "Magazine Layout" in the "Display fields" administration for your content type on an imagefield.
That's it. The rest is done by magic.
eSync will sync code and database changes on different servers without bringing down the server. eSync will use drush commands for same. Basically its GUI Deployment process using drush.
Automatically (configurably) adds nodes to nodequeues.
Settings on admin/structure/nodequeue/settings.
Allows you to install random modules or themes for your Drupal site.
To not be quite so evil, the module will only download modules with releases and not any dev releases.
Commerce Suomen Verkkomaksut integrates Suomen Verkkomaksut payment method with Dr
Adds the password set form as an optional fields on the one click login.
This module provides access to the latest Knockout JavaScript Library
Overview
CCTV brings IP Camera footage management (recording and retention) to Drupal.
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:
This module allows Ubercart to process payments using the GMO Payment Gateway.
The functionality of the D7 version of textcaptcha (formally text_capture) is different from the D5 version.
About
This module will transform the Default uc_catalog block into a Accordion Style menu.
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.
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();
});
