[Pmwiki-users] PmWiki2 test site

Patrick R. Michaud pmichaud
Sat Oct 2 15:05:42 CDT 2004


On Sat, Oct 02, 2004 at 06:32:34PM +0200, Pierre ROUZEAU wrote:
>    Hello,
>    I'm in the process to install a Wiki site under PmWiki2.
>    The conversion from PmWiki1 was relatively easy though some things are
>    not working.
> 
>    1/ I have not been able to call the Index function (formerly called by
>    $Index)

Ummmm, what Index function?

>    2/  The  top  search  box don't transfer data to search- maybe this is
>    related  to internationalisation, it seems it was working before I set
>    XLPages

Do you mean that the search term doesn't reappear in the search box on the
results page?  Or that it doesn't actually search for the correct term?

>    3/  The  paragraph  line  break  '\\'  work only if followed by a line
>    break.

This is normal behavior.  

>    4/ Q/A Mark-ups don't work

I'm working on replacements for them.

>    5/  Links  are only done to version 1 pages belonging to wiki.d, pages
>    of wikilib.d are excluded, so a lot of links are broken.

You can add the pmwiki 1 wikilib.d/ directory in to the list of
directories to be searched, as in 

    $WikiLibDirs = array(&$WikiDir,
        new PageStore1x('/path/to/pmwiki1/wiki.d/$PageName'),
        new PageStore1x('/path/to/pmwiki1/wikilib.d/$PageName'),
        new PageStore('$FarmD/wikilib.d/$PageName'));

>    6/ expirediff don't work
>    7/ refcount don't work

These modules still need to be written for 2.x.  Refcount in particular
is being redesigned to be much faster and much more accurate.

>    as sessionauth don't yet work, I've not been able to test uploads

I don't have a sessionauth for 2.x yet?  OOPS!  Actually, sessionauth
is likely to become the default, but I'll get one written right away
for the next release.

Note that anything that doesn't work can be entered in PITS (so it doesn't
get lost/forgotten).  http://www.pmwiki.org/PITS 

Thanks!

Pm



More information about the pmwiki-users mailing list