I have developed functionality similar to some of what is provided by this module for a Drupal 7 proof-of-concept (so I've got to understand the issues involved by the short,l uncomfortable route). I would like to help with migrating the module to 7.

Has any work been done in this direction already?

Comments

danielb’s picture

No work has been done for D7, feel free to submit patches for a D7 version.

danielb’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
dave reid’s picture

I'm wondering what everyone would think if this module merged with the Elements module where we're testing out new FAPI elements for core inclusion.

danielb’s picture

I would support that merge.
Note: This module has a few extras in addition to the fapi element, namely the CCK integration and apache solr integration. Webform also has done their own integration with this module.
How would these be best managed? I would have preferred these be handled by other modules, but people kept submitting patches so I was under a bit of pressure to stick them in.

ericduran’s picture

I like the idea of getting this to the elements module, but I think only the FAPI element should be added to the elements module and not any of the implementations. I like the elements module being only FAPI elements.

danielb’s picture

I could leave this project for integration modules?

mstrelan’s picture

subscribe

joostvdl’s picture

Subscribe

shady_gun’s picture

Subscribe ...

shady_gun’s picture

StatusFileSize
new9.66 KB

Hi, I have attached a working version of Drupal 7 "which only works with webform " I have attached the module , Please let me know if it works .

for cck please use http://drupal.org/project/cck_select_other

Regards,

shady_gun’s picture

Component: Miscellaneous » Code
Assigned: Unassigned » shady_gun
Category: feature » task
StatusFileSize
new10.58 KB

Looks like i messed up with the upload here is a zip of the module ...

clashar’s picture

sub

klonos’s picture

Title: Migration to D7 » Port Select (or other) module to D7
Issue tags: +port to d7

...subscribing + adding proper tag and less vague title.

danielb’s picture

I have committed a Drupal 7 port, the fields integration likely needs work.
I noticed a problem again in collapsed fieldsets which the js was supposed to fix, so I'll need to look into that.

danielb’s picture

It's at a point where I don't know of any bugs, so I will be making some sort of release the next time I read this.

klonos’s picture

...great news! Thanx ;)

klonos’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Issue tags: +D7 porting, +d7 ports

...updating tags a bit + setting this to the proper branch.

iko’s picture

Hi,

I just would like to make 3 things clear :
- the D7 port will be available for Fields (not only webforms), won't it ?
- Will it be possible to transform a "radio/checkboxes-widgeted-fied" into a "select/other-widgeted-field" ?
- do you have any idea about *when* this feature will be released ?

Of course, none of those questions is intended to be aggressive or compelling : I just would be thankful if you could give a view on your plans (as far as you can realise them).

(the cck_select_other doesn't exactly mimic the same feature)

Thanks a lot for your work.

danielb’s picture

Status: Active » Fixed

- the D7 port will be available for Fields (not only webforms), won't it ?

Yes

Will it be possible to transform a "radio/checkboxes-widgeted-fied" into a "select/other-widgeted-field" ?

Dunno, maybe. I know D7 doesn't like it when you change stuff after nodes are created. There are hacky ways around it though, if you need help start a new issue.

- do you have any idea about *when* this feature will be released ?

There is a dev release available now.

Regarding Dave Reid's suggestion of combining with Elements module, I'm still open to that, but I'll leave that for this issue, haven't had much of a response thus far: #268424: Select + textfield

If you have any troubles with the D7 version, start a new issue.

Status: Fixed » Closed (fixed)
Issue tags: -D7 porting, -port to d7, -d7 ports

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit ec4af16 on 7.x-2.x, 7.x-3.x, 8.x-3.x by danielb:
    Issue #981530 by danielb, titles and javascript fixes.