Geo Taxonomy saves the status - enabled or not - of taxonomies with a variable called geotaxonomy_(vid). This is a problem for exports, in which vids cannot be relied upon.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | 806084-14_exportable.patch | 5.16 KB | alex_b |
| #11 | 806084_11.patch | 4.62 KB | David Goode |
| #10 | 806084_10.patch | 4.62 KB | David Goode |
| #9 | 806084_9.patch | 4.99 KB | David Goode |
| #6 | 806084_6.patch | 4.68 KB | Will White |
Comments
Comment #1
secoif commentedNoob here, what's the alternative method?
Comment #2
tmcw commentedUsing the same strategy as the features module - this bit of code, one can make machine names for vocabularies which are less prone to clashes than numeric ids.
Comment #3
Will White commentedHere's a patch that allows vocabularies to be referenced by module name in addition to vid.
Comment #4
Will White commentedLast patch file was really quite wrong. Here's the correct one.
Comment #5
Will White commentedNew version that updates more code to be compatible.
Comment #6
Will White commentedMinor patch adjustment.
Comment #7
alex_b commented_geotaxnomy_vocabulary_enabled()
taxnomy.
Needs an upgrade path.
Comment #8
Will White commentedThe storage method upgrade path was committed as a part of this: http://drupal.org/node/869004
Are you seeing a need for an additional update hook that migrates settings to use vocab machine name? I'm not sure how to approach this because we can be sure that all vocabs on the site will have a machine name.
Comment #9
David Goode commentedFix to support new FeedsTermProcessor spec of having non-numeric vid config. Uses callback function instead. Also fixed typo in function name.
Comment #10
David Goode commentedRemoved part of another patch from this one; don't use post #9, use this instead.
Comment #11
David Goode commentedFix to previous handmade patch; bear with me :-(
Comment #12
David Goode commentedNote; these patches require the patches to feeds located here: http://drupal.org/node/889196. Also, this doesn't seem like a bug report to me...
Comment #13
alex_b commentedTo be released with beta3
Comment #14
alex_b commentedAdded static caching to _geotaxonomy_vocabulary_enabled().
Comment #15
alex_b commentedThis is committed now, thank you everybody.
http://drupal.org/cvs?commit=417698