Is there any hope for an update to Drupal 5 or 6?

CommentFileSizeAuthor
#3 citizenspeak-5.x-dev.tar_.gz19.57 KBjswaby

Comments

jswaby’s picture

you and are in the same boat my friend.

no one else seems to want to update this for version 5 or 6, so eventually I will have to port it myself. Upper management at the company I work at insists on releasing this module with all of the sites we build, so I'll have to port this over to drupal 5. Once that's done, I'll see if I can get it working for Drupal 6. I probably won't have a working version for Drupal 6 until it is in an RC release.

Keep your eye on this area. I'll post whatever I have.

jswaby’s picture

Assigned: Unassigned » jswaby

I'm half way there...

jswaby’s picture

StatusFileSize
new19.57 KB

Here's what I got for Drupal 5. I probably won't be porting it to Drupal 6 because I personally have no use for it. You can post all bug reports here as well, and I'll pass them along to whomever is taking my job.

jswaby’s picture

Status: Active » Fixed
mgifford’s picture

Congrats, look forward to this being made an official release!

Steve Dondley’s picture

Sweeeeeeeeeeeeet. Been waiting for this for a long time. Where's the tip jar?

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

matt2000’s picture

Assigned: jswaby » Unassigned
Status: Closed (fixed) » Needs review

Reopening because this update has not been added as an official release. Can a developer review & submit?

jswaby’s picture

Matt (or someone else),

Try contacting the maintainer of the module and asking to be a co-maintainer. That way you (or whoever may want to maintain this module) can commit changes to the project on both drupal.org and in CVS. I believe many people have contacted georgehotelling asking for an update to the module and he (or she) has refused to make any changes.

Another method would be to just ask someone on the project release team to make you the owner of the project. Then you can do whatever you'd like to the module :)

DL’s picture

I keep getting this error message

You must provide valid email addresses.

i'm doing dev using Drupal 5.9 and XAMPP

matt2000’s picture

Version: master » 5.x-1.0-beta
Assigned: Unassigned » matt2000

OK, I'm now a maintainer on the project, and I've committed the Drupal 5 version that's been in use at Union Web Services.

Please test, and report back here. I simply committed the files as they were given to me, and it looks like there' may be some redundant and/or unnecessary code, but I have not yet taken the time to investigate fully.

bboyjay, This version is probably based on your work, if not identical to it, so if you can provide any insight, please do. :-)

Jo Lee’s picture

Hi Matt:

I co-founded and direct CitizenSpeak.org. I've been planning on upgrading CitizenSpeak and would love to know the status on the work that you've been doing on this module.

Thanks for taking up the job as module maintainer, Jo

mgifford’s picture

Hey, that's great news.. Thanks for taking this on Matt.

jswaby’s picture

I just fudged with it for a few hours until that sucker was working. It's great that you've taken it on and are continuing the efforts. I had no need for it personally, so I commend you for stepping up to the plate and maintaining it. Great stuff :)

DL’s picture

Thanks matt2000 for maintaining this great module.

What I would like to see is the feature where we can enable/disable or change the state field since the options are all states from the U.S. and is not applicable to those outside the U.S.

teoverton’s picture

Hi matt,
I receive this error when I activate the citizenspeak module on my campaign site (5.8) I'm putting together (to save our village school from being sold to developers)...can anybody help with this?

user warning: Table 'drupal.citizenspeak_participants' doesn't exist query: SELECT n.nid, n.title, COUNT(*) AS participants FROM sustainablenode n LEFT JOIN citizenspeak_participants AS cp ON n.nid = cp.nid WHERE n.type = 'citizenspeak' AND DATE_SUB(CURDATE(), INTERVAL 1 MONTH) < cp.sent_at AND n.promote = 1 AND n.status = 1 GROUP BY n.nid ORDER BY participants DESC LIMIT 5 in /var/www/html/includes/database.mysql.inc on line 172.

Ive tried adding a few petitions and participants but the error message persists.

On a separate issue, how can I change the state and zip code boxes to either accept international addresses or to go away. I'm in the UK and they aren't usable as is.

Thanks in advance,
Thomas

teoverton’s picture

Category: feature » support

Hi matt,
I receive this error when I activate the citizenspeak module on my campaign site (5.8) I'm putting together (to save our village school from being sold to developers)...can anybody help with this?

user warning: Table 'drupal.citizenspeak_participants' doesn't exist query: SELECT n.nid, n.title, COUNT(*) AS participants FROM sustainablenode n LEFT JOIN citizenspeak_participants AS cp ON n.nid = cp.nid WHERE n.type = 'citizenspeak' AND DATE_SUB(CURDATE(), INTERVAL 1 MONTH) < cp.sent_at AND n.promote = 1 AND n.status = 1 GROUP BY n.nid ORDER BY participants DESC LIMIT 5 in /var/www/html/includes/database.mysql.inc on line 172.

Ive tried adding a few petitions and participants but the error message persists.

On a separate issue, how can I change the state and zip code boxes to either accept international addresses or to go away. I'm in the UK and they aren't usable as is.

Thanks in advance,
Thomas

matt2000’s picture

Title: Drupal 5 / 6 versions? » Drupal 5 versions
Category: support » feature
Status: Needs review » Closed (fixed)

Closing this issue because the Drupal 5 version is now available.

Other requests should be posted as separate issues.