Evan Winslow

Results 134 comments of Evan Winslow

Once we ship 1.9 I have quite a lot to say about how to make AJAX in Elgg awesome. Don't you worry! On Jan 31, 2014 5:54 PM, "Steve Clay"...

Thought about that. I don't know about _almost every_ computation being problematic, but access issues are a valid concern. Options: - Totals can be calculated with access ignored (aggregates are...

Thinking about this more today. Still seems like it would be a really nice feature. ``` php // models.php return [ 'commentable' => [ 'properties' => [ 'comments' => [...

E.g. maybe practically we should focus on the community site use-case: sorting plugins by downloads when the source-of-truth for downloads is actually on the plugin release, not the plugin project,...

Sounds reasonable. Probably also should only report "installed plugins" as those which are actually in `/mod`

I've come to the opinion that keeping templates server-side is a bad long-term decision, especially for features that require javascript anyways. Client-side templating makes the whole thing way faster and...

The "root of all evil" role is taken ([1 Tim 6:10](http://biblehub.com/1_timothy/6-10.htm)), but yes, I have heard that in practice it is quite a lot of trouble to make something reasonable...

Global state is still evil. :) Evan Winslow http://community.elgg.org/profile/ewinslow On Wed, Aug 14, 2013 at 4:23 PM, Steve Clay [email protected]: > FWIW, it could be that I'm wrong about this...