Ticket #913 (closed defect: fixed)

Opened 12 months ago

Last modified 12 months ago

Theme path error in Windows

Reported by: DarTar Owned by: BrianKoontz
Priority: high Milestone: 1.2-patches
Component: layout Version: 1.2-p1
Severity: major Keywords: windows themes trunk-unported
Cc:

Description

(reported by Victor on the community list)

It appears that when running under Windows, Wikka 1.2 is unable to build correct links to theme dependencies (such as stylesheet).

e.g.

<link rel="stylesheet" type="text/css" href="templates\light/css/light.css?89bd2" />
<link rel="stylesheet" type="text/css" href="templates\light/css/print.css" media="print" />

we need to patch the GetThemePath() method to generate correct URI regardless of the underlying OS.

Change History

Changed 12 months ago by BrianKoontz

  • status changed from new to accepted
  • milestone changed from 1.3 to 1.2-patches

Changed 12 months ago by BrianKoontz

  • keywords trunk-unported added

Changed 12 months ago by BrianKoontz

(In [1477]) Replace backslashes with forward slashes in <link> tags. Refs #913.

Changed 12 months ago by BrianKoontz

  • priority changed from normal to high
  • severity changed from normal to major

Changed 12 months ago by BrianKoontz

  • status changed from accepted to closed
  • resolution set to fixed

Changed 12 months ago by BrianKoontz

  • version changed from 1.2 to 1.2-p1
Note: See TracTickets for help on using tickets.