Bulk Creator

Component type

module

Maintenance status

Development status

Downloads

853

Component created

Component changed

It happens to create complex content types with tens, sometimes hundreds fields. Or to edit such content types to add more fields.
Think e.g., what it takes to compile a balance sheet, i.e., a load of integer fields which names are handily retrievable by a CSV document.

In Drupal, fields must be added one by one with the usual delay of the physical db creation and the manual setting of each field.

Query Parameters To URL

Component type

module

Maintenance status

Development status

Downloads

5129

Component created

Component changed

This module provides the ability to rewrite URL query parameters into Clean URL components on specified paths.

Motivation

Views exposed filters generates URLs with multiple query parameters, and the URL path gets unwieldy fast if there are multiple filters and filter values used. Furthermore because the path contains query parameters, it might impact SEO results.

An example of a dirty URL like that could be:
example.com/events?field_category_id[0]=100&field_category_id[1]=101&field_author_name[0]=John

bitbucket autodeploy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Bitbucket autodeploy provide callback for automated git deployments from Bitbucket. The module does not need bitbucket credentials.

Requirements

  • Git installed
  • PHP shell_exec enabled
  • Shell access

Here’s what your deployment workflow will look like:

Swagger

Component type

module

Maintenance status

Development status

Component created

Component changed

What is it?

Swagger is a specification for documenting RESTful services. Documentation can be found at https://github.com/swagger-api/swagger-spec.

This module integrates with Services (https://drupal.org/project/services) to generate swagger-parsable json documentation. Optionally, the swagger-ui library can be installed to provide a page for displaying the documentation in a user-friendly manner.

Make update

Component type

module

Categories

Maintenance status

Development status

Downloads

555

Component created

Component changed

The make update command has been merged into Drush core.

Overview

Make update is a drush extension that facilitates updating a drush .make file

When issued, make update will list recommended versions of all the modules specified in your .make file

Usage

Run the command by issuing: drush make-update [MAKE], substituting [MAKE] with the location of your make file.

Plug

Component type

module

Categories

Maintenance status

Development status

Downloads

24204

Component created

Component changed

hooks

Get the plugin system for Drupal 8 in your Drupal 7 developments.

The Plug module is a module for developers that can’t wait until Drupal 8 comes out to use the plugin system that will ship with it. You can use this as an alternative to your custom CTools plugins.

See the examples.

MailPlus API

Component type

module

Maintenance status

Development status

Component created

Component changed

This project contains code to communicate with MailPlus (Marcom) via their Rest API.

So far it only contains code for developers who can use this for to implement their website-specific integrations. A class maps methods one-to-one to MailPlus Marcom's REST API calls.

Mailplus ECom can be easily added; other additions or plans are welcomed.

Travis Builder

Component type

module

Maintenance status

Development status

Downloads

484

Component created

Component changed

Trigger Travis CI builds within Drupal.

Why? Perhaps you have a static site/app which uses the Drupal CMS as it's content souce. You build/deploy the static app automatically, normally after successful tests upon a commit to master via the Travis continuous integration tool to some web host. Now you can use Drupal events (via Rules) to rebuild and deploy when: content is updated, you clear cache, on cron, or whenever.

"Headless Drupal is so hot right now."

Force Logout

Component type

module

Maintenance status

Development status

Downloads

511

Component created

Component changed

This is an initial of Force logout module.
Sometime when you plan to migrate to new database you know that you have to stop all users from updating the DB while you're migrate the DB and in the same time you don't want to close your site in "maintenance mode" because you want to allow visitors to read content. so that's mean you're really need this module.