Cyrillic fix

Component type

module

Categories

Maintenance status

Development status

Downloads

1659

Component created

Component changed

Simple module to fix problem with Cyrillic filenames.
This module just switch locale: setlocale(LC_CTYPE, 'ru_RU.UTF-8');

Commerce Fieldgroup Panes

Component type

module

Categories

Maintenance status

Development status

Downloads

28467

Component created

Component changed

This is a contribution to the commerce checkout process.
This module creates for each field group of the order entity a new checkout pane. These panes can be activated or deactivated as usual.

This enables an easy way to collect information in the checkout process. For example customer comments, feedback about where the customer founds the shop or any other fieldable information.

The collected information is auto added to the order. You could use Views to present the information or to aggregate information.

Documentation

You can watch a demo usage in Commerce module Tuesday videocast:
http://commerceguys.com/blog/commerce-module-tuesday-commerce-fieldgroup...

Initial development sponsored by www.customweb.ch

123

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Every time you want to add a new feature on the site, have to create a new module.
Instead, you can download and install this module. The module includes examples of hooks and attached CSS file.
To avoid losing data when updating, files with styles and functions you have to create yourself. By changing these files, you can change the functional site without editing the existing modules and themes.
Easy as 123!

Adjust

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Every time you want to add a new feature on the site, have to create a new module.
Instead, you can download and install this module. The module includes examples of hooks and attached CSS file.

To avoid losing data when updating, files with styles and functions you have to create yourself. By changing these files, you can change the functional site without editing the existing modules and themes.

Etouches API Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides basic API integration with the Etouches event API. The module is relatively simple and written with the goal of importing data from Etouches and providing hooks that allow a developer to quickly integrate the imported data into the Drupal site per the individual site's requirements. A database column is provided to associate an individual Etouches attendee ID with a Drupal user ID.

Cache Control

Component type

module

Maintenance status

Development status

Downloads

6693

Component created

Component changed

The new 2.0-rc1 release is NOT backwards compatible with the previous version (not even with some 2.x-dev releases). If you're planning on using it, you should completely uninstall the previous version. Version 2.0 has gone through some serious refactoring and also comes with a MongoDB backend, which greatly improves performance on heavy-traffic sites.

Please note that the Drupal 6 version of this module is no longer supported. It is still available, but won't be developed any further.

Migrate Remote

Component type

module

Maintenance status

Development status

Component created

Component changed

Migrate Remote provides a set of Migrate v2 components: "Destination", "FieldMapping", "Map", "Migration", and "Source" allowing the use of entities on a server as a data source for migrations using the "res" XML-RPC namespace.

It also exposes various additional web services on the "migrateRemote" XML-RPC namespace to allow remote enqueuing of migration and rollback requests, and to obtain the status of current migrations for origin-based control and monitoring of destination migrations.

The two sets of services can be activated and deactivated separately.