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');

Faux strongarm

Component type

module

Categories

Component created

Component changed

An experimental fork of the Strongarm module. The aim of this module is to eliminatie the load overhead that strongarm generates without loosing the benefits of exporting and deploying variables.

The idea is to force strongarm to push the variables back to the database and let Drupal/Pressflow do his thing, rather than try and override/merge with conf. It's mainly this last action that can overload a Drupal site (especially on shared hosting, and with a certain amount of variables in code).

Active menu

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple module to allow menu items to be enabled, yet not active (thus there is no link provided by them, yet they can be a parent). This only has the use case for something like Quickbar, Admin or Admin_menu.

jQuery UI Account Dialogs

Component type

module

Maintenance status

Development status

Downloads

1624

Component created

Component changed

This module provides seamless jQuery UI dialog integration for login, register, password reset and logout links through out your Drupal installation.

Features

  • Fallback Support - If browsers have JavaScript disabled, then all links will remain unaltered and continue to their original destination (themed page of form).
  • Real-time validation - Speed up submissions without having to load a themed page to wait for feedback after an attempt.
  • MD5 password encryption - Encrypts passwords using the same Drupal method of storage. No clear passwords sent, regardless of SSL. NOTE: Not compatible with all modules, please check README for more details.
  • Secure Pages (for SSL support) - Secure your sensitive data and provide a secure login while user is currently on a non-secure page.
  • Native Form API validation - This module integrates naturally with other modules that already handle user accounts. Works seamlessly for modules such as LDAP Integration.

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.