cck_select_other 7.x-1.0
Posted by mradcliffe on April 22, 2011 at 2:16am
| Download | Size | md5 hash |
|---|---|---|
| cck_select_other-7.x-1.0.tar.gz | 13.53 KB | 0697d88c84934722e6ffd566787c5ac8 |
| cck_select_other-7.x-1.0.zip | 16.63 KB | d25a0c5e57848a660395ab3425acbbd7 |
Last updated: April 22, 2011 - 02:16
Release notes
CCK Select Other has made the transition from CCK to Fields in Drupal 7. The module functionally works the same as it did in Drupal 6, but there are many improvements such as:
- Improved Javascript support with help from altrugan, bakr, and emilianot.
- Support for any fieldable entity.
- Multiple value fields, multiple fields, and Field Conditional State support.
Instructions
- Add a new list field and choose the "Select other list" widget within any fieldable entity such as a Content Type, Profile2 Type, User, Taxonomy, etc...
- Add the select list options within the field instance settings Select list options instead of adding them in the Allowed Values field settings.
- After saving, you may want to set a default value by going back into the field settings.
Roadmap
- #957342: Exposed View widget not showing as Selectbox
- #858704: Actual value and not label displays in views
- #793024: Option to Add Other Values entered into select list
- #898246: Compatibility with Content Taxonomy
Changelog
- #1024654: Not working for profile2 entity and field_conditional_state
- #994740: not working with multiple values
- Uses list and list sub-type fields such as list_text and list_number.
- Javascript behavior functionality changed per Drupal Javascript API changes.
cck_select_other 7.x-1.x-dev
Posted by mradcliffe on November 1, 2010 at 11:25pm
| Download | Size | md5 hash |
|---|---|---|
| cck_select_other-7.x-1.x-dev.tar.gz | 15.27 KB | 159c9565f8a8ceb98fa9389ee77f0db2 |
| cck_select_other-7.x-1.x-dev.zip | 18.3 KB | cbe7c2e82c8ccaa53e91040b44a33baa |
Last packaged version: 7.x-1.0+6-dev
Last updated: February 27, 2012 - 00:06
Release notes
Drupal 7 Development Version
- Feature: #1215884: How to add a - None - option
- Bug fix in D7: #1189814: Required not being respected
- Bug fix: #1457510: How to add help/description?
- Bug fix: #858704: Actual value and not label displays in views
cck_select_other 6.x-1.x-dev
Posted by mradcliffe on February 28, 2010 at 8:34pm
| Download | Size | md5 hash |
|---|---|---|
| cck_select_other-6.x-1.x-dev.tar.gz | 12.09 KB | d8e2972f5dc4399439a1b515dbf86ce9 |
| cck_select_other-6.x-1.x-dev.zip | 15.45 KB | 2ced293158c3d05749cb954b3bc01672 |
Last updated: February 25, 2011 - 07:29
Release notes
Development release for cck_select_other.
- Initial features
- Testing class added, setup field and random options
- Initial test: modify field value randomly and save
- Validation test: fail validation on purpose to check if fields are still there
- Bug Fix: #value warning (1.1.2.11)
- Feature: #728704: Conditional Display via Javascript
- Renamed blah function to switch. I forgot that it was named that for testing purposes. (1.1.2.2)
- Bug Fix: #801382: JS functionality doesn't work with multiple fields
- Pending bug: #898062: When field is required - Other value is not validated as empty if nothing typed
- Pending bug: undefined $delta in content types manage field screen.
- Known Issue: #961140: Unable to set more than one value. Prohibit multiple values option. This is not a feature of cck select lists, and doesn't work anyway.
- Known issue: #842762: Doesn't work in flexifield used within content profile. Patches welcome.
- Known issue: #834036: compatibility with conditional_field module. Fieldset doesn't disappear. Patches welcome.
- Bug fix: #848102: Javascript syntax error - unexpected token switch
- Views fix: #858704: Actual value and not label displays in views
- Views fix (sort of): #957342: Exposed View widget not showing as Selectbox
- Code style cleanup