Is this module being ported to Drupal 6?
| Comment | File | Size | Author |
|---|---|---|---|
| #22 | phone-format-differs-from-validation.patch | 311 bytes | malaussene |
| #12 | phone.module.rej_.txt | 17.49 KB | scottrigby |
| #12 | phone.info_.rej_.txt | 670 bytes | scottrigby |
| #9 | phone-6.x-update.diff | 29.57 KB | pillarsdotnet |
| #6 | phone-6.x-0.1-dev.zip | 26.01 KB | malaussene |
Comments
Comment #1
thierry_gd commentedIt will. Just question of time
Comment #2
groovypower commentedAny progress?
Comment #3
Moonshine commentedAny followup on this? I'll take a stab at it, but don't want to re-create work that may have already been done.
Comment #4
rootworkI'm happy to do bugtesting (and maybe bugfixing, though I don't know if my coding skills are up to snuff) to help this along.
Comment #5
rootworkOK, so I ran this through Deadwood and did a little cleanup using Coder. Don't think this resulted in a working module -- it didn't. While the module does show up in the module list, you can enable it, and you can add phone fields to a content type, these fields won't show up in the content-creation or editing pages. But I'm hopeful this might have gotten us a little closer.
I left all of the notes Deadwood inserted in the files as comments at the top.
Comment #6
malaussene commentedHi all,
attached is a version that works on D6.
the 'validate' in phone_widget has been moved to phone_field 'validate'
the 'process form values' in phone_widget has been moved to to phone_field 'presave'
phone_widget is now same as text_widget
I also added the fix for http://drupal.org/node/275860
Comment #7
dtj commentedHow about adding this for token support?
Comment #8
will_in_wi commentedI use this on a few sites that I maintain. Could the maintainer roll a dev release of this to facilitate further community testing?
Comment #9
pillarsdotnet commentedrolled a patch against cvs HEAD checkout; attached.
Comment #10
mcjudd commentedHi there
It looks as if good progress is being made for this module. Any idea when it will be finally ported for general release?
Thanks
Comment #11
rootworkIt seems like the first step would be rolling the official development release so the community can begin widely testing, but that's up to the maintainer. There does seem to be enough to create that release, though.
Comment #12
scottrigbyhi Bob,
I tried to patch HEAD, but some of the hunks failed. Here are my results:
Attaching my rej files, in case that's helpful.
Cheers -
Scott
Comment #13
rjbrown99 commented+1
I have started to use the module from post #6. If the author of this module would be so kind as to check in a version for Drupal 6 as a dev module it would be very helpful to those of us that need this functionality. So far so good - the module seems to work just fine with my Drupal 6.4 release.
I'd also like to add SIP URL dialing for softphone support.
Comment #14
scottrigbySince the last patch didn't work yet, I tried the D6 port in #6.
malaussene, a few things so far...
* field sort order is not respected (in 'manage fields', I can drag the phone field to the desired place in the sort order, but when I save the Phone field skips back up to the top.
* First time I added a phone number, it did not save the data. I had to edit the node again and re-add the number, in order to save. Can not seem to track it down yet, but thought I;d mention it here just in case.
Otherwise, looks good :)
Comment #15
malaussene commentedscottrigby,
I was not able to reproduce the issues you describe on my install
which might be a little bit old now (Drupal 6.3 and CCK 6.x-2.0-rc4)
What Drupal version do you use?
And what is your CCK version?
Are you able to reproduce it when just Drupal core, CCK and Phone modules are enabled?
Comment #16
wim leersSubscribing.
Comment #17
yesct commentedI'll test it too if there is a dev branch started. :) thanks!
Comment #18
scottrigbymalaussene - 'pologies for the late response (2 weeks ago)...
I also tested with current versions of 6.x core (6.5 & 6.6) and with cck 6.x-2.0-rc10.
* The cck sort order is fine now.
* However, the phone number not saving data is still happening.
But what I think is going on is validation. If I add an actual phone number, it shows up fine. But if I add a bogus phone number, like
1 (215) 1234567, I get a blank result that follows my phone display format such as1 () -(displaying country code plus area code in brackets, but no phone number).I think the validation should display a friendly message on the edit form instead like "this does not appear to be a valid US or Canadian phone number - please enter a valid number" etc.
:)
Scott
Comment #19
that0n3guy commentedBut if I add a bogus phone number, like 1 (215) 1234567, I get a blank result that follows my phone display format such as 1 () - (displaying country code plus area code in brackets, but no phone number).
I can verify the module from number 6 does this.
Another thing I've noticed is that it does not show up in views 2.
Comment #20
Babalu commentedsubscribing
Comment #21
Babalu commentedcan someone please integrate germany ?
Comment #22
malaussene commentedHi Scott,
the saving data issue seems to affect also the module for Drupal 5.
Here is a patch, but could you open a separate issue for this ?
thanks
Comment #23
malaussene commentedHello Babalu,
could you please open a separate issue.
thanks
Comment #24
malaussene commentedHello that0n3guy,
can you elaborate a little bit more on the no show on views2 ?
It seems to work fine on my test server with cck-6.x-2.0-rc10 and views-6.x-2.1
Kenan
Comment #25
that0n3guy commentedMalaussene,
I went back and double checked my views and noticed there was a lot more missing then just the phone stuff. I disabled views, uninstalled it, and re-enabled it and it seems to work now.
Sorry for crying wolf :).
Peter
Comment #26
mcjudd commentedHi guys
Any idea when this new module could be available for dev release? I may not be able to code (yet) but happy to test if that is of any help
Thanks
Comment #27
aren cambre commentedSubscribe.
Looks like the module maintainer hasn't been active at drupal.org since July...
Comment #28
AgentD commentedSubscribing.
Comment #29
thierry_gd commentedI will try fo find time in the next weeks to commit a new release
Comment #30
thierry_gd commentedCould you create a separate issue for the issue (integrate germany)
Comment #31
janusman commentedSubscribing
Comment #32
scottrigby@malaussene: re #22 ^^ yesterday I opened a separate issue: #333852: Phone not saving data
Comment #33
arianek commented+1
Comment #34
rootworkPlease please please please create a dev release so we can work on this. We don't need a full release yet and there are several people (above) willing to do the work and test, but there's a limited amount we can actually do without a dev release. I'm sure you're busy but once we have this key step completed you will have the community able to do a lot of work for you.
Comment #35
thierry_gd commentedJust added a first 6.x release
Comment #36
scottrigbyFantastic! Thanks thierry_gd :)
Comment #37
mcjudd commentedGreat - thanks for all your hard work guys. Will be uploading tonight
Comment #38
rootworkAwesome! Thanks!