Mercurial > public > sg101
log
age | author | description |
---|---|---|
Wed, 18 May 2011 03:04:25 +0000 | Brian Neal | Fixing #214; don't need a custom model search view. All the info is in the template. Wrote a template tag to extract the info from the request context and urlencode them. |
Sat, 14 May 2011 19:02:07 +0000 | Brian Neal | Fix typo on home page discovered by a guy from the Temptations. |
Fri, 13 May 2011 02:06:53 +0000 | Brian Neal | For #211, added message quotas; can't send or receive private messages if your outbox/inbox quota has been exceeded. |
Fri, 13 May 2011 00:12:53 +0000 | Brian Neal | Fix some typos and wording in the registration template. |
Thu, 12 May 2011 02:56:13 +0000 | Brian Neal | For #211; update the URL in the private messages notification email. Messages no longer have a get_absolute_url() method. Just send people to the main messages index. |
Fri, 06 May 2011 02:03:39 +0000 | Brian Neal | For #213, create permalinks for forum topics. |
Fri, 06 May 2011 01:41:21 +0000 | Brian Neal | For #211; limit private message sizes to 8K. |