]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/models.py
Add pagination and fuzzy date to the player_index.
[xonotic/xonstat.git] / xonstat / models.py
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