Undocumented Differences between v1 and v2 (internal links)
I take a backup of my WIKI, parse the HTML files and build a table of contents. This is an indented list with information about what pages link to this page, orphan pages etc.
I have noticed that links are implemented differently in code. When the wiki upgraded the old links are still in there, but new links take the new format.
Important dates for pension payments - SIPP
2009 Training Schedule
Training Schedule 2008
The first is V1 link (notice the spaces have been replaced with +'s)
The second in a V1 page that has been edited using the V2 editor (notice the spaces have been replaced with -'s).
The third is a brand new link in V2 editor, notice no longer has wikilink or any other bits that look like a machine added them.
pbWiki Dev: Am I correct, can I have a syntax for how links are going to be added.
Everyone: Are there any other gotcha's like this.
On the whole very happy with 1 -> 2.
Jason
I have noticed that links are implemented differently in code. When the wiki upgraded the old links are still in there, but new links take the new format.
Important dates for pension payments - SIPP
2009 Training Schedule
Training Schedule 2008
The first is V1 link (notice the spaces have been replaced with +'s)
The second in a V1 page that has been edited using the V2 editor (notice the spaces have been replaced with -'s).
The third is a brand new link in V2 editor, notice no longer has wikilink or any other bits that look like a machine added them.
pbWiki Dev: Am I correct, can I have a syntax for how links are going to be added.
Everyone: Are there any other gotcha's like this.
On the whole very happy with 1 -> 2.
Jason
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?I'll see if I can get you an answer on this. If you'd like a faster answer, you'll have to contact us directly through the help link at the top of every wiki page.
-
Inappropriate?John-Peter (support engineer) wrote me a long letter telling me about the differences between 1.0 and 2.0 concerning links. Below I'll post a bit of it. It goes into some details that I hope might help you.
======= from JP ==========
The links in the 2.0 editor no longer have the "wikilink" class or ID number because that functionality was taken out of 2.0.
During the development of 2.0 we tried different ways to handle spaces in page names because "%20," the URL-encoding way of making a space, wasn't working. Currently, we use "-" to indicate a space, but we used to use "+". No matter what is used (%20, hyphen, or plus), the link will work to replace that with a space. The page creator doesn't allow you to create similar pages so someone cannot have two pages with these names in their wiki: "Lorem ipsum" "Lorem-ipsum". So when you link "Lorem ipsum," the HTML code will save the space as a hyphen.
If you want to build links in Source mode, here's the format:
< a href="Page-Name">Page Name< /a>
< a href="/f/File-Name">File Name< /a>
(spaces added in code to allow it to display here)
======== end quote ========
Loading Profile...


