summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2010-11-21fixed one bugs in the scoring algorithmArun Persaud1-15/+15
* no "call-x" points where given if "0" was called
2010-11-21fixe placement of comment box in pre-game phaseArun Persaud1-0/+8
it now always shows at the bottom of the page as it should ;)
2010-11-21fixed typo in CSS, simpler naming schemeArun Persaud1-1/+1
2010-11-21added date picker for vacationsArun Persaud3-4/+70
use html5 with jquery as a fallback
2010-11-20added autofocus to login pageArun Persaud1-1/+6
mixtures of html5+javascript for the moment
2010-11-07BUGFIX: 9-cards rule for re/contra: couldn't call <=60 with more than 9 ↵Arun Persaud1-2/+2
cards and no90 called only this special case was wrong, everything else looks ok.
2010-10-11BUGFIX: fixed some html validation errorsArun Persaud3-7/+7
2010-09-22BUGFIX: fixed last commitArun Persaud2-4/+5
2010-09-21Merge branch 'master' of /home/arun/nubati.net/git/e-DoKoArun Persaud6-76/+195
2010-09-21NEW FEATURE: pre select card to play if there is only one optionArun Persaud2-4/+39
2010-09-21TRANSLATION: some more strings and updated po.deArun Persaud3-52/+54
2010-06-29LAYOUT: fixed issue on user page when one player is on vacationArun Persaud1-1/+1
used to have two floats, but when the second one went over two lines (due to vacation message) the layout didn't show up correctly anymore when collapsed.
2010-06-25BUGIFX: when playing a silent solo the "pre" trick showed up in the list of ↵Arun Persaud1-10/+12
tricks since now sickness was shown in the pre trick this gave away silent solo, although I think nobody noticed up to now ;) Should be fixed now by checking for silent solo correctly (a non-function if-statement was already in the code)
2010-06-06removed hardcoded reference to wiki and replaced with variable from config.phpArun Persaud1-2/+1
2010-05-04improved jquery on user home pageArun Persaud2-6/+19
the text will now say either show or hide not both depending on the situation.
2010-05-04added BK as translatorArun Persaud1-0/+1
2010-04-26added an About pageArun Persaud2-3/+70
2010-04-26Added about pageArun Persaud1-1/+1
2010-04-26Merge branch 'master' of /home/arun/nubati.net/git/e-DoKoArun Persaud1-15/+16
2010-04-26marked more strings for translationArun Persaud1-15/+16
2010-04-23updated license for german cardsArun Persaud1-1/+1
2010-04-23 new user home page with a bit of jquery thrown inArun Persaud2-57/+156
by default only show the active games/sessions and hide all the other games
2010-04-22updated jquery to latest releaseArun Persaud1-15/+150
2010-04-19moved gameinfo box (calls, comment-input, submit, games player by otheres) ↵Arun Persaud2-34/+44
to the bottom of the page this should make it easier for people with a mobile phone.
2010-04-19updated link to wiki and bugzillaArun Persaud1-3/+2
links were hardcoded, changed to link from config file
2010-04-18fix bug introduces by marking strings for translationsArun Persaud1-8/+8
using these strings directly to set database entries... need to change this before they can be marked for translation.
2010-04-17marked more strings for translationArun Persaud1-8/+8
2010-04-17marked more strings for translationArun Persaud2-30/+30
2010-03-18marked more strings for translationArun Persaud2-113/+107
2010-03-17BUGFIX: fix "keep playing" button. forgot to add include new rule, so games ↵Arun Persaud1-3/+4
didn't get restarted
2010-03-14marked more strings for translationArun Persaud4-21/+21
2010-03-14added link to bug-tracker (that is renamed wiki -> wiki/bugs)Arun Persaud1-1/+1
2010-03-14marked more strings for translationArun Persaud1-30/+30
2010-03-14CLEANUP: fixed a typo and added "changed" indicator to language settingsArun Persaud1-1/+2
2010-03-14NEW FEATURE: added localization supportArun Persaud3-2/+53
using gettext to add support for localization
2010-03-14CLEANUP: cleaned up code for KarlchenArun Persaud1-19/+22
2010-03-13BUGFIX: missing ul-tag in poverty check messed up layoutArun Persaud1-5/+5
also removed some div-tags that were not needed
2010-03-13NEW FEATURE: having only low trump (fox and below) can now be a VorbehaltArun Persaud5-52/+158
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-13added check in DB_open for correct DB-versionArun Persaud1-2/+9
2010-03-04CLEANUP: moved more statistics into the sortable tableArun Persaud2-45/+56
2010-03-04BUGFIX: show "It's your turn in these games" menu also when you played the ↵Arun Persaud1-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-04changed message for new dealer into message for new startplayerArun Persaud1-1/+1
since there really is no dealer, this was more confusing than helpful.
2010-02-07updated copyright notice in footerArun Persaud1-1/+1
2010-02-07CLEANUP: removed ereg-functions (deprecated in newer php versions)Arun Persaud1-10/+10
used strpos and preg_replace instead
2010-02-06added copyright notice and GPL referenceArun Persaud15-0/+267
2010-02-04NEW FEATURE: provide an RSS feed for each user showing in which games it's ↵Arun Persaud3-33/+72
his turn the feed shows the same as the "It's your turn in these games" box.
2010-02-04BUGFIX: show correct name of all players, when looking at games of other playersArun Persaud1-1/+9
the name of the player who had the same cards wasn't displayed, instead "your cards where" was shown.
2010-02-04BUGFIX: timestamp was not always updated when user made a moveArun Persaud1-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-02highlight the call if this is the last round where you can make this callArun Persaud3-39/+142
also added some more comments
2009-10-30NEW FEATURE: use gravatars as icons for playersArun Persaud5-6/+27
use icons at the table and on the user page (for last players logged in).