Ismayil Khayredinov
Ismayil Khayredinov
I suppose the comment URL is the entity URL with `#elgg-comment-` fragment. Does it get stripped perhaps?
Need to see what notification hooks we have on the community site. Perhaps something is popping up as a results of instant notification hooks matching subscription notification hooks
This will be fixed when comment object is rendered properly using core listing views. Need to make a PR to core
Ideally we would use ecml for this. A bit of each world, user can control the text and styling client side, while the @syntax is parsed server side
We need more granular controls regardless. Can be done for 3.0
This would only work with plugins that include all their dependencies. What happens to plugins that rely on composer, npm and bower?
Speaking from experience, working with images in Elgg is a bit of a torture. We will need an API for managing uploads, storing them in the filestore, rendering them client...
:+1: I was going to start on this, but never got a chance. Let me know if I can be of help. I think github webhooks is the way to...
I believe webhook deployed by github contains both release and tag information. I guess you need to see what info to parse under what conditions. On Jan 11, 2016 2:51...
I use npm and grunt for my automated releases: https://github.com/hypeJunction/hypeApps/blob/master/Gruntfile.js