Modify ↓
Ticket #9402 (closed defect: duplicate)
Opened 20 months ago
Last modified 14 months ago
Invalid links in TitleIndex macro with hierarchy format
| Reported by: | itamaro | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.12dev |
| Severity: | normal | Keywords: | TitleIndex |
| Cc: | leho@…, hazen@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
Instead of explaining, I'll simply provide an example.
Usage:
[[TitleIndex(TracDev/,format=hierarchy)]]
(see the complete output below)
Notice the ApiChanges bullet. It looks something like:
- ApiChanges? -- incorrect link (drops the TracDev prefix)
- ApiChanges -- correct link
- 0.10
- 0.11
- 0.12
What I would expect is:
- ApiChanges -- correct link
- 0.10
- 0.11
- 0.12
Complete macro output:
- TracDev
- AdvancedWikiOperations
- AlternativeFrontends
- Announcer
- ApiChanges
- ApiDocs
- AutomaticBuilds
- Branches
- CacheManager
- CodingStyle
- ComponentArchitecture
- ConfigApi
- ContextRefactoring
- DataModels
- DatabaseApi
- DatabaseSchema
- DatabaseUpgrades
- DevelopmentEnvironmentSetup
- DevelopmentWithEclipseAndPyDev
- DevelopmentWorkflow
- FrenchDevCon2010
- FunctionalTests
- HttpMethods
- IWikiSyntaxProviderExample
- JavaScript
- JournalingProposal
- NotificationApi
- Options
- Performance
- PluginDevelopment
- ExtensionPointDocumentationTemplate
- ExtensionPoints
- ComponentModuleExamples
- trac.admin.api.IAdminCommandProvider
- trac.admin.api.IAdminPanelProvider
- trac.db.api.IDatabaseConnector
- trac.env.IEnvironmentSetupParticipant
- trac.env.ISystemInfoProvider
- trac.mimeview.api.IContentConverter
- trac.mimeview.api.IHTMLPreviewAnnotator
- trac.mimeview.api.IHTMLPreviewRenderer
- trac.notification.IEmailSender
- trac.perm.IPermissionGroupProvider
- trac.perm.IPermissionPolicy
- trac.perm.IPermissionRequestor
- trac.perm.IPermissionStore
- trac.prefs.api.IPreferencePanelProvider
- trac.resource.IResourceManager
- trac.search.api.ISearchSource
- trac.versioncontrol.web_ui.browser.IPropertyRenderer
- trac.versioncontrol.web_ui.changeset.IPropertyDiffRenderer
- trac.web.api.IRequestFilter
- trac.web.api.IRequestHandler
- trac.web.api.ITemplateStreamFilter
- trac.web.chrome.INavigationContributor
- trac.web.chrome.ITemplateProvider
- trac.wiki.api.IWikiMacroProvider
- PortingFromClearSilverToGenshi
- Proposals
- AdvancedWikiFormatting
- AdvancedWikiOperations
- Announcer
- BatchModification
- CacheInvalidation
- ControllerApi
- DataModel
- EmailValidation
- EvenFinerGrainedPermissions
- Jinja
- Journaling
- MultipleProject
- NewHelp
- NewTicketDuplicateCheck
- PortalTrac
- ProjectLabels
- Setuptools
- ThemePlugins
- TicketLinks
- TracRelations
- TracTicketsCustomTimeFields
- UserSystem
- VerticalHorizontalParsing
- WikiNamespaces
- WikiParserFormatterSplit
- WikiStorage
- ReleaseChecklist
- ReleaseNotes
- ReleaseTesting
- RequestHandling
- SandBox
- ScratchPad
- SecurityBranch
- SubmittingPatches
- ThijsTriemstra
- ToDo
- Topics
- TracSession
- TracURLs
- TrustedTrac
- UnicodeGuidelines
- UnitTests
- VersionControlApi
Attachments
Change History
comment:1 Changed 20 months ago by cboos
- Keywords TitleIndex added
- Milestone set to 0.12.1
- Owner set to cboos
comment:2 Changed 20 months ago by lkraav <leho@…>
- Cc leho@… added
comment:3 Changed 17 months ago by cboos
- Milestone changed from 0.12.1 to next-minor-0.12.x
Not for 0.12.1.
comment:4 Changed 16 months ago by hazen@…
- Cc hazen@… added
comment:5 Changed 14 months ago by thijstriemstra
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #8925
comment:6 Changed 14 months ago by rblank
- Milestone next-minor-0.12.x deleted
Note: See
TracTickets for help on using
tickets.



Thanks for the test case. I have indeed a few pending changes in that area that fix a few problems reported earlier (by Mark Mc Mahon on #8925 and on Trac-dev).