Age | Commit message (Expand) | Author | Files | Lines |
2015-11-29 | reuse random number: test select distinct | Arun Persaud | 1 | -1/+1 |
2015-10-04 | BUGFIX: fix mysql insert statements (null values for timestamps didn't work a... | Arun Persaud | 1 | -9/+9 |
2014-03-08 | Only show new players from the last 45 days | Arun Persaud | 1 | -1/+3 |
2014-01-05 | updated copyright to 2014 | Arun Persaud | 1 | -1/+1 |
2013-03-31 | added a new set of LGPL licensed cards | Arun Persaud | 1 | -0/+2 |
2013-02-25 | mysql optimization: don't quote integers as strings in WHERE | Arun Persaud | 1 | -20/+21 |
2013-02-25 | BUGFIX: mysql needs to return NULL when nothing was found | Arun Persaud | 1 | -1/+4 |
2013-02-25 | better mysql-profiling output | Arun Persaud | 1 | -5/+13 |
2013-02-25 | replaced two DB queries with one that is indexed. | Arun Persaud | 1 | -10/+0 |
2013-02-09 | moved php from old mysql to myslqi to make things more future proof | Arun Persaud | 1 | -18/+13 |
2013-01-16 | remove Altenburger Spielkarten, their copyright notice, etc. since the licenc... | Arun Persaud | 1 | -3/+0 |
2013-01-12 | updated copyright for 2013 | Arun Persaud | 1 | -1/+1 |
2012-09-22 | updated to better password hash: use crypt instead of md5 | Arun Persaud | 1 | -1/+7 |
2012-06-09 | Remove games from digest where the player already moved | Arun Persaud | 1 | -4/+7 |
2012-05-08 | BUGFIX: removed side effect from getting the user's preferences: the language... | Arun Persaud | 1 | -1/+1 |
2012-02-18 | speed up get score table | Arun Persaud | 1 | -36/+24 |
2012-02-10 | updated copyright notice for 2012 | Arun Persaud | 1 | -1/+1 |
2012-02-04 | fixed showing re/contra call at beginning of game; allowed pre-game comments;... | Arun Persaud | 1 | -5/+24 |
2010-04-23 | updated license for german cards | Arun Persaud | 1 | -1/+1 |
2010-03-14 | NEW FEATURE: added localization support | Arun Persaud | 1 | -0/+7 |
2010-03-13 | NEW FEATURE: having only low trump (fox and below) can now be a Vorbehalt | Arun Persaud | 1 | -6/+9 |
2010-03-13 | added check in DB_open for correct DB-version | Arun Persaud | 1 | -2/+9 |
2010-02-06 | added copyright notice and GPL reference | Arun Persaud | 1 | -0/+19 |
2010-02-04 | NEW FEATURE: provide an RSS feed for each user showing in which games it's hi... | Arun Persaud | 1 | -0/+20 |
2009-10-30 | NEW FEATURE: use gravatars as icons for players | Arun Persaud | 1 | -0/+11 |
2009-06-23 | added option for email digest | Arun Persaud | 1 | -4/+50 |
2009-05-11 | NEW FEATURE: show number of tricks a person made | Arun Persaud | 1 | -0/+6 |
2009-04-24 | CLEANUP: cleaned up some debug message and error checking | Arun Persaud | 1 | -3/+5 |
2009-03-29 | CLEANUP: better debugging option for DB querries | Arun Persaud | 1 | -6/+7 |
2009-03-29 | CLEANUP: deleted unused functions | Arun Persaud | 1 | -28/+0 |
2009-03-29 | BUGFIX: store canceled games, don't delete them | Arun Persaud | 1 | -1/+1 |
2009-02-24 | NEW FEATURE: better debugging and optimization code for db-queries. | Arun Persaud | 1 | -0/+10 |
2009-02-12 | NEW FEATURE + CLEANUP: added some table sorting to the statistics page via j... | Arun Persaud | 1 | -81/+68 |
2009-01-30 | NEW FEATURE: vacation support | Arun Persaud | 1 | -0/+23 |
2009-01-24 | NEW FEATURE: show exchanged cards in poverty pre-game phase | Arun Persaud | 1 | -0/+3 |
2009-01-18 | BUGFIX: error in card dealing routine | Arun Persaud | 1 | -1/+1 |
2009-01-15 | NEW FEATURE: new user settings allows people to not be available for new games | Arun Persaud | 1 | -1/+28 |
2009-01-13 | BUGFIX: rewrote query for new games | Arun Persaud | 1 | -7/+12 |
2008-12-02 | NEW FEATURE: new sorting algorithm | Arun Persaud | 1 | -0/+8 |
2008-10-18 | NEW FEATURE: make it possible to view games where people played with the same... | Arun Persaud | 1 | -1/+9 |
2008-09-24 | BUGFIX: error in SQL syntax for querying ruleset id | Arun Persaud | 1 | -9/+9 |
2008-08-19 | BUGFIX: db_format_game wasn't working any more | Arun Persaud | 1 | -4/+3 |
2008-07-13 | NEW FEATURE: in poverty you can now see what cards have been handed over | Arun Persaud | 1 | -0/+20 |
2008-05-26 | LAYOUT: added a unified table layout for statistics, etc | Arun Persaud | 1 | -0/+11 |
2008-05-24 | NEW FEATURE: automatically accept new games | Arun Persaud | 1 | -0/+13 |
2008-05-10 | NEW FEATURE: new settings page, user can now change timezone | Arun Persaud | 1 | -1/+12 |
2008-05-08 | CLEANUP: reorganized the 'init' phase of a game | Arun Persaud | 1 | -3/+14 |
2008-05-08 | BUGIFX: typo in a call to a database function | Arun Persaud | 1 | -1/+1 |
2008-05-06 | CLEANUP: removed all calls to mysql functions and replaced them with calls to... | Arun Persaud | 1 | -260/+232 |
2008-05-04 | NEW FEATURES: show global statistic | Arun Persaud | 1 | -4/+9 |