Edgewall Software
Modify

Opened 19 years ago

Closed 18 years ago

#1843 closed defect (invalid)

add_stylesheet() creates css/css/ link

Reported by: Markus Tacker <m@…> Owned by: Christopher Lenz
Priority: normal Milestone:
Component: roadmap Version: devel
Severity: normal Keywords:
Cc: m@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I have to trunk installations on different machines. This happened only on one machine on the Roadmap view.

<link rel="stylesheet" href="/trac/alan2005/chrome/css/trac.css" type="text/css" />
<link rel="stylesheet" href="/trac/alan2005/chrome/css/css/roadmap.css" type="text/css" />

Attachments (1)

ticket-1843.patch (841 bytes ) - added by Markus Tacker <m@…> 19 years ago.
Patch

Download all attachments as: .zip

Change History (4)

by Markus Tacker <m@…>, 19 years ago

Attachment: ticket-1843.patch added

Patch

comment:1 by Jonas Borgström, 19 years ago

This is weird, it really should be:

add_stylesheet(req, 'css/roadmap.css')

So the same trac version works on machine but not on another?

comment:2 by Markus Tacker <m@…>, 19 years ago

Cc: m@… added

Yes, see these links:

http://www.alan-germany.de:81/trac/test/roadmap (has the error) http://versions.tacker.org/trac/File_Bittorrent/roadmap (does not)

These ar two systems with an identical configuration. Python Version 2.3.5 Apache Version 2.0.54 SQLite Version 2.8.16 Clearsilver Version 0.9.7 Gento Linux Kernel 2.6

comment:3 by Markus Tacker <m@…>, 18 years ago

Resolution: invalid
Status: newclosed

Bug does not exist any more

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz 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.