Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Third-party modules integration
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2010 at 18:19 UTC
Updated:
10 Jun 2012 at 04:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
BrandTim commentedPatch attached. Note that this is against 6.x.-1.x-dev.
This should be considered an alpha patch. It works for me using only Nodewords_basic. I have not done extensive testing.
Tim Knittel
Comment #2
Anonymous (not verified) commentedThe patch needs to be updated as per last developed code. I cannot do it myself, as I am not using Migrate.
Comment #3
Anonymous (not verified) commentedThere have not been replies in the past 3 weeks; I am marking this feature request as won't fix.
Comment #4
cedarm commentedReopening. Code works, but needed a little cleanup. No longer using hook_migrate_init(). Moved nodewords_migrate_api() into nodewords.module.
Patch is against 6.x-1.x-dev, but applies to 6.x-1.11 too.
Comment #5
damienmckennaThis is going to need to be re-rolled against the current codebase.
Comment #6
cedarm commentedWhich code base is the current one? Patch still applies to current 6.x-1.x-dev.
Comment #7
damienmckennaThe bigger issue is whether it has been tested to work with the latest codebase, given it was originally written for v6.x-1.12 which was quite different to the version today.
Comment #8
damienmckennaSlight improvement to the patch due to all tags automatically being displayed, so its no longer necessary to deal with the nodewords_head variable.
Comment #9
damienmckennaAm committing this, will probably need further work later on to extend the Migrate support to other objects, e.g. users, terms, etc.