Thanks for the overwhelming response, guys ;-)
The changesets and the whole swiki directory are at
http://balloon.cs.uni-magdeburg.de/squeak/comanche
You'll need to copy the relevant parts into your own templates/actions
because mine are all german ...
> Added features:
> - the search form has a case sensitive / insensitive checkbox
> - the search form uses url GET instead of POST so you can see your query
> in the address (and type your own as url)
> - searching works for strange characters, too (try searching for ">BLA<"
> with the double quotes on minnow)
getFields.cs
actions/
casesensitive
searchresult
searchstring
templates/
search
found
> - when saving a page a redirection to the original page is answered - that
> means no more "missing form data" when going back
settings.xml
redirect-bf.cs
addresses/save
> - when following a reference also a redirection is answered - this takes
> care of the indifferent "link" url like seen on minnow.
settings.xml
redirect-bf.cs
addresses/ref
templates/default.page
actions/references
> - references were corrected after converting from old PWS swiki
> format (on minnow, these are not correct. For example squeak/755 has a
> link to *Bert Freudenberg* but if you go to that page the referring
> page is not available in the references menu box). Out-of-date
> references also make trouble when renaming a page.
updateRefs-bf.cs
> - *mailto:email@address* works as expected (minnow duplicates the mailto:
> which is a problem with old pages)
comswiki-misc-bf.cs
> - [create page] is customizable
customCreate.zip
> - Helpguide is a normal swiki page like in the old days
actions/guidebutton.*
I hope that's all - everything missing should be online.
-Bert-