OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Martin Linkhorst 2e7cb60974 in order to get the default configuration values, we have to completely omit the keys in the config file. otherwise they will be overridden by empty values. 12 years ago
app fix the user tests by storing user and his preferences in two steps 12 years ago
config in order to get the default configuration values, we have to completely omit the keys in the config file. otherwise they will be overridden by empty values. 12 years ago
db fix failing migration 12 years ago
doc [#688] Truncate garbage from the end of the changelog. 13 years ago
extra REVIEW: remove unloaded calls, let's have a look wether that's still needed in rails 3 12 years ago
files trunk moved from /trunk/redmine to /trunk 18 years ago
lib REVIEW: updated to a recent version of rubytree. fixed a minor bug. let's hope it will work. 12 years ago
log trunk moved from /trunk/redmine to /trunk 18 years ago
public DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
script adds/modifies files required for starting the application with rails 3 12 years ago
test expect the shallow path for the topics as written in the routes file 12 years ago
tmp/test Added an empty tmp/test directory so rake test will run out of the box. 16 years ago
vendor HOSSA, #xhr? returns false or an integer >= 0 which is considered true. but in comparison with true or false literals this will always evaluate to false. double negation fixes the problem. 12 years ago
.gitignore apply the rails 3.1.8 generator on the project 12 years ago
.gitmodules [#123] Removed the acts_as_journalized submodule 14 years ago
.hgignore [#290] ignoring .rvmrc files 14 years ago
.travis.yml ChiliProject on Travis <3 <3 <3 12 years ago
Gemfile REVIEW: use prototype-rails. fixes some tests. especially remote_function is there again 12 years ago
Gemfile.lock REVIEW: use prototype-rails. fixes some tests. especially remote_function is there again 12 years ago
README.rdoc [#211] Updating rdoc documentation 14 years ago
Rakefile make it possible to run rake tasks (the other tasks like delayed job etc. are included by the gems' railties) 12 years ago
config.ru adds/modifies files required for starting the application with rails 3 12 years ago

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.