Ubercart CSV

Component type

module

Maintenance status

Development status

Downloads

6989

Component created

Component changed

The purpose of this module is to export orders from an ubercart store in a manner that can be read by any spreadsheet program including Microsoft Excel.

To install this module, place the modules in your /sites/all/modules folder and enable using the module selection screen within Drupal.

Once installed you can create export reports by clicking the "CSV Export" menu item located under "Store administration" in the Drupal administrative menu system.

Lottery

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will allow site admins make various kinds of prize draws. For example, between the registered users, or users who commented a post, between nodes fetched from a view, etc.

Conduit Chains (sandbox)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an extension module for Boombatower's 'Conduit' project (a potential successor for qa.d.o, available at https://github.com/boombatower/conduit).

This module adds the ability to create 'job chains' within conduit, and allow the creation of a single 'job chain' conduit job to result in the auto-generation of each job defined in that chain. This module will work in concert with an equivalent 'Worker_chains' module on the job worker, which will control execution of the actual job chain.

Serial Generator

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides api which generates thread safe unique serial number for a given key.

Q) How is this different from nid?
A) nid serial is unique across all nodes created in the system. Serial Generator generates a different sequence based on key provided by user.

Example: If you have 10 different exams and multiple submissions for each exam, every exam's submissions have separate sequence (usually starts with 1), exam name being the key.

ckeditor_geshi

Component type

module

Maintenance status

Development status

Component created

Component changed

A javascript-plugin for CKEditor, enhancing it to incorporate support for the GeSHi Filter module.

This module provides the included "ckgeshi" javascript-plugin the current settings from GeSHi Filter, so that CKEditor can create code-regions that will be highlighted by GeSHi Filter module. It supports both WYSiWYG mode and Source mode of CKEditor.

Sure you can switch to Plain-Text mode (exit CKEditor) or use your own Input Format without using CKEditor.
However this module enables CKEditor's WYSIWYG and Source modes to interact with GeSHi code-regions properly.

See the attached images for a quick overlook.

Autocompleteinator

Component type

module

Maintenance status

Development status

Component created

Component changed

Have you ever wanted to add autocomplete functionality to a text field, wanted autocomplete but didn't want to write a module to make that happen? Autocomopleteinator utilizes the power of views to allow you to output any content (users, taxonomy, search results etc) as an auto complete for any Drupal generated text field.

tl;dr: Create a field, create a view, turn that field into an autocomplete without having to write any code.

Drush Usersets

Component type

module

Maintenance status

Development status

Downloads

653

Component created

Component changed

Provides Drush commands for adding, updating, and deleting users from a CSV or JSON file. This allows you to quickly and easily create users, update their information, block users, and delete users, all by selecting a JSON or CSV data file.

Rules URL Argument

Component type

module

Categories

Maintenance status

Development status

Downloads

8303

Component created

Component changed

This module provides two rules conditions based on URL arguments:

  • check if a URL argument is present
  • compare the value of an URL argument

It also provides an action that makes the value of an URL argument available as new variable to Rules.