summaryrefslogtreecommitdiffstats
path: root/digest.php
AgeCommit message (Collapse)AuthorFilesLines
2012-06-09Remove games from digest where the player already movedArun Persaud1-0/+10
2012-05-08BUGFIX: removed side effect from getting the user's preferences: the ↵Arun Persaud1-2/+20
language used could be overwritten by another user's choise the DB_get_Prefs($myid) functions used to set the _SESSION variable for the language, but was also called with ids that belonged to other players overwriting the language settings with that from another user
2012-02-10updated copyright notice for 2012Arun Persaud1-1/+1
2010-04-19updated link to wiki and bugzillaArun Persaud1-2/+3
links were hardcoded, changed to link from config file
2010-02-06added copyright notice and GPL referenceArun Persaud1-0/+19
2009-06-23added option for email digestArun Persaud1-0/+104
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.