Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2010-02-07 | updated copyright notice in footer | Arun Persaud | 1 | -1/+1 | |
2010-02-06 | added copyright notice and GPL reference | Arun Persaud | 1 | -0/+19 | |
2010-02-04 | NEW FEATURE: provide an RSS feed for each user showing in which games it's ↵ | Arun Persaud | 1 | -33/+38 | |
his turn the feed shows the same as the "It's your turn in these games" box. | |||||
2010-02-02 | highlight the call if this is the last round where you can make this call | Arun Persaud | 1 | -23/+54 | |
also added some more comments | |||||
2009-10-30 | NEW FEATURE: use gravatars as icons for players | Arun Persaud | 1 | -1/+1 | |
use icons at the table and on the user page (for last players logged in). | |||||
2009-07-24 | CLEANUP: rewrote html output for the rules section for new games | Arun Persaud | 1 | -35/+36 | |
made it a bit more compact and ready for more rules | |||||
2009-06-24 | added more timezones | Sean Brennan | 1 | -4/+29 | |
fixes issue #23 | |||||
2009-05-29 | BUGFIX: extra "the" in message | Arun Persaud | 1 | -1/+1 | |
2009-05-11 | BUGFIX: wrongly displayed "trump back" in pre-trick during poverty | Arun Persaud | 1 | -9/+32 | |
displayed it when the person with not enough trump gave trump to his partner, which is almost always the case. | |||||
2009-04-25 | LAYOUT: pumped css version to include openid support | Arun Persaud | 1 | -1/+1 | |