Vote #64713
完了Support for Javascript in Themes
0%
説明
Our theme requires Javascript and it seems the only way to include js is via a custom plugin,
which is a bit overkill IMHO.
Someone already wrote a patch http://www.redmine.org/issues/show/1864 so the work to implement
this in the trunk should be limited.
journals
What is the status about this issue? I think it would be very valuable to add javascript support on themes. Are there problems in integrating the patch in issue #1864 ?
--------------------------------------------------------------------------------
Unlike CSS, I don't think it makes sense to let themes override the core application.js (any change to that file would break the compatibility with the theme). Instead, we could automatically load a given script (@/javascripts/theme.js@ for example) if it is found in the theme directory.
--------------------------------------------------------------------------------
That solution would be fine.
--------------------------------------------------------------------------------
That solution would be fine for me too. Could that feature be implemented in Redmine 1.0.5?
--------------------------------------------------------------------------------
No features in stable branches but I think I can add this improvement to 1.1.
--------------------------------------------------------------------------------
Feature added in r4558.
Add @javascripts/theme.js@ to your theme directory and it will loaded automatically.
--------------------------------------------------------------------------------
related_issues
relates,Closed,1864,Automatically extend /public with javascripts and images from a theme folder