Modules
Licensing Ecommerce
This module allows associating certain ecommerce products with the Licensing module.
At the moment, the workflow is very basic.
- When creating the product, you mark it as 'licensed' in the product settings fieldset.
- Configure the workflow status you want the transaction to reach before sending the email with the license keys
- When your customers purchase that product, once it reaches the predetermined workflow status it will send an email with all of the license keys for each product, and further instructions.
As of alpha 2, the email notification is customizable.
As time goes on I will be improving the configuration options and making it more stable.
Daylight saving time
This module intended to work with Daylight saving time.
It replaces system time offset and has preferences for each user and full site.
Used to display correct time of creation of documents etc.
Also there is included patch which is necessary make in includes/ directory to make drupal date display via format_date() correctly accroding to selected timezone.
This module is for core versions 6.x and 5.x
Used PHP higher than 5.2
In drupal 7 this feature there is in the core so there will not be version for 7.x
CCK Attributes
Defines an Attribute Field as a Textfield Pair.
For example:
If you have a product that has multiple attributes, but dont wish to create a separate field for each of these, you can use Attributes. In the field, it has an Attribute (Size, Colour, Distance, anything) and a Value (8, Red, 21km, etc).
As it uses CCK Text Fields, its Views Integrated and has two filters: Attributes & Values.
Development by Riaan Burger http://burtronix.co.za
Maintenance by Telamenta http://telamenta.com
The former location of Better Exposed Filters
The Better Exposed Filters project page has moved
Drush users were having problems due to naming inconsistencies between the project name (Better Exposed Filters) and the project URL (bef). In order to fix that, the project page for Better Exposed Filters has moved here:
My apologies for the confusion...
Oracle integration
The oci8 driver allows you to access Oracle Database 11g, 10g, 9i and 8i.
This module provides oci8 integration so that you can run queries on an Oracle database from Drupal. It also provides a mechanism to link a node to an Oracle table, with future development focusing on editing Oracle data and Views integration.
This module will not replace MySQL in Drupal. It will just allow you to connect to Oracle and make data correlations between both databases.
