Age | Commit message (Expand) | Author | Files | Lines |
2015-10-04 | BUGFIX: fix mysql insert statements (null values for timestamps didn't work a... | Arun Persaud | 4 | -26/+26 |
2014-03-18 | FEATURE: make edoko brand name and avatar logo link to the user's home page | Arun Persaud | 1 | -3/+4 |
2014-03-08 | Only show new players from the last 45 days | Arun Persaud | 2 | -5/+10 |
2014-03-08 | updated css/js libraries | Arun Persaud | 3 | -28/+46 |
2014-01-05 | updated copyright to 2014 | Arun Persaud | 15 | -16/+16 |
2013-09-23 | BUGFIX: vorbehalte of all players were visible | Arun Persaud | 1 | -1/+6 |
2013-09-16 | BUGFIX: fixed selection of spade and heart solo | Arun Persaud | 2 | -2/+13 |
2013-08-17 | update favicon if it's your turn. | Arun Persaud | 1 | -1/+1 |
2013-05-07 | BUGFIX: fixed typo gametyep ->gametype | Arun Persaud | 1 | -2/+2 |
2013-05-05 | Make startup phase smoother: less reloading of pages and less text messages t... | Arun Persaud | 1 | -30/+14 |
2013-05-02 | in some cases the user has to reload the page to get to the next pre-game pha... | Arun Persaud | 1 | -7/+26 |
2013-05-02 | CLEANUP: GT,gametype,mygametype variable, make it translatable, some code cle... | Arun Persaud | 3 | -129/+169 |
2013-03-31 | mention design of cards and project page for those cards on about page | Arun Persaud | 1 | -0/+5 |
2013-03-31 | added a new set of LGPL licensed cards | Arun Persaud | 2 | -1/+12 |
2013-03-29 | TRANSLATION: marked more strings for translation | Arun Persaud | 1 | -21/+27 |
2013-02-25 | fixed language selection for end-of-game summary email. | Arun Persaud | 1 | -21/+42 |
2013-02-25 | mysql optimization: don't quote integers as strings in WHERE | Arun Persaud | 7 | -107/+109 |
2013-02-25 | BUGFIX: mysql needs to return NULL when nothing was found | Arun Persaud | 1 | -1/+4 |
2013-02-25 | better mysql-profiling output | Arun Persaud | 1 | -5/+13 |
2013-02-25 | replaced two DB queries with one that is indexed. | Arun Persaud | 2 | -14/+8 |
2013-02-09 | moved php from old mysql to myslqi to make things more future proof | Arun Persaud | 2 | -20/+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 | 3 | -30/+34 |
2013-01-19 | LAYOUT: fix footer | Arun Persaud | 1 | -4/+4 |
2013-01-19 | BUGFIX: send emails in utf-8 | Arun Persaud | 1 | -6/+7 |
2013-01-16 | remove Altenburger Spielkarten, their copyright notice, etc. since the licenc... | Arun Persaud | 3 | -17/+2 |
2013-01-16 | updated copyright in footer to 2013 | Arun Persaud | 1 | -1/+1 |
2013-01-15 | BUGFIX: use english language as default in set_language | Arun Persaud | 1 | -6/+9 |
2013-01-14 | BUGIFX: added some set_language functions, fixed some strings for translation... | Arun Persaud | 4 | -8/+13 |
2013-01-13 | TRANSLATION: marked more strings for translation | Arun Persaud | 1 | -17/+22 |
2013-01-12 | BUGFIX: fixed wrong uid value in mymail function | Arun Persaud | 1 | -3/+3 |
2013-01-12 | TRANSLATION: updated some strings | Arun Persaud | 1 | -1/+1 |
2013-01-12 | TRANSLATION: marked more messages for translation | Arun Persaud | 2 | -6/+7 |
2013-01-12 | LAYOUT: move to compiled less to make things faster | Arun Persaud | 1 | -1/+5 |
2013-01-12 | LAYOUT: some small CSS adjustments | Arun Persaud | 1 | -1/+2 |
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 | 15 | -15/+15 |
2013-01-12 | fixed more language settings in email; marked more strings for translation | Arun Persaud | 5 | -75/+114 |
2012-12-31 | set languages can also be used by UID now; make mymail langauge sensitive | Arun Persaud | 3 | -85/+94 |
2012-12-31 | improved language detection using browser information; set the language direc... | Arun Persaud | 5 | -0/+32 |
2012-12-09 | BUGFIX: fix link to wiki on login page | Arun Persaud | 1 | -1/+1 |
2012-12-09 | LAYOUT: make footer smaller | Arun Persaud | 1 | -5/+4 |
2012-12-09 | BUGFIX: fix error when user is not logged in, but tries to access his home page | Arun Persaud | 1 | -3/+7 |
2012-12-09 | BUGFIX: highlight of prev/next trick didn't work all the time | Arun Persaud | 1 | -8/+8 |
2012-12-09 | removed unused variable in output.php | Arun Persaud | 1 | -1/+0 |
2012-12-09 | bootstrap: fixed login/register, footer, and navbar | Arun Persaud | 2 | -46/+52 |
2012-10-06 | starting to bootstrap the layout: navbar and tricks | Arun Persaud | 3 | -25/+30 |
2012-10-05 | added less, moved bootstrap to less components | Arun Persaud | 1 | -2/+3 |
2012-10-05 | updated jquery, moved include to end of html page, removed normalize.css, add... | Arun Persaud | 1 | -7/+8 |
2012-10-05 | BUGFIX: if not logged in, don't show link to last game | Arun Persaud | 1 | -2/+3 |