Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-09 | BUGFIX: fix disable of prev/next button in trick selector | Arun Persaud | 1 | -1/+1 | |
2012-12-09 | LAYOUT: use bootstrap to style gravatar images | Arun Persaud | 2 | -1/+2 | |
2012-12-09 | LAYOUT: fix score table layout | Arun Persaud | 1 | -4/+4 | |
2012-12-09 | LAYOUT: make footer smaller | Arun Persaud | 2 | -7/+6 | |
2012-12-09 | BUGFIX: fix error when user is not logged in, but tries to access his home page | Arun Persaud | 1 | -3/+7 | |
needed to test, if variables were set or not. | |||||
2012-12-09 | BUGFIX: highlight of prev/next trick didn't work all the time | Arun Persaud | 1 | -8/+8 | |
used a string where I should have used an integer | |||||
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 | 7 | -152/+93 | |
* made navbar smaller, added icons, icons only (for smaller screen) * fixed login screen | |||||
2012-10-06 | starting to bootstrap the layout: navbar and tricks | Arun Persaud | 7 | -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-05 | added less, moved bootstrap to less components | Arun Persaud | 46 | -23/+5689 | |
2012-10-05 | updated jquery, moved include to end of html page, removed normalize.css, ↵ | Arun Persaud | 5 | -515/+10 | |
added bootstrap | |||||
2012-10-05 | added bootstrap 2.1.1; fixed paths to match edoko (img->pics) | Arun Persaud | 5 | -0/+24 | |
2012-10-05 | BUGFIX: if not logged in, don't show link to last game | Arun Persaud | 1 | -2/+3 | |
This could be used to get the hash for a current game of a different user. | |||||
2012-09-22 | updated to better password hash: use crypt instead of md5 | Arun Persaud | 9 | -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-22 | marked more strings for translation | Arun Persaud | 1 | -6/+6 | |
2012-09-22 | replaces some more " with ' | Arun Persaud | 1 | -19/+19 | |
2012-09-22 | BUGIFX: leaked silent solo information in game type | Arun Persaud | 1 | -1/+4 | |
2012-09-19 | LAYOUT/BUGFIX: fixed wrong scaling of cards that was introduced a few ↵ | Arun Persaud | 1 | -13/+24 | |
commits earlier | |||||
2012-09-19 | adjusted some colors in css | Arun Persaud | 1 | -2/+2 | |
2012-09-19 | another few "->' | Arun Persaud | 1 | -8/+8 | |
2012-09-19 | replaces some more " with ' | Arun Persaud | 2 | -5/+5 | |
2012-09-19 | better message when working on the database or having edoko offline for ↵ | Arun Persaud | 2 | -2/+15 | |
other reasons. | |||||
2012-09-19 | BUGFIX: css index prevented user from selecting a radio button and minor tweaks | Arun Persaud | 2 | -40/+34 | |
* fixed in sickness screen * removed unnessecary questions * pre-selected yes for starting a game * some minor css tweaks | |||||
2012-09-17 | CLEANUP: replaced " with ' in lots of places'; added admin email to error ↵ | Arun Persaud | 1 | -130/+124 | |
message | |||||
2012-09-17 | Mark the starting player until the game actually starts ;) | Arun Persaud | 2 | -2/+16 | |
just a small text above the player with some CSS | |||||
2012-09-17 | mark more strings for translation | Arun Persaud | 1 | -7/+7 | |
2012-09-17 | BUGFIX: update status (healthy/sick) during pre-game phase right away | Arun Persaud | 1 | -73/+71 | |
before a reload was needed, no the information only gets displayed after the user data is being processed. | |||||
2012-09-17 | fixed typo and added a comment | Arun Persaud | 1 | -1/+4 | |
2012-06-12 | updated translations | Arun Persaud | 3 | -3/+27 | |
2012-06-12 | use gettext for Atom feed | Arun Persaud | 1 | -3/+22 | |
2012-06-09 | Remove games from digest where the player already moved | Arun Persaud | 5 | -6/+28 | |
2012-06-09 | CLEANUP: name variables in a more consistent way | Arun Persaud | 1 | -22/+22 | |
2012-06-09 | LAYOUT: fixed layout bugs due to newer version of jquery | Arun Persaud | 2 | -8/+2 | |
2012-06-09 | updated jquery libraries to current version | Arun Persaud | 3 | -197/+19 | |
2012-06-09 | updated normalize.css to current version | Arun Persaud | 1 | -44/+117 | |
2012-05-12 | updated translation | Arun Persaud | 3 | -429/+499 | |
2012-05-12 | marked some more messages for translation | Arun Persaud | 1 | -10/+10 | |
2012-05-09 | BUGFIX: gametype was displayed in pre-phase of the game | Arun Persaud | 1 | -1/+1 | |
This could give away the type of sickness a player has | |||||
2012-05-08 | BUGFIX: move some text into the message box | Arun Persaud | 1 | -1/+1 | |
2012-05-08 | BUGFIX: removed side effect from getting the user's preferences: the ↵ | Arun Persaud | 7 | -9/+35 | |
language used could be overwritten by another user's choise the DB_get_Prefs($myid) functions used to set the _SESSION variable for the language, but was also called with ids that belonged to other players overwriting the language settings with that from another user | |||||
2012-05-08 | BUGFIX: a typo in the variable name card_status triggered some error messages. | Arun Persaud | 1 | -21/+8 | |
fixed the typo and cleaned up the code a bit with a better default for the variable | |||||
2012-05-08 | fixed typo in comment | Arun Persaud | 1 | -1/+1 | |
2012-05-08 | moved js files into their own directory | Arun Persaud | 5 | -4/+4 | |
2012-05-08 | auto-versioning for js and css files. Needs .htaccess to be installed | Arun Persaud | 4 | -8/+38 | |
The md5 of the file will be added to the filename of the .js or .css file. .htaccess will remove these again, but the browser will be able to cache correctly now. | |||||
2012-02-19 | BUGFIX: if you win a trick, you don't have to reload the page from now on. | Arun Persaud | 1 | -1/+3 | |
added a check if the player won the trick, if so, show radiobuttons next to cards to select new one. Also needed to unset firstcard when winning the trick, since without it follow suite was still working with regards to the first card in the last trick. | |||||
2012-02-18 | speed up get score table | Arun Persaud | 2 | -51/+44 | |
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 | |||||
2012-02-10 | updated copyright notice for 2012 | Arun Persaud | 21 | -22/+22 | |
2012-02-10 | fixed margin collapse in .main (gray bar below header) | Arun Persaud | 2 | -2/+2 | |
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 | |||||
2012-02-04 | BUGFIX: fixed missing include in update_db.php | Arun Persaud | 1 | -0/+1 | |
2012-02-04 | fixed showing re/contra call at beginning of game; allowed pre-game ↵ | Arun Persaud | 5 | -67/+160 | |
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 |