52 Commits (daa7d2ba181627baf42f1e1efea04e4750e05331)

Author SHA1 Message Date
  Jean-Philippe Lang daa7d2ba18 Support migration context for plugins (#28934). 5 years ago
  Go MAEDA bff0fbce8b Remove RDoc tags (#28943). 6 years ago
  Jean-Philippe Lang 784b9f4aca Rails 5: "Page not found" error when accessing a page of a plugin in production mode (#26636). 6 years ago
  Toshi MARUYAMA 6455e0431f fix "schema_migrations_table_name is deprecated" warning during redmine:plugins:migrate (#26615) 6 years ago
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 7 years ago
  Jean-Philippe Lang 7b6e6b9370 Removes plugins_path from configuration file (#24007). 7 years ago
  Jean-Philippe Lang 7a9a22f3dd Change plugins directory through the configuration.yml file (#24007). 7 years ago
  Jean-Philippe Lang cda9c63d9c Updates copyright for 2016. 8 years ago
  Jean-Philippe Lang 15c7066dde Plugin migration directory should use plugin directory (#14402). 9 years ago
  Jean-Philippe Lang 0a6f936626 Updates #wiki_format_provider plugin API with changes to wiki formatting (#20141). 9 years ago
  Jean-Philippe Lang 000124f44f Copyright update. 9 years ago
  Jean-Philippe Lang c53eb532c2 Plugin migration confuses two plugins with similar names (#18685). 9 years ago
  Jean-Philippe Lang ca71cf3800 Adds methods for loading and adding settings. 9 years ago
  Jean-Baptiste Barth 1617ee7bd8 Add a warning if two plugins have the same settings partial name (#14008). 9 years ago
  Toshi MARUYAMA 242b440073 fix typos of source comments at lib/redmine/plugin.rb 10 years ago
  Jean-Philippe Lang abf24a7d92 Don't clear plugins in tests (#16258). 10 years ago
  Toshi MARUYAMA 35cc911192 update copyright year (#15977) 10 years ago
  Jean-Philippe Lang 1f50862586 Use Rails.application.config.i18n.load_path for adding plugin locales (#12753). 10 years ago
  Toshi MARUYAMA 442532e316 remove trailing white-spaces from lib/redmine/plugin.rb 11 years ago
  Jean-Baptiste Barth e771d68214 Allow plugins to define their base directory (#13927). 11 years ago
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). 11 years ago
  Jean-Philippe Lang c31f498ba6 Code cleanup: implement Plugin#to_param for generating routes. 11 years ago
  Jean-Philippe Lang 1c14dd35cf Fixes #requires_redmine comments (#12299). 11 years ago
  Jean-Philippe Lang 4bd1e887d9 Makes Plugin#requires_redmine accept a range of versions (#12299). 11 years ago
  Jean-Philippe Lang b3cf67cad4 Makes Plugin#requires_redmine accept only major and minor version (#12299). 11 years ago
  Toshi MARUYAMA b7c71fe427 add more error message if public/plugin_assets cannot be created (#11945) 11 years ago
  Toshi MARUYAMA 29292a3faf fix "can't convert Errno::EACCES into String" in case of no permission of public/plugin_assets on Ruby 1.9.3 (#11945) 11 years ago
  Jean-Philippe Lang ef8c393290 Let plugin override mailer views (#11776). 11 years ago
  Jean-Philippe Lang ac56c0c99c Ability to close projects (read-only) (#3640). 12 years ago
  Jean-Philippe Lang ba5a052c8c Copyright update. 12 years ago
  Jean-Philippe Lang b097a1753e Let redmine:plugins:assets mirror a single plugin assets with name=. 12 years ago
  Jean-Philippe Lang 45093230a9 Adds deprecated tasks for plugins migration. 12 years ago
  Jean-Philippe Lang 5985713335 Restores plugin assets mirroring on startup, but it can now be disabled in configuration.yml. 12 years ago
  Jean-Philippe Lang 5e57a1a9d9 Merged rails-3.2 branch. 12 years ago
  Jean-Philippe Lang c7b1a42d19 Adds Redmine::Plugin.public_directory to be used instead of Engines.public_directory. 12 years ago
  Toshi MARUYAMA 3d1d57d04c remove trailing white-spaces from lib/redmine/plugin.rb 12 years ago
  Toshi MARUYAMA df47b73951 fix comment typo at lib/redmine/plugin.rb. 12 years ago
  Toshi MARUYAMA 8fbc24f62e replace RAILS_ROOT to Rails.root at lib/redmine/plugin.rb. 13 years ago
  Eric Davis c399e76324 Add Redmine::Plugin.installed?(:name) method to check if a plugin is installed 13 years ago
  Eric Davis 5e259d41e2 Fix typos in the examples. #5823 14 years ago
  Eric Davis 39b44b1cb9 Adds a Plugin API to allow one plugin to depend on another. 14 years ago
  Jean-Philippe Lang fe28193e4e Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 15 years ago
  Jean-Philippe Lang 9882217847 Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version (#2162). 15 years ago
  Jean-Philippe Lang 5362a85f2b Adds url and author_url plugin attributes (#2162). 15 years ago
  Jean-Philippe Lang f9ce4ff559 Adds a few Plugin tests. 15 years ago
  Jean-Philippe Lang fefc6e6bec Adds .find and .all Plugin class methods. 15 years ago
  Jean-Philippe Lang 97252c26ee Adds plugin id attribute. 15 years ago
  Jean-Philippe Lang a3b9a5aa5f Makes wiki text formatter pluggable. 15 years ago
  Jean-Philippe Lang 5f9f6ea2e1 Adds #delete_menu_item to the plugin API (#2087). 15 years ago
  Jean-Philippe Lang d05bcda2ba Adds #activity_provider shortcut method to the plugin API. 16 years ago