summaryrefslogtreecommitdiffstats
path: root/lib/redmine/plugin.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-131-0/+4
* Fixes #requires_redmine comments (#12299).Jean-Philippe Lang2012-11-171-0/+2
* Makes Plugin#requires_redmine accept a range of versions (#12299).Jean-Philippe Lang2012-11-171-8/+27
* Makes Plugin#requires_redmine accept only major and minor version (#12299).Jean-Philippe Lang2012-11-171-1/+1
* add more error message if public/plugin_assets cannot be created (#11945)Toshi MARUYAMA2012-09-261-1/+5
* fix "can't convert Errno::EACCES into String" in case of no permission of pub...Toshi MARUYAMA2012-09-261-2/+2
* Let plugin override mailer views (#11776).Jean-Philippe Lang2012-09-061-0/+1
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-3/+5
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Let redmine:plugins:assets mirror a single plugin assets with name=.Jean-Philippe Lang2012-05-011-4/+8
* Adds deprecated tasks for plugins migration.Jean-Philippe Lang2012-05-011-3/+20
* Restores plugin assets mirroring on startup, but it can now be disabled in co...Jean-Philippe Lang2012-04-281-0/+7
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+136
* Adds Redmine::Plugin.public_directory to be used instead of Engines.public_di...Jean-Philippe Lang2012-03-041-0/+3
* remove trailing white-spaces from lib/redmine/plugin.rbToshi MARUYAMA2011-09-201-32/+32
* fix comment typo at lib/redmine/plugin.rb.Toshi MARUYAMA2011-08-111-3/+3
* replace RAILS_ROOT to Rails.root at lib/redmine/plugin.rb.Toshi MARUYAMA2011-06-171-5/+5
* Add Redmine::Plugin.installed?(:name) method to check if a plugin is installedEric Davis2010-10-251-0/+7
* Fix typos in the examples. #5823Eric Davis2010-07-161-2/+2
* Adds a Plugin API to allow one plugin to depend on another.Eric Davis2009-12-161-0/+36
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-0/+3
* Adds Plugin#requires_redmine method so that plugin compatibility can be check...Jean-Philippe Lang2008-11-161-0/+35
* Adds url and author_url plugin attributes (#2162).Jean-Philippe Lang2008-11-161-1/+1
* Adds a few Plugin tests.Jean-Philippe Lang2008-11-161-0/+9
* Adds .find and .all Plugin class methods.Jean-Philippe Lang2008-11-161-1/+13
* Adds plugin id attribute.Jean-Philippe Lang2008-11-161-4/+13
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-271-0/+10
* Adds #delete_menu_item to the plugin API (#2087).Jean-Philippe Lang2008-10-251-2/+8
* Adds #activity_provider shortcut method to the plugin API.Jean-Philippe Lang2008-07-271-0/+26
* Menus items:Jean-Philippe Lang2008-02-221-4/+5
* Basic plugin support.Jean-Philippe Lang2007-09-231-0/+124