Ticket #1126 (closed defect: fixed)

Opened 11 months ago

Last modified 4 months ago

Backlinks not generated with {{image}} links to internal wiki pages

Reported by: BrianKoontz Owned by: BrianKoontz
Priority: normal Milestone: 1.3.4
Component: core Version: 1.3.3
Severity: normal Keywords:
Cc:

Description

From the wikka-community m/l:

When I add an {{image}} to PageA and I use the link parameter to link to
PageB, PageB still has no backlinks (at 'PageB/backlinks'). PageB is
also not removed from {{OrphanedPages}}.

This behavior is due to linktracking being disabled by default in the Action() call. This is quite possibly a security fix to prevent XSS attacks. However, I do see value in allowing users to create {{image}} links that point to internal pages and track backlinks correctly.

Change History

Changed 11 months ago by BrianKoontz

(In [1880]) Permit the specification of forceLinkTracking in action calls that will preserve linktracking such as with {{image}} links that point to internal wiki pages. By default, forceLinkTracking remains disabled for all action calls. Refs #1126.

Changed 11 months ago by BrianKoontz

  • status changed from new to closed
  • resolution set to fixed

Changed 4 months ago by BrianKoontz

  • milestone changed from 1.4 to 1.3.4
Note: See TracTickets for help on using tickets.