]> de.git.xonotic.org Git - xonotic/xonstat.git/commit
Replace the game_index view w/ game_finder.
authorAnt Zucaro <azucaro@gmail.com>
Fri, 19 Apr 2013 23:34:12 +0000 (19:34 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Fri, 19 Apr 2013 23:34:12 +0000 (19:34 -0400)
commitb5bc55d40ea6aeed44d8d2c9f44937dff4fa3687
tree6bbe70db764f92da2171e8329208dde4b9a57635
parenta12bbd8bbfe624fe2b8617ed463aaa5dc432f6bd
Replace the game_index view w/ game_finder.

The game_index view was cluttered, ugly, slow, and not used much.
This changeset makes the page similar to the "recent games" lists
throughout the app, but with a game type filter on it. This should
be a more useable alternative than showing a bunch of scoreboards.
xonstat/__init__.py
xonstat/templates/game_finder.mako
xonstat/templates/main_index.mako
xonstat/views/game.py
xonstat/views/helpers.py
xonstat/views/player.py