Cyrillic fix
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Simple module to fix problem with Cyrillic filenames.
This module just switch locale: setlocale(LC_CTYPE, 'ru_RU.UTF-8');
Simple module to fix problem with Cyrillic filenames.
This module just switch locale: setlocale(LC_CTYPE, 'ru_RU.UTF-8');
Testing testing
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.
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
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!
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.
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.
This module provides rules integration for the Signup Status module, a status handler for Signup. This module can make use of all Signup Rules events, conditions, and actions, so it is recommended that users of this module also use Signup Rules.
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 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.