summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/plugin_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Raise an exception if the plugin directory name differs from the plugin id (#...Go MAEDA2019-04-191-0/+8
* Fix plugins test to use correct plugin name and directory (#31110).Go MAEDA2019-04-191-26/+29
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* PluginRequirementError is now raised instead of PluginNotFound (#31030).Jean-Philippe Lang2019-03-151-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Support migration context for plugins (#28934).Jean-Philippe Lang2018-09-231-0/+9
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Removes test menu item after test.Jean-Philippe Lang2014-12-201-0/+4
* Add a warning if two plugins have the same settings partial name (#14008).Jean-Baptiste Barth2014-08-131-0/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove redundant empty lines from PluginTestToshi MARUYAMA2013-06-061-12/+0
* Allow plugins to define their base directory (#13927).Jean-Baptiste Barth2013-05-021-0/+12
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Makes Plugin#requires_redmine accept a range of versions (#12299).Jean-Philippe Lang2012-11-171-10/+25
* Makes Plugin#requires_redmine accept only major and minor version (#12299).Jean-Philippe Lang2012-11-171-0/+12
* Rewrites requires_redmine tests.Jean-Philippe Lang2012-11-171-17/+19
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds tests for plugin API.Jean-Philippe Lang2011-12-031-0/+30
* remove trailing white-spaces from test/unit/lib/redmine/plugin_test.rb.Toshi MARUYAMA2011-08-301-14/+14
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds a Plugin API to allow one plugin to depend on another.Eric Davis2009-12-161-0/+39
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Adds Plugin#requires_redmine method so that plugin compatibility can be check...Jean-Philippe Lang2008-11-161-0/+23
* Adds url and author_url plugin attributes (#2162).Jean-Philippe Lang2008-11-161-0/+4
* Adds a few Plugin tests.Jean-Philippe Lang2008-11-161-0/+51