Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-02 | CLEANUP: GT,gametype,mygametype variable, make it translatable, some code ↵ | Arun Persaud | 1 | -59/+114 | |
cleanup | |||||
2013-02-25 | mysql optimization: don't quote integers as strings in WHERE | Arun Persaud | 1 | -16/+16 | |
2013-01-20 | BUGFIX: fixed previous commit about sending mail in utf-8 | Arun Persaud | 1 | -3/+3 | |
2013-01-19 | TRANSLATION: marked more strings for translation | Arun Persaud | 1 | -3/+3 | |
2013-01-19 | BUGFIX: send emails in utf-8 | Arun Persaud | 1 | -6/+7 | |
2013-01-15 | BUGFIX: use english language as default in set_language | Arun Persaud | 1 | -6/+9 | |
before the previous language was kept which could have been e.g. German, even if the person didn't choose German. | |||||
2013-01-14 | BUGIFX: added some set_language functions, fixed some strings for ↵ | Arun Persaud | 1 | -6/+7 | |
translation, fixed typo | |||||
2013-01-12 | BUGFIX: fixed wrong uid value in mymail function | Arun Persaud | 1 | -3/+3 | |
used the array instead of a value in the array | |||||
2013-01-12 | TRANSLATION: marked more messages for translation | Arun Persaud | 1 | -4/+4 | |
2013-01-12 | TRANSLATION: updated setup for translation: use utf-8; updated pot file | Arun Persaud | 1 | -0/+1 | |
2013-01-12 | updated copyright for 2013 | Arun Persaud | 1 | -1/+1 | |
2012-12-31 | set languages can also be used by UID now; make mymail langauge sensitive | Arun Persaud | 1 | -81/+91 | |
mymail used to use the language of the person triggering the email. | |||||
2012-12-31 | improved language detection using browser information; set the language ↵ | Arun Persaud | 1 | -0/+28 | |
directly in more places previously one had to reload to get the language correct, now it should be correct right away. We also read out the browser request for a language now. | |||||
2012-09-22 | updated to better password hash: use crypt instead of md5 | Arun Persaud | 1 | -0/+49 | |
the upgrade will be done automatically when a user logs in, password recovery is still based on md5, but that should be OK, since it's a random generated password anyway | |||||
2012-09-19 | another few "->' | Arun Persaud | 1 | -8/+8 | |
2012-09-19 | replaces some more " with ' | Arun Persaud | 1 | -4/+4 | |
2012-09-19 | better message when working on the database or having edoko offline for ↵ | Arun Persaud | 1 | -2/+5 | |
other reasons. | |||||
2012-09-17 | Mark the starting player until the game actually starts ;) | Arun Persaud | 1 | -2/+8 | |
just a small text above the player with some CSS | |||||
2012-09-17 | fixed typo and added a comment | Arun Persaud | 1 | -1/+4 | |
2012-06-09 | Remove games from digest where the player already moved | Arun Persaud | 1 | -1/+1 | |
2012-02-18 | speed up get score table | Arun Persaud | 1 | -15/+20 | |
instead of looping over all games and have 3 database querries for each gameid, we now only do 5 querries: one for the gameids, scores and gametype and then one for each player to get his party | |||||
2012-02-10 | updated copyright notice for 2012 | Arun Persaud | 1 | -1/+1 | |
2011-11-19 | LAYOUT: remove text "game" from "it's your turn" list | Arun Persaud | 1 | -1/+1 | |
2011-11-19 | LAYOUT, BUGFIX: don't show current game in "it's your turn" list, also fix ↵ | Arun Persaud | 1 | -7/+16 | |
layout for this on newgame.php | |||||
2011-11-16 | BUGFIX: make "It's your turn in ..." a comma separated list | Arun Persaud | 1 | -1/+5 | |
2011-11-15 | LAYOUT: redone layout of table and cards | Arun Persaud | 1 | -12/+53 | |
scales a lot better now and should be better for mobile devices | |||||
2011-11-14 | LAYOUT: moved game status to top; cleaned up some css | Arun Persaud | 1 | -4/+4 | |
2011-11-13 | CLEANUP: fixed html output a bit | Arun Persaud | 1 | -4/+4 | |
added whitespaces and line breaks | |||||
2011-11-13 | LAYOUT: move display of cards below switch for mystatus | Arun Persaud | 1 | -0/+15 | |
This should make for a more consistent html layout and fix some issues that show up on different browsers and display sizes. | |||||
2011-10-07 | move #tricks to new line and center it | Arun Persaud | 1 | -5/+6 | |
2011-10-06 | fix html and css for buttons | Arun Persaud | 1 | -37/+45 | |
2011-03-20 | TRANSLATION: marked subjects lines in emails for translation | Arun Persaud | 1 | -12/+12 | |
2011-03-20 | CLEANUP: added gameid to mymail and generate subject line in mymail directly | Arun Persaud | 1 | -2/+58 | |
this way it will be easier to add translation and also to add the gameid into the database for the digest | |||||
2010-11-07 | BUGFIX: 9-cards rule for re/contra: couldn't call <=60 with more than 9 ↵ | Arun Persaud | 1 | -2/+2 | |
cards and no90 called only this special case was wrong, everything else looks ok. | |||||
2010-10-11 | BUGFIX: fixed some html validation errors | Arun Persaud | 1 | -4/+4 | |
2010-04-19 | updated link to wiki and bugzilla | Arun Persaud | 1 | -3/+2 | |
links were hardcoded, changed to link from config file | |||||
2010-03-14 | marked more strings for translation | Arun Persaud | 1 | -1/+1 | |
2010-03-13 | NEW FEATURE: having only low trump (fox and below) can now be a Vorbehalt | Arun Persaud | 1 | -8/+44 | |
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-04 | CLEANUP: moved more statistics into the sortable table | Arun Persaud | 1 | -3/+50 | |
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 | added copyright notice and GPL reference | Arun Persaud | 1 | -0/+19 | |
2010-02-04 | NEW FEATURE: provide an RSS feed for each user showing in which games it's ↵ | Arun Persaud | 1 | -0/+14 | |
his turn the feed shows the same as the "It's your turn in these games" box. | |||||
2010-02-02 | highlight the call if this is the last round where you can make this call | Arun Persaud | 1 | -13/+72 | |
also added some more comments | |||||
2009-10-30 | NEW FEATURE: use gravatars as icons for players | Arun Persaud | 1 | -3/+7 | |
use icons at the table and on the user page (for last players logged in). | |||||
2009-06-23 | added option for email digest | Arun Persaud | 1 | -37/+42 | |
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-05-11 | NEW FEATURE: show number of tricks a person made | Arun Persaud | 1 | -0/+17 | |
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-04-29 | CLEANUP: all email now uses the standard header and footer | Arun Persaud | 1 | -6/+21 | |
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-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 | LAYOUT: fixed a typo and made clock icon smaller | Arun Persaud | 1 | -1/+1 | |
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 | 1 | -0/+31 | |
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. |