Obsolete!!! Backbone’s changes for ChiliProject
Go to file
Holger Just 85e1333e0c Merge remote-tracking branch 'schmidt/b/266-fix-monkey-patching-of-rubytree' 2011-03-07 22:04:12 +01:00
app Add the custom_fields helper to JournalsController #267 2011-03-07 19:44:11 +01:00
config adding require 'thread' since active support needs it but rubygems 1.6 removed it 2011-03-02 14:56:21 +01:00
db/migrate [#129] Replace public strings using Redmine with ChiliProject 2011-02-19 20:38:50 -08:00
doc Update changelog for v1.1.0 2011-02-27 14:18:04 -08:00
extra Adds a User-Agent header to Redmine mailhandler requests (#7318). 2011-01-15 14:48:33 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib Fixing monkey patching of rubytree to be more robust 2011-03-07 16:32:16 +01:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Avoid selecting the help link while tabbing #150 2011-02-22 19:06:19 +01:00
script Use File#expand_path for require's in script/* for Ruby 1.9.2 compatibility. #4050 2010-11-02 00:20:21 +00:00
test [#250] Add tests for empty sets of users in queries 2011-03-02 11:12:57 +01:00
tmp/test Added an empty tmp/test directory so rake test will run out of the box. 2009-06-08 02:07:30 +00:00
vendor Coderay upgraded to 0.9.7 (#5344). 2011-02-09 16:41:32 -08:00
.gitignore [#211] Updating rdoc documentation 2011-02-26 13:41:32 -08:00
.hgignore Ignore config/configuration.yml (#7408). 2011-02-09 16:50:24 -08:00
README.rdoc [#211] Updating rdoc documentation 2011-02-26 13:41:32 -08:00
Rakefile trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00

README.rdoc

= ChiliProject

ChiliProject is a web based project management system. It supports your team throughout the complete project life cycle, from setting up and discussing a project plan, over tracking issues and reporting work progress to collaboratively sharing knowledge.

More documentation and user guides can be found on the official website[https://www.chiliproject.org] and in the doc/ directory.

== Getting Started

We have a complete {install guide}[https://www.chiliproject.org/projects/chiliproject/wiki/Installation] online.

== Getting Help

ChiliProject is an run by a community of volunteers. We have set up different ways to get help depending on your preferences.

* Self guided help and user documentation - https://www.chiliproject.org/projects/chiliproject/wiki/Help
* Forums for specific questions - https://www.chiliproject.org/projects/chiliproject/boards
* Real time chat using IRC - https://www.chiliproject.org/projects/chiliproject/wiki/IRC
* Commercial support - https://www.chiliproject.org/projects/chiliproject/wiki/Commercial_Offerings

== Contributing

We welcome all help for the project, no task is too small.  Our documentation is editable by anyone on our wiki[https://www.chiliproject.org/projects/chiliproject/wiki], we accept patches on our {issue tracker}[https://www.chiliproject.org/projects/chiliproject/issues], and everyone is welcome to discuss the project in our forums[https://www.chiliproject.org/projects/chiliproject/boards].

More details can be found on our Contribute page[https://www.chiliproject.org/projects/chiliproject/wiki/Contribute].

== License

ChiliProject is licensed under the GNU GPL v2.  See the doc directory for more details.

ChiliProject is a fork based on Redmine. Redmine is Copyright Jean-Philippe Lang and others.