Obsolete!!! Backbone’s changes for ChiliProject
Go to file
Holger Just ba6fcfeca9 Override some filters of Liquid core.
These filters change the implemntation of sub and gsub to use the block method.
This prevents the evaluation of backreferences in the replacement text. See
https://gist.github.com/1491437 for examples.

Also, it allows split to be called without arguments to split strings on
whitespace.
2011-12-18 15:54:09 +01:00
app Redirect back to where I came from when loggin in via the menu form 2011-12-18 12:28:32 +01:00
config Update locales 2011-12-17 15:49:28 -08:00
db Copyright header update 2011-12-17 15:50:52 -08:00
doc Update changelog for 2.5.0 release 2011-11-30 20:42:04 +01:00
extra Move shebang of rdm-mailhandler.rb back to the top. 2011-12-01 20:58:14 +01:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib Override some filters of Liquid core. 2011-12-18 15:54:09 +01:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Fix trailing whitespace 2011-12-18 15:49:18 +01:00
script Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
test Copyright header update 2011-12-17 15:50:52 -08: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 Merge branch 'ticket/master/298-separate-plugin-path' 2011-12-09 13:43:21 -08:00
.gitignore [#506] Read Gemfile.local for local gem inclusions. 2011-07-22 14:48:04 -07:00
.gitmodules [#123] Removed the acts_as_journalized submodule 2011-05-13 09:49:56 -07:00
.hgignore [#290] ignoring .rvmrc files 2011-05-10 08:40:58 +02:00
Gemfile Merge branch 'ticket/unstable/747-capybara' into unstable 2011-12-09 13:28:33 -08:00
README.rdoc [#211] Updating rdoc documentation 2011-02-26 13:41:32 -08:00
Rakefile [#477] Not using deprecated rake/rdoctask but rdoc/task instead 2011-06-16 11:29:25 +02: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.