]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/views/main.py
Wire up a simple forbidden response for merges.
[xonotic/xonstat.git] / xonstat / views / main.py
2014-05-10 Ant ZucaroRemove request as a parameter to allow caching.
2014-05-10 Ant ZucaroSet daily summary stats to 24 hours, add commas.
2014-05-10 Ant ZucaroStandardize the structure of both summary stat lines.
2014-04-14 Ant ZucaroMerge branch 'zykure/wip' of ssh://push.git.xonotic...
2014-04-10 Ant ZucaroAdd links to the game modes in the stat line.
2014-04-05 Ant ZucaroReconfigure the day stats line.
2014-04-04 Ant ZucaroAdd a daily statline to the home page.
2014-01-08 Jan BehrensMerge branch 'master' into zykure/wip
2013-10-27 Ant ZucaroAdd a view for top maps by times played.
2013-10-27 Ant ZucaroAdd a paginated view for top servers by # of players.
2013-10-27 Ant ZucaroAdd a view to show the most active players.
2013-04-16 Jan BehrensMerge branch 'master' into zykure/approved
2013-04-14 antzucaroShow TDM ranks on the front page.
2012-12-23 Ant ZucaroAdd comment to the get_ranks function.
2012-12-23 Ant ZucaroRefactor the "top <blah>" tables on the front page...
2012-12-23 Ant ZucaroSimplify the rank table calculations. Woohoo, negative...
2012-12-23 Ant ZucaroAdd a new summary statistics byline below the main...
2012-12-23 Ant ZucaroIf there are no recent games, do not show the section.
2012-12-23 Ant ZucaroLooks better this way, and performs the same.
2012-12-23 Ant ZucaroMake the "recent games" section more modular.
2012-12-23 Ant ZucaroAdd comment to the get_ranks function.
2012-12-22 Ant ZucaroRefactor the "top <blah>" tables on the front page...
2012-12-22 Ant ZucaroSimplify the rank table calculations. Woohoo, negative...
2012-12-16 Ant ZucaroAdd a new summary statistics byline below the main...
2012-11-30 Ant ZucaroIf there are no recent games, do not show the section.
2012-11-19 Ant ZucaroLooks better this way, and performs the same.
2012-11-19 Ant ZucaroMake the "recent games" section more modular.
2012-06-16 Ant ZucaroFix merge conflict, change indentation a bit.
2012-06-16 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2012-06-06 antzucaroMerge pull request #12 from nyov/nyov/conversion
2012-06-05 nyovDummy json views
2012-06-05 nyovdos2unix file conversions for everything
2012-06-03 antzucaroMerge pull request #11 from nyov/nyov/refactor
2012-05-16 nyovrefactored views in preparation for json output
2012-05-06 nyovclean dangling commit on actually merged branch
2012-05-05 nyovadapted z's search engine hints and header
2012-04-28 antzucaroDon't throw an error if the number of duel ranks found...
2012-03-20 Ant ZucaroHuge performance boost for the DB queries on the home...
2012-01-28 Ant ZucaroUse PlayerRank instead of PlayerElo when displaying...
2012-01-21 Ant ZucaroSet a minimum # of games required to show in ranks.
2012-01-20 Ant ZucaroAdd rankings to the main page.
2011-11-20 antzucaroMerge pull request #2 from dmazary/master
2011-11-16 Ant ZucaroUse UTC now() instead of regular now(). We are global...
2011-11-11 antzucaroFix partitioned table error. Change to new registry...
2011-11-03 Ant ZucaroChange titles, rank by alivetime for active players.
2011-11-03 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2011-11-03 Ant ZucaroAdd winners to the main page. highlight the team color...
2011-10-27 Ant ZucaroAdd a leaderboard lifetime. Default to 30. New config...
2011-10-16 Ant ZucaroWhoops - do not need that debug statement anymore!
2011-10-16 Ant ZucaroFix the top maps count.
2011-06-24 Ant ZucaroAdd more info to the player_info view and template
2011-06-19 Ant ZucaroRemove styling for a lot of things. Add leaderboard...
2011-06-16 Ant ZucaroAdd top_maps to main view and template.
2011-06-15 Ant ZucaroAdd top servers data.
2011-06-06 Ant ZucaroStart work on main page. Only top players passed right...