summaryrefslogtreecommitdiffstats
path: root/include/output.php
AgeCommit message (Collapse)AuthorFilesLines
2012-05-08moved js files into their own directoryArun Persaud1-4/+4
2012-05-08auto-versioning for js and css files. Needs .htaccess to be installedArun Persaud1-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-10updated copyright notice for 2012Arun Persaud1-2/+2
2012-02-10fixed margin collapse in .main (gray bar below header)Arun Persaud1-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-04fixed showing re/contra call at beginning of game; allowed pre-game ↵Arun Persaud1-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-22LAYOUT: fixed position of .joingame (had left:0;)Arun Persaud1-1/+1
2011-11-19LAYOUT: fixed layout for new game pageArun Persaud1-32/+64
2011-11-19LAYOUT: fixed some css issues in the new layoutArun Persaud1-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-15LAYOUT: use html5 buttons for prev/next for the tricksArun Persaud1-1/+1
2011-11-15added viewport definition for mobile devicesArun Persaud1-0/+1
2011-11-15LAYOUT: redone layout of table and cardsArun Persaud1-1/+1
scales a lot better now and should be better for mobile devices
2011-11-14LAYOUT: moved game status to top; cleaned up some cssArun Persaud1-1/+1
2011-11-14CLEANUP: merged normal css file and the one for mobile phones into one fileArun Persaud1-2/+1
2011-11-13CLEANUP: moves javascript from header into game.jsArun Persaud1-35/+0
should make html output smaller, since game.js can be cached
2011-11-13CLEANUP: fixed html output a bitArun Persaud1-8/+6
added whitespaces and line breaks
2011-11-13LAYOUT: moved output of all game message after the tricks and tableArun Persaud1-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-07fixed some html source code alignement and moved the games table, so it's ↵Arun Persaud1-1/+1
flush left with the rest of the test
2011-10-07moved players positinon around the table a bit to center them betterArun Persaud1-1/+1
2011-10-07updated copyright to 2011Arun Persaud1-1/+1
2011-10-07moved last login status to bottome for narrow displayArun Persaud1-1/+1
2011-10-07fixed some css issues after changing to normalize.cssArun Persaud1-1/+1
2011-10-07replaced css reset with normalize.cssArun Persaud1-0/+1
2011-10-07fixed html and some alignement in login/register screenArun Persaud1-1/+1
2011-10-06make cards clickable as radiobuttonsArun Persaud1-2/+2
2011-10-06started on better mobile supportArun Persaud1-0/+1
some changes in order of HTML, but mostly CSS
2011-10-05fixed labels for password recovery formArun Persaud1-3/+3
2011-10-05include green1.gif picture from dreamhostArun Persaud1-1/+1
used to be a https request and took a long time to load, better to host it locally
2011-10-05add some html5Arun Persaud1-12/+10
2011-10-05cleared up the look of the front page a bitArun Persaud1-6/+4
2010-11-21fixed typo in CSS, simpler naming schemeArun Persaud1-1/+1
2010-11-21added date picker for vacationsArun Persaud1-0/+2
use html5 with jquery as a fallback
2010-10-11BUGFIX: fixed some html validation errorsArun Persaud1-2/+2
2010-09-22BUGFIX: fixed last commitArun Persaud1-1/+1
2010-09-21NEW FEATURE: pre select card to play if there is only one optionArun Persaud1-3/+6
2010-09-21TRANSLATION: some more strings and updated po.deArun Persaud1-8/+8
2010-06-29LAYOUT: fixed issue on user page when one player is on vacationArun Persaud1-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-04improved jquery on user home pageArun Persaud1-3/+15
the text will now say either show or hide not both depending on the situation.
2010-04-26added an About pageArun Persaud1-3/+3
2010-04-26Added about pageArun Persaud1-1/+1
2010-04-23 new user home page with a bit of jquery thrown inArun Persaud1-1/+14
by default only show the active games/sessions and hide all the other games
2010-04-19moved gameinfo box (calls, comment-input, submit, games player by otheres) ↵Arun Persaud1-23/+23
to the bottom of the page this should make it easier for people with a mobile phone.
2010-04-18fix bug introduces by marking strings for translationsArun Persaud1-8/+8
using these strings directly to set database entries... need to change this before they can be marked for translation.
2010-04-17marked more strings for translationArun Persaud1-4/+4
2010-03-18marked more strings for translationArun Persaud1-97/+91
2010-03-17BUGFIX: fix "keep playing" button. forgot to add include new rule, so games ↵Arun Persaud1-3/+4
didn't get restarted
2010-03-14marked more strings for translationArun Persaud1-13/+13
2010-03-14added link to bug-tracker (that is renamed wiki -> wiki/bugs)Arun Persaud1-1/+1
2010-03-14NEW FEATURE: added localization supportArun Persaud1-1/+23
using gettext to add support for localization
2010-03-13NEW FEATURE: having only low trump (fox and below) can now be a VorbehaltArun Persaud1-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-04changed message for new dealer into message for new startplayerArun Persaud1-1/+1
since there really is no dealer, this was more confusing than helpful.