summaryrefslogtreecommitdiffstats
path: root/lib/redmine/plugin_loader.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Lint/RedundantDirGlobSort (#38585).Go MAEDA2024-01-271-1/+1
* Remove code that is no longer needed as a result of asset pipeline implementa...Marius Balteanu2024-01-251-55/+0
* Adds test for plugin autoload issue (#36320, #39834).Marius Balteanu2023-12-171-1/+1
* Reverts r22507, r22508 and r22510 (#36320, #39803).Marius Balteanu2023-12-121-1/+1
* Allows configure plugins directory path in order to change the default locati...Marius Balteanu2023-12-101-1/+1
* Fix typo (#36320).Marius Balteanu2023-12-101-1/+1
* Fix autoloading of plugins fails in Rails 7.1.2 (#36320).Marius Balteanu2023-12-101-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Modifying the source code of a plugin does not reload it after r21295 ( #36273).Go MAEDA2022-12-211-0/+1
* Fix RuboCop offense Rails/RootPublicPath (#37248).Go MAEDA2022-06-141-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fix redmine:plugins:assets rake task fails (#36287, #32938).Go MAEDA2021-12-081-2/+6
* Fix plugin assets are no longer copied under plugin name (#36218, #29914, #32...Marius Balteanu2021-11-251-3/+6
* Switch to zeitwerk autoloader (#29914, #32938).Marius Balteanu2021-11-171-4/+4
* Extract Redmine::PluginLoader from Redmine::Plugin (#32938).Marius Balteanu2021-11-171-0/+140