Closed (fixed)
Project:
Devel Debug Log
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2016 at 17:48 UTC
Updated:
18 Jun 2016 at 18:34 UTC
Jump to comment: Most recent
Hi,
I just started the development with D8 and since this module was one of my favorites during D7, I decided to try to come up with a working version for D8 as well. An initial run can be found at https://github.com/vdanielpop/ddl , the basic functionality is there, but there's still work to be done.
I'd appreciate if you could take a look and let me know in what direction you'd like me to continue the development, what changes do I need to make and if you want to move the workflow on drupal.org, rather than github.
Thanks,
Daniel
Comments
Comment #2
vdanielpop commentedAfter a bit of testing, it seems that I didn't take into consideration a lot of new things that have changed since D7. Data can't be serialized anymore using
serialize()function, since the objects are filled with references coming from DependencyInjection being used almost everywhere.I also tried to use the 'serializer' service in order to get a somehow storable format, but I got into errors similar with
"Could not normalize object of type Drupal\node\NodeViewBuilder, no supporting normalizer found.". So, before I can move on with the development, I'm gonna start walking through the documentation pages and see if I can come up with an alternative.Comment #3
glekli commentedThis looks very promising. Thank you for getting this started. Let me know if you'd like me to open a 8.x branch and commit this.
Comment #4
vdanielpop commentedThanks for taking the time to answer. The module is ready and functional, so you can create the 8.x branch when you have time.
Comment #6
glekli commentedI have created the 8.x branch and committed your code. Thanks for working on it.
I'll start testing it, and if it all looks completed, I'll roll a release.
Comment #7
glekli commentedThis is working great! Nice work, thank you.
I have released a beta:
https://www.drupal.org/project/devel_debug_log/releases/8.x-1.0-beta1