]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/views
Merge branch 'master' into badges
[xonotic/xonstat.git] / xonstat / views /
2012-09-16 Ant ZucaroUndo the addition of zykure's games breakdown stuff.
2012-09-16 Ant ZucaroRemove extraneous print in player_info JSON view.
2012-09-16 Ant ZucaroMerge of zykure's player_info JSON object plus a few...
2012-09-15 Jan D. BehrensImplemented some (preliminary) JSON API to retrieve...
2012-09-15 Jan D. BehrensMerge branch 'badges' into approved
2012-09-08 Ant ZucaroAdd a default alivetime of 0, better storage of strippe...
2012-09-08 Ant ZucaroHandle the halving of weapon stats a little better.
2012-09-08 Ant ZucaroUse a dummy session variable.
2012-09-07 Ant ZucaroHalve the weapon stats if the POST request is from...
2012-08-28 Jan D. BehrensFixed bug in "total wins" query - NOTE: other queries...
2012-08-27 Jan D. BehrensMerge branch 'master' into badges
2012-08-23 Ant ZucaroWait for precondition checks before beginning the DB...
2012-08-08 Jan D. BehrensFinalized "Game Breakdown" section (fixed implementatio...
2012-08-08 Jan D. BehrensFixed some bugs in the latest commits (e.g. DB queries...
2012-08-08 Jan D. BehrensRestructured player_info page to now include more detai...
2012-08-08 Jan D. BehrensImplemented feature #1228:
2012-08-04 Jan D. BehrensUpdated "favorite map" to show more than one map (three...
2012-08-04 Jan D. BehrensImproved "favorite weapon" feature to actually work...
2012-08-04 Jan D. BehrensAdd "Favorite Weapon" field to player object and show...
2012-08-01 Ant ZucaroUse score-scaling Elo for non-duels.
2012-07-21 Ant ZucaroDon't dock Elo points if the player won.
2012-07-07 Ant ZucaroDon't die if no favorite map exists.
2012-06-30 Ant ZucaroAllow player view functions to be imported.
2012-06-20 Ant ZucaroAdd elo delta tracking.
2012-06-20 Ant ZucaroDebug message when a duplicate game is submitted.
2012-06-18 Ant ZucaroShow ranks on the player_info page.
2012-06-18 Ant ZucaroChange the query group by, return dict instead of Map.
2012-06-18 Ant ZucaroAdd favorite map support.
2012-06-16 Ant ZucaroWhoops, missed a comma.
2012-06-16 Ant ZucaroFix merge conflict, change indentation a bit.
2012-06-16 Ant ZucaroMake RL the default dmg graph weapon.
2012-06-16 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2012-06-15 Ant ZucaroAdd a damage efficiency view structure.
2012-06-06 antzucaroMerge pull request #12 from nyov/nyov/conversion
2012-06-05 nyovRoutes for json views
2012-06-05 nyovDummy json views
2012-06-05 nyovSome code format changes for better readability
2012-06-05 nyovdos2unix file conversions for everything
2012-06-03 antzucaroMerge pull request #11 from nyov/nyov/refactor
2012-05-16 Ant ZucaroMerge https://github.com/nyov/xonstat into nyov-header
2012-05-16 Ant ZucaroPlayer_game_index needs to use GET too.
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-15 Ant ZucaroConvert rank_index to use page as GET too.
2012-05-14 Ant ZucaroMake pagination a GET parameter, not part of the URL.
2012-05-14 Ant ZucaroRemove debug statement.
2012-05-14 Ant ZucaroDo not die if missing revision metadata.
2012-05-06 nyovclean dangling commit on actually merged branch
2012-05-05 nyovadapted z's search engine hints and header
2012-04-30 Ant ZucaroFix player_info template for missing player.
2012-04-30 Ant ZucaroAdd a toggle-able accuracy selector to the player info...
2012-04-29 Ant ZucaroInitial version of ajax-updating of the accuracy graph.
2012-04-28 Ant ZucaroAjaxify the accuracy graph.
2012-04-28 antzucaroDon't throw an error if the number of duel ranks found...
2012-04-25 Ant ZucaroClean up the graph, make a new JSON view for accuracy...
2012-04-21 Ant ZucaroThe latest games need to be at the end of the array...
2012-04-21 Ant ZucaroNeeded to use httpexceptions here. That class does...
2012-04-19 Ant ZucaroWhoops, left in a debugging statement.
2012-04-17 Ant ZucaroAdds an accuracy graph and removes the overall accuracy...
2012-04-15 Ant ZucaroAdd some kill ratio and win percentage, clean up recent...
2012-03-20 Ant ZucaroHuge performance boost for the DB queries on the home...
2012-03-16 Ant ZucaroFix second page links on search queries.
2012-03-15 Ant ZucaroAdd an itemized breakdown of the games played by a...
2012-03-14 Ant ZucaroHonor cl_allow_uid2name 0 when cl_allow_uidtracking...
2012-03-14 antzucaroMerge pull request #5 from dmazary/patch-1
2012-03-10 Ant ZucaroShow player elo on the player info page.
2012-03-09 Ant ZucaroTurn on CA support, testing to commence this weekend!
2012-03-01 Ant ZucaroIgnore deactivated players in search and in player...
2012-02-20 Ant ZucaroFix "more games played by player <blah> page.
2012-02-05 Ant ZucaroIntegrate searches coming in from the navbar.
2012-01-28 Ant ZucaroUse PlayerRank instead of PlayerElo when displaying...
2012-01-22 Ant ZucaroDo not use an explicit schema
2012-01-22 Ant ZucaroAdd player_ranks to the mix - it is a batch table inten...
2012-01-21 Ant ZucaroSet a minimum # of games required to show in ranks.
2012-01-20 Ant ZucaroAdd rankings to the main page.
2012-01-20 Ant ZucaroAdd ranks view based on game type.
2012-01-19 Ant ZucaroFix bad namespace which breaks search.
2012-01-14 Ant ZucaroMerge branch 'elo'
2012-01-14 Ant ZucaroShould be ready to go now!
2012-01-12 Ant ZucaroCheck for new-style bot hashkeys too.
2012-01-06 Ant ZucaroInitial debug version of elo ranking.
2011-12-27 Ant ZucaroFix duel checking.
2011-12-26 Ant ZucaroAdd gametypes to search.
2011-12-24 Ant ZucaroFix search pagination.
2011-12-22 Ant ZucaroAdd basic search to the index pages.
2011-12-22 Ant ZucaroChange definition of a blank game.
2011-12-22 Ant ZucaroNegate the blank game check. Dumb.
2011-12-22 Ant ZucaroDo not store blank games.
2011-12-22 Ant ZucaroDo not use x-server-ip.
2011-12-21 Ant ZucaroUse X-Forwarded-For properly.
2011-12-19 Ant ZucaroMerge branch 'search'
2011-12-19 Ant ZucaroStrip colors too when saving stripped_nick.
2011-12-19 Ant ZucaroUse utcnow for submissions. Set REMOTE_ADDR.
2011-12-15 Ant ZucaroCheck for exactly two REAL players before setting ...
2011-12-15 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2011-12-15 Ant ZucaroFix indentation. Dumb.
2011-12-15 Ant ZucaroProperly account for the new duel game type.
2011-12-15 Ant ZucaroAdd support for the not-yet-created "duel" gametype.
2011-12-15 Ant ZucaroStore stripped_nick for pgstats.
next