Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-15 | LAYOUT: use html5 buttons for prev/next for the tricks | Arun Persaud | 1 | -2/+2 | |
2011-11-15 | LAYOUT: redone layout of table and cards | Arun Persaud | 1 | -110/+101 | |
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 | -33/+19 | |
2011-11-14 | CLEANUP: merged normal css file and the one for mobile phones into one file | Arun Persaud | 2 | -73/+78 | |
2011-11-13 | LAYOUT: moved output of all game message after the tricks and table | Arun Persaud | 2 | -3/+38 | |
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 | -0/+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 | -6/+6 | |
2011-10-07 | move #tricks to new line and center it | Arun Persaud | 1 | -1/+8 | |
2011-10-07 | moved last login status to bottome for narrow display | Arun Persaud | 1 | -2/+6 | |
2011-10-07 | fixed some css issues after changing to normalize.css | Arun Persaud | 1 | -4/+3 | |
2011-10-07 | replaced css reset with normalize.css | Arun Persaud | 2 | -22/+431 | |
2011-10-07 | fixed html and some alignement in login/register screen | Arun Persaud | 1 | -3/+2 | |
2011-10-06 | fix html and css for buttons | Arun Persaud | 1 | -9/+5 | |
2011-10-06 | started on better mobile support | Arun Persaud | 1 | -0/+52 | |
some changes in order of HTML, but mostly CSS | |||||
2011-10-05 | fixed some validation errors (css/html) | Arun Persaud | 1 | -2/+2 | |
2011-10-05 | add some html5 | Arun Persaud | 1 | -4/+4 | |
2011-10-05 | cleared up the look of the front page a bit | Arun Persaud | 1 | -3/+33 | |
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/+151 | |
use html5 with jquery as a fallback | |||||
2010-06-29 | LAYOUT: fixed issue on user page when one player is on vacation | Arun Persaud | 1 | -1/+0 | |
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 | -6/+7 | |
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 | -0/+35 | |
2010-04-23 | new user home page with a bit of jquery thrown in | Arun Persaud | 1 | -6/+45 | |
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 | -13/+8 | |
to the bottom of the page this should make it easier for people with a mobile phone. | |||||
2010-02-06 | added copyright notice and GPL reference | Arun Persaud | 1 | -0/+19 | |
2010-02-02 | highlight the call if this is the last round where you can make this call | Arun Persaud | 1 | -1/+5 | |
also added some more comments | |||||
2009-10-30 | NEW FEATURE: use gravatars as icons for players | Arun Persaud | 1 | -4/+10 | |
use icons at the table and on the user page (for last players logged in). | |||||
2009-05-11 | NEW FEATURE: show number of tricks a person made | Arun Persaud | 1 | -4/+13 | |
only shows 0,1,few or many tricks, so that we don't give too much information away. Might adjust or change this in the future. This addresses issues #11. | |||||
2009-04-25 | LAYOUT: pumped css version to include openid support | Arun Persaud | 1 | -0/+0 | |
2009-04-25 | NEW FEATURE: added OpenID support | Arun Persaud | 2 | -0/+9 | |
Users can add and delete OpenIDs on the settings page and then log in user those OpenIds. They can also use their OpenIDs to register. | |||||
2009-03-29 | LAYOUT: fixed a typo and made clock icon smaller | Arun Persaud | 1 | -0/+1 | |
The validator should be happy again ;) and the clocks should look a bit better. | |||||
2009-02-12 | NEW FEATURE + CLEANUP: added some table sorting to the statistics page via ↵ | Arun Persaud | 4 | -5/+30 | |
jquery using jquery to add table sorting, might also use it for other things later. Also optimized some DB-queries and cleaned up some code. | |||||
2009-01-30 | NEW FEATURE: vacation support | Arun Persaud | 1 | -1/+6 | |
users can specify a vacation start and end date and a message. Once they are on vacation their name will be shown in a different color at the table and on the user page (in case it is their turn). | |||||
2009-01-17 | CLEANUP: changed the user page a bit and added a hint for newbies | Arun Persaud | 1 | -0/+4 | |
started adding hints for newbies (to edoko not doko) on how to use the program | |||||
2009-01-03 | LAYOUT: fixed a bug in the footer | Arun Persaud | 1 | -4/+0 | |
the right margin was incorrect, fixed now. | |||||
2008-11-01 | CLEANUP: cleaned up CSS a bit | Arun Persaud | 1 | -67/+55 | |
the bug where you couldn't click on the prev/next button shouldn't show up that often now, since that area is now a bit bigger, but the bug is still there... Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-11-01 | LAYOUT: fixed the login screen | Arun Persaud | 1 | -52/+27 | |
some html + css code cleanup Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-10-18 | NEW FEATURE: make it possible to view games where people played with the ↵ | Arun Persaud | 1 | -4/+7 | |
same hand had to change a few things and check more often if people are logge in, so that for example personal notes only show up when you are logged in and not when someone else is looking at your cards Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-10-07 | LAYOUT: fixed overflow of comment area (issue #28) | Arun Persaud | 1 | -0/+3 | |
found by Sean during extensive testing ;) should behave better now. Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-09-13 | LAYOUT: removed some overlapping areas | Arun Persaud | 1 | -23/+27 | |
the total points and the game points for re/contra now only show up on the "score" trick. This way they don't overlap with graphics when looking at older tricks. Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-09-13 | BUGFIX: added missing icons for rules | Arun Persaud | 1 | -0/+3 | |
made some very simple icons for displaying the rules Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-08-21 | CLEANUP: started cleaning up the CSS file a bit | Arun Persaud | 1 | -30/+39 | |
lots of work still needs to be done to make this readable again. It's pretty messed up with lots of things out of order and also the naming convention is not consistent. I'm also sure that you can achieve the same effect with a lot less layout. Signed-off-by: Arun Persaud <apersaud@lbl.gov> | |||||
2008-07-13 | NEW FEATURE: in poverty you can now see what cards have been handed over | Arun Persaud | 1 | -1/+27 | |
cards exchanged during poverty show now up in the pre-game trick. Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-07-08 | LAYOUT: nice and shiny | Arun Persaud | 1 | -31/+92 | |
hopefully some improvements ;) Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-06-08 | BUGIFX: notes are now available during every phase of the game | Arun Persaud | 1 | -0/+1 | |
you can now take notes also during the pre-game phase. Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-06-07 | LAYOUT: fixed the layout of the userpage a bit | Arun Persaud | 1 | -1/+2 | |
the size of the whole page is wider now and the middle column of the table is fixed to a certain width. Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-06-03 | BUGIFX: fixed a layout issue in IE6 | Arun Persaud | 1 | -0/+1 | |
the tricks used the wrong parent for position:absolute. this might fix it. Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-06-01 | LAYOUT: moved score table and rules to the top | Arun Persaud | 1 | -13/+48 | |
removed more of the side layout into the top session bar. removed the list of games in a session and have it now accessable via the score table Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-05-26 | LAYOUT: floating tables on the statistics page | Arun Persaud | 1 | -0/+9 | |
less text, captions are real captions not in paragraphs anymore, etc. not sure about the floating arrangments, but still better than before Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-05-26 | LAYOUT: applied new table output to statistics page | Arun Persaud | 1 | -6/+6 | |
most table on the statistics page should look nice now ;) Signed-off-by: Arun Persaud <arun@nubati.net> |