summaryrefslogtreecommitdiffstats
path: root/lib/redmine/themes.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/themes.rbToshi MARUYAMA2019-11-211-1/+0
* fix Redmine::Themes#scan_themes is not privateToshi MARUYAMA2019-10-011-2/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* remove trailing white space from lib/redmine/themes.rbToshi MARUYAMA2017-07-311-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Don't reopen ApplicationHelper (#20507).Jean-Philippe Lang2015-10-191-16/+16
* Reverts r14510 (#20508) and r14511 (#20507), tests broken.Jean-Philippe Lang2015-08-221-2/+1
* ThemesHelper reopening ApplicationHelper is problem with autoloading (#20507).Jean-Philippe Lang2015-08-181-1/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Make favicon themeable (#15689).Jean-Philippe Lang2014-01-111-0/+16
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Makes image_tag pick the image from the current theme if it exists.Jean-Philippe Lang2012-04-281-2/+14
* Restores support for :plugin support to stylesheet_link_tag and javascript_in...Jean-Philippe Lang2012-04-281-20/+0
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-0/+8
* remove trailing white-spaces from lib/redmine/themes.rbToshi MARUYAMA2011-09-201-24/+24
* Avoid theme rescan when no theme is selected.Jean-Philippe Lang2010-12-221-0/+2
* Support for Javascript in Themes (#2803).Jean-Philippe Lang2010-12-221-6/+46
* Reload themes so that new themes can be used without restarting Redmine (#5712).Jean-Philippe Lang2010-11-271-3/+12
* Fixes theme discovery under JRuby on Rails war structure (#632, #5404).Jean-Philippe Lang2010-04-301-1/+1
* Fixed: Themes are not applied with Rails 2.0Jean-Philippe Lang2008-01-071-0/+4
* Themes:Jean-Philippe Lang2007-11-221-1/+1
* Added basic Theme support.Jean-Philippe Lang2007-10-101-0/+72