Editing variables UI
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This module help to update existing drupal variables on table variables
List only integer , string , boolean variables
This module help to update existing drupal variables on table variables
List only integer , string , boolean variables
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.
This module provides the ability to rewrite URL query parameters into Clean URL components on specified paths.
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 provide callback for automated git deployments from Bitbucket. The module does not need bitbucket credentials.
Requirements
Here’s what your deployment workflow will look like:
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 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
Run the command by issuing: drush make-update [MAKE], substituting [MAKE] with the location of your make file.

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