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
*
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
*
Code cleanup: implement Plugin#to_param for generating routes.
Jean-Philippe Lang
2012-12-13
1
-0
/
+4
*
Fixes #requires_redmine comments (#12299).
Jean-Philippe Lang
2012-11-17
1
-0
/
+2
*
Makes Plugin#requires_redmine accept a range of versions (#12299).
Jean-Philippe Lang
2012-11-17
1
-8
/
+27
*
Makes Plugin#requires_redmine accept only major and minor version (#12299).
Jean-Philippe Lang
2012-11-17
1
-1
/
+1
*
add more error message if public/plugin_assets cannot be created (#11945)
Toshi MARUYAMA
2012-09-26
1
-1
/
+5
*
fix "can't convert Errno::EACCES into String" in case of no permission of pub...
Toshi MARUYAMA
2012-09-26
1
-2
/
+2
*
Let plugin override mailer views (#11776).
Jean-Philippe Lang
2012-09-06
1
-0
/
+1
*
Ability to close projects (read-only) (#3640).
Jean-Philippe Lang
2012-06-25
1
-3
/
+5
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Let redmine:plugins:assets mirror a single plugin assets with name=.
Jean-Philippe Lang
2012-05-01
1
-4
/
+8
*
Adds deprecated tasks for plugins migration.
Jean-Philippe Lang
2012-05-01
1
-3
/
+20
*
Restores plugin assets mirroring on startup, but it can now be disabled in co...
Jean-Philippe Lang
2012-04-28
1
-0
/
+7
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-1
/
+136
*
Adds Redmine::Plugin.public_directory to be used instead of Engines.public_di...
Jean-Philippe Lang
2012-03-04
1
-0
/
+3
*
remove trailing white-spaces from lib/redmine/plugin.rb
Toshi MARUYAMA
2011-09-20
1
-32
/
+32
[next]