Password Compat

Component type

module

Maintenance status

Development status

Downloads

488

Component created

Component changed

This module uses the Password Compat Library for password encryption. This library is intended to provide forward compatibility with the password_* functions being worked on for PHP 5.5.

For more information see the PHP Wiki on Password Hash.

Requirements

This library requires PHP >= 5.3.7 OR a version that has the $2y fix backported into it (such as RedHat provides). Note that Debian's 5.3.3 version is NOT supported.

Project todo

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The goal of this small module is to transform module and theme name by link to their drupal.org project page if the data project is in their .info file.

If it was a hack in core it will be for the module list, in the file system.admin.inc, function _system_modules_build_row($info, $extra) :

$form['name'] = array('#markup' => $info['name']);

would become :

Commerce File Bulk

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds functionality to the Commerce File module to allow users to purchase licenses with a quantity greater than 1. File licenses added to the cart are still their own line items, but now instead of having a disabled quantity field, users can choose to purchase multiple downloads.

If the file download limit is set, the number of downloads on a license ends up being the download limit multiplied by the quantity purchased.

This module was built to extend the Commerce File 7.x-2.x branch.

Robot

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Robot demonstrates best-practice development techniques for Drupal 7.

Do not install this on a production site.

Webform HTML5 attributes

Component type

module

Maintenance status

Development status

Component created

Component changed

Description
-----------
This module adds HTML5 placeholder and pattern attributes support to Webform (4.0 and above).

Requirements
------------
Drupal 7.x
Webform 4.x or newer.

Installation
------------
1. Copy the entire webform_html5 directory the Drupal sites/all/modules directory.

2. Login as an administrator. Enable the module in the "Administer" -> "Modules"

3. Create or edit a webform node. On "Form components" edit form you will see two nwe inputs: "HTML5 Placeholder" and "HTML5 Pattern".

Integrate

Component type

module

Categories

Maintenance status

Development status

Downloads

347

Component created

Component changed

Helper module that provides few utility that will be required in most of the corporate sites

List of Features

  • Return Read time for an article. themer will have an array readTime(minutes,seconds) to use in page.tpl.php
  • content word count is also available as a variable to use it in page.tpl.php
  • Replaces a predefined token with last update date on the site.
  • Token to Replace Copy right year.
  • Remove Site Generator.

Frameprevention

Commerce Order Complete Notify

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This mode creates a new Message type and rule that allows Commerce to notify customers once an order's status has changed to Completed. When the order status changes to Completed the message will be sent alerting the customer that the order has been completed and shipped.

Commerce Drush

Component type

module

Categories

Maintenance status

Development status

Downloads

742

Component created

Component changed

Commerce Drush, the Drupal Shell interface, allows you to execute Commerce operations from the command line.

It provides the following commands:

  • commerce-order-add (coa)
  • commerce-order-pay (cop)
  • generate-customer-profiles (gencp)

Run "drush help " to see supported command line options and arguments.
Or see some examples at: https://github.com/kenorb/commerce_drush

Notify Views Integration

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is a tool for the Drupal 6 Notify module (https://drupal.org/project/notify). This is a small module that simply tells the Views module about the Notify database so you can create listings of users by notify subscription status for export or administration.

There is no administration. Simply create a view of type "User" and you'll see that under "Fields" and "Filters" there are additional options under the category "Notify."