Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-12 | LAYOUT: some small CSS adjustments | Arun Persaud | 1 | -1/+2 | |
2013-01-12 | updated copyright for 2013 | Arun Persaud | 1 | -1/+1 | |
2012-12-09 | BUGFIX: fix link to wiki on login page | Arun Persaud | 1 | -1/+1 | |
2012-12-09 | bootstrap: fixed login/register, footer, and navbar | Arun Persaud | 1 | -19/+29 | |
* made navbar smaller, added icons, icons only (for smaller screen) * fixed login screen | |||||
2012-02-10 | updated copyright notice for 2012 | Arun Persaud | 1 | -1/+1 | |
2011-10-07 | update notes about emails | Arun Persaud | 1 | -2/+1 | |
2011-10-07 | fixed html and some alignement in login/register screen | Arun Persaud | 1 | -51/+35 | |
2011-10-05 | fixed some validation errors (css/html) | Arun Persaud | 1 | -3/+2 | |
2011-10-05 | cleared up the look of the front page a bit | Arun Persaud | 1 | -34/+100 | |
2011-02-16 | BUGFIX: fixed a type on the welcome screen | Arun Persaud | 1 | -1/+1 | |
2010-11-20 | added autofocus to login page | Arun Persaud | 1 | -1/+6 | |
mixtures of html5+javascript for the moment | |||||
2010-10-11 | BUGFIX: fixed some html validation errors | Arun Persaud | 1 | -1/+1 | |
2010-02-06 | added copyright notice and GPL reference | Arun Persaud | 1 | -0/+19 | |
2009-04-25 | NEW FEATURE: added OpenID support | Arun Persaud | 1 | -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-01 | LAYOUT: fixed the login screen | Arun Persaud | 1 | -17/+8 | |
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/+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-16 | BUGFIX: wrong DB query returned sometime less rows than expected | Arun Persaud | 1 | -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-08 | LAYOUT: nice and shiny | Arun Persaud | 1 | -13/+21 | |
hopefully some improvements ;) Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-05-06 | CLEANUP: moved html from output.php to welcome.php | Arun Persaud | 1 | -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-06 | CLEANUP: removed all calls to mysql functions and replaced them with calls ↵ | Arun Persaud | 1 | -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-26 | CLEANUP: make index.php very short and move everything in separate files | Arun Persaud | 1 | -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> |