Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-28 | BUGFIX: double greeting line for reminder email | Arun Persaud | 1 | -3/+2 | |
forgot the remove the greeting from the message text. | |||||
2009-08-06 | BUGFIX: counted cancled games as active games in the statistics | Arun Persaud | 1 | -1/+1 | |
instead of testing if the game was in 'pre' or 'play' modus I just tested for <> 'gameover' which also included games which where canceled because of e.g. five nines. | |||||
2009-07-24 | CLEANUP: rewrote html output for the rules section for new games | Arun Persaud | 1 | -35/+36 | |
made it a bit more compact and ready for more rules | |||||
2009-07-24 | BUGFIX: html output was messed up by some return statements | Arun Persaud | 1 | -5/+6 | |
instead of using return, we now use a break, this has the advantage that extra output (such as menus) will still be present and the html should be ok. | |||||
2009-07-21 | BUFIX: fixed a typo | Arun Persaud | 1 | -2/+2 | |
2009-06-24 | display both foxes as playable, if the game doesn't allow schweinche, but ↵ | Arun Persaud | 1 | -6/+12 | |
the rules do in case you play with a single schweinchen (only the second one becomes highest trump), but the game doesn't allow schweinchen (e.g. queen solo), both foxes should be selectable, but only one was. Fixes issue #53 | |||||
2009-06-24 | make a few more check before a password get's changed | Arun Persaud | 1 | -1/+1 | |
don't do anything, if password0 and password1 are the same | |||||
2009-06-24 | added more timezones | Sean Brennan | 1 | -4/+29 | |
fixes issue #23 | |||||
2009-06-23 | added option for email digest | Arun Persaud | 6 | -46/+315 | |
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. | |||||
2009-06-21 | some more comments | Arun Persaud | 1 | -3/+9 | |
looked into issue#51 (everything was correct) and added some comments. | |||||
2009-05-29 | BUGFIX: extra "the" in message | Arun Persaud | 1 | -1/+1 | |
2009-05-29 | BUGFIX: two greetings messages in cancelation email for five nines. | Arun Persaud | 1 | -5/+4 | |
removed the hard-coded one. | |||||
2009-05-29 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 1 | -2/+1 | |
2009-05-11 | BUGFIX: one email message still had a hard-coded header | Arun Persaud | 1 | -2/+1 | |
this resulted in two "hello" lines being sent out. fixed | |||||
2009-05-11 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 4 | -4/+37 | |
2009-05-11 | NEW FEATURE: show number of tricks a person made | Arun Persaud | 4 | -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-11 | BUGFIX: wrongly displayed "trump back" in pre-trick during poverty | Arun Persaud | 1 | -9/+32 | |
displayed it when the person with not enough trump gave trump to his partner, which is almost always the case. | |||||
2009-05-11 | BUGFIX: some email messages had newlines missing before the footer | Arun Persaud | 3 | -10/+10 | |
all emails now have a "\n\n" at the end of the message. | |||||
2009-05-11 | BUGFIX: wrongly displayed "trump back" in pre-trick during poverty | Arun Persaud | 1 | -9/+32 | |
displayed it when the person with not enough trump gave trump to his partner, which is almost always the case. | |||||
2009-05-11 | BUGFIX: some email messages had newlines missing before the footer | Arun Persaud | 3 | -10/+10 | |
all emails now have a "\n\n" at the end of the message. | |||||
2009-04-29 | CLEANUP: all email now uses the standard header and footer | Arun Persaud | 4 | -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-25 | LAYOUT: pumped css version to include openid support | Arun Persaud | 2 | -1/+1 | |
2009-04-25 | NEW FEATURE: added OpenID support | Arun Persaud | 9 | -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-24 | CLEANUP: cleaned up some debug message and error checking | Arun Persaud | 1 | -3/+5 | |
2009-04-03 | BUGFIX: showed cancled games in user menu | Arun Persaud | 1 | -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-29 | CLEANUP: better debugging option for DB querries | Arun Persaud | 1 | -6/+7 | |
add option to only log querries that take a long time | |||||
2009-03-29 | CLEANUP: deleted unused functions | Arun Persaud | 1 | -28/+0 | |
games are not deleted from the DB anymore, so we don't need this function. | |||||
2009-03-29 | LAYOUT: fixed a typo and made clock icon smaller | Arun Persaud | 3 | -2/+3 | |
The validator should be happy again ;) and the clocks should look a bit better. | |||||
2009-03-29 | BUGFIX: store canceled games, don't delete them | Arun Persaud | 7 | -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-25 | LAYOUT: some messages were not wrapped in a div-tag | Arun Persaud | 1 | -4/+4 | |
and therefore had no class set, so they showed up somewhere on the page and messed up the layout | |||||
2009-02-24 | NEW FEATURE: better debugging and optimization code for db-queries. | Arun Persaud | 1 | -0/+10 | |
added a timer to db_query for debugging/optimizatin | |||||
2009-02-23 | CLEANUP: made emails a bit more personal | Arun Persaud | 1 | -2/+3 | |
included the name of the person in the email | |||||
2009-02-23 | BUGFIX: vacation was set even when no date was entered | Arun Persaud | 1 | -1/+3 | |
the vacation is set to the empty string in case nothing is entered, need to check for this. | |||||
2009-02-23 | CLEANUP: make emails more uniform | Arun Persaud | 6 | -49/+86 | |
provide a standard header and footer. Also prepare for emails to be send to the database for later delivery. | |||||
2009-02-23 | LAYOUT: added an icon for the time information | Arun Persaud | 2 | -1/+3 | |
gets rid of a bit of text and should leave more time for other buttons | |||||
2009-02-12 | NEW FEATURE + CLEANUP: added some table sorting to the statistics page via ↵ | Arun Persaud | 11 | -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-03 | BUGFIX: for loop over a possible undefined variable | Arun Persaud | 1 | -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-30 | NEW FEATURE: vacation support | Arun Persaud | 6 | -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-30 | CLEANUP: clean up the preferences html output a bit | Arun Persaud | 1 | -82/+95 | |
should be better aligned html now | |||||
2009-01-26 | BUGFIX: forgot to include one variable as global in a function | Arun Persaud | 1 | -1/+1 | |
just a one liner | |||||
2009-01-26 | CLEANUP: removed a debug message | Arun Persaud | 1 | -2/+2 | |
just a small cleanup. | |||||
2009-01-24 | BUGFIX: when a fox was given back in poverty a no-trump icon was shown at ↵ | Arun Persaud | 1 | -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-24 | NEW FEATURE: show exchanged cards in poverty pre-game phase | Arun Persaud | 3 | -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-18 | BUGFIX: error in card dealing routine | Arun Persaud | 1 | -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-17 | BUGFIX: wrong order of arguments for in_array function | Arun Persaud | 1 | -1/+1 | |
just need to switch them... should be ok now. | |||||
2009-01-17 | CLEANUP: changed the user page a bit and added a hint for newbies | Arun Persaud | 2 | -3/+14 | |
started adding hints for newbies (to edoko not doko) on how to use the program | |||||
2009-01-17 | NEW FEATURE: add a random math question to the registration progress to get ↵ | Arun Persaud | 2 | -5/+79 | |
rid of robots make it harder for robots to register | |||||
2009-01-17 | NEW FEATURE: show when a call was made | Arun Persaud | 1 | -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-16 | NEW FEATURE: always show current score on main page | Arun Persaud | 2 | -4/+17 | |
show the current score as the link to the score table | |||||
2009-01-16 | NEW FEATURE: add a link to the previous and next game in the session | Arun Persaud | 1 | -1/+18 | |
makes it easier to navigate through one session |