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
*
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
*
fix comment typo at lib/redmine/plugin.rb.
Toshi MARUYAMA
2011-08-11
1
-3
/
+3
*
replace RAILS_ROOT to Rails.root at lib/redmine/plugin.rb.
Toshi MARUYAMA
2011-06-17
1
-5
/
+5
*
Add Redmine::Plugin.installed?(:name) method to check if a plugin is installed
Eric Davis
2010-10-25
1
-0
/
+7
*
Fix typos in the examples. #5823
Eric Davis
2010-07-16
1
-2
/
+2
*
Adds a Plugin API to allow one plugin to depend on another.
Eric Davis
2009-12-16
1
-0
/
+36
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-0
/
+3
*
Adds Plugin#requires_redmine method so that plugin compatibility can be check...
Jean-Philippe Lang
2008-11-16
1
-0
/
+35
*
Adds url and author_url plugin attributes (#2162).
Jean-Philippe Lang
2008-11-16
1
-1
/
+1
*
Adds a few Plugin tests.
Jean-Philippe Lang
2008-11-16
1
-0
/
+9
*
Adds .find and .all Plugin class methods.
Jean-Philippe Lang
2008-11-16
1
-1
/
+13
*
Adds plugin id attribute.
Jean-Philippe Lang
2008-11-16
1
-4
/
+13
*
Makes wiki text formatter pluggable.
Jean-Philippe Lang
2008-10-27
1
-0
/
+10
*
Adds #delete_menu_item to the plugin API (#2087).
Jean-Philippe Lang
2008-10-25
1
-2
/
+8
*
Adds #activity_provider shortcut method to the plugin API.
Jean-Philippe Lang
2008-07-27
1
-0
/
+26
*
Menus items:
Jean-Philippe Lang
2008-02-22
1
-4
/
+5
*
Basic plugin support.
Jean-Philippe Lang
2007-09-23
1
-0
/
+124