summaryrefslogtreecommitdiffstats
path: root/include/welcome.php
AgeCommit message (Collapse)AuthorFilesLines
2014-01-05updated copyright to 2014Arun Persaud1-1/+1
2013-01-12LAYOUT: some small CSS adjustmentsArun Persaud1-1/+2
2013-01-12updated copyright for 2013Arun Persaud1-1/+1
2012-12-09BUGFIX: fix link to wiki on login pageArun Persaud1-1/+1
2012-12-09bootstrap: fixed login/register, footer, and navbarArun Persaud1-19/+29
* made navbar smaller, added icons, icons only (for smaller screen) * fixed login screen
2012-02-10updated copyright notice for 2012Arun Persaud1-1/+1
2011-10-07update notes about emailsArun Persaud1-2/+1
2011-10-07fixed html and some alignement in login/register screenArun Persaud1-51/+35
2011-10-05fixed some validation errors (css/html)Arun Persaud1-3/+2
2011-10-05cleared up the look of the front page a bitArun Persaud1-34/+100
2011-02-16BUGFIX: fixed a type on the welcome screenArun Persaud1-1/+1
2010-11-20added autofocus to login pageArun Persaud1-1/+6
mixtures of html5+javascript for the moment
2010-10-11BUGFIX: fixed some html validation errorsArun Persaud1-1/+1
2010-02-06added copyright notice and GPL referenceArun Persaud1-0/+19
2009-04-25NEW FEATURE: added OpenID supportArun Persaud1-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.
2008-11-01LAYOUT: fixed the login screenArun Persaud1-17/+8
some html + css code cleanup Signed-off-by: Arun Persaud <arun@nubati.net>
2008-10-18NEW FEATURE: make it possible to view games where people played with the ↵Arun Persaud1-4/+4
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-07-16BUGFIX: wrong DB query returned sometime less rows than expectedArun Persaud1-6/+9
this fixes a bug on the home page where, in case no game was in the pre-game phase, the ongoing games were listed as games being started and the completed games were listed as ongoing games. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-07-08LAYOUT: nice and shinyArun Persaud1-13/+21
hopefully some improvements ;) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-05-06CLEANUP: moved html from output.php to welcome.phpArun Persaud1-2/+56
since we now have several files in the include directory, it makes more sense to keep the html directly in the file for some cases instead of putting it in output.php. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-05-06CLEANUP: removed all calls to mysql functions and replaced them with calls ↵Arun Persaud1-6/+6
to DB_xxx should be very easy now to change to a different database. also made the code look nicer ;) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-04-26CLEANUP: make index.php very short and move everything in separate filesArun Persaud1-0/+26
created an include dir and almost everything that was in index.php is now in separate files and gets only included in index.php... makes index.php look a lot nicer ;) Signed-off-by: Arun Persaud <arun@nubati.net>