Ticket #1124 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.