summaryrefslogtreecommitdiffstats
path: root/config/initializers
Commit message (Expand)AuthorAgeFilesLines
* Fixed an issue where Redmine would not start due to an error in Propshaft (#3...Marius Balteanu2024-11-051-2/+2
* Upgrades propshaft to 1.1.0 (#39111).Marius Balteanu2024-10-311-1/+1
* Adds asset path to default to support old style theme (#39111).Marius Balteanu2024-10-311-1/+4
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-2/+2
* Use Array#intersect? introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-201-1/+1
* Replaces removed `ActiveSupport::Deprecation.warn` with custom deprecators (#...Marius Balteanu2024-08-201-0/+2
* Fix RuboCop offense Layout/EmptyLineBetweenDefs (#39887).Go MAEDA2024-07-191-0/+1
* Fix RuboCop offense Style/SuperArguments (#39887).Go MAEDA2024-05-231-1/+1
* Remove overrides that inserts a non-breaking space (nbsp) to empty option ele...Marius Balteanu2024-02-101-30/+0
* Move public assets (images, javascripts, stylesheets, themes) to app/assets (...Marius Balteanu2024-02-071-3/+0
* Reverts r22694 (#39111).Marius Balteanu2024-02-071-0/+3
* Move public assets (images, javascripts, stylesheets, themes) to app/assets (...Marius Balteanu2024-02-071-3/+0
* Fix RuboCop offense Lint/RedundantDirGlobSort (#38585).Go MAEDA2024-01-271-1/+1
* Add Propshaft library to enable the asset pipeline without modifying existing...Marius Balteanu2024-01-252-54/+38
* Fix RuboCop offense Layout/EmptyLinesAroundModuleBody (#38975).Go MAEDA2024-01-241-1/+0
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-16/+0
* Remove backported Rack::RewindableInput.size method due to Rack 3.0 migration...Go MAEDA2024-01-211-14/+0
* Switch default backend of ActiveSupport::XmlMini from rexml to Nokogiri (#372...Marius Balteanu2024-01-111-0/+3
* Replace String#sub with delete_prefix / delete_suffix (#40008).Go MAEDA2024-01-081-1/+1
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
* Fix failing API tests on Ruby 2.7 after migration to Rails 7.1 (#36320, #39760).Marius Balteanu2023-12-101-1/+3
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-272-25/+28
* Limit the year to 4 digits in date input (#38231).Go MAEDA2023-03-301-0/+12
* Modifying the source code of a plugin does not reload it after r21295 ( #36273).Go MAEDA2022-12-211-0/+1
* Fixes for Style/FileWrite offense introduced in RuboCop 1.24.0 (#35136).Go MAEDA2021-12-241-1/+1
* Drop OpenID support (#35755).Go MAEDA2021-12-141-5/+0
* Switch to zeitwerk autoloader (#29914, #32938).Marius Balteanu2021-11-171-0/+31
* Load core plugins using require (#29914, #32938).Marius Balteanu2021-11-171-12/+7
* Add core extensions in prepare method (#29914, #32938).Marius Balteanu2021-11-172-9/+4
* Move preparation code to redmine/preparation.rb (#29914, #32938).Marius Balteanu2021-11-172-2/+8
* Extract Redmine::PluginLoader from Redmine::Plugin (#32938).Marius Balteanu2021-11-171-8/+3
* Remove redefinition of ActionMailer::LogSubscriber#deliver which is no longer...Go MAEDA2021-08-191-18/+0
* Uploading a big file fails with NoMemoryError (#33752).Go MAEDA2021-05-111-0/+14
* Fix Subclasses must implement a find_templates(name, prefix, partial, details...Go MAEDA2021-04-011-1/+3
* code cleanup: rubocop: fix Rails/Presence in config/initializers/30-redmine.rbToshi MARUYAMA2019-09-241-3/+1
* code cleanup: rubocop: fix Rails/Presence in config/initializers/10-patches.rbToshi MARUYAMA2019-09-241-1/+1
* Reverts r18245 (#31582, #31365).Go MAEDA2019-06-201-14/+0
* Issue subject may be broken if the subject field is split into multiple lines...Jean-Philippe Lang2019-06-101-0/+14
* Add support for reloading plugin assets automatically in development mode (#3...Go MAEDA2019-05-271-1/+12
* Support frozen_string_literal in config/initializers/10-patches.rb (#26561).Go MAEDA2019-03-171-1/+1
* Enable frozen_string_literal for all files under config directory (#26561).Go MAEDA2019-03-174-4/+4
* Enable frozen_string_literal for files which don't contain string literals (#...Go MAEDA2019-03-172-2/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-156-0/+12
* Update i18n gem to 1.5.3 (#29946).Go MAEDA2019-02-191-1/+0
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-29/+2
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-121-1/+1
* add newline at end of config/initializers/10-patches.rbToshi MARUYAMA2017-07-251-1/+1
* Renames column comments.comments to comments.content to please Rails 5.1 (#23...Jean-Philippe Lang2017-07-231-24/+0
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-232-5/+26
* Restore timestamp in asset paths (#24617).Jean-Philippe Lang2017-04-031-0/+51