Hey, can we have it so that if one types Main.MartinCleaver into the Go box Twiki changes web and goes to that topic.
As it stands, Twiki tries to create a topic in the current web called Main.MartinCleaver - such topic names are likely to break all sorts of things!
Thanks,
M.
--
MartinCleaver - 13 Mar 2001
This would be a useful enhancement. There is a good change that it will go into the core if you deliver code
I changed the classification from
BugReport to
FeatureEnhancementRequest since it is not a bug per se.
--
PeterThoeny - 20 Mar 2001
As
DrewCard points out, it would be useful for the
GoToInputDialog to go to a different wiki as well. I imagine then that this would require a change to the core to expose this front end function to the
InterwikiPluginEarlyDev. (Smells of needing to provide a framework such that all UI interactions are wireable to every plugin, is this is how plugins already work? I haven't looked).
--
MartinCleaver - 19 Jun 2001
Just implemented this, updated the
TWikiAlphaRelease and this TWiki.org installation.
This can also be specified on the URL as parameter, i.e.
--
PeterThoeny - 20 Jun 2001
I tried this on a new alpha installation:
In
TWikiPreferences:
* Set WIKIWEBLIST = <a href="%WIKIHOMEURL%">%WIKITOOLNAME%</a> . {
| <a href="Main.WebHome">Main (Users)</a>
| <a href="%TWIKIWEB%.WebHome">TWiki Help</a>
}
When I clicked on TWiki Help I went to a page called "TWiki . TWiki . TWiki.WebHome ". Which I think it would have then allowed me to create!
I imagine that the code catches the
WebName from the dialog box rather than in the page that selects where to go from. It would be nice if it was possible to use code like that which I have listed above.
--
MartinCleaver - 24 Jun 2001