colorpicker 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| colorpicker-6.x-2.1.tar.gz | 13.92 KB | bd24b47a67e343c550a56a9b44649328 |
| colorpicker-6.x-2.1.zip | 17.79 KB | da5e926141075a7874f2df5205f7a805 |
Release notes
Now compatible with the Uniform module. Tells Uniform that the field has already been processed so it won't add a fancy background.
colorpicker 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| colorpicker-6.x-2.0.tar.gz | 13.9 KB | b5f4cccb5fa17dbb08753afda3892499 |
| colorpicker-6.x-2.0.zip | 17.79 KB | 7cc687a9416b396b94e1b7011862edf9 |
Release notes
#491934: Invalid hex color Removed the default color for CCK color fields to prevent form errors.
colorpicker 6.x-2.0-rc3
| Download | Size | md5 hash |
|---|---|---|
| colorpicker-6.x-2.0-rc3.tar.gz | 13.9 KB | 6b8180ed721b0970a0e9a1e3eb048450 |
| colorpicker-6.x-2.0-rc3.zip | 17.81 KB | 786702f502b9bdf8897667785d3bc3dc |
Release notes
Improved reliability and behavior, updated example module, more complete documentation.
colorpicker 6.x-2.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| colorpicker-6.x-2.0-rc2.tar.gz | 13.94 KB | 9c2df14814925fe2e07340924028b94f |
| colorpicker-6.x-2.0-rc2.zip | 17.85 KB | ab954983b22a2d2257cf03664f38fefa |
Release notes
Improved reliability and behavior, updated example module, more complete documentation.
colorpicker 6.x-2.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| colorpicker-6.x-2.0-rc1.tar.gz | 13.54 KB | 9000b90864f9dea3268817368866ffb3 |
| colorpicker-6.x-2.0-rc1.zip | 17.36 KB | 00af17ee6fc13204ee74ad004eb904fe |
Release notes
This is a complete review on the DRUPAL-6--1 version of colorpicker module. The new version works with CCK and has a new UI.
colorpicker 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| colorpicker-6.x-1.0-beta1.tar.gz | 10.19 KB | a7bef55710a9261be16a52eed7994ae0 |
| colorpicker-6.x-1.0-beta1.zip | 13.57 KB | 2332b894b24667e7137f225837b6baf8 |
Release notes
This version of the Colorpicker module is unstable and not recommended. Use version 2 or later, which has a working CCK field.
colorpicker 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| colorpicker-6.x-1.x-dev.tar.gz | 14.03 KB | e1d1e87aacd4b3a71a42232ef6e4ca41 |
| colorpicker-6.x-1.x-dev.zip | 17.77 KB | d9de7f646f37029eeece483681f4fa67 |
Release notes
First release with 6.x compatible code, Sept 2 2008. The 5.x patch to colorpicker_cck is not included here yet, so the previous issues with colorpicker_cck may still exist. The patch will be evaluated soon and rolled into both 5.x-dev and 6.x-dev. Expect a full version release soon after.
colorpicker 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| colorpicker-5.x-1.x-dev.tar.gz | 10.24 KB | 99ae1384291f892817e73fcaa678a8b8 |
| colorpicker-5.x-1.x-dev.zip | 13.45 KB | eb2b3bcefeaf2e1da4931dcb17451726 |
Release notes
This is the first release of the colorpicker module. This module just provides an easy to use colorpicker form element type for other modules to use. Currently it lacks validation, which is an improvement I will add soon (if someone wants to create a patch for this, that would be appreciated).
This module defines two form element types. One is a colorpicker element that displays the Farbtastic colorpicker (included with Drupal) and the other is an associated colorpicker_textfield element. You can have multiple colorpicker elements with associated colorpicker_textfields or just one colorpicker with all colorpicker_textfields associated with it.
The included colorpicker_cck module defines a field type for cck forms. It may not work, as it is currently considered unstable. A new release will follow patch testing.