From: Arno H. <aho...@in...> - 2000-09-21 21:12:06
|
> > > > E.g. I got a strange bug, where if you edit a file and write > > > > it would be rendered as "word1word2" (no space!!) > any chance you can create an error on Sourceforge? > http://phpwiki.sourceforge.net:80/phpwiki/index.php3?TestPage Can't reproduce. SF uses wiki_savepage v1.12 - the bug was introduced in v1.13 (post 1.1.7) > http://wcsb.org:80/~swain/phpwiki1/index.php3?TestPage > This version runs on mSQL and I just ran a cvs update -d on it. Can't reproduce. Seems my fix works ok. > Wow, I must have missed something entirely. There should be only one call > to OpenDataBase, and that should be in index.php3. > [swain@boojie phpwiki1]$ grep OpenDataBase *php3 > Sigh. I am going to have to install MySQL to run tests on. The quickest > way to debug this is to put an echo statement in OpenDataBase for all libs > and make sure it only appears once. I just did this and actually diff,info etc. are ok. When doing a "save page" it gets called twice. Not that bad, but you know ... > Heh. On wcsb.org search boxes don't render at all at the moment. They work > on SF... I'll add search boxes to TestPage. Fixed :o) The new escape is %%Search%% instead of [Search] because of collision with '[]' links - this was changed ages ago - simple edit of the SearchPage. Isn't wiki just nice in that it allows you to edit such fundamental service pages? :o) /Arno |