| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |