summaryrefslogtreecommitdiffstats
path: root/include/db.php
AgeCommit message (Expand)AuthorFilesLines
2013-03-31added a new set of LGPL licensed cardsArun Persaud1-0/+2
2013-02-25mysql optimization: don't quote integers as strings in WHEREArun Persaud1-20/+21
2013-02-25BUGFIX: mysql needs to return NULL when nothing was foundArun Persaud1-1/+4
2013-02-25better mysql-profiling outputArun Persaud1-5/+13
2013-02-25replaced two DB queries with one that is indexed.Arun Persaud1-10/+0
2013-02-09moved php from old mysql to myslqi to make things more future proofArun Persaud1-18/+13
2013-01-16remove Altenburger Spielkarten, their copyright notice, etc. since the licenc...Arun Persaud1-3/+0
2013-01-12updated copyright for 2013Arun Persaud1-1/+1
2012-09-22updated to better password hash: use crypt instead of md5Arun Persaud1-1/+7
2012-06-09Remove games from digest where the player already movedArun Persaud1-4/+7
2012-05-08BUGFIX: removed side effect from getting the user's preferences: the language...Arun Persaud1-1/+1
2012-02-18speed up get score tableArun Persaud1-36/+24
2012-02-10updated copyright notice for 2012Arun Persaud1-1/+1
2012-02-04fixed showing re/contra call at beginning of game; allowed pre-game comments;...Arun Persaud1-5/+24
2010-04-23updated license for german cardsArun Persaud1-1/+1
2010-03-14NEW FEATURE: added localization supportArun Persaud1-0/+7
2010-03-13NEW FEATURE: having only low trump (fox and below) can now be a VorbehaltArun Persaud1-6/+9
2010-03-13added check in DB_open for correct DB-versionArun Persaud1-2/+9
2010-02-06added copyright notice and GPL referenceArun Persaud1-0/+19
2010-02-04NEW FEATURE: provide an RSS feed for each user showing in which games it's hi...Arun Persaud1-0/+20
2009-10-30NEW FEATURE: use gravatars as icons for playersArun Persaud1-0/+11
2009-06-23added option for email digestArun Persaud1-4/+50
2009-05-11NEW FEATURE: show number of tricks a person madeArun Persaud1-0/+6
2009-04-24CLEANUP: cleaned up some debug message and error checkingArun Persaud1-3/+5
2009-03-29CLEANUP: better debugging option for DB querriesArun Persaud1-6/+7
2009-03-29CLEANUP: deleted unused functionsArun Persaud1-28/+0
2009-03-29BUGFIX: store canceled games, don't delete themArun Persaud1-1/+1
2009-02-24NEW FEATURE: better debugging and optimization code for db-queries.Arun Persaud1-0/+10
2009-02-12NEW FEATURE + CLEANUP: added some table sorting to the statistics page via j...Arun Persaud1-81/+68
2009-01-30NEW FEATURE: vacation supportArun Persaud1-0/+23
2009-01-24NEW FEATURE: show exchanged cards in poverty pre-game phaseArun Persaud1-0/+3
2009-01-18BUGFIX: error in card dealing routineArun Persaud1-1/+1
2009-01-15NEW FEATURE: new user settings allows people to not be available for new gamesArun Persaud1-1/+28
2009-01-13BUGFIX: rewrote query for new gamesArun Persaud1-7/+12
2008-12-02NEW FEATURE: new sorting algorithmArun Persaud1-0/+8
2008-10-18NEW FEATURE: make it possible to view games where people played with the same...Arun Persaud1-1/+9
2008-09-24BUGFIX: error in SQL syntax for querying ruleset idArun Persaud1-9/+9
2008-08-19BUGFIX: db_format_game wasn't working any moreArun Persaud1-4/+3
2008-07-13NEW FEATURE: in poverty you can now see what cards have been handed overArun Persaud1-0/+20
2008-05-26LAYOUT: added a unified table layout for statistics, etcArun Persaud1-0/+11
2008-05-24NEW FEATURE: automatically accept new gamesArun Persaud1-0/+13
2008-05-10NEW FEATURE: new settings page, user can now change timezoneArun Persaud1-1/+12
2008-05-08CLEANUP: reorganized the 'init' phase of a gameArun Persaud1-3/+14
2008-05-08BUGIFX: typo in a call to a database functionArun Persaud1-1/+1
2008-05-06CLEANUP: removed all calls to mysql functions and replaced them with calls to...Arun Persaud1-260/+232
2008-05-04NEW FEATURES: show global statisticArun Persaud1-4/+9
2008-04-26CLEANUP: make index.php very short and move everything in separate filesArun Persaud1-0/+1064