Opened 10 years ago
Last modified 10 years ago
#12247 new enhancement
Folder for wiki pages should be configurable
Reported by: | Owned by: | Roberto Longobardi | |
---|---|---|---|
Priority: | normal | Component: | TestManagerForTracPlugin |
Severity: | normal | Keywords: | |
Cc: | said.moutsinga@… | Trac Release: |
Description
As we are using a Theme which has a sidebar with the file hierarchy, I would like to know if it is possible to configure TestManager in order to store the Wiki-pages not under the wiki-root, but under subfolder of wiki-root.
So we have:
└── wiki-root
├── TC
├── TC_TT27_TT28_TC131
├── TC_TT27_TT28_TT29
├── TC_TT27_TT28_TT29_TT38
├── TC_TT27_TT28_TT29_TT39
├── TC_TT27_TT28_TT29_TT42
├── TC_TT27_TT28_TT29_TT43
├── TC_TT27_TT28_TT29_TT45
├── TC_TT27_TT28_TT29_TT46
├── TC_TT27_TT28_TT29_TT47
├── TC_TT27_TT28_TT29_TT48
├── TC_TT27_TT28_TT31
├── Testing
└── TT44
We would like to have:
.
└── wiki-root
└── Testing
├── TC
├── TC_TT27_TT28_TC131
├── TC_TT27_TT28_TT29
├── TC_TT27_TT28_TT29_TT38
├── TC_TT27_TT28_TT29_TT39
├── TC_TT27_TT28_TT29_TT42
├── TC_TT27_TT28_TT29_TT43
├── TC_TT27_TT28_TT29_TT45
├── TC_TT27_TT28_TT29_TT46
├── TC_TT27_TT28_TT29_TT47
├── TC_TT27_TT28_TT29_TT48
├── TC_TT27_TT28_TT31
└── TT44
Or something similar. It could even be TC/.
Is there any way to do this?
Many thanks for your help.
I could not find any information related to this.
Attachments (2)
Change History (3)
Changed 10 years ago by
Attachment: | screenshot.584.jpg added |
---|
Changed 10 years ago by
Attachment: | screenshot.585.png added |
---|
Hi there, I understand your problem, anyway the fact that the root of all catalogs is "TC" is pretty much assumed in all of the code...
I think it would be pretty tough to change that.
Anyway, from your screenshot it looks like there is some sort of "aggregation" of wiki pages: is there any way to make the theme aggregate, and then "filter out" the "TC" subtree?
If you let me know which theme you're using, I may take a look at the code and see if I can do something like that. I see this as an easier way to go.
Please, let me know, ciao. Roberto