chrss update 10


  • lots of pagination
  • can now browse moves and comments for all games
  • added link to user's rss feed to the side bar when logged in

Also had a heart stopping moment when the changes for pagination weren't working, until I found out the the paginate decorator in Turbogears doesn't like having tg.strict_parameters being anything other than True. Easy fix, but rather annoying to only discover when I deployed to the live server...

Next job will most likely be adding in a few more rss feeds, so for example one could subscribe to newly created "open" games or else to the comments left on a particular game.