|
From: Norman M. <no...@se...> - 2006-03-09 08:38:34
|
Hi folks, First let me thank you Alex, for this wonderful commit. I think the = Problem with "Log_null" is, that the real path is "Log/null.php" and their for I added a little "strtr($class_name, '_', '/')" to solve the problems with = the subdirectories. Please to all committers:=20 1) Add=20 svn:keywords=3D"Date Revision Author HeadURL Id" to your php class files commits and/or php class file base. CVS had = those things automatically added.=20 But SVN needs the permission to do so. With TrotoiseSVN you can simply click properties for each file or a subdirectory, then press Subvision choose svn:keywords as a new property = and "Date Revision Author HeadURL Id" as value. Press "Set" and we all be = fine. 2) If you change something in the tree, don't forget to add your self to = the author list by adding=20 @author Your Name <yo...@em...> in the main comment part (a.k.a main PHPDocument-comment) Regards Norman |