the taxonomy creation features of devel_generate should be available programatically. attached patch abstracts the functions out of the module and into the .inc file, and cleans up the user messages. also added postgres support to be in keeping with the other generate functions.

if this patch looks good, i'll be happy to generate one for HEAD as well.

CommentFileSizeAuthor
#2 abstract_taxo6.patch9.82 KBhunmonk
abstract_taxo.patch10.02 KBhunmonk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hunmonk’s picture

tested this on postgres and it works beautifully

hunmonk’s picture

Version: 5.x-1.x-dev » 7.x-1.x-dev
FileSize
9.82 KB

the original patch was for D5 -- here's the patch for HEAD. tested on postgres and working perfectly.

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community

code looks fine. if you tested it, then just proceed with commit.

dww’s picture

Stupid me, I duplicated much of this patch over at http://drupal.org/node/160608 since I didn't see this issue first. :( Just tested on HEAD and it's working nicely. Code looks good. RTBC, indeed.

hunmonk’s picture

Status: Reviewed & tested by the community » Fixed

committed to DRUPAL-5 and HEAD

Anonymous’s picture

Status: Fixed » Closed (fixed)