]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/models.py
dos2unix file conversions for everything
[xonotic/xonstat.git] / xonstat / models.py
2012-06-05 nyovdos2unix file conversions for everything
2012-05-16 Ant ZucaroAdd initial support for JSON on map_index view.
2012-05-15 nyovMerge remote-tracking branch 'antzucaro/master'
2012-05-05 nyovadapted z's search engine hints and header
2012-01-22 Ant ZucaroAdd player_ranks to the mix - it is a batch table inten...
2012-01-19 Ant ZucaroFix bad namespace which breaks search.
2012-01-16 Ant ZucaroRemove elo values when k==0.
2012-01-16 Ant ZucaroSend duration for KREDUCTION calc.
2012-01-14 Ant ZucaroMerge branch 'elo'
2012-01-14 Ant ZucaroShould be ready to go now!
2012-01-13 Ant ZucaroIt works! Still need to remove the commented out sectio...
2012-01-12 Ant ZucaroMerge conflict fix.
2012-01-12 Ant ZucaroFixed a few indexing things, but still not working...
2012-01-12 Ant ZucaroLoop over elos.
2012-01-06 Ant ZucaroInitial debug version of elo ranking.
2011-12-19 Ant ZucaroMerge branch 'search'
2011-12-18 Ant ZucaroSwap blue and red team color numbers. I had the two...
2011-12-07 Ant ZucaroAdd pagination and fuzzy date to the player_index.
2011-11-11 Ant ZucaroFix flush() error with partitioned tables by explicitly...
2011-11-03 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2011-11-03 Ant ZucaroFix repr with bad attribute.
2011-10-31 Ant ZucaroFix issue where servers on the same host resolve to...
2011-10-28 Ant ZucaroUse hashkey lookups for servers just like we do with...
2011-10-25 Ant ZucaroRemove game mutator and map gametype support. Add serve...
2011-10-18 Ant ZucaroAddress unicode issues with repr and finding servers...
2011-10-10 antzucaroAdd player nick history tracking.
2011-10-04 Ant ZucaroFixes on when to create players.
2011-10-04 Ant ZucaroReturn "Anonymous Player" for tracked players who hide...
2011-06-30 antzucaroMerge pull request #1 from z/master
2011-06-29 Tyler MulliganApplied Xonotic HTML/CSS/JS theme and worked existing...
2011-06-24 Ant ZucaroAdd strip colors utility function.
2011-06-01 Ant ZucaroAdd fuzzy dates.
2011-05-26 Ant ZucaroRemove <ul>s, center tables, and tweak the team colors...
2011-05-23 Ant ZucaroAdd team color support
2011-05-22 Ant ZucaroAdd html_colors support to player model. Use it in...
2011-05-21 Ant ZucaroAdd missing s to to PlayerWeaponStat class to allow...
2011-05-09 Ant ZucaroAdd stip and html colorify to PlayerGameStat model...
2011-05-03 Ant ZucaroMajor reorganization of how models are initialized...
2011-05-02 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2011-05-02 Ant ZucaroPrevent servers and games from all of them having the...
2011-03-31 Ant ZucaroPort models from old Pyramid project. Reflect all tables.
2011-03-31 Ant ZucaroAdd engine setup and database structure creation function.
2011-03-31 Ant ZucaroDo not use Zope transaction manager.
2011-03-31 Ant ZucaroRemove throwaway model and view from Paster template.
2011-03-31 Ant ZucaroInitial commit from Paster template