]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/views/map.py
Return 404 on query errors.
[xonotic/xonstat.git] / xonstat / views / map.py
2017-09-03 Ant ZucaroReturn 404 on query errors.
2017-09-03 Ant ZucaroAdd separate views for the top servers on a map.
2017-07-08 Ant ZucaroAdd the 'topactive' view to maps as well. Work-in-progress.
2016-12-23 Ant ZucaroAdd separate HTML and JSON responses for a map's top...
2016-12-18 Ant ZucaroRaise the 404 at the right scope.
2016-12-18 Ant ZucaroUse pagination on the maps page instead of a full selec...
2016-12-18 Ant ZucaroRefactor the map_index views.
2016-11-06 Ant ZucaroMerge branch 'sev/xolonium4-badges' into 'master'
2016-11-06 Ant ZucaroMerge branch 'sev/xolonium4' into 'master'
2016-11-06 Ant ZucaroMerge pull request #25 from antzucaro/models-refactor
2016-10-28 Ant ZucaroMake models a package instead of being a single (huge...
2016-01-16 Ant ZucaroReduce the number of fast caps shown on the map_info...
2016-01-16 Ant ZucaroMove MapCapTime and PlayerCapTime to models.
2016-01-16 Ant ZucaroThrow HTTP 404s if either the player or map do not...
2016-01-16 Ant ZucaroFix the JSON view for map captimes.
2015-01-11 Ant ZucaroForce the GET param to be an int.
2014-03-11 Jan BehrensMerge branch 'master' into zykure/wip
2014-01-08 Jan BehrensAdd pagination to player_captimes & map_captimes; conve...
2013-08-17 Jan BehrensMerge branch 'master' into zykure/wip
2013-04-23 Ant ZucaroMerge branch 'zykure-approved'
2013-04-21 Jan BehrensMerge branch 'master' into zykure/approved
2013-04-20 Jan BehrensMerge branch 'master' into zykure/approved
2013-04-19 Jan BehrensMerge branch 'master' into zykure/approved
2013-04-19 Ant ZucaroMerge zykure-approved, my fixes, and merge fixes :D
2013-04-18 Jan BehrensAdd non-breaking tables to map_info/server_info; fix...
2013-04-18 Jan BehrensMerge branch 'master' into zykure/approved
2013-04-16 Jan BehrensSome fixing up in the "captimes" pages
2013-03-29 Ant ZucaroClean up map view, show more on map_index page.
2013-01-22 Jan BehrensMerge branch 'master' of http://git.xonotic.org/xonotic...
2013-01-16 Jan BehrensMerge branch 'approved' of gitorious.org:xonotic/xonsta...
2013-01-16 Jan BehrensMerge branch 'master' into approved.new
2013-01-16 Jan BehrensAdd views for player captimes (all the fastest caps...
2012-12-23 Ant ZucaroDon't pre-fill the "recent games" section with hyphens.
2012-12-23 Ant ZucaroUse the new helpers on the map info page.
2012-12-23 Ant ZucaroAdd overall best flag capture times to the map info...
2012-11-25 Ant ZucaroDon't pre-fill the "recent games" section with hyphens.
2012-11-19 Ant ZucaroUse the new helpers on the map info page.
2012-11-04 antzucaroMerge pull request #15 from baneofblabs/master
2012-11-04 Ant ZucaroAdd overall best flag capture times to the map info...
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-16 Ant ZucaroAdd initial support for JSON on map_index view.
2012-05-15 nyovMerge remote-tracking branch 'antzucaro/master'
2012-05-14 Ant ZucaroMake pagination a GET parameter, not part of the URL.
2012-05-05 nyovadapted z's search engine hints and header
2011-12-08 Ant ZucaroAdd a "leaderboard"-like view to the map info page.
2011-11-20 antzucaroMerge pull request #2 from dmazary/master
2011-11-16 Ant ZucaroReverse sort the map_index page. This is done via the...
2011-06-24 Ant ZucaroCreate a map index view and corresponding template.
2011-05-25 Ant ZucaroMajor reorganization. Views made into a module with...