Downloads
Download tar.gz
13.51 KB
MD5: 8ada08c2d60f1340761c70967c279a0c
SHA-1: c20e696b386c86332d374c4206cb391ac1bc4d57
SHA-256: ea7273628f9eb1b9ce435e3b6c796e82fa25083ab15b0508b6535a32bf57b5f4
Download zip
17.37 KB
MD5: 5f0b34262117865376393e6efde3e35c
SHA-1: 9ecf65f65eedf7a53339e7f3a8f39a717a69ad2c
SHA-256: 737d9bb05bd9222c17feaefcdbe2378dc00c88479bcaf358bbd019688fb5d514
Release notes
What's new since version 6.x-1.1?
- The module's scope is no longer limited to required fields - thus the module has been renamed from CCK Required Single Select to CCK Single Select.
- The module's internal (machine-readable) name and project name have both been changed from
cck_required_single_selecttocck_single_select. - This is the first released version on the new project home https://drupal.org/project/cck_single_select.
Releases from the old project home https://drupal.org/project/cck_required_single_select will no longer be supported. - Added documentation.
- Removed options to change the non-value first option text individually for each and every field.
- Added the possibility to customize the text of the non-value first option via an overridable PHP template file, using the variable
$option
(also fixes #985752: Don't surround the non-value first option text with ' - '). - Added available variable
$requiredto the template for customizing the text of the non-value first option, allowing to handle both required and optional fields.
$optiondefaults to the translatable string "- Please select an option -" for required and to "- No selection -" for optional fields. - Functionality of CCK Required Reference Select module merged into main module
(#1498200: Merge "CCK Required Reference Select" sub module into main module ). - Cleans up variable space from all variables that might have been set by a 6.x-1.x version.
- Added uninstaller.
- Prohibit opening
.txtfiles within module directory via browser.