Ticket #4507 (closed enhancement: fixed)
Improve behavior of hierarchical page names
| Reported by: | christian@… | Owned by: | rblank |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | wiki system | Version: | 0.10.2 |
| Severity: | minor | Keywords: | hierarchy patch |
| Cc: | osimons |
Description
I was looking for release notes for trac 0.10.3, when I opened the URL http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/0.10 and figured that there might be another page for it. So I removed th "0.10" from the URL's end - and got the standard "describe this page" dialog.
I could certainly search for that page, but that's not what I expected, although I'm a somewhat experienced trac user. I'd assume that trac handled this more elegantly, i.e.:
- notice that the requested page doesn't exist
- query for page names matching the requested pattern
- link to those pages from the "create new page" dialog
- "However, there are pages with a name similar to the one you've been looking for: ... print linked list of page names"
It could be standard functionality to put a list of matching page names in HDF so the current page could easily display a list of sub-pages. This also references #2149, #2150.


