Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-06 | make list of tricks and what game and session we are more compact. | Arun Persaud | 1 | -9/+9 | |
Also add game type in description for all games, but "normal" ones (which should include silent solos | |||||
2011-10-06 | started on better mobile support | Arun Persaud | 3 | -10/+63 | |
some changes in order of HTML, but mostly CSS | |||||
2011-10-05 | fixed some validation errors (css/html) | Arun Persaud | 2 | -5/+4 | |
2011-10-05 | fixed labels for password recovery form | Arun Persaud | 1 | -3/+3 | |
2011-10-05 | include green1.gif picture from dreamhost | Arun Persaud | 2 | -1/+1 | |
used to be a https request and took a long time to load, better to host it locally | |||||
2011-10-05 | add some html5 | Arun Persaud | 2 | -16/+14 | |
2011-10-05 | cleared up the look of the front page a bit | Arun Persaud | 4 | -112/+148 | |
2011-03-20 | TRANSLATION: marked subjects lines in emails for translation | Arun Persaud | 2 | -112/+168 | |
2011-03-20 | CLEANUP: added gameid to mymail and generate subject line in mymail directly | Arun Persaud | 6 | -36/+77 | |
this way it will be easier to add translation and also to add the gameid into the database for the digest | |||||
2011-02-21 | LAYOUT: fixed message area showing up in the wrong place during poverty setup | Arun Persaud | 1 | -0/+1 | |
2011-02-21 | BUGFIX: don't show schweinchen in poverty games during pre-game phase | Arun Persaud | 1 | -0/+3 | |
after exchanging cards schweinchen was shown during the pre-game phase | |||||
2011-02-16 | BUGFIX: fixed a type on the welcome screen | Arun Persaud | 1 | -1/+1 | |
2010-11-21 | fixed one bugs in the scoring algorithm | Arun Persaud | 1 | -15/+15 | |
* no "call-x" points where given if "0" was called | |||||
2010-11-21 | fixe placement of comment box in pre-game phase | Arun Persaud | 1 | -0/+8 | |
it now always shows at the bottom of the page as it should ;) | |||||
2010-11-21 | fixed typo in CSS, simpler naming scheme | Arun Persaud | 2 | -2/+2 | |
2010-11-21 | added date picker for vacations | Arun Persaud | 7 | -4/+293 | |
use html5 with jquery as a fallback | |||||
2010-11-20 | added autofocus to login page | Arun Persaud | 1 | -1/+6 | |
mixtures of html5+javascript for the moment | |||||
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 | 3 | -7/+7 | |
2010-09-22 | BUGFIX: fixed last commit | Arun Persaud | 2 | -4/+5 | |
2010-09-21 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 11 | -218/+692 | |
2010-09-21 | NEW FEATURE: pre select card to play if there is only one option | Arun Persaud | 2 | -4/+39 | |
2010-09-21 | TRANSLATION: some more strings and updated po.de | Arun Persaud | 6 | -180/+495 | |
2010-06-29 | LAYOUT: fixed issue on user page when one player is on vacation | Arun Persaud | 2 | -2/+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-25 | BUGIFX: when playing a silent solo the "pre" trick showed up in the list of ↵ | Arun Persaud | 1 | -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-06 | removed hardcoded reference to wiki and replaced with variable from config.php | Arun Persaud | 1 | -2/+1 | |
2010-05-04 | improved jquery on user home page | Arun Persaud | 3 | -12/+26 | |
the text will now say either show or hide not both depending on the situation. | |||||
2010-05-04 | added BK as translator | Arun Persaud | 1 | -0/+1 | |
2010-05-04 | updated German translation | BK | 2 | -8/+12 | |
2010-04-26 | added an About page | Arun Persaud | 3 | -3/+105 | |
2010-04-26 | Added about page | Arun Persaud | 2 | -1/+4 | |
2010-04-26 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 4 | -119/+214 | |
2010-04-26 | updated German translation | Arun Persaud | 3 | -104/+198 | |
2010-04-26 | marked more strings for translation | Arun Persaud | 1 | -15/+16 | |
2010-04-23 | updated license for german cards | Arun Persaud | 1 | -1/+1 | |
2010-04-23 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 4 | -78/+351 | |
2010-04-23 | new user home page with a bit of jquery thrown in | Arun Persaud | 3 | -63/+201 | |
by default only show the active games/sessions and hide all the other games | |||||
2010-04-22 | updated jquery to latest release | Arun Persaud | 1 | -15/+150 | |
2010-04-19 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 3 | -47/+52 | |
2010-04-19 | moved gameinfo box (calls, comment-input, submit, games player by otheres) ↵ | Arun Persaud | 3 | -47/+52 | |
to the bottom of the page this should make it easier for people with a mobile phone. | |||||
2010-04-19 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 2 | -5/+5 | |
2010-04-19 | updated link to wiki and bugzilla | Arun Persaud | 2 | -5/+5 | |
links were hardcoded, changed to link from config file | |||||
2010-04-18 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 1 | -8/+8 | |
2010-04-18 | fix bug introduces by marking strings for translations | Arun Persaud | 1 | -8/+8 | |
using these strings directly to set database entries... need to change this before they can be marked for translation. | |||||
2010-04-17 | Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo | Arun Persaud | 4 | -16/+56 | |
2010-04-17 | updated German translation | Arun Persaud | 2 | -7/+27 | |
2010-04-17 | marked more strings for translation | Arun Persaud | 2 | -9/+29 | |
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 | |