Feature #2803
closedSupport for Javascript in Themes
0%
Description
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.
Related issues
Updated by Ruben Kruiswijk about 14 years ago
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 ?
Updated by Jean-Philippe Lang about 14 years ago
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.
Updated by Ruben Kruiswijk almost 14 years ago
That solution would be fine for me too. Could that feature be implemented in Redmine 1.0.5?
Updated by Jean-Philippe Lang almost 14 years ago
- Category set to Themes
- Target version set to 1.1.0
No features in stable branches but I think I can add this improvement to 1.1.
Updated by Jean-Philippe Lang almost 14 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Feature added in r4558.
Add javascripts/theme.js
to your theme directory and it will loaded automatically.