It’ll be in 7.4.2 and 8.0M2
Thanks
-Vincent
On 20 Feb 2016 at 11:13:11, vincent(a)massol.net
(vincent@massol.net(mailto:vincent@massol.net)) wrote:
Hi,
On 20 Feb 2016 at 02:31:29, tskala (tomas_skala@gordic.cz(mailto:tomas_skala@gordic.cz))
wrote:
I'm a bit desperate. We have newly installed
XWiki (Enterprise
8.0-milestone-1) and I'm trying to get familiar with very basic page
editing.
For some reason every single link like [[whatever]] shows "WebHome" as a
text. I need to use [[whatever>>whatever]] with all links to show what it
actually is. It doesn't act like that on xwiki playground (or any other
wiki) so I don't know what could be wrong.
This is a good point that we’ve missed while implementing
What you can do is change the wiki link label generator. By default it uses the page name
(i.e. WebHome for Nested Pages).
You could make it use the space by default instead, see
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HLinkLabe…
For example:
rendering.linkLabelFormat = %s
Note that if you use %s then all links to terminal pages will need to have a label
explicitly specified or the label will not be the one expected.
I’ve just created a new issue for this:
http://jira.xwiki.org/browse/XWIKI-13125
Thanks for raising this, it’ll be fixed soon
-Vincent
A steps I do:
1) open:
http://url.com/view/NET/String/
2) click edit > Source
3) write: [[Number]]
4) Save and View
5) and I see "WebHome(?)" with link
http://url.com/create/NET/Number/WebHome?parent=NET.String.WebHome
6) after click and template selection it creates new page, which look ok, I
save that one
7) and the original link shows now as "WebHome" with link
http://url.com/view/NET/Number/
So.. how can I convince it to actually show "Number" instead of
"WebHome"
without writing [[Number>>Number]] every single time?