Closed (fixed)
Project:
Taxonomy Switch
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
5 Mar 2007 at 19:46 UTC
Updated:
4 Sep 2007 at 11:54 UTC
Jump to comment: Most recent
Hello, Author!
Do you have a plans to upgrade this module for Drupal 5.x?
Comments
Comment #1
joel_guesclin commentedI will upgrade this for 5.x eventually - however I'm in the middle of upgrading to 4.7 at the moment, so I'm afraid it's not at the top of my list of things to do!
Comment #2
toologic commentedOh! Its bad news for me (us) ;(
I'll be wait.
Comment #3
mlncn commentedAgaric Design Collective is updating taxonomy_switch to 5.x... allegedly for the fun of it. A smooth upgrade except we're a little bit stuck on the forms. We could just grab the info directly form $_POST instead of $_POST['edit'] but we're trying to do this the officially approved Drupal 5 Forms API way... so the several forms used to choose the terms to switch will become one multipart form, we thinks.
Wish us success in seeing $form_values...
Of course, Joel can also just tell us not to muck about in his module ;-)
~ ben
Agaric Design Collective
Open Source Web Development
http://AgaricDesign.com/
Comment #4
mlncn commentedHere's an apparently functional version of the module for Drupal 5, which can be downloaded here (it's not attached because zip or tar files can't be attached to issues).
NOTE: It does not do forms in the new FAPI way. I spent just over two hours on an unrelated issue, trying to figure out what was wrong with the listing of terms to move-- and it turned out to have nothing to do with the module. When I thought I'd created two terms in each vocabulary for testing, I'd actually put four in one vocab. And that blew the time budget for this update which really was for the hell of it anyway.
The attached is not a patch because a Drupal 5 version has to be created. It should be considered pre-alpha.
Download at Agaric's site.
We wish we could put more time into it but for now the one term was all we needed it for ;-)
Our hearts, minds, and if he wants it our wallet goes out to Joel for his work.
~ ben :: Agaric Design Collective :: http://AgaricDesign.com
Comment #5
mlncn commentedI've used this a little more and am pretty confident the update to Drupal 5 was successful. I'm assigning it to myself and want to be clear that Agaric Design Collective would be happy to clean this up and get it into CVS for people to download. (Rough version still available from http://agaricdesign.com/taxonomy-switch-update-to-drupal-5 )
We can be reached via Drupal's contact form or our own.
Comment #6
mlncn commented... that being our contact form on Drupal (if you're logged in)... no, the main Drupal contact form does not go to Agaric!
Comment #7
joel_guesclin commentedThere is a new version of taxonomy_switch, compatible Drupal 5.1, uploaded in HEAD. Thanks to Benjamin Melançon for the upgrade - and any testing results would be welcome.
It's not perfect - the form handling is not really in conformance with Drupal since it is still using the POST values directly - but it does seem to work.
This version also includes improved support for free tagging vocabularies.
I plan to add a check in the function that switches terms from one vocabulary to another, to make sure that the target vocabulary content types are compatible with the source vocabulary, then I will do a proper 5.1 release.
Comment #8
zoo33 commentedI tested the HEAD version on a Drupal 5.1 site and it works fine! I used free tagging and hierarchical as well as regular taxonomies and thay all worked. I didn't review the code, but based on how it's working I'd say it's time for a 5.x-dev version – at least!
(This module can be a real lifesaver in some cases. I was gonna write my own script to move a few terms when I found this module which already solved the issue for me. Fantastic!)
Comment #9
Anonymous (not verified) commentedThat's great news! And yes I've been using the version in HEAD since April. Everything seems to be working fine so far. :)
Comment #10
mlncn commentedHi Joel,
If you want to throw me on as a developer I may be able to help make the Drupal 5 release official... well, probably not in the next couple of weeks, but soon.
I'm glad it's working for people!
benjamin, Agaric Design Collective
Comment #11
joel_guesclin commentedBenjamin - thanks for the offer, I've included you in the project. Only too happy to have someone else on board, given that I have much less time than previously for maintenance tasks.
Comment #12
csc4 commentedAny news on the official 5 version release date? TIA
Comment #13
gurukripa commentedi hope this comes for Drupal 5.1 soon :)
thanks
Comment #14
mlncn commentedI ported this to Drupal 5 in March and the link to the download is on this very thread! Joel fixed my port up some and committed it to the project as "HEAD" -- as reported by others on this thread, if you download HEAD (click on more or all releases on the project page) it works fine with Drupal 5.
Comment #15
joel_guesclin commentedNow it's released for 5.x!