Development

#2113 (Adding stylesheets or javascripts with dots in filenames before ending CSS or JS.)

You must first sign up to be able to contribute.

Ticket #2113 (closed defect: wontfix)

Opened 1 year ago

Last modified 2 months ago

Adding stylesheets or javascripts with dots in filenames before ending CSS or JS.

Reported by: Andrejs.Verza Assigned to: fabien
Priority: minor Milestone: 1.2.0
Component: view Version: 1.0.5
Keywords: AddStylesheet, AddJavascript Cc:
Qualification: Design decision

Description

I have these files to add to my project:

  x2.widgets.Tabs.css
  x2.widgets.Tabs.js

As usual, tried to add them without the ending extension, but the correct extension weren't added by symfony.

I understand, that this is a feature sometimes, where a php script could easily serve css or javascript, but moreoften this is a real .css or .js file, that needs its extension to be added. ;)

As for php scripts used for css or js - I suggest leaving programmers alone with html tags there, if they do css or js through scripting.

PS: isn't there some inconsistency with the trac symfony versions??

Change History

06/23/08 03:40:28 changed by dwhittle

  • qualification set to Design decision.
  • milestone set to 1.2.0.

09/13/08 10:58:00 changed by fabien

  • status changed from new to closed.
  • resolution set to wontfix.