Opened 19 years ago
Closed 19 years ago
#321 closed defect (fixed)
TOC refering to incorrect url
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | highest | Component: | TocMacro |
Severity: | normal | Keywords: | |
Cc: | varmasoft@… | Trac Release: | 0.9 |
Description (last modified by )
Hi
The TOC refering on our frontpage is taking up an incorrect url it is skipping the "wiki" part from it.I am not able to figure out the defect.
It is actually supposed to refer to the url "http://silinux1/UnixSolutions/wiki/LinuxMigrations but instead it is refering to "http://silinux1/UnixSolutions/LinuxMigrations.
Below is the TOC tag as implemented in our website.
[[TOC(LinuxMigrations,SolarisMigrations,MeetingPlace,TeamUnix)]]
The relevant trac.ini entries are :
[trac] default_charset = iso-8859-15 ignore_auth_case = false permission_store = DefaultPermissionStore check_auth_ip = true database = sqlite:db/trac.db templates_dir = /usr/share/trac/templates default_handler = TagsWikiModule metanav = login,logout,settings,help,about mainnav = wiki,blog,roadmap,tickets,newticket,timeline,browser,peerReviewMain,search repository_dir = /media/repo/SVN [project] name = SI UNIX Solutions descr = SI UNIX Solutions group champions the Linux and Solaris10 migration solutions footer = SI_Linux team initiative url = http://silinux1.ad.xxxxx.com/UnixSolutions/ icon = common/trac.ico
My trac.conf file
<Location "/UnixSolutions"> SetHandler mod_python PythonHandler trac.web.modpython_frontend PythonOption TracEnv /media/repo/TRAC/UnixSolutions SetEnv PYTHON_EGG_CACHE /media/repo/TRAC/UnixSolutions/cache # PythonOption TracUriRoot /UNIX_Solutions </Location> <Location "/UnixSolutions/login"> AuthPAM_Enabled On AuthPAM_FallThrough Off AuthAuthoritative Off AuthType Basic AuthName "Unix Solutions - No XXXXXXXX\ prefix" Require valid-user </Location>
Attachments (0)
Change History (3)
comment:1 Changed 19 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 19 years ago by
this is using the TOC plugin version. compiled using this zip : tocmacro-r651.zip so perhaps when the subversion was at 651 release.
--- replying on behalf of anuradha.
comment:3 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Hey athomas,
your comment triggered me to fetch the latest source. I installed and that worked. I wonder what changed in the source.
Thanks much, Akshay ---replying on behalf of Anuradha
Is this using the TOC plugin version or the older TOC.py version?