Modify

Opened 18 years ago

Closed 18 years ago

#321 closed defect (fixed)

TOC refering to incorrect url

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>

Attachments (0)

Change History (3)

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?

comment:2 Changed 18 years ago by Akshay Guleria

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 18 years ago by Akshay Guleria

Resolution: fixed
Status: assignedclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.