Mercurial > public > sg101
log
age | author | description |
---|---|---|
Tue, 05 Jul 2011 21:40:56 +0000 | Brian Neal | Adding a priority field to news stories for front page display purposes. This fixes #223. |
Tue, 05 Jul 2011 19:24:18 +0000 | Brian Neal | Fixing #222. Verified all the fields have been validated before trying to use them in the form.clean() method. |
Sun, 03 Jul 2011 19:35:09 +0000 | Brian Neal | Fixing #221. Found some additional cases where the forum moderator check was failing. Replaced this code with calls to the new permissions module. |
Sat, 02 Jul 2011 23:35:45 +0000 | Brian Neal | Fixing #221. Also combined all permissions checks into a new module, permissions.py. This allows us to cache user, category, and forum groups information since it rarely changes. |