Migrate Images and Styles

Component type

module

Maintenance status

Development status

Component created

Component changed

This module helps you to upgrade your images and imagecache presets to D7 image styles.

Instructions:
a) Download the module.
b) Unzip into your sites/all/modules directory.
c) Enable the module (it's called Imagecache Migrate).
d) Edit the module.install file. Change the number on the update function from migrate_styles_update_7000 to migrate_styles_update_7001.
e) Run your update.php script.
f) Disable the module.

Media Query Images

Component type

module

Maintenance status

Development status

Downloads

1001

Component created

Component changed

A javascript-free responsive image formatter.

This module has similar functionality to the Picture module.

This module provides an additional image field formatter and stand-alone widget
that allows the browser to automatically download the appropriately sized image
for the current display. This helps save bandwidth and improves the page load
time.

Because the module does not require javascript in modern browsers, images are
requested sooner in page load and reduces browser processor usage on javascript.

Instructions

After enabling the module you can select it as a field formatter for any image
fields defined on a content type.

There are three options when using this module as a field formatter:

  1. "Media Query Images with Picture mappings" - This allows formatting of the
    field using pre-existing mappings from the Picture module. This allows for
    simple replacement of Picture module formatting with this module. Picture
    module must remain enabled to preserve breakpoint mappings.

    Requires Picture and Breakpoints module.

  2. "Media Query Images with Breakpoints" - This allows formatting of the field
    with Breakpoints functionality. Each breakpoint in Breakpoints group is
    configured in the field display settings.

    Requires Breakpoints module.

  3. "Media Query Images" - This output has no automatic image choosing
    functionality. You select from the list of available styles for this field
    to show. This output is designed for developers that want to have total
    control of the displayed image style using their code.

    Requires no additional modules.

Legacy Browser Support

The built-in automatic image selection funcitonality of this module depends on
media queries support in the browser.

Browsers supporting media queries can be seen here
http://caniuse.com/#feat=css-mediaqueries.

This functionality also works with IE8 when using respond.js, a JS polyfill for
media queries.

Tested using Respond.js module in IE8.

Not tested in any older browsers.

Kladr field

Component type

module

Maintenance status

Development status

Component created

Component changed

Kladr is the Russian address classifier provided by the RF Federal Tax Service.
The module defines a new field type for storing addresses compatible with the kladr classification.
Autocomplete widget powered by kladr-api.ru service.

Dependencies: jQuery 1.7+ provided by jQuery Update.

CCK jQuery File Upload Widget

Component type

module

Maintenance status

Development status

Component created

Component changed

This module extends file upload functionality with jQuery and allows users to choose a CCK jQuery file field widget to upload different types of multimedia files configurable through backend.

In the CCK file field setting, users can choose one of the 2 options below.

1. NodeJS
2. PHP File Upload

This module uses the background file upload functionality of the NodeJS library. It also uses the JQuery file upload plugin for smooth file uploading with progress bar indication.

sbxslider

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a module that adjusts bxSlider(http://bxslider.com/) functionality into Drupal. It is applied on Drupal 8. The reason was that there are a lot of such project for another sliders. But they do not work well. I study Drupal 8. I understading Drupal 8 idioms better that were brought from Drupal 7 best practices. So what does this module do?

Entity reference crud

Component type

module

Maintenance status

Development status

Component created

Component changed

The whole solution relies on a Custom content type widget for entity reference. This widget provides listing of existing references via views and provides CRUD functionality for referenced content types. With other words, the referenced content should be generated and changed only within the referencing content. Similar modules like Inline entity form or Entity connect providing similar functionality but with fixed listing items and selection of existing content.