summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/plugin_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Merged r22747 from trunk to 5.1-stable (#39948).Marius Balteanu2024-02-271-0/+8
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Database migrations don't run correctly for plugins when specifying the `VERS...Go MAEDA2022-10-301-0/+13
* Psych::DisallowedClass exception when loading default plugin settings (#37450...Go MAEDA2022-07-211-0/+7
* Fix Redmine::Plugin.assets_directory is not working after r21283 (#36835).Marius Balteanu2022-03-241-0/+5
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of test/unit/lib/redmine/plugin_test.rbToshi MARUYAMA2020-11-211-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* 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