]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/views
Basic player search functionality.
[xonotic/xonstat.git] / xonstat / views /
2011-12-09 Ant ZucaroBasic player search functionality.
2011-12-08 Ant ZucaroAdd a "leaderboard"-like view to the map info page.
2011-12-07 Ant ZucaroAdd pagination and fuzzy date to the player_index.
2011-12-07 Ant ZucaroReturn proper HTTP codes.
2011-12-06 Ant ZucaroRevert the match_id fix of the previous commit.
2011-12-06 Ant ZucaroHotfix for malformed match_ids: remove leading '0.'.
2011-12-05 Ant ZucaroSave the match_id as game_meta, and use it to keep...
2011-12-01 Ant ZucaroStore IP address and revision information on servers.
2011-11-22 Ant ZucaroFix hashkey creation.
2011-11-21 Ant ZucaroDave does have a point.
2011-11-21 Ant ZucaroFix accuracy of comment to clarify intent.
2011-11-21 Ant ZucaroDecode the funky chars coming from Xonotic.
2011-11-20 antzucaroSort by the weapon's description in the accuracy table.
2011-11-20 antzucaroMerge pull request #2 from dmazary/master
2011-11-18 Ant ZucaroFix indentation issues. Whoops.
2011-11-17 Ant ZucaroAdd stripped nick to the player record when adding...
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-16 Ant ZucaroReverse sort the map_index page. This is done via the...
2011-11-16 Ant ZucaroReverse sort the player index page.
2011-11-11 antzucaroFix partitioned table error. Change to new registry...
2011-11-11 Ant ZucaroFix flush() error with partitioned tables by explicitly...
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-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-11-01 Ant ZucaroPrevent people from viewing the bot and untracked playe...
2011-11-01 Ant ZucaroReturn different HTTP status codes based on what happened.
2011-10-31 Ant ZucaroDo not nick track player #2!
2011-10-31 Ant ZucaroIf multiple servers are found with the same name, use...
2011-10-31 Ant ZucaroFix issue where servers on the same host resolve to...
2011-10-28 Ant ZucaroIf we are going to roll back upon exception, we need...
2011-10-28 Ant ZucaroUse hashkey lookups for servers just like we do with...
2011-10-27 Ant ZucaroAdd a leaderboard lifetime. Default to 30. New config...
2011-10-24 Ant ZucaroAdd a "header" of sorts to the post body for debugging...
2011-10-24 Ant ZucaroLimit gametype support. CA, LMS, and CTS are not usable...
2011-10-21 Ant ZucaroAdd d0_blind_id signing to the POST requests.
2011-10-20 Ant ZucaroConfigure required minimum players using the ini file.
2011-10-18 Ant ZucaroAdd a minimum required players function
2011-10-18 Ant ZucaroAdd has_required_metadata function to check for proper...
2011-10-18 Ant ZucaroAdd docstring to is_real_player
2011-10-18 Ant ZucaroAdd is_real_player function.
2011-10-18 Ant ZucaroClean up debug messages.
2011-10-18 Ant ZucaroAddress unicode issues with repr and finding servers...
2011-10-17 Enrique SchielMerge branch 'master' of https://github.com/antzucaro...
2011-10-17 Ant ZucaroTruncate the nick at 128 characters.
2011-10-16 Ant ZucaroWhoops - do not need that debug statement anymore!
2011-10-16 Ant ZucaroFix the top maps count.
2011-10-11 antzucaroSet the winner of the game according to which team...
2011-10-10 antzucaroAdd player nick history tracking.
2011-10-10 antzucaroAdd nick changing support.
2011-10-04 Ant ZucaroFixes on when to create players.
2011-10-03 Ant ZucaroRemove joins from player stat creation requirements.
2011-07-20 Ant ZucaroMake sure there are at least two real players in the...
2011-06-24 Ant ZucaroAdd server index and template. Fix links on player...
2011-06-24 Ant ZucaroCreate a map index view and corresponding template.
2011-06-24 Ant ZucaroAdd a player index. Change the base template to have...
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...
2011-06-01 Ant ZucaroAdd overall game stats to the player info page. Change...
2011-05-27 Ant ZucaroRemove more references to deleted view -.-
2011-05-27 Ant ZucaroRemove unneeded view and corresponding template.
2011-05-26 Ant ZucaroShow accuracies on the game info page
2011-05-26 Ant ZucaroChange weapon stats view to build the weapon_stats...
2011-05-26 Ant ZucaroMove the accuracy table rendering into a callable templ...
2011-05-26 Ant ZucaroSpruce up the player info page a bit: add weapon images...
2011-05-25 Ant ZucaroMajor reorganization. Views made into a module with...