summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-01-19LAYOUT: improved layout of about pageArun Persaud3-21/+9
2013-01-19LAYOUT: fix footerArun Persaud3-117/+744
2013-01-19BUGFIX: send emails in utf-8Arun Persaud1-6/+7
2013-01-16remove Altenburger Spielkarten, their copyright notice, etc. since the ↵Arun Persaud30-33/+3
licence expired They changed their company police and won't give out a free licence agreement anymore, so might as well remove it completely.
2013-01-16updated copyright in footer to 2013Arun Persaud1-1/+1
2013-01-15BUGFIX: use english language as default in set_languageArun Persaud1-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-14TRANSLATION: fixed some small issuesArun Persaud3-154/+172
2013-01-14BUGIFX: added some set_language functions, fixed some strings for ↵Arun Persaud5-14/+19
translation, fixed typo
2013-01-13TRANSLATION: updated German translationArun Persaud2-20/+80
2013-01-13TRANSLATION: marked more strings for translationArun Persaud3-31/+90
2013-01-12BUGFIX: fixed wrong uid value in mymail functionArun Persaud1-3/+3
used the array instead of a value in the array
2013-01-12TRANSLATION: updated some stringsArun Persaud2-3/+3
2013-01-12TRANSLATION: updated german translationArun Persaud2-19/+40
2013-01-12TRANSLATION: marked more messages for translationArun Persaud3-24/+46
2013-01-12LAYOUT: move to compiled less to make things fasterArun Persaud4-3/+943
2013-01-12LAYOUT: some small CSS adjustmentsArun Persaud4-5/+8
2013-01-12TRANSLATION: updated german translationArun Persaud2-235/+497
2013-01-12TRANSLATION: updated setup for translation: use utf-8; updated pot fileArun Persaud3-190/+402
2013-01-12updated copyright for 2013Arun Persaud22-22/+22
2013-01-12fixed more language settings in email; marked more strings for translationArun Persaud5-75/+114
2012-12-31set languages can also be used by UID now; make mymail langauge sensitiveArun Persaud4-87/+95
mymail used to use the language of the person triggering the email.
2012-12-31improved language detection using browser information; set the language ↵Arun Persaud8-56/+55
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-12-09BUGFIX: fix link to wiki on login pageArun Persaud1-1/+1
2012-12-09BUGFIX: fix disable of prev/next button in trick selectorArun Persaud1-1/+1
2012-12-09LAYOUT: use bootstrap to style gravatar imagesArun Persaud2-1/+2
2012-12-09LAYOUT: fix score table layoutArun Persaud1-4/+4
2012-12-09LAYOUT: make footer smallerArun Persaud2-7/+6
2012-12-09BUGFIX: fix error when user is not logged in, but tries to access his home pageArun Persaud1-3/+7
needed to test, if variables were set or not.
2012-12-09BUGFIX: highlight of prev/next trick didn't work all the timeArun Persaud1-8/+8
used a string where I should have used an integer
2012-12-09removed unused variable in output.phpArun Persaud1-1/+0
2012-12-09bootstrap: fixed login/register, footer, and navbarArun Persaud7-152/+93
* made navbar smaller, added icons, icons only (for smaller screen) * fixed login screen
2012-10-06starting to bootstrap the layout: navbar and tricksArun Persaud7-55/+61
- changing the tricks-selector to a paginator and fixing the js for highlighting - adding a navbar using bootstrap, probably should use .wrap more instead of adding divs to the code
2012-10-05added less, moved bootstrap to less componentsArun Persaud46-23/+5689
2012-10-05updated jquery, moved include to end of html page, removed normalize.css, ↵Arun Persaud5-515/+10
added bootstrap
2012-10-05added bootstrap 2.1.1; fixed paths to match edoko (img->pics)Arun Persaud5-0/+24
2012-10-05BUGFIX: if not logged in, don't show link to last gameArun Persaud1-2/+3
This could be used to get the hash for a current game of a different user.
2012-09-22updated to better password hash: use crypt instead of md5Arun Persaud9-33/+113
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-22marked more strings for translationArun Persaud1-6/+6
2012-09-22replaces some more " with 'Arun Persaud1-19/+19
2012-09-22BUGIFX: leaked silent solo information in game typeArun Persaud1-1/+4
2012-09-19LAYOUT/BUGFIX: fixed wrong scaling of cards that was introduced a few ↵Arun Persaud1-13/+24
commits earlier
2012-09-19adjusted some colors in cssArun Persaud1-2/+2
2012-09-19another few "->'Arun Persaud1-8/+8
2012-09-19replaces some more " with 'Arun Persaud2-5/+5
2012-09-19better message when working on the database or having edoko offline for ↵Arun Persaud2-2/+15
other reasons.
2012-09-19BUGFIX: css index prevented user from selecting a radio button and minor tweaksArun Persaud2-40/+34
* fixed in sickness screen * removed unnessecary questions * pre-selected yes for starting a game * some minor css tweaks
2012-09-17CLEANUP: replaced " with ' in lots of places'; added admin email to error ↵Arun Persaud1-130/+124
message
2012-09-17Mark the starting player until the game actually starts ;)Arun Persaud2-2/+16
just a small text above the player with some CSS
2012-09-17mark more strings for translationArun Persaud1-7/+7
2012-09-17BUGFIX: update status (healthy/sick) during pre-game phase right awayArun Persaud1-73/+71
before a reload was needed, no the information only gets displayed after the user data is being processed.