RE: WikiTool vs. case of undefined links
"Bauer, Georg" <[email protected]> Wed, 10 Mar 2004 18:10:40 +0100
| Newsgroups | gmane.comp.pythin.pyds.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! > I think this is a bug in the WikiTool. It doesn't respect the case of > undefined links. Nah, it's not a bug, it's a (weird) feature :-) The IDs for pages are "munged" from the linked text. If you put `this is a stray link`_ in your post, you will get a wiki node id of thisisastraylink. And the same as the title (ok, I _think_ the latter one is a bug, but didn't bother to check how to solve it - it's a bit complicated, as only the munged ID is passed along currently). > Is this another case where I have to re-render with the UpstreamTool? Hmm. Maybe reedit the WikiPage with the wrong link. That should solve the problem. Rerendering might help, too, as I seem to recall that wiki nodes are allways rendered new (that's different with weblog posts for example - there rendered form is cached for later use, that's why you have a refresh link on them). bye, Georg