cck_select_other 7.x-1.1
Posted by mradcliffe on December 29, 2012 at 2:14am
| Download | Size | md5 hash |
|---|---|---|
| cck_select_other-7.x-1.1.tar.gz | 17.05 KB | 413251a1c2497513129d3a555528f0b3 |
| cck_select_other-7.x-1.1.zip | 20.41 KB | 4c6343c3c8c5a101f2dd8a2894df5534 |
Last updated: December 29, 2012 - 02:15
Release notes
Updates
- Better views exposed filter and field support
- A bunch of bug fixes.
Changelog
- Feature: #1215884: How to add a - None - option
- Bug fix: #1650674: The "error" class missing when the textfield is not valid
- 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
- Bug fix: #1853868: Error in cck_select_other when used in profile
- Bug fix: #1468146: No values Select Other field in Views 3 exposed filter
- Test fix: #1792378: Fix tests to work with latest Drupal 7 core. Core changed expected output.
Roadmap
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 | 17.41 KB | fa129310d951ae0ce15cc29c15efe5df |
| cck_select_other-7.x-1.x-dev.zip | 20.66 KB | 3e0bbc2d0ff6d86c3b186451e36dc9a7 |
Last packaged version: 7.x-1.1+3-dev
Last updated: May 12, 2013 - 00:58
Release notes
Drupal 7 Development Version
- Bug fix: #1960648: Label using t() for printing, should use check_plain()
- Bug fix: #1879880: Entities rendered incorrectly when entered under Other
- Bug fix: #1931378: Exposed filter in views doesn't work correctly when filter set to _none
- Feature: #1215884: How to add a - None - option
- Bug fix: #1650674: The "error" class missing when the textfield is not valid
- 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
- Bug fix: #1853868: Error in cck_select_other when used in profile
- Bug fix: #1468146: No values Select Other field in Views 3 exposed filter
- Test fix: #1792378: Fix tests to work with latest Drupal 7 core. Core changed expected output.
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 | 13.25 KB | 11aa8806668155971537dd799858b44a |
| cck_select_other-6.x-1.x-dev.zip | 16.53 KB | b3deeb1e17b59575f0369d91d13ba333 |
Last packaged version: 6.x-1.x-dev
Last updated: May 16, 2013 - 03:11
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
- Bug fix: #1995354: Syntax error in cck_select_other.api.php