Plugins work with the RedMine v2.0 and Above
Added by Dima Antonov over 12 years ago
Here, I propose to place a links to plugins that work with version 2.0 and above.
Please add like this:
1. Name plugin and what it is for...
2. Link to download a plugin
3. Version of your RedMine (2.0.0/2.0.1/2.0.3 e.t.c)
4. Exacly how did you install this plugin.
For example:
$ cd c:\webserver\apps\redmine
$ rake db:migrate_plugins RAILS_ENV=production
$ rake tmp:cache:clear
$ rake tmp:sessions:clear
Restart server
5. Where or how to find this plugin in RedMine and how it must work.
Replies (7)
RE: Plugins work with the RedMine v2.0 and Above - Added by William Roush over 12 years ago
It would be nice to just have a filter on the plug-ins page, being as plug-in authors can set what versions they're compatible with.
RE: Plugins work with the RedMine v2.0 and Above - Added by Mahyar Torkamanzadeh over 12 years ago
- Agree With Dima Antonov
Please Put a Filter to Sort Plugins Compatible with redmine v2.0
RE: Plugins work with the RedMine v2.0 and Above - Added by Steven Wong over 12 years ago
good idea...
we have to test all plugins I've installed in redmine 1.4.X..
RE: Plugins work with the RedMine v2.0 and Above - Added by Ivan Cenov over 12 years ago
These plugins were tested by me and they seem to work with 2.x.x
Plugins that work in 1.4.2:
plugin | status | ok? |
---|---|---|
projects_tree_view | https://github.com/cforce/projects_tree_view/tree/redmine2.x | ok |
redmine_code_review | 0.4.8 for 1.4.2, 0.5.0 for 2.0.x | ok |
redmine_favourite_projects | works in 1.4.x и 2.0.x https://github.com/syntacticvexation/redmine_favourite_projects | ok |
redmine_lightbox | works in 2.0.x https://github.com/zipme/redmine_lightbox | ok |
redmine_local_avatars | patched: here apply patches in comments #1 and #7; | ok |
redmine_theme_changer | works 0.1.0 (2012-06-12) for 2.0.x+ | ok |
redmine_wiki_gchart_formula | works | ok |
redmine_wiki_notes | works | ok |
redmine_xls_export | 0.2.1 is compatible with 2.0.x and older versions; requires Plugin views with revisions | ok |
redmine_youtube | works | ok |
wiking | works http://projects.andriylesyuk.com/projects/wiking/news, http://projects.andriylesyuk.com/projects/wiking | ok |
redmine_knowledgebase | 2.1.0 (2012-06-28) for 2.x.x | ok |
RE: Plugins work with the RedMine v2.0 and Above - Added by Dima Antonov over 12 years ago
Спасибо Иван!
Мог бы ты ещё написать как их правильно устанавливать и в какую папку во второй версии?
RE: Plugins work with the RedMine v2.0 and Above - Added by Ivan Cenov over 12 years ago
Dima Antonov wrote:
Спасибо Иван!
Мог бы ты ещё написать как их правильно устанавливать и в какую папку во второй версии?
Redmine 2.0 plugin's folder is redmine_root_folder/plugins.
I suppose that after copying a plugin there, first should be executed
bundle install --without test development rmagick rake redmine:plugins:migrate
RE: Plugins work with the RedMine v2.0 and Above - Added by Leo L. about 12 years ago
Hello,
-- sorry, that comment has nothing to do here... I can't delete it. --
projects_tree_view isn't working for me.
I'm using redmine 2.0.3 stable with ruby19.
When I put the project_tree_view's plugin in the plugin folder, I got when restarting :
Exiting /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- dispatcher (LoadError) from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `block in require' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:236:in `load_dependency' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require' from /usr/local/www/redmine/plugins/redmine_projects_tree_view/init.rb:4:in `<top (required)>' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `block in require' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:236:in `load_dependency' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require' from /usr/local/www/redmine/lib/redmine/plugin.rb:129:in `block in load' from /usr/local/www/redmine/lib/redmine/plugin.rb:120:in `each' from /usr/local/www/redmine/lib/redmine/plugin.rb:120:in `load' from /usr/local/www/redmine/config/initializers/30-redmine.rb:13:in `<top (required)>' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:245:in `load' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:245:in `block in load' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:236:in `load_dependency' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:245:in `load' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/engine.rb:588:in `block (2 levels) in <class:Engine>' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/engine.rb:587:in `each' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/engine.rb:587:in `block in <class:Engine>' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/initializable.rb:30:in `instance_exec' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/initializable.rb:30:in `run' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/initializable.rb:55:in `block in run_initializers' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/initializable.rb:54:in `each' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/initializable.rb:54:in `run_initializers' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/application.rb:136:in `initialize!' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/railtie/configurable.rb:30:in `method_missing' from /usr/local/www/redmine/config/environment.rb:14:in `<top (required)>' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `block in require' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:236:in `load_dependency' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require' from /usr/local/www/redmine/config.ru:4:in `block in <main>' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize' from /usr/local/www/redmine/config.ru:1:in `new' from /usr/local/www/redmine/config.ru:1:in `<main>' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.1/lib/rack/builder.rb:40:in `eval' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.1/lib/rack/builder.rb:40:in `parse_file' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.1/lib/rack/server.rb:200:in `app' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/commands/server.rb:46:in `app' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.1/lib/rack/server.rb:301:in `wrapped_app' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.1/lib/rack/server.rb:252:in `start' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/commands/server.rb:70:in `start' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/commands.rb:55:in `block in <top (required)>' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/commands.rb:50:in `tap' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.6/lib/rails/commands.rb:50:in `<top (required)>' from script/rails:6:in `require' from script/rails:6:in `<main>'
Is there something to do ?
Thanks,
--
Leo L.