Any plans on releasing a D6 version of this module?
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | explainfield.info | 144 bytes | sjpatrick |
| #8 | explainfield.install.txt | 543 bytes | sjpatrick |
| #8 | explainfield.js_.txt | 2.24 KB | sjpatrick |
| #8 | explainfield.module.txt | 17.24 KB | sjpatrick |
| #4 | explainfield.info | 166 bytes | sjpatrick |
Comments
Comment #1
snufkin commentedOnly that it should be done. I haven't looked ad D6 CCK yet, so I can't make any predictions. Help on this update would be most welcome.
Comment #2
zbricoleur commentedI would be willing to help. What can I do?
Comment #3
snufkin commentedwe need to port the module to CCK 2, for Drupal 6 (and potentially for Drupal 5, if there is a need for that).
Comment #4
sjpatrick commentedHere is a re-write of ExplainField Widget for CCK 2 on Drupal 6. As best I can tell from my own testing, I'm pretty certain it is feature complete compared to the 5.x-1 release. I've done nothing at all toward adding or changing anything explicitly from the 5.x-2-dev code. Minor tweaks I *did* make on my own include:
Comment #5
snufkin commentedWow awesome. I'll test it over the weekend and commit. Separating the JS is a good move, makes the whole code a lot cleaner.
Comment #6
aaronbaumanWorks like a charm for me.
Thanks for the module and the port.
Comment #7
snufkin commentedsjpatrick if you want i can give you cvs access so you can commit the Drupal 6 port not depending on my free time.
Comment #8
sjpatrick commentedsnufkin, thank you, I would very much like that. I've put in a application for contributions cvs access and I'll let you know when that has come through.
In the meantime, I discovered that my previous release was not acting correctly in the case where the option of unlimited multiples was selected. I moved over to the Drupal behaviors model and that appears to have fixed the problem.
These new files include this fix and a small amount of code cleanup.
Comment #9
AjK commentedsjpatrick CVS access approved and added to this project.
Comment #10
snufkin commentedthanks AjK! sjpatrick i dont know if you are familiar with CVS, to help a bit I just created the DRUPAL-6--1 branch of the module, where you can commit your code.
you can check it out and start coding with
Comment #11
snufkin commentedI am closing the issue as the Drupal 6 code has been committed. The 6.x-1.x-dev tarball will be out shortly thanks to sjpatrick.