Mercurial > public > sg101
log
age | author | description |
---|---|---|
Mon, 21 Mar 2011 00:39:52 +0000 | Brian Neal | 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. |
Sun, 20 Mar 2011 20:23:29 +0000 | Brian Neal | Fixing #190; calendar admin always reports 1 event being approved. |
Sat, 19 Mar 2011 05:03:51 +0000 | 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. |
Sat, 19 Mar 2011 01:52:41 +0000 | 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. |