ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Plugin Compatibility

Contents

Template:

h2. Plugin name

h3. Plugin version

* Known to be *(in)compatible* to ChiliProject version 2.0

Activity Module

Available at https://github.com/finnlabs/chiliproject_activity_module

1.x

  • Known to be compatible to ChiliProject version 1.x
  • Known to be incompatible to ChiliProject version 2.x

2.x and 3.x

  • Known to be compatible to ChiliProject version 1.x, 2.x

arch_decisions

0.0.9

Selecting the "Activity" tab results in an error message (also see #482). Works in redmine 1.2-stable
Tested version is 0.0.9:
origin git://github.com/bigokro/redmine_arch_decisions.git
commit 7d6a9e6d1ccba076ec270e2083261aa0d1ed9cad
Author: Timothy High <timothy.high@gmail.com>
Date: Sat Jun 5 17:23:13 2010 -0300

  • Known to be incompatible with ChiliProject version 2.0

Author box

Available at http://projects.andriylesyuk.com/projects/redmine-author

0.0.x

  • Known to be compatible with ChiliProject version 2.x

Redmine Backlogs

Available at http://github.com/relaxdiego/redmine_backlogs

0.7.9

  • Known to have preliminary support to ChiliProject version 2.6

v0.9.26

  • Compatible with ChiliProject v3.1.0. Errors with v3.3.0.

CASnova

Available at https://github.com/mitfik/chiliproject_casnova

0.0.1

  • Known to be compatible to ChiliProject version 3.0

Chosen Select Boxes

Available at https://github.com/EugenMayer/chosen_select_boxes

0.0.1

  • Known to be compatible to ChiliProject version 3.0

Close Button

Available at https://github.com/Undev/redmine_close_button

0.0.6

  • Known to be compatible to ChiliProject version 2.0

Code Review

Available at https://bitbucket.org/haru_iida/redmine_code_review

0.4.4

  • Known to be incompatible to ChiliProject version 2.0

0.4.5

  • Known to be incompatible to ChiliProject version 2.0

> 0.4.5

  • This revision is known to be compatible with ChiliProject version 3.0

Contact Form

Available at http://projects.andriylesyuk.com/projects/contact-form.

0.0.1b

  • Known to be compatible with ChiliProject version 2.x
  • Known to be incompatible with ChiliProject version 3.0.0beta1

0.1.0

  • Known to be compatible with ChiliProject version 3.x

Custom Home Path

Available at https://github.com/schmidt/chiliproject_custom_home_path

1.0

  • Known to be compatible to ChiliProject version 3.0

Download button

Available at http://projects.andriylesyuk.com/projects/redmine-download.

0.0.3

  • Known to be compatible with ChiliProject versions 2.x and 3.x

0.0.2

  • Known to be compatible with ChiliProject version 2.x
  • Known to be compatibe with ChiliProject version 3.0.0beta1.
    Add float: left; to the a.download tag in the file assets/stylesheets/download.css.

Email Watchers plugin

Available at https://projects.littlestreamsoftware.com/projects/redmine-misc

0.1.0

  • Known to be compatible to ChiliProject version 2.1.1

Embedded

The version from http://redmine.rubyforge.org/svn/plugins/embedded works for me.

2.1.1

  • Tested on one system (CentOS 5.6), appears fully functional.

Etherpad

1.0.0

Extended fields

Available at: http://projects.andriylesyuk.com/projects/redmine-fields

0.0.1

  • Known to be compatible with ChiliProject version 2.x

0.1.0

  • Known to be compatible with ChiliProject version 2.x
  • Known to be compatible with ChiliProject version 3.x

Extended profile

Available at: http://projects.andriylesyuk.com/projects/redmine-profile

0.0.x

  • Known to be compatible with ChiliProject version 2.x

1.0.0

  • Known to be compatible with ChiliProject version 2.x

ezfaq_plugin

2011-06-01

This was reported in #508, the information about which exact version was in use isn't complete though. The plugin seems to come from asoncat's fork, assuming today's (2011-07-08) current version.

  • Known to be incompatible with ChiliProject version 2.0

Google Ads (Hooks manager)

Available at: http://projects.andriylesyuk.com/projects/redmine-google-ads

0.0.1

  • Known to be compatible with ChiliProject version 2.x

Google (or others) Analytics (Stats tracking code includer)

Available at: https://projects.littlestreamsoftware.com/projects/redmine-analytics

0.2.0

  • Known to be compatible with ChiliProject version 2.x
  • Known to be compatible with ChiliProject version 3.0.0
    (as of 03/01/2012)

graphs

0.1.0

The new graphs are simply not drawn on my system but the plugin doesn't seam to break anything else.
The version I tested is:
origin git://github.com/bradbeattie/redmine-graphs-plugin.git
commit b536b43f29ce7ae6587565cb43129903924b51f4
Merge: 0b64361... 1bb161b...
Author: Brad Beattie <bradbeattie@gmail.com>
Date: Fri Jul 8 09:02:57 2011 -0700

This is part of the error message in production.log:

Processing GraphsController#recent_assigned_to_changes_graph (for 192.168.170.100 at 2011-07-14 20:07:49) [GET]
  Parameters: {"action"=>"recent_assigned_to_changes_graph", "controller"=>"graphs"}

ActiveRecord::StatementInvalid (Mysql::Error: Unknown column 'journalized_type' in 'where clause':  
select u1.id as old_user, u2.id as new_user, count(*) as changes_count from journals as j left join 
journal_details as jd on j.id = jd.journal_id left join users as u1 on jd.old_value = u1.id 
left join users as u2 on jd.value = u2.id where journalized_type = 'issue' and prop_key = 'assigned_to_id' and
DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 1 DAY) <= j.created_on and (u1.id = 3 or u2.id = 3) and u1.id <> 0 and 
u2.id <> 0 group by old_value, value):
vendor/plugins/redmine_graphs/app/controllers/graphs_controller.rb:37:in `recent_assigned_to_changes_graph'

  • Known to be incompatible with ChiliProject version 2.0
  • Known to be compatible with ChiliProject version 2.1.1

0.1.0

I forked bradbeattie for ChiliProject 2.1.1 at https://github.com/sugree/chiliproject-graphs-plugin. All graphs are functional on MySQL.

  • Known to be compatible with ChiliProject version 2.1.1

hide_emails_by_default

0.0.1

The version from http://www.redmine.org/plugins/hide-emails is working for me. Tested only on one system.

origin git://github.com/splendeo/redmine_hide_emails_by_default.git
commit b0956672cf34063cc240f5eb58e223d4ae944092
Author: splendeo <support@splendeo.es>
Date: Fri Nov 27 19:17:36 2009 +0100

  • Known to be compatible with ChiliProject version 2.0 and 2.2

Hooks Manager

Available at http://projects.andriylesyuk.com/projects/hooks-manager

1.0.0

  • Known to be compatible to ChiliProject version 2.x and 3.x

KnowledgeBase

Available at https://github.com/mitfik/redmine_knowledgebase

master

  • Works fine with 3.1.0

Ldap registration

Available at https://github.com/mitfik/chiliproject_ldap_registration

0.0.1

  • Known to be compatible with ChiliProject version 3.3.0

Like button

Available at http://projects.andriylesyuk.com/projects/redmine-like.

0.0.4

  • Known to be compatible with ChiliProject version 2.x

0.1.x

  • Known to be compatible with ChiliProject version 3.x

logs

0.0.1

The version from http://www.r-labs.org/projects/logs is working for me. Tested only on one system.
Requires changes in files access rights if you want to delete log files.

  • Known to be compatible with ChiliProject version 2.0

Mailgun Handler

1.0.0

Meta tags

Available at http://projects.andriylesyuk.com/projects/redmine-meta.

0.1.0

  • Known to be compatible with ChiliProject version 2.x

0.2.0

  • Known to be compatible with ChiliProject versions 2.x and 3.x

My Project Page plugin

initial(?)

  • Known to be compatible to ChiliProject version 2.6.0

Niko Calendar

Available at https://github.com/YukiKita/redmine_niko_cale

1.1.0

  • Known to be compatible with ChiliProject version 2.6

OpenID Fix

Available at http://projects.andriylesyuk.com/projects/openid-fix.

0.0.1

  • Known to be compatible with ChiliProject version 2.x

0.0.2

  • Known to be compatible with ChiliProject version 2.x, 3.x

OTRS2Chili

Available at https://github.com/EugenMayer/chiliproject_otrs2_chili

0.0.1

  • Known to be compatible to ChiliProject version 3.0

Progressive Projects List

Projects list with blackjack and other features for Redmine and ChiliProject

Features

  • Show overall projects status in progress bars
  • Show due date of the projects
  • Configurable

View screenshots and download at http://stgeneral.github.com/redmine-progressive-projects-list/

0.1.0

  • Compatible with ChiliProject version 3.4
  • Should be compatible but not tested with other versions

Project Alias

Available at http://projects.andriylesyuk.com/projects/project-alias.

0.0.1b

  • Known to be compatible with ChiliProject version 2.x

0.1.0

  • Known to be compatible with ChiliProject version 3.x

Per-Project Groups

Available at https://github.com/jnv/chiliproject_project_group

0.0.1

Known to be compatible with ChiliProject 3.1.0 and newer.

Per-Project Roles and Workflows

Provides per-project roles and workflows management. It's still highly experimental so don't be surprised if it eats your lunch.

Available at https://github.com/jnv/chiliproject_project_roles

0.0.1

Known to be compatible with ChiliProject 3.1.0 and newer.

Private Issues

Adds missing feature from Redmine (#189) to ChiliProject.

Available at https://github.com/jnv/chiliproject_private_issues

0.0.1

Known to be compatible with ChiliProject 3.1.0 and newer.

(ChiliProject) Private Wiki

Fork of the Redmine plugin, allows individual pages in wiki to be set as private.

Available at https://github.com/jnv/chiliproject_private_wiki

0.0.1

Known to be compatible with ChiliProject 3.1.0 and newer.

Project removal/redirection

Available at http://projects.andriylesyuk.com/projects/redmine-removal.

0.0.1

  • Known to be compatible with ChiliProject version 2.x

0.1.0

  • Known to be compatible with ChiliProject version 3.x

Project Search NG

Available at https://github.com/EugenMayer/projectselectng

0.0.1

  • Known to be compatible with ChiliProject version 3.0

Project Sections

Available at http://projects.andriylesyuk.com/projects/project-sections

0.0.1b

  • Known to be compatible with ChiliProject version 3.x

Project settings hook

Available at http://projects.andriylesyuk.com/projects/redmine-settings.

0.0.1

  • Known to be compatible with ChiliProject version 2.x

Redmine Airbrake Server

Available at https://github.com/milgner/redmine_airbrake_server

0.0.2

  • Known to be compatible to ChiliProject version 2.1.1

Redmine Assets Plugin

Available at https://github.com/bshaffer/redmine-assets-plugin

0.0.1

  • Known to be compatible to ChiliProject version 2.x
  • If installed in vendor/plugins the redmine-1.x branch is known to be compatible to Chiliproject <= 3.5

Redmine Changelogs plugin

Available at https://projects.littlestreamsoftware.com/projects/redmine-changelogs

0.1.1

  • Known to be compatible to ChiliProject version 2.1.1

Redmine Checkout plugin

Add links to the actual repository to the repository view.
Available at http://dev.holgerjust.de/projects/redmine-checkout

Work in several Installation without Problems 2.0-2.x.

0.5

  • Known to be compatible with ChiliProject version 2.0

Redmine CKEditor plugin

0.0.6

Available at https://github.com/a-ono/redmine_ckeditor

  • Known to be compatible to ChiliProject version 3.0

Redmine HTTP Auth

Available at https://github.com/AdamLantos/redmine_http_auth

0.3.0

  • Known to be compatible to ChiliProject version 1.x-3.0

Redmine Hudson plugin

Available at http://www.r-labs.org/repositories/show/hudson

1.0.7

  • Known to be compatible to ChiliProject version 2.1.1 (***)
  • Can lead to the following runtime error inside Activity or User Profile view on ChiliProject 2.1.1 with Ruby 1.8.7:
  Processing UsersController#show (for 192.168.10.30 at 2011-09-20 09:35:19) [GET]
  Parameters: {"action"=>"show", "id"=>"2", "controller"=>"users"}

ActiveRecord::ConfigurationError (Association named 'job' was not found; perhaps you misspelled it?):
  lib/redmine/activity/fetcher.rb:82:in `events'
  lib/redmine/activity/fetcher.rb:81:in `each'
  lib/redmine/activity/fetcher.rb:81:in `events'
  lib/redmine/activity/fetcher.rb:80:in `each'
  lib/redmine/activity/fetcher.rb:80:in `events'
  app/controllers/users_controller.rb:68:in `show'
  /usr/lib/ruby/1.8/phusion_passenger/rack/request_handler.rb:92:in `process_request'
  /usr/lib/ruby/1.8/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
  /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:418:in `start_request_handler'
  /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:358:in `handle_spawn_application'
  /usr/lib/ruby/1.8/phusion_passenger/utils.rb:184:in `safe_fork'
  /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:354:in `handle_spawn_application'
  /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
  /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
  /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
  /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:163:in `start'
  /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:213:in `start'
  /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
  /usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
  /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
  /usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
  /usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
  /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
  /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
  /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:287:in `handle_spawn_application'
  /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
  /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
  /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
  /usr/lib/phusion_passenger/passenger-spawn-server:61

Redmine Light Box plugin

Available at https://github.com/zipme/redmine_lightbox

0.0.1

  • Known to be compatible to ChiliProject version 2.1.1

unreleased fork

Available at https://github.com/petschki/redmine_lightbox

  • Known to be compatible to ChiliProject version 3.0.0

Redmine reCAPTCHA

0.1.0

  • Known to be compatible to ChiliProject version 2.3.0

Redmine Time Tracker

0.4

Tested on several Installations from 2.0 till current. The original
plugin have a problem with the default chili layout. White buttons
with transparent background don't work so good with white chili Layout.

This has been fixed in:
Available at git://github.com/agaida/redmine_time_tracker.git

Original Author:
origin https://github.com/delaitre/redmine_time_tracker.git
commit 29207462a0e13714498310b17e6a8a735284c5f2
Author: yasukichi7 <xxxx@xxxx.xxxx.xx>
Date: Wed Jan 12 23:41:41 2011 +0900

  • Known to be compatible with ChiliProject version 2.x
  • Dont work with the new layout in ChiliProjecet version 3.x

ChiliProject 3.x compatible fork can be found here:

https://github.com/magiclabs/ChiliProject-TimeTracker

Redmine Timesheet

This is a Timesheet plugin for Redmine to show timelogs for all projects
Available at https://projects.littlestreamsoftware.com/projects/redmine-timesheet

0.6.0

Author: Eric Davis <>
Issues: https://projects.littlestreamsoftware.com/projects/redmine-timesheet/issues
Sources: https://github.com/edavis10/redmine-timesheet-plugin
Git: git://github.com/edavis10/redmine-timesheet-plugin.git

  • Known to be compatible with ChiliProject version 2.x

Redmine Wiki Extensions plugin

This plugin adds some wiki macros and enhancements to your redmine. (sidebar, footnote, comment form, tags and more)
Available at https://bitbucket.org/haru_iida/redmine_wiki_extensions

0.3.8

Author: haru_iida
Issues: https://bitbucket.org/haru_iida/redmine_wiki_extensions/issues
Sources: https://bitbucket.org/haru_iida/redmine_wiki_extensions/src
HG: https://bitbucket.org/haru_iida/redmine_wiki_extensions

  • Known to be compatible to ChiliProject version 2.x.
  • Known to be incompatible to ChiliProject version 3.x.

Reklama (contextual advertisements)

Available at http://projects.andriylesyuk.com/projects/redmine-advertising

0.1.0

  • Known to be compatible to ChiliProject version 2.x

Role Shift

Available at http://projects.andriylesyuk.com/projects/role-shift

0.0.1b

  • Known to be compatible to ChiliProject version 2.x, 3.x

SCM Tagging

Currently only supports creating tags in git repositories
Available at https://github.com/EugenMayer/tag_with_issues

0.0.1

  • Known to be compatible to ChiliProject version 3.0

ScreenshotPaste

1.1.0

  • Known to be incompatible to ChiliProject version 2.5.0, 2.6.0

1.1.1

  • Known to be compatible to ChiliProject version 2.5.0, 2.6.0

Scrumbler

1.4.3

  • Known to be compatible to ChiliProject version 3.0

Sidebar content

Available at http://projects.andriylesyuk.com/projects/redmine-sidebar

0.0.3

  • Known to be compatible to ChiliProject version 2.x

Sidebar Issue Control

Available at http://www.redmine.org/projects/redmine/wiki/PluginSidebarIssueControl

0.3.0

  • Known to be compatible to ChiliProject 2.1.1

SCM Creator

Available at http://projects.andriylesyuk.com/projects/redmine-svn

0.4.1

  • Known to be compatible to ChiliProject versions 2.x and 3.x

0.4.0

  • Known to be compatible to ChiliProject versions 2.x and 3.x

0.3.0

  • Known to be compatible to ChiliProject version 2.x

0.2.0

  • Known to be compatible to ChiliProject version 2.x

Stuff To Do Plugin

Available at https://projects.littlestreamsoftware.com/projects/redmine-stuff-to-do

0.4.0

  • Known to be compatible to ChiliProject version 2.2

ultraviolet

0.0.3

Does not work for me but this might be due to problems with the ultraviolet gem or my Debian 5.0.8 (lenny).
rake db:migrate RAILS_ENV=production aborts with the message:
rake aborted!
no such file to load -- uv

The plugin version is:
origin git://github.com/epitron/redmine_ultraviolet.git
commit 5af5d1be9031859392c446dcac8e449970586a2f
Author: epitron <chris@ill-logic.com>
Date: Fri May 20 16:23:09 2011 -0400

  • Known to be incompatible with ChiliProject version 2.0

Whining Plugin

Available at http://redmine.debuntu.org/projects/redmine-whining/wiki

0.0.4

  • Known to be compatible with ChiliProject version 2.2

WikiNG

Available at http://projects.andriylesyuk.com/projects/wiking

0.0.2

  • Known to be partially compatible to ChiliProject version 3.x
  • Known to be compatible to ChiliProject version 2.x

0.0.1b

  • Known to be compatible to ChiliProject version 2.x

Wiki Tabs

Available at https://github.com/finnlabs/chiliproject_wiki_tabs

3.0.x and lower

  • is known to be compatible with ChiliProject 1.x
  • is known to be incompatible with ChiliProject 2.x

3.1.0, 4.x, and 5.x

  • is known to be incompatible with ChiliProject 2.0.0
  • is known to be compatible with ChiliProject 1.x and 2.1

Redmine_Theme_Changer_plugin.htm (107 Bytes) Jim McAleer, 2011-07-19 08:22 pm