Closed (fixed)
Project:
Coder
Version:
7.x-1.x-dev
Component:
Upgrade Routines
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Mar 2010 at 10:55 UTC
Updated:
10 Apr 2010 at 22:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
dman commentedSo it would appear that a patch would look like this?
... that's not too hard I guess!
Comment #2
duellj commentedThanks dman,
Function call changes actually live in coder_upgrade.call.inc in upgrade_call_alter hooks.
Here's an upgrade routine:
and test function:
Comment #3
dman commentedThanks. I'm getting my head around the coder_upgrade thing. It's pretty well documented internally, but I've got a way to go before I grok the actual framework :-)
Well, I'm trying to doc as I go at least!
... now I'm wondering what to do with function calls that are entirely deprecated :-B (taxonomy_get_related, taxonomy_get_synonyms)
Comment #4
solotandem commentedImplemented in next dev release. (Finally.)