Ticket #108 (assigned enhancement)
Opened 8 years ago
Last modified 6 weeks ago
OrphanedPages macro
| Reported by: | daniel | Owned by: | cboos |
|---|---|---|---|
| Priority: | low | Milestone: | next-major-0.1X |
| Component: | wiki system | Version: | 0.5.1 |
| Severity: | normal | Keywords: | xref |
| Cc: | ryano@…, yirak@…, thijstriemstra, mpotter@…, itamarost@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
It would be good to have a list of pages that aren't linked to from anywhere.
Attachments
Change History
comment:1 Changed 8 years ago by daniel
- Severity changed from normal to enhancement
comment:2 Changed 8 years ago by jonas
- Milestone changed from 0.6 to 0.7
comment:3 Changed 8 years ago by daniel
- Milestone changed from 0.7 to 0.8
- Priority changed from lowest to normal
comment:4 Changed 8 years ago by daniel
- Milestone changed from 0.8 to 0.9
- Priority changed from normal to low
comment:5 Changed 7 years ago by cmlenz
- Component changed from general to wiki
comment:6 Changed 7 years ago by cboos
- Owner changed from jonas to cboos
- Status changed from new to assigned
comment:8 Changed 7 years ago by cboos
reimplemented in r1971 for the TracCrossReferences branch
comment:9 Changed 6 years ago by cboos
- Keywords xref added
comment:10 Changed 3 years ago by anonymous
comment:11 follow-up: ↓ 16 Changed 2 years ago by Ryan Ollos <ryano@…>
- Cc ryano@… added
- Summary changed from OrphanedPages to OrphanedPages macro
comment:12 Changed 2 years ago by dev@…
Hi, I am also waiting for this macro. WOuld be really nice.
comment:13 Changed 22 months ago by cboos
- Milestone changed from 1.0 to unscheduled
Milestone 1.0 deleted
comment:14 Changed 20 months ago by cboos
- Milestone changed from triaging to next-major-0.1X
comment:15 Changed 16 months ago by yirak@…
- Cc yirak@… added
Hi, just wondering the status of this feature. I'm not terribly familiar with wiki administration, but this seems like a fundamental tool in maintaining a wiki. Our group would find it very useful to have this tool.
Thanks, Kris
comment:16 in reply to: ↑ 11 Changed 13 months ago by thijstriemstra
- Cc thijstriemstra added
Replying to Ryan Ollos <ryano@…>:
This would be a nice feature. What is the reason for postponing it if it is already implemented? I'm sure there is a valid reason, but it hasn't been described in this thread so I'm just curious.
Also wondering why..
comment:17 Changed 5 months ago by Mark Potter <mpotter@…>
- Cc mpotter@… added
comment:18 Changed 6 weeks ago by itamaro
- Cc itamarost@… added
I wonder what's the definition for an "orphaned" page.
If I have a page named "Page" with lots of sub-pages, "Page" is linked from WikiStart, and contains the macro [[TitleIndex(Page/)]] - are the sub-pages considered orphan or not?
What about random pages that are not linked to, but all share a certain tag mytag (using TagsPlugin), and WikiStart contains the macro [[ListTagged(mytag)]]?
What about WikiStart itself?
In all those cases I would consider all those pages as not orphaned, but it may be different for others, and it complicates a complete implementation of this feature...



There's an [[OrphanedPages]] macro in the source:branches/cboos-dev/xref-branch
This ticket will be closed after the integration of this branch.