Download & Extend

Port of taxonomy batch operations module to Drupal 6.x !

Project:Taxonomy Batch Operations
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:reviewed & tested by the community

Issue Summary

Hi,

Here the version 6.x of taxonomy batch operations.

It's a simple conversion of the old, but always useful, 5.x module to Drupal 6.
Nothing is changed, except that taxonomy_batch_operations doesn't replace the Drupal taxonomy edit page, because this one has more functions than 5.x version. Next step is to merge these two pages.

Some 5.x bugs are fixed, but not all. For advanced imports, you can use Taxonomy xml or Taxonomy csv, which one i maintain.

Regards,

Daniel Berthereau

AttachmentSize
taxonomy_batch_operations.zip12.58 KB

Comments

#1

Hi,

The tar.gz version of module, simpler to use and without a system warning when no term is deleted.

Regards,

Daniel Berthereau

AttachmentSize
taxonomy_batch_operations.tar_.gz 9.03 KB

#2

Thanks for this. Tracking (and will test when I have the chance).

#3

Thanx for Drupal 6 version!

#4

will test also

#5

subscribing

#6

i start testing - first: i miss a select box to mark all on a page ...

thanks momper

#7

i echo the select box to mark all

#8

Thank you so much, I imported multiple terms thanks to your D6 version, it works !

#9

what about a .dev

#10

Status:active» reviewed & tested by the community

Tested and working fine from here too. thanks!
DT

#11

Anyone still following this?
If not, i want to help maintain it

#12

works -> what about a dev?

thanks momper

#13

Awesome, thanks Daniel!

I'd be happy to add you and betz to the maintainers list.

#14

Thanks! Huge time saver!

#15

drawk, you may add me. Don't have time directly, but i will one day ;)

#16

tested with synonyms: updating weights -> killed all synonyms

#17

Nice one, thank you! Why is this not listed as a release on the project page?

#18

+1

#19

Subscribe.

#20

Subscribe.

#21

+1

#22

Thanks, that module helped me a lot in sweeping out unused terms

#23

Module from post #1 work correctly

#24

My modified version of #1

Differences:

  1. Code is divided into two files: taxonomy_batch_operation.module and taxonomy_batch_operation.admin.inc.
  2. Integration with default taxonomy page: admin/content/taxonomy/%vid.
  3. Draggable rows and "check all" feature.
  4. "Edit multiple terms" tab is optional and disabled by default. It could be enabled on settings page admin/settings/taxonomy_batch_operations.
  5. There is no abillity to sort terms by name and occurences on default taxonomy page (this feature is still enabled on page "Edit multiple terms").
  6. There is no abillity to directly change the weight on default taxonomy page (this feature is still enabled on page "Edit multiple terms").
AttachmentSize
taxonomy_batch_operations.tar_.gz 10.99 KB

#25

thanks - i will test

#26

I tested #24, it works well. Thank you very much.

#27

#24 tests good for me.

#28

on free tagging vocabularies, i am getting "An illegal choice was made" - the $terms variable is being set to an empty array during validation somwhere.

#29

I'm having the same issue as brad bulger. Is there any update on the status of that?

#30

this is a not very good workaround for the issue in #28. i only ran into this trying to delete multiple terms, there may be other cases where this is a problem.

AttachmentSize
taxonomy_batch_operations.freetags.patch 611 bytes

#31

Would love to see this someday actually work in D6.

#32

Subscribing.
Is this module still maintained?
Could the current maintainer create a D6 branch?

#33

I'd say it's fair to say the module is not maintained, since no D6 branch was ever created and the last commit was in Feb. 2008. An interested party could hypothetically take over maintenance of the module.

#34

Is there another module that provide the same features for D6?

#35

Without knowing exactly all the features this module provides, look at:
Taxonomy manager
and
Views bulk operations
or maybe a combination of the two.

#36

Hie, How can i add default term values in the add multiple terms text are, so that when each user registers they can already have a list in the text area to add terms and all they have to do is click save.

the code currently has $form['name'] = array(
'#type' => 'textarea',
'#title' => t('Enter the name of each room: '),
'#rows' => 15, '#cols' => 64,
'#description' => t('The names of the terms, one term per line.'),
'#required' => TRUE,
);

How do i add the default values so that they are contained in the text area, For example have Bedroom, Kitchem, Dining in the text area

regrds
jeff

nobody click here