Closed (fixed)
Project:
Advanced Poll
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 May 2012 at 10:43 UTC
Updated:
9 Apr 2018 at 04:09 UTC
Jump to comment: Most recent
Comments
Comment #1
Michele Wickham commentedI'll have a look at what it would take to make transition easier from d6 to d7. The underlying structure of the two modules is very different because it seemed the community was interested in a CCK compatible node structure.
I'll have a look at how other modules are allowing for an upgrade path and see what I can do. It just may take me a little time as my priority is getting the current build stable and ready for full release. If anyone has any suggestions feel free to comment.
As an FYI, the hook_update_n hook is typically used to make alterations to the database - each revision gets called during the update.php process.
Thanks,
Michele
Comment #2
Michele Wickham commentedClosing this issue as it is partly a feature request and partly a misunderstanding of the purpose of the update_n hook. At this point there is no direct path from 6 to 7.
Comment #3
dmitriy.trt commentedPlease, read hook_update_N() documentation, especially this part:
And your
advpoll_update_7000()is for upgrade between minor versions, not for upgrade from 6.x.So, there will be no upgrade path from 6.x in future? Even if someone will implement it as a patch?
Comment #4
vinoth.3v commentedcontent_migrate module from cck does the great Job doing/helping other module's fields to upgrade to D7. Does it help? May be we can integrate with that module or you can use the sample from there.
Sorry, I am reopening this.
I dont like this great module breaking continuvity or discouraging others from using in future.
Comment #5
mikhailkrainiuk commentedHello!
Thank you for the comment.
Upgrading a website between 2 major versions of the platform needs a special separate module for moving data from the old website on a previous major version to the new website, built on a new major version of the platform. This is the task for the website owner, not for the current module.
Comment #6
mikhailkrainiuk commentedComment #7
mikhailkrainiuk commented