Ticket #1124 (closed defect: fixed)

Opened 11 months ago

Last modified 4 months ago

Wiki links to non-existent pages no longer tagged as missing

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

Description

From res-wikkawiki via the wikka-community m/l:

Links to missing pages have no different styling (border-bottom).

I created two internal links, "[[Movies does exist]]" and
"[[MoviesMISSING does not exist]]". They look the same.

HTML:
> <a class="" href="https://???/Movies">does exist</a>
> <a class="" href="https://???/MoviesMISSING">does not exist</a>

So it seems that the class "missingpage" is missing?

Actually, it turns out that the Link() function acquired a new argument called "assumePageExists" that defaults to TRUE, preventing forced links to missing pages from being tagged as such.

Change History

Changed 11 months ago by BrianKoontz

(In [1878]) Modified call to Link() to include FALSE flag for assumePageExists argument. Refs #1124.

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.