Edgewall Software

Changes between Initial Version and Version 2 of Ticket #1908


Ignore:
Timestamp:
Aug 27, 2005, 11:40:13 AM (19 years ago)
Author:
Christopher Lenz
Comment:

(Fix formatting in description)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1908

    • Property Owner changed from Jonas Borgström to Christopher Lenz
    • Property Priority normallow
    • Property Status newassigned
    • Property Milestone0.9
  • Ticket #1908 – Description

    initial v2  
    1 In r2064, {{{trac.web.chrome.add_stylesheet()}}} always makes a href to standard htdocs
     1In r2064, `trac.web.chrome.add_stylesheet()` always makes a href to standard htdocs
    22location. So [source:/branches/jonas-dev/webadmin webadmin] and  [http://trac-hacks.swapoff.org/wiki/EggCookingTutorial helloworldplugin] cannot
    33use its own css file.
     
    55Attached patch checks whether the specified stylesheet file is in trac's standard
    66htdocs directory.
    7 If exist, makes href {{{/trac/css/xxx.cs}}, or {{{/proj/chrome/css/xxx.cs}}}.
     7If exist, makes href `/trac/css/xxx.cs`, or `/proj/chrome/css/xxx.cs`.
    88
    99BTW, This means plugin cannot override existing one. Is it good?
    10 I think it might be ok that we always make link via {{{/proj/chrome/}}}...
     10I think it might be ok that we always make link via `/proj/chrome/`...