Opened 5 years ago
Closed 3 years ago
#3566 closed defect (fixed)
0.11 - SubWiki macro returns nothing
| Reported by: | jgoering@… | Owned by: | coderanger |
|---|---|---|---|
| Priority: | highest | Component: | HierWikiPlugin |
| Severity: | blocker | Keywords: | hierwiki-trac-0.11 |
| Cc: | jgoering@…, rjollos | Trac Release: | 0.11 |
Description
I have a main wiki page "Documentation" with a lot of sub-wiki pages under this page. I simply made the main page to contain only the Subwiki macro. This worked wonderfully in 0.10, but now that I've updated to 0.11 it simply shows a blank page instead. :(
Is there an easy way to fix this?
Attachments (2)
Change History (11)
comment:1 Changed 5 years ago by coderanger
comment:2 Changed 5 years ago by gmcgrath@…
Is there any form of timeline for porting this to 0.11? It's proven invaluable for using in our environments thus far. the 'breadcrumbs' behavior helps a bit but with users trained to use this (and large amounts of wiki pages utilizing this) migrating fully to that isn't that attractive a solution.
comment:3 Changed 5 years ago by kennethxu
vote +1
Changed 5 years ago by kennethxu
comment:4 Changed 5 years ago by kennethxu
Got macros working, attached both patch and zipped source.
comment:5 Changed 5 years ago by jgoering@…
works great!!! thanks!
comment:6 follow-up: ↓ 7 Changed 4 years ago by finebanana@…
- Keywords hierwiki-trac-0.11 added
- Priority changed from normal to highest
- Severity changed from critical to blocker
Doesn't work on multiple projects Trac, for example:
Project Foo: http ://trac.example.com/trac/foo/wiki/FooFoo Project Bar: http ://trac.example.com/trac/bar/wiki/BarBar
Note: the space between http and : is to fool the spam-blocker here :(
The ParentWiki always returned the URL without the project name, as in
http ://trac.example.com/trac/wiki/FooFoo or http ://trac.example.com/trac/wiki/BarBar
which is incorrect and gave me and "Environment not found" error page.
comment:7 in reply to: ↑ 6 Changed 4 years ago by kennethxu
Replying to finebanana@yahoo.com:
Doesn't work on multiple projects Trac, for example:
which is incorrect and gave me and "Environment not found" error page.
Are you sure you have your trac environment setup right? It is working perfectly fine here. We have many projects in one trac environment.
comment:8 Changed 4 years ago by rjollos
- Cc rjollos added
comment:9 Changed 3 years ago by coderanger
- Resolution set to fixed
- Status changed from new to closed
Applied in [7951].


No, this plugin hasn't been ported to 0.11 yet IIRC.