index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
redmine
/
plugin.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Merged r22747 from trunk to 5.1-stable (#39948).
Marius Balteanu
2024-02-27
1
-0
/
+12
*
<=> operator should return nil when invoked with an incomparable object (#387...
Go MAEDA
2023-06-29
1
-0
/
+2
*
Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...
Go MAEDA
2023-03-25
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Database migrations don't run correctly for plugins when specifying the `VERS...
Go MAEDA
2022-10-30
1
-0
/
+4
*
Fix Redmine::Plugin.assets_directory is not working after r21283 (#36835).
Marius Balteanu
2022-03-24
1
-2
/
+2
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Extract Redmine::PluginLoader from Redmine::Plugin (#32938).
Marius Balteanu
2021-11-17
1
-81
/
+7
*
Fix "ArgumentError: wrong number of arguments (given 1, expected 2) on Redmin...
Go MAEDA
2021-04-01
1
-5
/
+5
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
shorten long line of lib/redmine/plugin.rb
Toshi MARUYAMA
2020-12-09
1
-11
/
+42
*
remove spaces inside {} of lib/redmine/plugin.rb
Toshi MARUYAMA
2020-11-20
1
-8
/
+8
*
Adds a hook after all plugins have been loaded (#34072).
Go MAEDA
2020-10-20
1
-0
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in lib/redmine/p...
Toshi MARUYAMA
2019-10-17
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/plugin.rb
Toshi MARUYAMA
2019-10-17
1
-12
/
+12
*
Remove trailing whitespaces from lib (#31506).
Go MAEDA
2019-06-06
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Don't rescue Exception class (#31387).
Go MAEDA
2019-05-25
1
-3
/
+3
*
Raise an exception if the plugin directory name differs from the plugin id (#...
Go MAEDA
2019-04-19
1
-0
/
+4
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Include plugin name in the exception when the plugin required by requires_red...
Jean-Philippe Lang
2019-03-15
1
-1
/
+5
*
Add plugin lib directory to rails autoload paths (#30753).
Jean-Philippe Lang
2019-03-15
1
-0
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Add plugin directories to rails autoload paths (#30753).
Go MAEDA
2019-03-04
1
-5
/
+6
*
Plugin eager_load should depend on environment setting instead of name (#30725).
Go MAEDA
2019-02-01
1
-1
/
+1
*
Update Redmine::Plugin documentation (#28996).
Jean-Philippe Lang
2018-11-29
1
-1
/
+19
*
Removed message to stdout (#28934).
Jean-Philippe Lang
2018-09-29
1
-1
/
+0
*
Support migration context for plugins (#28934).
Jean-Philippe Lang
2018-09-23
1
-11
/
+47
*
Remove RDoc tags (#28943).
Go MAEDA
2018-06-08
1
-1
/
+1
*
Rails 5: "Page not found" error when accessing a page of a plugin in producti...
Jean-Philippe Lang
2018-04-08
1
-0
/
+1
*
fix "schema_migrations_table_name is deprecated" warning during redmine:plugi...
Toshi MARUYAMA
2017-08-31
1
-2
/
+3
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Removes plugins_path from configuration file (#24007).
Jean-Philippe Lang
2017-06-17
1
-1
/
+1
*
Change plugins directory through the configuration.yml file (#24007).
Jean-Philippe Lang
2016-11-18
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Plugin migration directory should use plugin directory (#14402).
Jean-Philippe Lang
2015-06-21
1
-1
/
+1
*
Updates #wiki_format_provider plugin API with changes to wiki formatting (#20...
Jean-Philippe Lang
2015-06-21
1
-4
/
+11
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Plugin migration confuses two plugins with similar names (#18685).
Jean-Philippe Lang
2014-12-20
1
-2
/
+2
*
Adds methods for loading and adding settings.
Jean-Philippe Lang
2014-12-05
1
-0
/
+5
*
Add a warning if two plugins have the same settings partial name (#14008).
Jean-Baptiste Barth
2014-08-13
1
-0
/
+11
*
fix typos of source comments at lib/redmine/plugin.rb
Toshi MARUYAMA
2014-04-07
1
-1
/
+1
*
Don't clear plugins in tests (#16258).
Jean-Philippe Lang
2014-03-21
1
-0
/
+6
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Use Rails.application.config.i18n.load_path for adding plugin locales (#12753).
Jean-Philippe Lang
2014-01-05
1
-1
/
+1
*
remove trailing white-spaces from lib/redmine/plugin.rb
Toshi MARUYAMA
2013-06-06
1
-4
/
+4
*
Allow plugins to define their base directory (#13927).
Jean-Baptiste Barth
2013-05-02
1
-5
/
+4
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
[next]