[Phpslash-commit] CVS: phpslash-ft CHANGES,1.685,1.686
Brought to you by:
joestewart,
nhruby
From: Matthew L. <sym...@us...> - 2003-02-10 18:58:37
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv4548 Modified Files: CHANGES Log Message: changes to lib.resources.php and pslError to more gently handle misconfiguration of class files. Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.685 retrieving revision 1.686 diff -C2 -d -r1.685 -r1.686 *** CHANGES 8 Feb 2003 11:19:33 -0000 1.685 --- CHANGES 10 Feb 2003 18:58:32 -0000 1.686 *************** *** 13,20 **** --- 13,29 ---- 9 - Removal of something (kill -9 :) + 2003-February-10 2:00PM EST Matthew Leingang <sym...@us...> + [W] - pslError made even more robust. + 2003-February-08 11:30AM GMT Peter Cruickshank <kr...@us...> [B] - slashTemplate.class Override filename() function to deal with Windows absolute filepaths (ie test 2nd char is a ':') + + 2003-February-07 2:30PM EST Matthew Leingang <sym...@us...> + [B] - lib.resources.php functions.inc + Fixed the way strings are recognized as class/library names, URNs, + or file names. Also changes pslError to succeed in the absence of + a template class. 2003-February-06 2:30PM CST Joe Stewart <joe...@us...> |