Project:Term merge
Version:6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:bleen18
Status:needs work

Issue Summary

what about version for Drupal 6.x?

Comments

#1

I'm also looking for this kind of functionality on Drupal 6.
How about it?

#2

Status:active» postponed

We only use Drupal 5 right now, so I'm afraid this is pretty far down my To Do list. However, if you want to take a crack at porting it, I'd be glad to help.

#3

Hi,

I'm also looking for a D6 version. Currently, the "Taxonomy Manager" module might be an option (thus this is a great module it's a bit less comfortable than the "Term Merge" link).

Greetings, -asb

#4

Assigned to:Anonymous» eli
Status:postponed» active

Ok, I did a quick & dirty Drupal 6 version. Please let me know if you encounter any bugs.

#5

Version:5.x-1.1» 6.x-1.x-dev

#6

I get "page not found" when clicking on merge term link in term edit page.

#7

This might help
http://drupal.org/project/deadwood

d5 to d6 converter :)

#8

I tried it on my installation of D6, got a nice

Fatal error: Call to undefined function _taxonomy_access_get_nodes_for_term() in /usr/www/users/danb007/beta/sites/all/modules/taxonomy_access/taxonomy_access.module on line 253

No luck.

#9

I've been doing some work with this module for D6 ...

The attached path includes the following:

  • ~ 85% is simple housekeeping (http://drupal.org/coding-standards).
  • I removed the term_merge_merge function and called drupal_get_form directly from the hook_menu page callback
  • I converted term_merge_merge_form_submit to use taxanomy_save_term
  • I removed bug where synonyms might end up duplicated
  • I made the success message a bit more informative ... but left in "Have a nice day!"

I'm sure I'll have some more updates to this, and I'll probably want to update this module for D7 at some point ... looking for a D6/D7 maintainer? Please let me know.

AttachmentSize
term_merge_d6.patch 10 KB

#10

Assigned to:eli» bleen18
Status:active» needs review

I've recently been made a comaintainer for this module and I'd love to get at least one or two more people to take a look at this patch (#9) before I commit it. Any takers?

#11

Subscribing.

#12

testers? anyone? anyone?

#13

Status:needs review» needs work

Some thoughts on D6-6.x-1.x-dev after a brief (not extensive) test -

  • The 'merge' link appears at the top of my term edit form. Seems out of place being above the title.
  • The 'merge' link text is "Merge this term into another another" which should probably be "Merge this term with another"
  • Merging terms says "The terms have been merged. Have a great day.". This should just say "The terms have been merged".*
  • Might want to test in conjunction with Taxonomy Image module. When merging terms, I see,
    • Not deleted from the files table because it is use on -1 other terms.
    • image removed.
  • Should use the admin/* path so as to remain in admin theme when viewing the merge term page.
  • Did you mean to offer a "Merge term" link on the term delete page?

* IMO introducing out-of-context chattiness detracts from the message in Drupal's admittedly already busy UI. Keep it simple and businesslike, no need to confuse the UI with irrelevant personal messages.

#14

Status:needs work» closed (duplicate)

Marking this as closed (won't fix) until there is someone willing to continue the work of the 6.x release.

#15

Status:closed (duplicate)» closed (won't fix)

#16

Woops :)

#17

Status:closed (won't fix)» needs work

Hi all,
As D6-6.x-1.x-dev doesn't work I've completely rewrote the module for my needs.
Maybe somebody will also need it.
You can find the code on GitHub: https://github.com/yarroha/term_merge

nobody click here