Live preview

Component type

module

Categories

Maintenance status

Development status

Downloads

854

Component created

Component changed

This module provides a more comprehensive, genuine and interactive version of the built-in node preview feature.
The live preview feature requires JavaScript; if JavaScript is disabled it will not apply its triggers, effectively retaining the built-in preview.

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.

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.

Remember Views Table Column sorting

Component type

module

Maintenance status

Development status

Component created

Component changed

This Module is used to make remember option for view table header

Issue in the existing drupal view table format:
The last sort option for table views will not maintained when we use ajax mode in views.
This module will maintain last sort option for the table header

Note: Since this value we have set in the session the remember option will be maintained till
website session closed unless we have reset form filter option

Entity metadata hint generator

Component type

module

Categories

Maintenance status

Development status

Downloads

470

Component created

Component changed

You should only use this module if:

- You are Drupal developer
- You are using entity api
- You are using an IDE.
- You understand

entity_metadata_wrapper('node', $node = node_load(1))
    ->field_no_autocomplete
    ->unhappy();

- Don't need extra code on production site

Usage

drush entity_hint > private/files/entity_hint.php

After running Drush command, we have generated code look like this: