NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use trunk.foswiki.org to view this page for some minimal testing.
Use Item9693 for docu changes for 1.2 and 2.0.

Item11482: links with spaces not listed in backlinks

Priority: CurrentState: AppliesTo: Component: WaitingFor:
Normal Waiting for Feedback Engine   PaulHarvey
I've got some links from

[[School of Mathematics & Statistics Computing Centre]] 

to 

"SchoolOfMathematicsStatisticsComputingCentre"

that don't show up in a list of backlinks. I suspect this is because of the spaces, but it could be because of the & or lowercase 'o' in of.

-- JayenAshar - 30 Jan 2012

this is horribly complicated :/ The existing backlinks search uses a regex, that assumes a-z0-9 topic names.

Paul was working on much cleverness, but there's more needed.

see templates/backlinks.tmpl

(and I tried using NAMEFILTER ~~ [\s\*?~^\$@%`"'&;|<>\[\]#\x00-\x1f] and failed.

using (.*?) will work, but it will also match many things it shoudln't

mmm, I might just punt to using [^A-Za-z0-9]*? - that will be somewhat consistent and has a much better chance of showing all backlinks

Paul, please can you comment on my madness?

-- SvenDowideit - 03 Oct 2012

I refer the honourable gentleman to the feature request I just raised: AddBacklinksToQuery

-- JulianLevens - 03 Oct 2012

In an ideal world... never mind. Sven's change is good enough, I think. In another ideal world, somebody should make an autotestcase smile

-- PaulHarvey - 13 Nov 2012
 

ItemTemplate edit

Summary links with spaces not listed in backlinks
ReportedBy JayenAshar
Codebase 1.1.4, 1.1.3
SVN Range
AppliesTo Engine
Component
Priority Normal
CurrentState Waiting for Feedback
WaitingFor PaulHarvey
Checkins Foswikirev:15493
TargetRelease minor
ReleasedIn 1.2.0
CheckinsOnBranches trunk
trunkCheckins Foswikirev:15493
Release01x01Checkins
Topic revision: r5 - 13 Nov 2012, PaulHarvey
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads