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

vdanielpop created an issue. See original summary.

vdanielpop’s picture

After 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.

glekli’s picture

This 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.

vdanielpop’s picture

Thanks for taking the time to answer. The module is ready and functional, so you can create the 8.x branch when you have time.

glekli’s picture

I 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.

glekli’s picture

Status: Active » Fixed

This 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

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.