Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-17 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 5 | -174/+806 | |
2010-04-17 | updated German translation | Arun Persaud | 2 | -25/+116 | |
2010-04-17 | marked more strings for translation | Arun Persaud | 3 | -34/+116 | |
2010-03-18 | updated po files | Arun Persaud | 2 | -33/+498 | |
2010-03-18 | marked more strings for translation | Arun Persaud | 2 | -113/+107 | |
2010-03-17 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 1 | -3/+4 | |
2010-03-17 | BUGFIX: fix "keep playing" button. forgot to add include new rule, so games ↵ | Arun Persaud | 1 | -3/+4 | |
didn't get restarted | |||||
2010-03-14 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 7 | -26/+162 | |
2010-03-14 | updates German translation | Arun Persaud | 3 | -5/+141 | |
2010-03-14 | marked more strings for translation | Arun Persaud | 4 | -21/+21 | |
2010-03-14 | added link to bug-tracker (that is renamed wiki -> wiki/bugs) | Arun Persaud | 1 | -1/+1 | |
2010-03-14 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 6 | -35/+172 | |
2010-03-14 | updates German translation | Arun Persaud | 2 | -2/+70 | |
2010-03-14 | marked more strings for translation | Arun Persaud | 3 | -32/+100 | |
2010-03-14 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 16 | -154/+457 | |
2010-03-14 | CLEANUP: fixed a typo and added "changed" indicator to language settings | Arun Persaud | 2 | -2/+3 | |
2010-03-14 | NEW FEATURE: added localization support | Arun Persaud | 9 | -6/+149 | |
using gettext to add support for localization | |||||
2010-03-14 | CLEANUP: cleaned up code for Karlchen | Arun Persaud | 1 | -19/+22 | |
2010-03-13 | BUGFIX: missing ul-tag in poverty check messed up layout | Arun Persaud | 1 | -5/+5 | |
also removed some div-tags that were not needed | |||||
2010-03-13 | NEW FEATURE: having only low trump (fox and below) can now be a Vorbehalt | Arun Persaud | 7 | -57/+176 | |
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-03-13 | added check in DB_open for correct DB-version | Arun Persaud | 2 | -5/+18 | |
2010-03-04 | CLEANUP: moved more statistics into the sortable table | Arun Persaud | 2 | -45/+56 | |
2010-03-04 | fixed typo in create statement | Arun Persaud | 1 | -1/+1 | |
2010-03-04 | BUGFIX: show "It's your turn in these games" menu also when you played the ↵ | Arun Persaud | 1 | -3/+13 | |
last card in a game When showing the menu we test for the status the user had before he played the card. This fixes Issue #35. | |||||
2010-03-04 | changed message for new dealer into message for new startplayer | Arun Persaud | 1 | -1/+1 | |
since there really is no dealer, this was more confusing than helpful. | |||||
2010-02-07 | updated copyright notice in footer | Arun Persaud | 1 | -1/+1 | |
2010-02-07 | CLEANUP: added some text on how to get a license for the german cards | Arun Persaud | 1 | -3/+7 | |
2010-02-07 | CLEANUP: removed ereg-functions (deprecated in newer php versions) | Arun Persaud | 1 | -10/+10 | |
used strpos and preg_replace instead | |||||
2010-02-06 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 23 | -0/+1073 | |
2010-02-06 | added copyright notice and GPL reference | Arun Persaud | 23 | -0/+1073 | |
2010-02-04 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 9 | -81/+345 | |
2010-02-04 | NEW FEATURE: provide an RSS feed for each user showing in which games it's ↵ | Arun Persaud | 6 | -33/+176 | |
his turn the feed shows the same as the "It's your turn in these games" box. | |||||
2010-02-04 | BUGFIX: show correct name of all players, when looking at games of other players | Arun Persaud | 1 | -1/+9 | |
the name of the player who had the same cards wasn't displayed, instead "your cards where" was shown. | |||||
2010-02-04 | BUGFIX: timestamp was not always updated when user made a move | Arun Persaud | 1 | -4/+10 | |
this happend when the user wasn't logged in, but made a move by using an email link for example. Should be fixed now. | |||||
2010-02-02 | highlight the call if this is the last round where you can make this call | Arun Persaud | 5 | -43/+150 | |
also added some more comments | |||||
2009-11-20 | some local files to ignore | Arun Persaud | 1 | -1/+8 | |
2009-10-30 | NEW FEATURE: use gravatars as icons for players | Arun Persaud | 6 | -10/+37 | |
use icons at the table and on the user page (for last players logged in). | |||||
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 | |