Michel Weimerskirch
Michel Weimerskirch
@gimler Any progress on that datatransformer you could share?
I looked into writing a "data transformer" class for this bundle, but I don't think this can work. Data transformers only convert one value to another value. Thus, they only...
I wrote a bundle to handle the "plain text"-to-"tag object" transformation in forms when using the SonataAdminBundle. https://github.com/mweimerskirch/MWTagAdminBundle It's just a prototype though. Depends on #13. In order to make...
> **If you want a new language added to the project**, either mention me in this issue or post a message in the discussion section at crowdin. @jonaswinkler Could you...
Not sure if this should be classified as a bug. It's somewhat expected behaviour due to the default settings in the search library, "Whoosh" that the project uses. By default,...
Sorry, I just noticed today that I had to reply here when the issue re-appeared on another project. Steps to reproduce: 1. Log into a WordPress site (editor or higher...
Thanks for your feedback. I just tried updating the dependencies. Instead of converting the tag, the "public: false" is added to all the converted services, so instead of this: ```services:...
I fixed the tests. And yes, I agree that this this should not be in 0.9.x, but rather in 0.10 or 1.0. But that choice is up to you =)
I made the same change for the labels as I had the same "issue" with the labels as well (not being able to properly apply alternate styles using "nth-child(even)" and...
I've used the classes in the "chart.on('draw', ...)" callback to distinguish which element I'm currently modifying. That might be a reason to keep them, but with an additional line of...