How about a port to drupal 6?

Comments

designerbrent’s picture

Status: Active » Needs work
StatusFileSize
new5.97 KB

Here is a first pass at this using mainly coder module to get the big changes. There are still several errors being thrown.

designerbrent’s picture

Title: Port to 6.x » Port to 6.x - Functional for the most part
Status: Needs work » Needs review
StatusFileSize
new8.84 KB

Ok, here is another pass at this. It seems to be working correctly now with only one function fully commented out. I'm having problems with the function yahoo_terms_link() throwing a mySQL error. If anyone wants to take a look at it, please feel free to take a hack at it. The problem that I have is that I'm not sure exactly what the function is looking for so I just removed it for now.

designerbrent’s picture

StatusFileSize
new8.84 KB

Little more cleanup and add a hopeful fix for #156853: Fatal error: Unsupported operand types

This is a full patch against the 5.x-1.x-dev version.

alliax’s picture

Please keep me updated on this, I really want some sort of automatic tagging for my nodes, do you know of another module? Or why yahoo terms is not yet ported to 6, it looked promising...

Cheers,
James

Shiny’s picture

StatusFileSize
new9.7 KB

I've rerolled this patch -- it's now a diff against end of DRUPAL-5 branch (instead of the tarball).
I've also cleaned up so code-style.pl is happy it matches drupal code style standards

tested on Drupal6.3, postgresql (both 7.4 and 8.something), apache2, php5.

alliax’s picture

Then please user Aron Novak, could you release a 6 version of the module? Thank you. It doesn't matter if there are some bugs/issues with the patch (which I don't know how to use, I much prefer a 6 version) because the bugs will be reported, but many more users will test the module if there's a 6 branch, because only 0.01% of users will apply a patch and put it on their site.
We're mostly waiting for a first 6 branch release.

Cheers,
James

TallDavid’s picture

Please release a 6 version of the module.

Shiny’s picture

@TallDavid / @alliax please test the patch and report back.

alliax’s picture

Patching a module is not something that many people know how to do (like me) or really care to learn to do. So if you really want people to report bugs to you it's easy: release a drupal 6 version, even a dev version and then wait until people will install it and then come back to cry and report issues.

It's the wise thing to do because waiting for people with the know-how of applying patches means a lot less manpower !

Shiny’s picture

@Alliax patching isn't rocket science. There's a howto on http://drupal.org/patch/apply

alliax’s picture

I don't know if you got my pôint, I didn't say it is difficult I said if you want bug reports from most drupal users, release at least a dev version.

TallDavid’s picture

Alliax,
I concur. There needs to be a 6.x-x.x-dev version to facilitate testing.

kaw3939’s picture

I have a version 6 module working for the most part, but it isn't a upgrade of this one, it is a rewrite because I didn't know about this one. We started to make another module that did something similar to this, but then decided to separate this functionality from the other module. The other thing that we did was check for duplicate tags inside a vocabulary, rather than checking before the tags are added. This may be more expensive to do but it might be more flexible. You may be doing this on your module too, but I just skimmed through your code.

Would anyone want to look at our version 6?

we just have a couple last fixes / testing to do to make sure that our module is fit for human consumption as a developmental release.

Our module is also going to use calais, but differently than the current Calais module.

We are adding a couple features, you have in yours and some that we need for ours, so these will be similar but not the same.

Shiny’s picture

i've branched a DRUPAL-6-1 in cvs - should appear on this project page for download soon.

Shiny’s picture

Status: Needs review » Reviewed & tested by the community
Shiny’s picture

Version: 5.x-1.x-dev » 6.x-6.x-dev
Assigned: Unassigned » Shiny
TallDavid’s picture

Version: 6.x-6.x-dev » 6.x-2.1
Assigned: Shiny » Unassigned
Status: Reviewed & tested by the community » Closed (fixed)

Version 6.x-2.1 was released on 2008-Nov-25. Closing the ticket since a production release now exists.