Arun Persaud [Sun, 19 Feb 2012 07:13:23 +0000 (23:13 -0800)]
speed up get score table
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
Arun Persaud [Sat, 11 Feb 2012 05:51:07 +0000 (21:51 -0800)]
updated copyright notice for 2012
Arun Persaud [Sat, 11 Feb 2012 05:34:00 +0000 (21:34 -0800)]
fixed margin collapse in .main (gray bar below header)
the h4 element has a default top margin, but the .user and .main diff didn't have any.
Because of collapsing margins they were also assigned the same margin which then created the gray bar. This doesn't happen if the parent element has non-zero padding, so I added a 1px top and bottom padding to .main, which fixed the problem
Arun Persaud [Sat, 4 Feb 2012 19:28:35 +0000 (11:28 -0800)]
BUGFIX: fixed missing include in update_db.php
Arun Persaud [Sat, 4 Feb 2012 19:16:42 +0000 (11:16 -0800)]
fixed showing re/contra call at beginning of game; allowed pre-game comments; DB upgrade
the problem with re/contra at the beginning of a game was that no playid was set
yet, so we couldn't record when the call was made. Added two special playid (-1 and -2),
for pre-game comments and re/contra calls before the first card is played.
For this we need to record the gameid in the comment table => DB update
Arun Persaud [Wed, 1 Feb 2012 05:06:32 +0000 (21:06 -0800)]
fixed link to gravatar home page
an extra slash made the link relative, which of cource didn't work
Arun Persaud [Wed, 23 Nov 2011 03:52:36 +0000 (19:52 -0800)]
LAYOUT: fixed position of .joingame (had left:0;)
Arun Persaud [Sun, 20 Nov 2011 04:59:11 +0000 (20:59 -0800)]
BUGFIX: typo in javascript
Arun Persaud [Sun, 20 Nov 2011 04:53:52 +0000 (20:53 -0800)]
LAYOUT: fixed user home page a bit
Arun Persaud [Sun, 20 Nov 2011 04:51:49 +0000 (20:51 -0800)]
LAYOUT: remove text "game" from "it's your turn" list
Arun Persaud [Sun, 20 Nov 2011 00:47:44 +0000 (16:47 -0800)]
BUGFIX: added special section for vorbehalte (needs to be in div class=middle in the new layout)
Arun Persaud [Sun, 20 Nov 2011 00:34:00 +0000 (16:34 -0800)]
LAYOUT: fixed layout for new game page
Arun Persaud [Sun, 20 Nov 2011 00:21:03 +0000 (16:21 -0800)]
LAYOUT, BUGFIX: don't show current game in "it's your turn" list, also fix layout for this on newgame.php
Arun Persaud [Sun, 20 Nov 2011 00:01:27 +0000 (16:01 -0800)]
LAYOUT: fixed some css issues in the new layout
* totals were displayed too low
* personal notes were too low
* text for points for person on the bottom was on top of the div for the card instead of at the bottom
Arun Persaud [Thu, 17 Nov 2011 05:36:04 +0000 (21:36 -0800)]
BUGFIX: make "It's your turn in ..." a comma separated list
Arun Persaud [Thu, 17 Nov 2011 05:28:33 +0000 (21:28 -0800)]
BUGFIX: fixed undefined variable when displaying tricks menu
Arun Persaud [Wed, 16 Nov 2011 05:13:20 +0000 (21:13 -0800)]
LAYOUT: use html5 buttons for prev/next for the tricks
Arun Persaud [Wed, 16 Nov 2011 04:58:12 +0000 (20:58 -0800)]
added viewport definition for mobile devices
Arun Persaud [Wed, 16 Nov 2011 04:56:02 +0000 (20:56 -0800)]
LAYOUT: redone layout of table and cards
scales a lot better now and should be better for mobile devices
Arun Persaud [Tue, 15 Nov 2011 04:14:00 +0000 (20:14 -0800)]
LAYOUT: moved game status to top; cleaned up some css
Arun Persaud [Tue, 15 Nov 2011 03:31:56 +0000 (19:31 -0800)]
CLEANUP: merged normal css file and the one for mobile phones into one file
Arun Persaud [Mon, 14 Nov 2011 05:57:09 +0000 (21:57 -0800)]
CLEANUP: moves javascript from header into game.js
should make html output smaller, since game.js can be cached
Arun Persaud [Mon, 14 Nov 2011 05:55:27 +0000 (21:55 -0800)]
CLEANUP: fixed html output a bit
added whitespaces and line breaks
Arun Persaud [Mon, 14 Nov 2011 05:17:12 +0000 (21:17 -0800)]
LAYOUT: moved output of all game message after the tricks and table
this should make the html layout more consistent and easier to manage for different screen sizes, e.g. for mobile phones
Arun Persaud [Mon, 14 Nov 2011 04:09:25 +0000 (20:09 -0800)]
LAYOUT: move display of cards below switch for mystatus
This should make for a more consistent html layout and fix some issues that show up on different browsers and display sizes.
Arun Persaud [Sun, 13 Nov 2011 19:44:17 +0000 (11:44 -0800)]
CLEANUP: added some comments, renamed some variables, moved a tiny bit of code
Arun Persaud [Sat, 8 Oct 2011 03:52:52 +0000 (20:52 -0700)]
fixed some html source code alignement and moved the games table, so it's flush left with the rest of the test
Arun Persaud [Sat, 8 Oct 2011 03:26:56 +0000 (20:26 -0700)]
moved players positinon around the table a bit to center them better
Arun Persaud [Sat, 8 Oct 2011 03:21:49 +0000 (20:21 -0700)]
move #tricks to new line and center it
Arun Persaud [Sat, 8 Oct 2011 03:15:29 +0000 (20:15 -0700)]
updated copyright to 2011
Arun Persaud [Sat, 8 Oct 2011 01:35:26 +0000 (18:35 -0700)]
moved last login status to bottome for narrow display
Arun Persaud [Sat, 8 Oct 2011 01:29:23 +0000 (18:29 -0700)]
fixed some css issues after changing to normalize.css
Arun Persaud [Sat, 8 Oct 2011 01:20:07 +0000 (18:20 -0700)]
update notes about emails
Arun Persaud [Sat, 8 Oct 2011 01:19:54 +0000 (18:19 -0700)]
replaced css reset with normalize.css
Arun Persaud [Sat, 8 Oct 2011 00:16:36 +0000 (17:16 -0700)]
fixed html and some alignement in login/register screen
Arun Persaud [Fri, 7 Oct 2011 06:47:36 +0000 (23:47 -0700)]
fix html and css for buttons
Arun Persaud [Fri, 7 Oct 2011 06:08:10 +0000 (23:08 -0700)]
make cards clickable as radiobuttons
Arun Persaud [Fri, 7 Oct 2011 04:27:21 +0000 (21:27 -0700)]
make list of tricks and what game and session we are more compact.
Also add game type in description for all games, but "normal" ones (which should include silent solos
Arun Persaud [Fri, 7 Oct 2011 02:30:21 +0000 (19:30 -0700)]
started on better mobile support
some changes in order of HTML, but mostly CSS
Arun Persaud [Thu, 6 Oct 2011 06:16:38 +0000 (23:16 -0700)]
fixed some validation errors (css/html)
Arun Persaud [Thu, 6 Oct 2011 05:38:54 +0000 (22:38 -0700)]
fixed labels for password recovery form
Arun Persaud [Thu, 6 Oct 2011 05:37:45 +0000 (22:37 -0700)]
include green1.gif picture from dreamhost
used to be a https request and took a long time to load, better to host it locally
Arun Persaud [Thu, 6 Oct 2011 05:37:19 +0000 (22:37 -0700)]
add some html5
Arun Persaud [Thu, 6 Oct 2011 05:30:33 +0000 (22:30 -0700)]
cleared up the look of the front page a bit
Arun Persaud [Sun, 20 Mar 2011 07:56:21 +0000 (00:56 -0700)]
TRANSLATION: marked subjects lines in emails for translation
Arun Persaud [Sun, 20 Mar 2011 07:40:54 +0000 (00:40 -0700)]
CLEANUP: added gameid to mymail and generate subject line in mymail directly
this way it will be easier to add translation and also to add the gameid into the database for the digest
Arun Persaud [Tue, 22 Feb 2011 06:51:31 +0000 (22:51 -0800)]
LAYOUT: fixed message area showing up in the wrong place during poverty setup
Arun Persaud [Tue, 22 Feb 2011 06:45:32 +0000 (22:45 -0800)]
BUGFIX: don't show schweinchen in poverty games during pre-game phase
after exchanging cards schweinchen was shown during the pre-game phase
Arun Persaud [Thu, 17 Feb 2011 06:30:45 +0000 (22:30 -0800)]
BUGFIX: fixed a type on the welcome screen
Arun Persaud [Sun, 21 Nov 2010 17:31:16 +0000 (09:31 -0800)]
fixed one bugs in the scoring algorithm
* no "call-x" points where given if "0" was called
Arun Persaud [Sun, 21 Nov 2010 08:42:28 +0000 (00:42 -0800)]
fixe placement of comment box in pre-game phase
it now always shows at the bottom of the page as it should ;)
Arun Persaud [Sun, 21 Nov 2010 08:13:21 +0000 (00:13 -0800)]
fixed typo in CSS, simpler naming scheme
Arun Persaud [Sun, 21 Nov 2010 08:10:15 +0000 (00:10 -0800)]
added date picker for vacations
use html5 with jquery as a fallback
Arun Persaud [Sun, 21 Nov 2010 05:26:19 +0000 (21:26 -0800)]
added autofocus to login page
mixtures of html5+javascript for the moment
Arun Persaud [Sun, 7 Nov 2010 18:13:13 +0000 (10:13 -0800)]
BUGFIX: 9-cards rule for re/contra: couldn't call <=60 with more than 9 cards and no90 called
only this special case was wrong, everything else looks ok.
Arun Persaud [Tue, 12 Oct 2010 03:52:09 +0000 (20:52 -0700)]
BUGFIX: fixed some html validation errors
Arun Persaud [Wed, 22 Sep 2010 20:22:37 +0000 (13:22 -0700)]
BUGFIX: fixed last commit
Arun Persaud [Wed, 22 Sep 2010 03:34:30 +0000 (20:34 -0700)]
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Arun Persaud [Wed, 22 Sep 2010 03:27:12 +0000 (20:27 -0700)]
NEW FEATURE: pre select card to play if there is only one option
Arun Persaud [Wed, 22 Sep 2010 03:10:00 +0000 (20:10 -0700)]
TRANSLATION: some more strings and updated po.de
Arun Persaud [Wed, 30 Jun 2010 04:53:08 +0000 (21:53 -0700)]
LAYOUT: fixed issue on user page when one player is on vacation
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.
Arun Persaud [Sat, 26 Jun 2010 02:18:51 +0000 (19:18 -0700)]
BUGIFX: when playing a silent solo the "pre" trick showed up in the list of 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)
Arun Persaud [Sun, 6 Jun 2010 20:28:50 +0000 (13:28 -0700)]
removed hardcoded reference to wiki and replaced with variable from config.php
Arun Persaud [Wed, 5 May 2010 04:44:30 +0000 (21:44 -0700)]
improved jquery on user home page
the text will now say either show or hide not both depending on the situation.
Arun Persaud [Wed, 5 May 2010 02:39:51 +0000 (19:39 -0700)]
added BK as translator
BK [Wed, 5 May 2010 02:38:18 +0000 (19:38 -0700)]
updated German translation
Arun Persaud [Tue, 27 Apr 2010 06:35:41 +0000 (23:35 -0700)]
added an About page
Arun Persaud [Tue, 27 Apr 2010 06:13:32 +0000 (23:13 -0700)]
Added about page
Arun Persaud [Tue, 27 Apr 2010 05:48:28 +0000 (22:48 -0700)]
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Arun Persaud [Tue, 27 Apr 2010 05:46:42 +0000 (22:46 -0700)]
updated German translation
Arun Persaud [Tue, 27 Apr 2010 05:46:12 +0000 (22:46 -0700)]
marked more strings for translation
Arun Persaud [Sat, 24 Apr 2010 05:27:16 +0000 (22:27 -0700)]
updated license for german cards
Arun Persaud [Fri, 23 Apr 2010 07:31:13 +0000 (00:31 -0700)]
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Arun Persaud [Fri, 23 Apr 2010 07:06:53 +0000 (00:06 -0700)]
new user home page with a bit of jquery thrown in
by default only show the active games/sessions and hide all the other games
Arun Persaud [Fri, 23 Apr 2010 06:43:04 +0000 (23:43 -0700)]
updated jquery to latest release
Arun Persaud [Tue, 20 Apr 2010 06:12:20 +0000 (23:12 -0700)]
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Arun Persaud [Tue, 20 Apr 2010 06:08:18 +0000 (23:08 -0700)]
moved gameinfo box (calls, comment-input, submit, games player by otheres) to the bottom of the page
this should make it easier for people with a mobile phone.
Arun Persaud [Tue, 20 Apr 2010 02:06:20 +0000 (19:06 -0700)]
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Arun Persaud [Tue, 20 Apr 2010 02:04:52 +0000 (19:04 -0700)]
updated link to wiki and bugzilla
links were hardcoded, changed to link from config file
Arun Persaud [Mon, 19 Apr 2010 04:20:32 +0000 (21:20 -0700)]
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Arun Persaud [Mon, 19 Apr 2010 04:19:09 +0000 (21:19 -0700)]
fix bug introduces by marking strings for translations
using these strings directly to set database entries... need to change this before they can be marked for translation.
Arun Persaud [Sun, 18 Apr 2010 06:24:54 +0000 (23:24 -0700)]
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Arun Persaud [Sun, 18 Apr 2010 06:24:41 +0000 (23:24 -0700)]
updated German translation
Arun Persaud [Sun, 18 Apr 2010 06:21:15 +0000 (23:21 -0700)]
marked more strings for translation
Arun Persaud [Sun, 18 Apr 2010 06:12:17 +0000 (23:12 -0700)]
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Arun Persaud [Sun, 18 Apr 2010 06:11:43 +0000 (23:11 -0700)]
updated German translation
Arun Persaud [Sun, 18 Apr 2010 05:57:14 +0000 (22:57 -0700)]
marked more strings for translation
Arun Persaud [Fri, 19 Mar 2010 05:15:49 +0000 (22:15 -0700)]
updated po files
Arun Persaud [Fri, 19 Mar 2010 05:15:25 +0000 (22:15 -0700)]
marked more strings for translation
Arun Persaud [Thu, 18 Mar 2010 05:33:42 +0000 (22:33 -0700)]
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Arun Persaud [Thu, 18 Mar 2010 05:32:23 +0000 (22:32 -0700)]
BUGFIX: fix "keep playing" button. forgot to add include new rule, so games didn't get restarted
Arun Persaud [Sun, 14 Mar 2010 23:04:13 +0000 (16:04 -0700)]
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Arun Persaud [Sun, 14 Mar 2010 23:03:39 +0000 (16:03 -0700)]
updates German translation
Arun Persaud [Sun, 14 Mar 2010 23:03:19 +0000 (16:03 -0700)]
marked more strings for translation
Arun Persaud [Sun, 14 Mar 2010 22:34:24 +0000 (15:34 -0700)]
added link to bug-tracker (that is renamed wiki -> wiki/bugs)
Arun Persaud [Sun, 14 Mar 2010 22:29:43 +0000 (15:29 -0700)]
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Arun Persaud [Sun, 14 Mar 2010 22:20:14 +0000 (15:20 -0700)]
updates German translation
Arun Persaud [Sun, 14 Mar 2010 22:19:42 +0000 (15:19 -0700)]
marked more strings for translation
Arun Persaud [Sun, 14 Mar 2010 21:36:47 +0000 (14:36 -0700)]
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Arun Persaud [Sun, 14 Mar 2010 21:36:04 +0000 (14:36 -0700)]
CLEANUP: fixed a typo and added "changed" indicator to language settings