Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#4345 closed defect (duplicate)

Directories on repository no longer links (after update to 0.10.2)

Reported by: hasanchez@… Owned by: Christian Boos
Priority: normal Milestone:
Component: version control/browser Version: 0.10.2
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

We just updated our old trac (0.96) to 0.10.2, and everything seems to working fine but the source browser. The directories in the repository are no longer click-able, and after some examination of the html code generated I noticed the name, wich used to be a link, is now a span tag with title="Acces Denied" (tho it stills has the href attr):

...

<tr class="odd">
      <td class="name">
         <span class="dir" title="Access Denied" href="">BB.call.ws</span>
      </td>
      <td class="size"></td>
      <td class="rev"><a title="View Revision Log" href="/log/BB.call.ws">572</a></td>
      <td class="age"><span title="11/14/06 17:19:14">3 weeks</span></td>

      <td class="change">
       <span class="author">exagbustos:</span>
       <span class="change">Version 1.0 estable prototipo <a class="missing wiki" href="/wiki/BlackBerry" rel="nofollow">BlackBerry?</a>: Consumo <a class="missing wiki" href="/wiki/WebService" rel="nofollow">WebService?</a></span>
      </td>
     </tr>

...

We tested it with authenticated and non-authenticated users, and in both cases it didn't work.

If you need more information please contact me at my mail.

Finally, thanks a lot for all your work, trac is a very important tool for us.

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 17 years ago

Resolution: duplicate
Status: newclosed

You didn't upgrade the templates. See #3915.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.