Opened 19 years ago
Closed 19 years ago
#4345 closed defect (duplicate)
Directories on repository no longer links (after update to 0.10.2)
| Reported by: | 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.



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