| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix RuboCop offense Style/MapCompactWithConditionalBlock (#39887). | Go MAEDA | 2024-07-11 | 1 | -4/+4 |
* | Remove current year from source file copyright headers and update year in foo... | Marius Balteanu | 2024-02-26 | 1 | -1/+1 |
* | Custom themes are now loaded from "/themes" directory from project root. The ... | Marius Balteanu | 2024-02-13 | 1 | -1/+1 |
* | Move public assets (images, javascripts, stylesheets, themes) to app/assets (... | Marius Balteanu | 2024-02-07 | 1 | -1/+1 |
* | Reverts r22694 (#39111). | Marius Balteanu | 2024-02-07 | 1 | -1/+1 |
* | Move public assets (images, javascripts, stylesheets, themes) to app/assets (... | Marius Balteanu | 2024-02-07 | 1 | -1/+1 |
* | Fix RuboCop offense Style/BlockDelimiters, Layout/MultilineBlockLayout, and L... | Go MAEDA | 2024-01-27 | 1 | -3/+5 |
* | Add Propshaft library to enable the asset pipeline without modifying existing... | Marius Balteanu | 2024-01-25 | 1 | -4/+16 |
* | Refactor file extension removal in Theme#assets to use File.basename instead ... | Go MAEDA | 2024-01-08 | 1 | -1/+1 |
* | Replace String#sub with delete_prefix / delete_suffix (#40008). | Go MAEDA | 2024-01-08 | 1 | -1/+1 |
* | <=> operator should return nil when invoked with an incomparable object (#387... | Go MAEDA | 2023-06-29 | 1 | -0/+2 |
* | Update copyright year to 2023 (#38141). | Go MAEDA | 2023-01-01 | 1 | -1/+1 |
* | Update copyright year in source files to 2022 (#36379). | Go MAEDA | 2022-01-02 | 1 | -1/+1 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 1 | -1/+1 |
* | Update copyright year in source files to 2020 (#33069). | Go MAEDA | 2020-03-03 | 1 | -1/+1 |
* | cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/themes.rb | Toshi MARUYAMA | 2019-11-21 | 1 | -1/+0 |
* | fix Redmine::Themes#scan_themes is not private | Toshi MARUYAMA | 2019-10-01 | 1 | -2/+1 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 1 | -1/+1 |
* | Enable frozen_string_literal for some files under app and lib directory (#265... | Go MAEDA | 2019-03-16 | 1 | -1/+1 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | remove trailing white space from lib/redmine/themes.rb | Toshi MARUYAMA | 2017-07-31 | 1 | -1/+1 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Don't reopen ApplicationHelper (#20507). | Jean-Philippe Lang | 2015-10-19 | 1 | -16/+16 |
* | Reverts r14510 (#20508) and r14511 (#20507), tests broken. | Jean-Philippe Lang | 2015-08-22 | 1 | -2/+1 |
* | ThemesHelper reopening ApplicationHelper is problem with autoloading (#20507). | Jean-Philippe Lang | 2015-08-18 | 1 | -1/+2 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Make favicon themeable (#15689). | Jean-Philippe Lang | 2014-01-11 | 1 | -0/+16 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Makes image_tag pick the image from the current theme if it exists. | Jean-Philippe Lang | 2012-04-28 | 1 | -2/+14 |
* | Restores support for :plugin support to stylesheet_link_tag and javascript_in... | Jean-Philippe Lang | 2012-04-28 | 1 | -20/+0 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 1 | -0/+8 |
* | remove trailing white-spaces from lib/redmine/themes.rb | Toshi MARUYAMA | 2011-09-20 | 1 | -24/+24 |
* | Avoid theme rescan when no theme is selected. | Jean-Philippe Lang | 2010-12-22 | 1 | -0/+2 |
* | Support for Javascript in Themes (#2803). | Jean-Philippe Lang | 2010-12-22 | 1 | -6/+46 |
* | Reload themes so that new themes can be used without restarting Redmine (#5712). | Jean-Philippe Lang | 2010-11-27 | 1 | -3/+12 |
* | Fixes theme discovery under JRuby on Rails war structure (#632, #5404). | Jean-Philippe Lang | 2010-04-30 | 1 | -1/+1 |
* | Fixed: Themes are not applied with Rails 2.0 | Jean-Philippe Lang | 2008-01-07 | 1 | -0/+4 |
* | Themes: | Jean-Philippe Lang | 2007-11-22 | 1 | -1/+1 |
* | Added basic Theme support. | Jean-Philippe Lang | 2007-10-10 | 1 | -0/+72 |