[Phpslash-commit] CVS: phpslash-dev CHANGES,1.124,1.125
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-10-22 14:21:08
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23353 Modified Files: CHANGES Log Message: added notes about config.php and caching Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.124 retrieving revision 1.125 diff -C2 -d -r1.124 -r1.125 *** CHANGES 21 Oct 2004 15:43:52 -0000 1.124 --- CHANGES 22 Oct 2004 14:20:58 -0000 1.125 *************** *** 13,16 **** --- 13,27 ---- 9 - Removal of something (kill -9 :) + 2004-October 21 Luis M <le...@us... + [W9] - Switched config_setup.php to work with config-dist.ini.php, + and copied variables from config_setup.ini.php to this file. + Then removed config_setup.ini.php from CVS. + + 2004-October 20 Luis M <le...@us... + [FW] - Fixed config-dist.php's code for jpcache and added jpcache.cachedir + variable to config-dist.ini.php. Users can now use config.ini.php + to enable/disable caching and choose the location of caching files + all without having to mess with the code of config.php. + 2004-October 20 Joe Stewart <joe...@us... [F] - block/admin.php - complete previous commit of UI change. |