Closed (fixed)
Project:
Node changes
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
25 Jul 2012 at 18:43 UTC
Updated:
4 Jan 2014 at 02:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bdragon commentedI also will need the ability to skip generating a comment in a specific case, as well as set pid.
Here's a patch with all the stuff I need (hopefully) to get the project_issue migration stuff working.
Comment #2
moshe weitzman commentedLooks good to me.
Comment #3
senpai commentedAssigning to @mikey_p for review and a commush.
Comment #4
bdragon commentedGimme a minute, uploading my updated patch, there ended up being more stuff I needed control over.
Comment #5
bdragon commentedI ended up needing a lot more control over things in the migration code.
Comment #6
mikey_p commentedEverything looks well namespaced, and even though I don't really follow all the logic here, but it seems to stay out of the way when these properties aren't set.
The only change to the patch I'm making is to move from $GLOBALS['user']->uid to use $node->revision_uid per #1694992: Remove $GLOBALS['user']->uid in favor of $node->revision_uid.
Comment #7
bdragon commentedMakes sense. Thanks.
Did a merge_project_to_site to pick it up in bzr.