Actions
Patch #15689
closedMake favicon themeable
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Plan.io had the case that we needed to be able to set the favicon according to the theme. We have developed a patch to be able to use a favicon from the favicon
directory in the theme directory (if more than one is available the [].first
will be used).
(Patch coming up as soon as I have an issue number)
Files
Updated by Felix Schäfer about 11 years ago
- File 15689-theme_favicon.patch 15689-theme_favicon.patch added
- Status changed from New to Resolved
Here's the patch.
Updated by Jan Niggemann (redmine.org team member) about 11 years ago
- Tracker changed from Feature to Patch
- Status changed from Resolved to New
Updated by Jean-Philippe Lang about 11 years ago
Could you add a test for this? See source:/trunk/test/integration/lib/redmine/themes_test.rb
Updated by Felix Schäfer about 11 years ago
Sure, see the attached updated patch.
Updated by Jean-Philippe Lang almost 11 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Patch committed in r12646 with slight changes:
- ruby 1.8 compatibility syntax
- use of
#assert_select
instead of#assert_tag
Thanks.
Actions