Somewhere around 2.4.1xx (I am migrating from 2.4.71 to 2.5 at the moment) I think, there was a clean link method introduced in com.ecyrd.jspwiki.parser.MarkupParser One result is, that links such as [Joerg Meyer] should work now correctly (without the ugly %20), another result is, that page names generally start with an upper case.
However a couple of things are still odd (I posted a bug report over at https://issues.apache.org/jira/browse/JSPWIKI-8). * Recent Changes (the user part) * this page was changed by "user" * user favorites (both the link and the actual page) * the welcome message get piped through the link cleaner differently I am pretty sure though that 'recent changes' and 'this page was changed by ...' are NOT piped through the link cleaner, so, there you may get links with a %20 again (or no link at all) At the moment I am more concerned with the upper case issue, since I'm using LDAP usernames with container authorization (which gives me all usernames in lowercase) On the part of creating pages, this usually only comes up during the initial explanation to a user of how easy the wiki is. I would not encourage putting create page or clone page in a 'better' place. Although the search is amazing, its all about context in wiki's, not just the data. Generally, after a week or so, people actually like to create links without pages (and use it somehow like a ToDo list) I would however put an empty link to favorites somewhere in the UI (if the favorites page does not exist). If anyone know how to do that let me know :) Oh, and if someone happen to know how to configure the wiki name with container authorization, I would be really happy too. Cheers, Joerg _______________________________________________ This is the Jspwiki-users mailing list, in which we discuss the stable release (even-numbered, 2.4.x, 2.6.x), and user-issues. For development discussion, please join jspwiki-dev. http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users http://www.jspwiki.org/JSPWikiMailingList
