summaryrefslogtreecommitdiffstats
path: root/INSTALL
AgeCommit message (Collapse)AuthorFilesLines
2012-09-22updated to better password hash: use crypt instead of md5Arun Persaud1-1/+1
the upgrade will be done automatically when a user logs in, password recovery is still based on md5, but that should be OK, since it's a random generated password anyway
2012-05-08auto-versioning for js and css files. Needs .htaccess to be installedArun Persaud1-1/+5
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.
2010-03-14NEW FEATURE: added localization supportArun Persaud1-1/+1
using gettext to add support for localization
2010-02-04NEW FEATURE: provide an RSS feed for each user showing in which games it's ↵Arun Persaud1-0/+1
his turn the feed shows the same as the "It's your turn in these games" box.
2007-12-17BUGFIX: use of local web links now possibleArun Persaud1-1/+3
before I used a lot of http:// requests although the files were in the same domain, now local links with absolute paths are used.
2007-11-02BUGFIX: added a config.php template to the repository and updated the ↵Arun Persaud1-10/+15
INSTALL files
2007-07-28CLEANUP: working on database now a config.php optionArun Persaud1-19/+27
moved error checking into a function and made working on the database a config.php option
2007-04-12poverty should work now! added german card deck, tons of small fixesarun1-0/+44