Obsolete!!! Backbone’s changes for ChiliProject
Go to file
Toshi MARUYAMA 70d58275e2 scm: backout r5213. do not display both 'View all revisions' and 'View revision' links (#7984, #7246).
Git and Mercurial support *branch*.

Git in repository root shows *master branch*.
Git master branch does not have all revisions.

Mercurial default branch is *default branch*.
Mercurial shows *tip* in repository root.

Mercurial does not treat directory. "hg log DIR" costs high.
Getting correct limited changesets in sub directory and branch is very heavy.
So, if there is no recent revision in sub directory and branch,
no changeset shows.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5218 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-04-16 16:11:46 -07:00
app scm: backout r5213. do not display both 'View all revisions' and 'View revision' links (#7984, #7246). 2011-04-16 16:11:46 -07:00
config Changes polish csv separator to ; and decimal to , (#7875). 2011-04-16 16:11:42 -07:00
db/migrate scm: copy global log encoding setting to repository (#1735). 2011-04-16 15:17:59 -07:00
doc CHANGELOG updated. 2011-04-16 15:35:15 -07:00
extra Adds random salt to user passwords (#7410). 2011-04-16 15:03:52 -07:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib add GNU gettext po to Redmine::MimeType. 2011-04-16 16:11:43 -07:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Better cross-browser checkbox positioning. 2011-04-16 16:11:45 -07: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 Fixed: unknown custom field format causes error when editing/bulk editing (#7985). 2011-04-16 16:11:45 -07: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 Moved plugin tasks directories to lib/tasks (Rails deprecation). 2011-04-16 16:11:46 -07:00
.gitignore scm: mercurial: ignore redminehelper.pyc and redminehelper.pyo for Git and Mercurial (#4455). 2011-04-16 14:35:24 -07:00
.hgignore scm: mercurial: ignore redminehelper.pyc and redminehelper.pyo for Git and Mercurial (#4455). 2011-04-16 14:35:24 -07: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.