View Issue Details

IDProjectCategoryView StatusLast Update
0000172HTML & PERLFeature Request - Miscpublic2005-07-02 16:38
Reporterrowaasr13 Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionopen 
Summary0000172: Allow file:// URLs for custom CSS in profile
DescriptionIt is much easier to tweak scheme on local machine without uploading it somewhere every time, especially when you're just planing it. It also would allow using different schemes with different font sizes on different PCs (read: displays) without switching URL all the time.
TagsNo tags attached.

Relationships

has duplicate 0000212 resolvedexp file:// paths for css 

Activities

exp

2005-05-11 21:23

administrator   ~0000449

done

exp

2005-07-02 14:06

administrator   ~0000551

note: current regular expression for valid file:// paths is:
/^file\:\/\/[a-z0-9\-\.\_\/]+$/i

that means that the local filename may only contain a-z A-Z 0-9 - . and _
so if you're having problems with file:// urls make sure they don't use any other characters. Especially no spaces!

exp

2005-07-02 16:38

administrator   ~0000554

: will be allowed soon

Issue History

Date Modified Username Field Change
2005-05-11 16:42 rowaasr13 New Issue
2005-05-11 21:23 exp Status new => closed
2005-05-11 21:23 exp Note Added: 0000449
2005-07-02 14:04 exp Relationship added has duplicate 0000212
2005-07-02 14:06 exp Note Added: 0000551
2005-07-02 16:38 exp Note Added: 0000554