]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/views/server.py
Use more descriptive names, not raw().
[xonotic/xonstat.git] / xonstat / views / server.py
2016-11-08 Ant ZucaroUse more descriptive names, not raw().
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 ZucaroA little bit more code cleanup.
2016-10-23 Ant ZucaroMerge pull request #24 from antzucaro/server-refactor
2016-10-23 Ant ZucaroAdd lifetime value to all server top* HTML views.
2016-10-23 Ant ZucaroMake the return values consistent.
2016-10-23 Ant ZucaroAdd HTML views for top active players, scoring players...
2016-10-23 Ant ZucaroShow the correct lifetime information in the template.
2016-10-23 Ant ZucaroAdd rank-fetching in the view, make the template easier...
2016-10-22 Ant ZucaroLimit and last are query params, not match params.
2016-10-22 Ant ZucaroAdd limits and offsets to all 'top' views.
2016-10-22 Ant ZucaroChange around the organization of ServerInfo.
2016-10-19 Ant ZucaroNo newlines for beneath the init methods.
2016-10-19 Ant ZucaroAdd a JSON method to the ServerInfo view.
2016-10-18 Ant ZucaroMore server refactoring...still not sure if this is...
2016-10-16 Ant ZucaroConvert the server info to a class-based view callable...
2016-10-16 Ant ZucaroAdd docstrings.
2016-10-16 Ant ZucaroConvert the server index to a class-based view callable...
2015-03-18 Ant ZucaroRemove the server_game_index view.
2013-03-29 Ant ZucaroClean up server view, show more on server_index page.
2012-12-23 Ant ZucaroMake recent games more bullet-resistant :)
2012-12-23 Ant ZucaroUse the new helpers for the server_info page as well.
2012-11-25 Ant ZucaroMake recent games more bullet-resistant :)
2012-11-19 Ant ZucaroUse the new helpers for the server_info page as well.
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-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-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-16 Ant ZucaroReverse sort the server_index view.
2011-11-11 antzucaroFix partitioned table error. Change to new registry...
2011-11-03 Ant ZucaroAdd top scorers to the server_info view and template.
2011-11-03 Ant ZucaroAdd a server leaderboard of sorts.
2011-06-24 Ant ZucaroAdd server index and template. Fix links on player...
2011-05-25 Ant ZucaroMajor reorganization. Views made into a module with...