summaryrefslogtreecommitdiffstats
path: root/update_db.php
AgeCommit message (Collapse)AuthorFilesLines
2013-01-12updated copyright for 2013Arun Persaud1-1/+1
2012-09-22updated to better password hash: use crypt instead of md5Arun Persaud1-1/+5
the upgrade will be done automatically when a user logs in, password recovery is still based on md5, but that should be OK, since it's a random generated password anyway
2012-06-09Remove games from digest where the player already movedArun Persaud1-1/+8
2012-02-10updated copyright notice for 2012Arun Persaud1-1/+1
2012-02-04BUGFIX: fixed missing include in update_db.phpArun Persaud1-0/+1
2012-02-04fixed showing re/contra call at beginning of game; allowed pre-game ↵Arun Persaud1-1/+7
comments; DB upgrade the problem with re/contra at the beginning of a game was that no playid was set yet, so we couldn't record when the call was made. Added two special playid (-1 and -2), for pre-game comments and re/contra calls before the first card is played. For this we need to record the gameid in the comment table => DB update
2010-03-13NEW FEATURE: having only low trump (fox and below) can now be a VorbehaltArun Persaud1-2/+14
The low trump can either be treated as poverty or similar to 5 nines, that is the game is canceled unless someone plays a solo. Also minor code cleanup.
2010-02-06added copyright notice and GPL referenceArun Persaud1-0/+19
2009-06-23added option for email digestArun Persaud1-0/+42
you can now select to get emails only every N hours. They are saved in the database and a cron script will send them out.