Re-add the missing code for issue relations as discussed in #137
What I really don't like here are the methods added to our Twig renderer extension thingy which is growing badly :( ...
I remember @b2z posted a solution but I don't remember where... Maybe worth some refactoring here before v1 ?
Well for me it is not such a big issue. Twig extension is designed to serve as a place for often used code. What we can do is to separate them into several extensions.
I think I found the discussion you was talking about. It was about modules/widgets.
Well for me it is not such a big issue. Twig extension is designed to serve as a place for often used code. What we can do is to separate them into several extensions.
I think I found the discussion you was talking about. It was about modules/widgets.
BTW it's worth to look into @fabpot 's Extensions library. There is an internationalization support also (#73).