summaryrefslogtreecommitdiffstats
path: root/lib/redmine/plugin.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Merged r22747 from trunk to 5.1-stable (#39948).Marius Balteanu2024-02-271-0/+12
* <=> operator should return nil when invoked with an incomparable object (#387...Go MAEDA2023-06-291-0/+2
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-251-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Database migrations don't run correctly for plugins when specifying the `VERS...Go MAEDA2022-10-301-0/+4
* Fix Redmine::Plugin.assets_directory is not working after r21283 (#36835).Marius Balteanu2022-03-241-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Extract Redmine::PluginLoader from Redmine::Plugin (#32938).Marius Balteanu2021-11-171-81/+7
* Fix "ArgumentError: wrong number of arguments (given 1, expected 2) on Redmin...Go MAEDA2021-04-011-5/+5
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of lib/redmine/plugin.rbToshi MARUYAMA2020-12-091-11/+42
* remove spaces inside {} of lib/redmine/plugin.rbToshi MARUYAMA2020-11-201-8/+8
* Adds a hook after all plugins have been loaded (#34072).Go MAEDA2020-10-201-0/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in lib/redmine/p...Toshi MARUYAMA2019-10-171-1/+1
* code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/plugin.rbToshi MARUYAMA2019-10-171-12/+12
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-061-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-3/+3
* Raise an exception if the plugin directory name differs from the plugin id (#...Go MAEDA2019-04-191-0/+4
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Include plugin name in the exception when the plugin required by requires_red...Jean-Philippe Lang2019-03-151-1/+5
* Add plugin lib directory to rails autoload paths (#30753).Jean-Philippe Lang2019-03-151-0/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Add plugin directories to rails autoload paths (#30753).Go MAEDA2019-03-041-5/+6
* Plugin eager_load should depend on environment setting instead of name (#30725).Go MAEDA2019-02-011-1/+1
* Update Redmine::Plugin documentation (#28996).Jean-Philippe Lang2018-11-291-1/+19
* Removed message to stdout (#28934).Jean-Philippe Lang2018-09-291-1/+0
* Support migration context for plugins (#28934).Jean-Philippe Lang2018-09-231-11/+47
* Remove RDoc tags (#28943).Go MAEDA2018-06-081-1/+1
* Rails 5: "Page not found" error when accessing a page of a plugin in producti...Jean-Philippe Lang2018-04-081-0/+1
* fix "schema_migrations_table_name is deprecated" warning during redmine:plugi...Toshi MARUYAMA2017-08-311-2/+3
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Removes plugins_path from configuration file (#24007).Jean-Philippe Lang2017-06-171-1/+1
* Change plugins directory through the configuration.yml file (#24007).Jean-Philippe Lang2016-11-181-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Plugin migration directory should use plugin directory (#14402).Jean-Philippe Lang2015-06-211-1/+1
* Updates #wiki_format_provider plugin API with changes to wiki formatting (#20...Jean-Philippe Lang2015-06-211-4/+11
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Plugin migration confuses two plugins with similar names (#18685).Jean-Philippe Lang2014-12-201-2/+2
* Adds methods for loading and adding settings.Jean-Philippe Lang2014-12-051-0/+5
* Add a warning if two plugins have the same settings partial name (#14008).Jean-Baptiste Barth2014-08-131-0/+11
* fix typos of source comments at lib/redmine/plugin.rbToshi MARUYAMA2014-04-071-1/+1
* Don't clear plugins in tests (#16258).Jean-Philippe Lang2014-03-211-0/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Use Rails.application.config.i18n.load_path for adding plugin locales (#12753).Jean-Philippe Lang2014-01-051-1/+1
* remove trailing white-spaces from lib/redmine/plugin.rbToshi MARUYAMA2013-06-061-4/+4
* Allow plugins to define their base directory (#13927).Jean-Baptiste Barth2013-05-021-5/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1