<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Thomas,<br>
<br>
Thomas Waldmann wrote:
<blockquote cite="mid:1239950516.11668.7.camel@x300" type="cite">
  <blockquote type="cite">
    <pre wrap="">One thing I didn't like in the conversion scripts was that the default
conversion will take the latest version of a page, revise it, and
create a new revision.  While useful for debugging the migration, I
found it caused two problems:
      * The "abandoned pages" list was suddenly invalid, because every
        page had been updated!
      * Looking at the history for any given page, and viewing an
        older version didn't work, because the pre-1.6 syntax was
        preserved for the older revisions
So when I did the migration, I updated the conversion script to update
all revisions of a document, and *not* add a new revision of each
page.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yeah, it's a bit a matter of taste what mode one prefers for that.
I'll have a look at your patch.
  </pre>
</blockquote>
I suspect the patch is useful to other people.<br>
<blockquote cite="mid:1239950516.11668.7.camel@x300" type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">Other items we encountered:
      * You have the opportunity to rename pages that use underscores,
        and instead use spaces.  We chose not to do the renaming,
        because that would have broken external links to wiki pages.
        If we do want to do page renaming, we'll do the renames, and
        create a redirect page in the old location....
    </pre>
  </blockquote>
  <pre wrap=""><!---->
That's no problem, moin has some builtin redirect magic for that case.

Try accessing a URL .../foo_bar when page "foo_bar" does not exist but
"foo bar" does.
  </pre>
</blockquote>
Hmmm - I probably should have tested that further.  Well, I had greater
than 20 wikis to work with, so not doing the name migration saved me a
bunch of hassle.  Doesn't matter now.<br>
<blockquote cite="mid:1239950516.11668.7.camel@x300" type="cite">
  <pre wrap=""> 
  </pre>
  <blockquote type="cite">
    <pre wrap="">      * Category pages broke, in that the implications of
        [[FullSearch()]] appear to be different, and there is now a
        "category:" variant that returns better results.  Edits might
        be needed.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What exactly do you mean?
  </pre>
</blockquote>
There are differences between <<FullSearch>>,
<<FullSearch()>>, <<FullSearch(linkto:NNNN)>>,
and <<FullSearch(category:NNNN)>><br>
<br>
On category pages where we had (old syntax) [[FullSearch]], apparently
that used to work the same as [[FullSearch()]], and now it seems that
<<FullSearch>> and <<FullSearch()>> are
different.  In any case, it may be desirable to change to using the new
<<FullSearch(category:NNNN)>> syntax.<br>
<br>
-Eric.<br>
<br>
</body>
</html>