Closed (fixed)
Project:
Tamper
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 May 2018 at 22:34 UTC
Updated:
17 Jun 2020 at 21:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jamesdixon commentedComment #3
jamesdixon commentedMade a big dent on this one. Just need to wrap up changing tests to actual encode tests (the test cases are placeholders from convert case plugin tests).
Comment #4
jamesdixon commentedOkay I think this one is ready to go!
Comment #5
ericgsmith commentedThanks James,
This looking good - haven't given it a full test, but am wondering on something.
Drupal 8 has a Serialization component, which contains an interface and implementations for php serialize, json and yaml. I'm wondering if for now we proceed with your implementation, but at some stage it might be worth looking at splitting out some of the functionality into a serialize tamper plugin, using the d8 components. Happy to proceed with this plugin as is and look at that for a future release.
I think we need the handle_multiples = TRUE annotation so that feeds tamper will not loop through the individual values.
Comment #6
vijay.mayilsamy commentedHi Eric,
Here is the updated patch and interdiff file after changes. handle_multiple is added to annotations.
Thanks
Vijay
Comment #7
volkswagenchickTagging for DrupalCamp Asheville
Comment #8
volkswagenchickTagging for the next to North American contrib days, Asheville and Colorado
DrupalCamp Asheville contrib days are July 13-14, 2019
DrupalCamp Colorado contrib day is Aug 4, 2019
Comment #9
jamesdixon commented1) We need to reroll this with the latest tests (ie: add that 4th parameter when creating a test object)
2) Test to see this is still passing tests
3) Review
4) Commit
I'll handle 3 and 4.
Comment #10
zabej commentedHello @jamesdixon,
Added forth parameter and run local tests. Please review
Comment #12
jamesdixon commentedLooks good thanks for updating this. Nice work everyone.
This has been committed to 8.x-1.x.
commit 3caa8b928907ec4b9d403e55d2636c7297a2f9fa
Comment #13
jamesdixon commented