Mercurial > public > sg101
graph
- Fixing #175; add an auto-subscribe and auto-favorite forum topic feature. Added 2 flags to the user profile. Added 2 functions that are called on the post post-save signal that auto-favorite and auto-subscribe the post creator if they have requested this service.2011-03-21, by Brian Neal
- Fixing #190; calendar admin always reports 1 event being approved.2011-03-20, by Brian Neal
- For #191; r410 is wrong: it is returning the wrong posts. Rework. MySQL is not using an index on our query, and it is taking 10+ seconds. Replace this slow query with a loop that loops over the public forums, then sorts and returns the posts.2011-03-19, by Brian Neal
- Fixing #191; terrible performance on the combined forums RSS feed query. Use an .extra() clause to force the WHERE on a query to use the primary key.2011-03-19, by Brian Neal
- Revert r323. Send out forum topic subscription emails as people post. Don't limit them.2011-03-17, by Brian Neal
- For #187; tune forums RSS settings. Set TTL to 1 hour; return 30 forum posts instead of 10; cache feed for 15 minutes instead of an hour.2011-03-16, by Brian Neal
- Fixing #188; improve number of SQL queries for mark all forums read and add the button on the view topics with unread posts view.2011-03-16, by Brian Neal
- Fixing #189; 500 error when deleting forum topic subscription.2011-03-16, by Brian Neal