Ismayil Khayredinov

Results 92 comments of Ismayil Khayredinov

Drives me nuts. Was trying to modify it, but seems not possible via theme provider.

Oh, hi, @mrclay, long time no see. If Elgg is ready to drop support for old browsers and go evergreen, maybe ES module imports could replace RequireJS. I don't see...

Not an easy task. Did that in hypeInbox. Messages plugin needs some major love. On Feb 5, 2015 8:32 PM, "Evan Winslow" [email protected] wrote: > Still agree this would be...

That would be optimal. Current implementation is a heavy mammoth On Feb 5, 2015 10:03 PM, "Matt Beckett" [email protected] wrote: > How about we just replace messages in 2.0 with...

This is what I have for discussions. A bit of an overkill: https://github.com/hypeJunction/hypeDiscussions/blob/master/views/default/input/discussions/container.php

Scheduled tasks API would be great. We currently rely on vroom for many of those tasks, but if the core had a built-in scheduling capability that would great.

I don't think adding columns is the way to go. We already have a queue table, we just need to add API to queue actions and perform them on cron.

Ah, I see what you are saying. Not sure.

One other option, which would also address a problem of accidental content removal, is to just add `deleted` column to the entities table. SQL queries would be updated to always...

We still need to be triggering the events, no?