Opened 9 years ago
Last modified 8 months ago
#109 assigned enhancement
MissingLinks, an index over missing wiki pages
| Reported by: | daniel | Owned by: | cboos |
|---|---|---|---|
| Priority: | low | Milestone: | next-major-releases |
| Component: | wiki system | Version: | 0.5.1 |
| Severity: | normal | Keywords: | xref wiki |
| Cc: | mbertier@…, ryano@…, mpotter@…, itamarost@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
It would be good to be able to list all links that lead to non-existing pages.
Also true for tickets and changesets of course.
Attachments (0)
Change History (18)
comment:1 Changed 9 years ago by daniel
- Severity changed from normal to enhancement
comment:2 Changed 9 years ago by daniel
- Milestone changed from 1.0 to 0.9
comment:3 Changed 9 years ago by cmlenz
comment:4 Changed 8 years ago by anonymous
- Cc mbertier@… added
comment:5 Changed 8 years ago by cboos
- Owner changed from jonas to cboos
- Status changed from new to assigned
Initial implementation in [1659], as part of the TracCrossReferences effort.
comment:7 Changed 8 years ago by cboos
reimplemented in r1971 for the TracCrossReferences branch
Also true for tickets and changesets of course.
Currently not implemented. This seems useful, however, as it would point to invalid links that should be fixed.
comment:8 Changed 8 years ago by cboos
- Keywords xref added
comment:9 Changed 8 years ago by jfrancis
I haved added a macro plugin for this feature at Track Hacks.
It scans wiki pages, ticket descriptions and comments for wiki links that are missing pages. It is not very portable as it accesses the database directly.
comment:10 Changed 7 years ago by cboos
#4425 closed as duplicate.
comment:11 Changed 4 years ago by anthony@…
- Keywords wiki added
- Milestone changed from 1.0 to 0.11-retriage
- Version changed from 0.5.1 to 0.11.3
comment:12 Changed 4 years ago by anonymous
- Keywords changed from xref, wiki to xref wiki
comment:13 Changed 4 years ago by cboos
- Milestone changed from 0.11-retriage to experimental
- Version changed from 0.11.3 to 0.5.1
Depends on #4431. Also restored original version.
comment:14 Changed 4 years ago by Ryan Ollos <ryano@…>
- Cc ryano@… added
This would definitely be a nice feature. See also TH 4509.
comment:15 Changed 4 years ago by Ryan Ollos <ryano@…>
On further inspection, I guess my request in 4509 was to display all pages that aren't linked from anywhere (i.e. Abandoned pages). Similar issue though.
comment:16 Changed 3 years ago by cboos
- Milestone changed from experimental to next-major-0.1X
Milestone experimental deleted
comment:17 Changed 22 months ago by Mark Potter <mpotter@…>
- Cc mpotter@… added
comment:18 Changed 8 months ago by itamaro
- Cc itamarost@… added



This could be provided as Wiki macro, similar to RecentChanges and TitleIndex