summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-05-29BUGFIX: two greetings messages in cancelation email for five nines.Arun Persaud1-5/+4
removed the hard-coded one.
2009-05-29Merge branch 'master' of /home/arun/nubati.net/git/e-DoKoArun Persaud1-2/+1
2009-05-11BUGFIX: one email message still had a hard-coded headerArun Persaud1-2/+1
this resulted in two "hello" lines being sent out. fixed
2009-05-11Merge branch 'master' of /home/arun/nubati.net/git/e-DoKoArun Persaud4-4/+37
2009-05-11NEW FEATURE: show number of tricks a person madeArun Persaud4-4/+37
only shows 0,1,few or many tricks, so that we don't give too much information away. Might adjust or change this in the future. This addresses issues #11.
2009-05-11BUGFIX: wrongly displayed "trump back" in pre-trick during povertyArun Persaud1-9/+32
displayed it when the person with not enough trump gave trump to his partner, which is almost always the case.
2009-05-11BUGFIX: some email messages had newlines missing before the footerArun Persaud3-10/+10
all emails now have a "\n\n" at the end of the message.
2009-05-11BUGFIX: wrongly displayed "trump back" in pre-trick during povertyArun Persaud1-9/+32
displayed it when the person with not enough trump gave trump to his partner, which is almost always the case.
2009-05-11BUGFIX: some email messages had newlines missing before the footerArun Persaud3-10/+10
all emails now have a "\n\n" at the end of the message.
2009-04-29CLEANUP: all email now uses the standard header and footerArun Persaud4-22/+30
some email functions didn't use myemail, but used sendmail directly. This is now fixed and all emails should have the same header and footer.
2009-04-25LAYOUT: pumped css version to include openid supportArun Persaud2-1/+1
2009-04-25NEW FEATURE: added OpenID supportArun Persaud9-33/+386
Users can add and delete OpenIDs on the settings page and then log in user those OpenIds. They can also use their OpenIDs to register.
2009-04-24CLEANUP: cleaned up some debug message and error checkingArun Persaud1-3/+5
2009-04-03BUGFIX: showed cancled games in user menuArun Persaud1-1/+1
used to test for 'pre' or 'play' games by doing a ...!='gameover', this doesn't work anymore with canceled games being another option for the game status.
2009-03-29CLEANUP: better debugging option for DB querriesArun Persaud1-6/+7
add option to only log querries that take a long time
2009-03-29CLEANUP: deleted unused functionsArun Persaud1-28/+0
games are not deleted from the DB anymore, so we don't need this function.
2009-03-29LAYOUT: fixed a typo and made clock icon smallerArun Persaud3-2/+3
The validator should be happy again ;) and the clocks should look a bit better.
2009-03-29BUGFIX: store canceled games, don't delete themArun Persaud7-23/+100
deleting the games could result in the same people getting the same hand redealt over and over again. By just keeping track of the hands in the game table, this problem should be gone. Fixed issue #50.
2009-02-25LAYOUT: some messages were not wrapped in a div-tagArun Persaud1-4/+4
and therefore had no class set, so they showed up somewhere on the page and messed up the layout
2009-02-24NEW FEATURE: better debugging and optimization code for db-queries.Arun Persaud1-0/+10
added a timer to db_query for debugging/optimizatin
2009-02-23CLEANUP: made emails a bit more personalArun Persaud1-2/+3
included the name of the person in the email
2009-02-23BUGFIX: vacation was set even when no date was enteredArun Persaud1-1/+3
the vacation is set to the empty string in case nothing is entered, need to check for this.
2009-02-23CLEANUP: make emails more uniformArun Persaud6-49/+86
provide a standard header and footer. Also prepare for emails to be send to the database for later delivery.
2009-02-23LAYOUT: added an icon for the time informationArun Persaud2-1/+3
gets rid of a bit of text and should leave more time for other buttons
2009-02-12NEW FEATURE + CLEANUP: added some table sorting to the statistics page via ↵Arun Persaud11-127/+163
jquery using jquery to add table sorting, might also use it for other things later. Also optimized some DB-queries and cleaned up some code.
2009-02-03BUGFIX: for loop over a possible undefined variableArun Persaud1-4/+15
for the first game in a session there is no score to display yet, need to check if the score variable is empty or not before I loop over it.
2009-01-30NEW FEATURE: vacation supportArun Persaud6-8/+193
users can specify a vacation start and end date and a message. Once they are on vacation their name will be shown in a different color at the table and on the user page (in case it is their turn).
2009-01-30CLEANUP: clean up the preferences html output a bitArun Persaud1-82/+95
should be better aligned html now
2009-01-26BUGFIX: forgot to include one variable as global in a functionArun Persaud1-1/+1
just a one liner
2009-01-26CLEANUP: removed a debug messageArun Persaud1-2/+2
just a small cleanup.
2009-01-24BUGFIX: when a fox was given back in poverty a no-trump icon was shown at ↵Arun Persaud1-5/+10
the table used the same function to count the number of trump cards as was used to determine poverty status. Therefore, foxes were not accounted for. Fixed now.
2009-01-24NEW FEATURE: show exchanged cards in poverty pre-game phaseArun Persaud3-88/+150
now you can see the cards that are exchanged during the pre-game setup. Also added a "trump back" message in case trump has been given back.
2009-01-18BUGFIX: error in card dealing routineArun Persaud1-1/+1
same hand got dealt twice due to an error in the new routine. Fixed it, but slowed it down again to roughly 2s per request.
2009-01-17BUGFIX: wrong order of arguments for in_array functionArun Persaud1-1/+1
just need to switch them... should be ok now.
2009-01-17CLEANUP: changed the user page a bit and added a hint for newbiesArun Persaud2-3/+14
started adding hints for newbies (to edoko not doko) on how to use the program
2009-01-17NEW FEATURE: add a random math question to the registration progress to get ↵Arun Persaud2-5/+79
rid of robots make it harder for robots to register
2009-01-17NEW FEATURE: show when a call was madeArun Persaud1-6/+41
every time a call is made (e.g. re/contra) a comment is added. So players can check when the call was made later Fixes issue #12.
2009-01-16NEW FEATURE: always show current score on main pageArun Persaud2-4/+17
show the current score as the link to the score table
2009-01-16NEW FEATURE: add a link to the previous and next game in the sessionArun Persaud1-1/+18
makes it easier to navigate through one session
2009-01-16CLEANUP: small code cleanupArun Persaud1-3/+6
moved some DB queries out of loops
2009-01-16LAYOUT: add names of players to end of score table for long sessionsArun Persaud1-11/+32
if a session has more than 12 games, add the names of the players also at the end of the score table.
2009-01-15BUGFIX: forgot to initialize two variables in preferences.phpArun Persaud1-5/+7
2009-01-15CLEANUP: fixed a typo, changed copyright, added Jeff for database schemeArun Persaud2-3/+3
2009-01-15NEW FEATURE: new user settings allows people to not be available for new gamesArun Persaud4-3/+77
Players who set their preference on this setting to 'no' are not considered as players in a new game.
2009-01-15BUGFIX: better default for selecting players in a new gameArun Persaud1-5/+23
the player is now automatically on pos 4 and the other positions are filled randomly. Also make sure that no player shows up more than once.
2009-01-15NEW FEATURE: add tooltips to icons at tableArun Persaud1-24/+24
makes it easier to figure out what they mean. Solves issue #27.
2009-01-15NEW FEATURE: only show re or contra for callsArun Persaud2-5/+14
makes it clear what you can call in a silent solo. Fixes issue #41.
2009-01-13BUGFIX: rewrote query for new gamesArun Persaud1-7/+12
old code used a long time to figure out if cards from another game could be reused. The new version should be much faster.
2009-01-03LAYOUT: fixed a bug in the footerArun Persaud2-5/+1
the right margin was incorrect, fixed now.
2009-01-03NEW FEATURE: removed RC1 from headerArun Persaud1-1/+1
seems stable enough :)