From: Reini U. <ru...@x-...> - 2002-08-19 11:01:11
|
I fixed the TitleSearch problem with USE_PATH_INFO false, as described in http://www.reflections.co.nz/wiki/IE-GetMethodBug.htm It was a phpwiki problem, unrelated to any browser or server. Should be in tommorrow's nightly tarball and in the current CVS soon. I also updated the templates to use the constant "HOME_PAGE" instead of "HomePage", which violates common naming schemes. Custom templates have to be updated accordingly. cd themes find . -name \*.tmpl -exec \ perl -pi~ -e's/([^ ])HomePage/$1HOME_PAGE/g' \{\} \; -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |