Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-08 | updated css/js libraries | Arun Persaud | 1 | -18/+26 | |
* bootstrap 3.1.1 * jquery 2.1.0 * less 1.7.0 mostly bootstrap had to be adjusted, e.g. different names like hero-unit->jumbotron, etc. | |||||
2014-01-05 | updated copyright to 2014 | Arun Persaud | 1 | -2/+2 | |
2013-09-16 | BUGFIX: fixed selection of spade and heart solo | Arun Persaud | 1 | -2/+2 | |
two typos messed up the solo selction, e.g. the gametype was not the same as the one given in the enum in the database. Also added an additional check before we set them in the database, so that people can mess things up when playing with the url directly. | |||||
2013-08-17 | update favicon if it's your turn. | Arun Persaud | 1 | -1/+1 | |
Added a simple php script that returns via json if it's your turn and then check this every 10s using javascript. | |||||
2013-05-02 | CLEANUP: GT,gametype,mygametype variable, make it translatable, some code ↵ | Arun Persaud | 1 | -4/+4 | |
cleanup | |||||
2013-01-19 | TRANSLATION: marked more strings for translation | Arun Persaud | 1 | -1/+1 | |
2013-01-19 | LAYOUT: fix footer | Arun Persaud | 1 | -4/+4 | |
2013-01-16 | remove Altenburger Spielkarten, their copyright notice, etc. since the ↵ | Arun Persaud | 1 | -4/+1 | |
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-16 | updated copyright in footer to 2013 | Arun Persaud | 1 | -1/+1 | |
2013-01-12 | LAYOUT: move to compiled less to make things faster | Arun Persaud | 1 | -1/+5 | |
2013-01-12 | updated copyright for 2013 | Arun Persaud | 1 | -1/+1 | |
2012-12-09 | LAYOUT: make footer smaller | Arun Persaud | 1 | -5/+4 | |
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 | 1 | -27/+23 | |
* 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 | 1 | -15/+23 | |
- 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 | 1 | -2/+3 | |
2012-10-05 | updated jquery, moved include to end of html page, removed normalize.css, ↵ | Arun Persaud | 1 | -7/+8 | |
added bootstrap | |||||
2012-09-19 | BUGFIX: css index prevented user from selecting a radio button and minor tweaks | Arun Persaud | 1 | -15/+15 | |
* fixed in sickness screen * removed unnessecary questions * pre-selected yes for starting a game * some minor css tweaks | |||||
2012-05-08 | moved js files into their own directory | Arun Persaud | 1 | -4/+4 | |
2012-05-08 | auto-versioning for js and css files. Needs .htaccess to be installed | Arun Persaud | 1 | -7/+22 | |
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-10 | updated copyright notice for 2012 | Arun Persaud | 1 | -2/+2 | |
2012-02-10 | fixed margin collapse in .main (gray bar below header) | Arun Persaud | 1 | -1/+1 | |
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 | fixed showing re/contra call at beginning of game; allowed pre-game ↵ | Arun Persaud | 1 | -0/+13 | |
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 | |||||
2011-11-22 | LAYOUT: fixed position of .joingame (had left:0;) | Arun Persaud | 1 | -1/+1 | |
2011-11-19 | LAYOUT: fixed layout for new game page | Arun Persaud | 1 | -32/+64 | |
2011-11-19 | LAYOUT: fixed some css issues in the new layout | Arun Persaud | 1 | -1/+1 | |
* 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 | |||||
2011-11-15 | LAYOUT: use html5 buttons for prev/next for the tricks | Arun Persaud | 1 | -1/+1 | |
2011-11-15 | added viewport definition for mobile devices | Arun Persaud | 1 | -0/+1 | |
2011-11-15 | LAYOUT: redone layout of table and cards | Arun Persaud | 1 | -1/+1 | |
scales a lot better now and should be better for mobile devices | |||||
2011-11-14 | LAYOUT: moved game status to top; cleaned up some css | Arun Persaud | 1 | -1/+1 | |
2011-11-14 | CLEANUP: merged normal css file and the one for mobile phones into one file | Arun Persaud | 1 | -2/+1 | |
2011-11-13 | CLEANUP: moves javascript from header into game.js | Arun Persaud | 1 | -35/+0 | |
should make html output smaller, since game.js can be cached | |||||
2011-11-13 | CLEANUP: fixed html output a bit | Arun Persaud | 1 | -8/+6 | |
added whitespaces and line breaks | |||||
2011-11-13 | LAYOUT: moved output of all game message after the tricks and table | Arun Persaud | 1 | -0/+2 | |
this should make the html layout more consistent and easier to manage for different screen sizes, e.g. for mobile phones | |||||
2011-10-07 | fixed some html source code alignement and moved the games table, so it's ↵ | Arun Persaud | 1 | -1/+1 | |
flush left with the rest of the test | |||||
2011-10-07 | moved players positinon around the table a bit to center them better | Arun Persaud | 1 | -1/+1 | |
2011-10-07 | updated copyright to 2011 | Arun Persaud | 1 | -1/+1 | |
2011-10-07 | moved last login status to bottome for narrow display | Arun Persaud | 1 | -1/+1 | |
2011-10-07 | fixed some css issues after changing to normalize.css | Arun Persaud | 1 | -1/+1 | |
2011-10-07 | replaced css reset with normalize.css | Arun Persaud | 1 | -0/+1 | |
2011-10-07 | fixed html and some alignement in login/register screen | Arun Persaud | 1 | -1/+1 | |
2011-10-06 | make cards clickable as radiobuttons | Arun Persaud | 1 | -2/+2 | |
2011-10-06 | started on better mobile support | Arun Persaud | 1 | -0/+1 | |
some changes in order of HTML, but mostly CSS | |||||
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 | 1 | -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 | 1 | -12/+10 | |
2011-10-05 | cleared up the look of the front page a bit | Arun Persaud | 1 | -6/+4 | |
2010-11-21 | fixed typo in CSS, simpler naming scheme | Arun Persaud | 1 | -1/+1 | |
2010-11-21 | added date picker for vacations | Arun Persaud | 1 | -0/+2 | |
use html5 with jquery as a fallback | |||||
2010-10-11 | BUGFIX: fixed some html validation errors | Arun Persaud | 1 | -2/+2 | |