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

Context Field

Context Field provides a mechanism to automatically create and associate a context to an entity. For example you can have every node of a certain content type have its own specific context.

Well done filter

Fast and easy Tasklists / TODO Lists!

Converts a textual tasks list with a set state symbol (Done / To do) to a beautiful checkbox lists display in output.

For example:
# Wash the dishes
- Take a shower
-{ Play with the kids outside, for example
Football
or Soccer}

Will become a nicely styled list with a checked first icon, an unchecked second and an unchecked multiline third icon.

Inspired by:

http://drupal.org/project/todo_filter
which has:
- no multiline support
- no possibility for configuration
- less intuitive and quick syntax
- but therefore theoretically AJAX functionality, which isn't working currently (and is not planned for well_done_filter!!)
All in all well_done_filter is an alternative with a different purpose and not a replacement for all use cases perhaps.

Installation:

1. Download and enable this module
2. Edit your input formats ("admin/settings/filters/list") and enable the "Well done filter" for the formats you want to use it for.
3. You may customize your settings at "admin/settings/well_done_filter"

Possible customizations / settings:

  • Change Symbols / Characters for (Un)checked
  • Change Symbols / Characters for multiline entries
  • Experts: Customize HTML Output & Format (Inline / Block) to reach fully customizable output.

Field Boxes

Field Boxes proves a box type (see Boxes that allows for any field on any entity to be presented a a block).

DB2 Driver

Drupal 6 Driver for IBM DB2 DataServer. This Driver provides an interface to IBM DB2 DataServer Version 9.7 and above.

Installation

Download and setup a web server(for example: Apache)

	Set up a Web server as per the configuration recommended by Drupal (http://drupal.org/requirements).

Download and install DB2

Download DB2 version 9.7 from http://www-01.ibm.com/software/data/db2/express/download.html?S_CMP=ECDD..., use the resources available in the link to get started with DB2.

Configure php for DB2

Follow the steps below for respective platforms
Linux Platforms
Download the latest pdo_ibm extension for db2 from http://pecl.php.net/package/PDO_IBM
Install pdo_ibm issuing the following commands from the downloaded tar
phpize --clean
phpize
./configure --with-pdo-ibm=/home/db2inst1/sqllib #sqllib directory will be present under you DB2 instance users home
make clean
make
make install

Windows platform
Use the php_pdo_ibm.dll shipped in your DB2 installation package(In case of requirement of different version of pdo_ibm.dll write to opendev@us.ibm.com,to get the appropriate dll ).
Place the php_pdo_ibm.dll in the php extensions directory

Common for all platforms
Add the below line in php.ini file
extension=php_pdo_ibm.dll.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained