This project is under active development.

Encrypted Files

Say you want users of your site to be able to upload and download documents, but you also want these documents to be protected in case someone breaks into your server. This module allows Drupal to encrypt files that users upload and decrypt files for download, keeping the unencrypted versions of files from ever being stored on disk. It does this by creating a custom file stream wrapper that Drupal can read from and write to and a new download method that sits alongside the regular public and private methods. So you can make Encrypted Files the default download method, or only use it as the download method for specific file-type fields.

Drupal Sync

The present module allows synchronizing content among multiple websites.
Supported entity types: node and taxomony, menu items.
Many hooks were used during creation of the module. It allows widening synchronization functional by developing additional modules.
Later, it is planned to implement an opportunity of users synchronization (Entity type: user) by creation of a submodule with the help of main module hooks. This way we will create an example of main module functional widening opportunity.
At the current version we implemented an interface of websites interaction through XML-RPC, i.e.authorization, settings sending/getting , content sending/getting (entity fields), getting files from remote website.

All synchronization settings can be indicated on one website and all the other remote websites will get them automatically (use checkbox "Set the same field mapping on the remote site") )

Settings

1) These actions should be taken on each website that participate in synchronization process.
On the page of module settings it is needed :
- to specify update frequency, number of entities to be updated per 1 request,
- to choose entities available for synchronization (node types, taxonomy vocabularies) ,

Also in "Remote sites" section it is needed to specify Name, URL, Login and password for each remote site.

State entity

Provides simple state entity for multiple needs.

Domain menus

There's also domain_menu_block which doesn't need a Menu Block patch, but it creates new blocks with new config and too many new

Pages

Subscribe with RSS Subscribe to RSS - Under active development