Results 138 comments of arnisjuraga

It's not hard to have a project with "only few open issues" :), if someone is banning everyone, who has capability to detect and post them :D https://github.com/opencart/opencart/issues/6035#issuecomment-335174971

Twig is not a bad idea. At the moment I feel, that this would not be a priority. On the other hand - just clean support for Twig would be...

When you are using shared hosting (although, at the moment you still need a composer. But the release will be compiled for shared), you probably will not get hoster to...

e.g. if you have custom application and you put some .log file under, let's say ```myapp/here/logs.log``` - hosting must know, that it's needed to "rotated" these log files. May be...

Copona already has multi-language SEO links ability - you can add unique SEO link for every language for product/information/category/manufacturer. Because SEO links can be the same in different languages: `site.com/en/home`...

Yes, it works with functions. But they are called from within Hook class. So you can pass any arguments or objects. Any useful library is welcomed, just at the moment...

I suppose, this is not the only place, where full group by should be added, isn't it? This is one of the first differences you notice, when comparing MySQL group...

I agree on changing it everywhere and move forward for supporting new MySQL version.

Wouldn't it be better to move js completely out of templates? Some Angular.js approach?

No, I mean - just an "approach", so - to move all .js code from templates to one place, or to multiple .js files, wchich are contcatenated. The reason for...