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.

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".

B4Y Event Registration

Component type

module

Categories

Maintenance status

Development status

Downloads

414

Component created

Component changed

(Legacy) event registration module.

Limitations

Only tested in the "Fedimbo / Fast2Web" distribution, depends on the webform module.

Credits

Developed by Blue4You

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."

Image progressive

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Image progressive module allows to create images with interlaced bit. It means that image shows almost immediately and increase its quality during load process.

CKEditor: Webkit Span Fix

Component type

module

Maintenance status

Development status

Component created

Component changed

This module enables a WYSIWYG plugin for CKEditor 4.x and up that corrects the backspace behavior in Webkit based browsers.

Currently, when typing in text and hitting backspace, Webkit based browsers may add in span tags and/or other random markup that is not intended. This plugin loads in the background automatically and corrects that behavior.