[Phpslash-commit] CVS: phpslash-dev CHANGES,1.149,1.150
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-11-17 21:07:29
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24432 Modified Files: CHANGES Log Message: Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.149 retrieving revision 1.150 diff -C2 -d -r1.149 -r1.150 *** CHANGES 16 Nov 2004 18:13:21 -0000 1.149 --- CHANGES 17 Nov 2004 21:07:18 -0000 1.150 *************** *** 13,16 **** --- 13,26 ---- 9 - Removal of something (kill -9 :) + 2004-November 17 Luis Mondesi <le...@ph...> + [BF] - Fixed a number of bugs with caching. Variables are more + consistent and naming of cache files is also improved. + [F] - Added the ability to have separate config.ini files loaded + by using names in the form: $HOST-config.ini.php. Where $HOST is + the FQDN ($_SERVER['SERVER_NAME'] from php) of your site. + This implies that virtual hosting is a lot easier as sites + can share virtually all psl files and the only thing changing + is whatever comes from the database. + 2004-November 16 Joe Stewart <joe...@us... [BT] - submission/index.php, submissionForm.tpl, emailNotifySubmit.tpl, |