Opened 18 years ago

Last modified 18 years ago

#321 closed defect

TOC refering to incorrect url — at Version 1

Reported by: anuradha.moturi@… Owned by: Alec Thomas
Priority: highest Component: TocMacro
Severity: normal Keywords:
Cc: varmasoft@… Trac Release: 0.9

Description (last modified by Alec Thomas)

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>

Change History (1)

comment:1 Changed 18 years ago by Alec Thomas

Description: modified (diff)
Status: newassigned

Is this using the TOC plugin version or the older TOC.py version?

Note: See TracTickets for help on using tickets.