Opened 13 years ago
Last modified 13 years ago
#8935 new defect
How To Make it Work
Reported by: | anonymous | Owned by: | Bangyou Zheng |
---|---|---|---|
Priority: | normal | Component: | TracWikiMenuPlugin |
Severity: | normal | Keywords: | |
Cc: | hatem@… | Trac Release: | 0.12 |
Description
How do we enable this plugin and where is the link to the dependency? is it really a dependency, I couldn't find it in the source!?
Attachments (0)
Change History (7)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
it seems it is no longer possible to checkout from SVN, i get a forbidden message
svn: Server sent unexpected return value (405 METHOD_NOT_ALLOWED) in response to REPORT request for '/svn/oforge/!svn/vcc/default'
Also it seems that their previous source distribution did not have the wikitoolsplugin in it.
comment:3 Changed 13 years ago by
I can sent the source codes to you if you like. But I didn't have the original codes as they have been changed by me.
comment:4 Changed 13 years ago by
OK I managed to work around their trac browser and download it off the tag, I enabled both in the components
tracwikitools.* = enabled tracwikimenu.* = enabled
not sure if it is working, what am I supposed to see when it is working. There is nothing different at all right now.
comment:5 Changed 13 years ago by
If you check your log file (at debug level). You will find resourcetoolsplugin is not installed as wikitools depended on this plugin.
http://code.optaros.com/svn/oforge/trunk/plugins/resourcetoolsplugin/
comment:6 Changed 13 years ago by
Trac Release: | 0.11 → 0.12 |
---|
OK now i see that the plugin is enabled, how do I see the menu and how should it work?
comment:7 Changed 13 years ago by
Find a wiki page, add this code: [[ShowTree(all,class=treeview,editable=1)]]
, then you can define the page relationship by clicking button "edit tree".
When you browser some pages, the menu will show.
Sorry, I didn't check the dependency.
Please checkout wikitools from http://code.optaros.com/svn/oforge/trunk/plugins/wikitoolsplugin/, then install it.