Maintainers strive to actively monitor issues and respond in a timely manner.

CalNetField

A D7 field type providing CalNet ID lookups.

Lognode

Introduction

The lognode module is an attempt to log events occuring on a node.

The types of events logged are:
* create: logs an event when a node is created.
* update: logs an event when a node is updated.
* delete: logs an event when a node is deleted.
* new revision: logs an event when a new revision is created on a node.

How is this different from dblog?

Dblog is a logging system while with lognode, you can see all changes your
content has been through.

How is this different from revisions?

Their goals are different.

With revisions, you'll not know what has changed if the user do not click on
"Create new revision". Then, if I update a node, one will only know that the
node has been modified, but will not know WHAT has been modified. The only way
to know what what was changed is to click on "Create new revision".
But not all users are allowed to do it.

With lognode, each time a node is modified, you know what has changed. But
let's explain what we understand when we say "MODIFIED".

With drupal (dblog) , every time you save a node, the node is marked as
"updated", even if NOTHING has really changed within the node. But with lognode,
the node is saved in logs ONLY when we detect something has changed.

Then, you're able to know the real life of a node. What the node has been

Commerce Atos

Commerce Atos payment method module.

Version 1.x :

Should work with the following banks :
- Crédit Agricole (e-transactions)
- Banque Populaire (CyberPlus)
- BNP Paribas (Mercanet)
- La Poste (Scellius)
- LCL (Sherlocks)
- HSBC (Elysnet)
- Société Générale (Sogenactif)
- Crédit du Nord (Webaffaires)

Requirements :

The atos library, you can download it here :
http://www.e-transactions.credit-agricole.fr/formulaire_telechargement.htm

In production mode, the certif file.

Configuration :

Once installed, you must configure the path of the atos binaries in the payment methods settings area (Store => Configuration => Payments methods => Credit Card => Enable payment method Credit Card).
e.g (for the bin path) => full server side path to your bin path
e.g (for the param path) => full server side path to your param path

Path to the logo directory :
a path accessible via your browser, this is the bank logo images directory, e.g => sites/default/files/atos/logo

Notes :

- The bin path must not exceed 77 characters.
- The module is not yet compatible with windows (See #1717258: Windows support)
- Other known issues (See #1736560: Request call error: request executable file not found)

Next steps for a stable release

- Document the module, See #1778074: Add documentation

LoginToboggan Installation Feature

Sets up preauthorized role, immediate login with self-chosen password, unified login/reg, and login presented on access denied.

Commerce Exports

Commerce Exports is the location for providing various drupal commerce related tables as exportables where applicable.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained