summaryrefslogtreecommitdiffstats
path: root/lib/redmine/plugin.rb
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in lib/redmine/p...Toshi MARUYAMA2019-10-171-1/+1
* code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/plugin.rbToshi MARUYAMA2019-10-171-12/+12
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-061-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-3/+3
* Raise an exception if the plugin directory name differs from the plugin id (#...Go MAEDA2019-04-191-0/+4
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Include plugin name in the exception when the plugin required by requires_red...Jean-Philippe Lang2019-03-151-1/+5
* Add plugin lib directory to rails autoload paths (#30753).Jean-Philippe Lang2019-03-151-0/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Add plugin directories to rails autoload paths (#30753).Go MAEDA2019-03-041-5/+6
* Plugin eager_load should depend on environment setting instead of name (#30725).Go MAEDA2019-02-011-1/+1
* Update Redmine::Plugin documentation (#28996).Jean-Philippe Lang2018-11-291-1/+19
* Removed message to stdout (#28934).Jean-Philippe Lang2018-09-291-1/+0
* Support migration context for plugins (#28934).Jean-Philippe Lang2018-09-231-11/+47
* Remove RDoc tags (#28943).Go MAEDA2018-06-081-1/+1
* Rails 5: "Page not found" error when accessing a page of a plugin in producti...Jean-Philippe Lang2018-04-081-0/+1
* fix "schema_migrations_table_name is deprecated" warning during redmine:plugi...Toshi MARUYAMA2017-08-311-2/+3
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Removes plugins_path from configuration file (#24007).Jean-Philippe Lang2017-06-171-1/+1
* Change plugins directory through the configuration.yml file (#24007).Jean-Philippe Lang2016-11-181-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Plugin migration directory should use plugin directory (#14402).Jean-Philippe Lang2015-06-211-1/+1
* Updates #wiki_format_provider plugin API with changes to wiki formatting (#20...Jean-Philippe Lang2015-06-211-4/+11
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Plugin migration confuses two plugins with similar names (#18685).Jean-Philippe Lang2014-12-201-2/+2
* Adds methods for loading and adding settings.Jean-Philippe Lang2014-12-051-0/+5
* Add a warning if two plugins have the same settings partial name (#14008).Jean-Baptiste Barth2014-08-131-0/+11
* fix typos of source comments at lib/redmine/plugin.rbToshi MARUYAMA2014-04-071-1/+1
* Don't clear plugins in tests (#16258).Jean-Philippe Lang2014-03-211-0/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* 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