Drupal client for Drush

Component type

module

Categories

Maintenance status

Development status

Downloads

548

Component created

Component changed

Simple module to provide Drush command to execute GET/POST request to Drupal instance.

drush dget node/1 --uid=123
drush dpost 
    admin/config/system/site-information 
    '{"site_name": "Drupal"}'

Intsall

The project just provides drush command, there's no module to be enabled

drush dl drupal_client_drush

Scald Search API Attachments

Component type

module

Maintenance status

Development status

Downloads

372

Component created

Component changed

Extends the attachments indexing to file fields in the referenced Scald entity.

Configuration
For using it you should enable "File attachments Scald" in DATA ALTERATIONS in your search API index, and enable "Attachment content: scald_file" field in your search API index. Thats all.

Force JS

Component type

module

Maintenance status

Development status

Downloads

1568

Component created

Component changed

Removes the has_js cookie.

When a browser renders a page generated by Drupal, a piece of JavaScript is executed which adds a cookie (has_js=1). This allows Drupal to generate different markup depending on whether the user agent is capable of executing JavaScript or not.

Migrate OAI-PMH

Component type

module

Maintenance status

Development status

Downloads

307

Component created

Component changed

The Migrate OAI-PMH module provides a migrate source class you can use when importing
data from a OAI-PMH provider.

Usage

You can use the source class 'MigrateSourceOaiPmh' just the same as MigrateSourceXML.
There is a lot of documentation about this at http://drupal.org/migrate. To get started,
enable the migrate_example module and browse to admin/content/migrate to see its dashboard.
Mimic the beer.inc or wine.inc example file in order to specify your own migrations.

InviteReferrals - Referral Marketing Software

Component type

module

Maintenance status

Development status

Component created

Component changed

InviteReferrals : Simplest Referral Marketing Software to design and launch Customer Referral Campaigns within minutes to reach new customers. Install once, edit or create multiple campaigns without changing the code ever on your site. http://www.invitereferrals.com

You can set up 3 types of referral campaigns:

Quizz cloze question

Component type

module

Maintenance status

Development status

Downloads

972

Component created

Component changed

Simple module that provides cloze question type to quizz module.

Example :
A language teacher may give the following passage to students:

Today, I went to the ________ and bought some milk and eggs. I knew it was going to rain, but I forgot to take my ________, and ended up getting wet on the way ________.

Quizz scale question

Component type

module

Maintenance status

Development status

Downloads

1157

Component created

Component changed

Module that provides scale question type to quizz module — Allows quiz creators to make a special question type for surveys.

1. Introduction

This module is an attempt to make it easy to create simple surveys using the quiz module.

The Scale module lets the quiz creator store preset answer collections, enabling rapid creation of survey questions.

2. Installation

To install, unpack the module to your modules folder, and simply enable the module at Admin > Build > Modules.

Role based Email Login

Component type

module

Maintenance status

Development status

Downloads

1334

Component created

Component changed

This module allows the users having configured role to Login with Email address only.

If your application doesn't contains any sensitive data or your user don't have any administrative permissions that will require users to Login With password,
in such case you can use this module and configure the role to allow login with email address only
then the users having only the configured role can login with their registered email address.

Note:

Users having configured roles with some other roles can't login with email.