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.
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.
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.