Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-09-22 | BUGFIX: fixed last commit | Arun Persaud | 1 | -1/+1 | |
2010-09-21 | NEW FEATURE: pre select card to play if there is only one option | Arun Persaud | 1 | -3/+6 | |
2010-09-21 | TRANSLATION: some more strings and updated po.de | Arun Persaud | 1 | -8/+8 | |
2010-06-29 | LAYOUT: fixed issue on user page when one player is on vacation | Arun Persaud | 1 | -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-05-04 | improved jquery on user home page | Arun Persaud | 1 | -3/+15 | |
the text will now say either show or hide not both depending on the situation. | |||||
2010-04-26 | added an About page | Arun Persaud | 1 | -3/+3 | |
2010-04-26 | Added about page | Arun Persaud | 1 | -1/+1 | |
2010-04-23 | new user home page with a bit of jquery thrown in | Arun Persaud | 1 | -1/+14 | |
by default only show the active games/sessions and hide all the other games | |||||
2010-04-19 | moved gameinfo box (calls, comment-input, submit, games player by otheres) ↵ | Arun Persaud | 1 | -23/+23 | |
to the bottom of the page this should make it easier for people with a mobile phone. | |||||
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 | marked more strings for translation | Arun Persaud | 1 | -4/+4 | |
2010-03-18 | marked more strings for translation | Arun Persaud | 1 | -97/+91 | |
2010-03-17 | BUGFIX: fix "keep playing" button. forgot to add include new rule, so games ↵ | Arun Persaud | 1 | -3/+4 | |
didn't get restarted | |||||
2010-03-14 | marked more strings for translation | Arun Persaud | 1 | -13/+13 | |
2010-03-14 | added link to bug-tracker (that is renamed wiki -> wiki/bugs) | Arun Persaud | 1 | -1/+1 | |
2010-03-14 | NEW FEATURE: added localization support | Arun Persaud | 1 | -1/+23 | |
using gettext to add support for localization | |||||
2010-03-13 | NEW FEATURE: having only low trump (fox and below) can now be a Vorbehalt | Arun Persaud | 1 | -5/+35 | |
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-04 | changed message for new dealer into message for new startplayer | Arun Persaud | 1 | -1/+1 | |
since there really is no dealer, this was more confusing than helpful. |