Needs work
Project:
Move user
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Mar 2016 at 05:39 UTC
Updated:
21 Mar 2019 at 20:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
balawang commentedUploading the patch extracted from hackathon (co-worker: kevin, jieyyal, qing) result with
1. ported the module to D8 with exactly the same functionality as D7 module
2. added test case to D8 module
3. passed drupal code standards
How to use the patch
1. use upgrademodule to upgrade version 7.x-1.x-dev
2. then apply the patch attached
Comment #3
darrenmothersele commentedPlease can you remove the binary files from the patch.
Comment #4
balawang commentedHi Mothersele,
The new patch (porting-to-d8-20160331.patch) with removed binary file attached.
Comment #5
balawang commentedComment #6
balawang commentedCorrect tags.
Comment #7
adammaloneUnassigning from Bala so the module maintainer can look over and review it.
Comment #8
adammalone@darrenmothersele is there anything we can assist with from our end to help create a new 8.x branch and push this code into it?
Comment #9
adammaloneBumping the priority of this to try and get some traction with the patches in the issue queue.
Comment #10
yechaozheng commented@darrenmothersele is there anything we can assist to help create a new 8.x branch and push this code into it?
@typhonius do you have any suggestion about what can we do now to push this code into 8.x?
Comment #11
yechaozheng commented@darrenmothersele
@typhonius
Any update on this issue?
Comment #12
darrenmothersele commentedThese patches don't apply.
Please can you re-roll them so they cleanly apply?
Comment #13
darrenmothersele commentedThere are several issues that prevent this patch applying.
We also need to take into account other entities (not just Nodes in Drupal 8).
Comment #14
tclark62 commentedI based this patch on the code from @balawang. I don't really have the intention of continuing to work on this, especially since this module appears dead, but I thought I'd at least share it here, since this code helped me write it. It should apply to against the D7 version.
If anyone is still interested, it might provide a starting point for the dev branch as it seems to work as far as the basics go. It changes the ownership of both nodes and comments.