Obsolete!!! Backbone’s changes for ChiliProject
Go to file
Holger Just 5350f4323a Fix the Strainer patch to enforce a filter array
Up until now, the patch used to be a no-op. While the filters class
attribute was set correctly, the methods using it were not actually
overridden as they are only included above the existing methods in
the module chain.

This resulted in an arbitrary load order of filters on Ruby 1.8. As
such, our overridden standard filters might not have actually
overridden anything.

Still, the patch can be completely removed once we either require
Ruby 1.9 (as we have ordered ahshes by default then) or once
https://github.com/Shopify/liquid/pull/87 was merged and released
upstream.
2012-08-11 10:27:31 +04:00
app Include a minimal Modernizr JS build. Fixes #1054 2012-08-11 10:27:31 +04:00
config Require bundler 1.0.14 to use the rbx platform in Gemfile 2012-08-11 10:27:31 +04:00
db Require WikiContent directly so WikiContentJournal is loaded before it's patched. 2012-04-16 09:25:35 -07:00
doc Update changelog for v3.2.2 2012-06-13 10:25:18 +02:00
extra Reformat CSS to use the coding standard. #947 2012-05-21 13:45:39 +02:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib Fix the Strainer patch to enforce a filter array 2012-08-11 10:27:31 +04:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Include a minimal Modernizr JS build. Fixes #1054 2012-08-11 10:27:31 +04:00
script Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
test Fix failing tests for Ruby 1.9 #1046 2012-08-11 10:27:30 +04: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 Correct engine tests to work on Ruby 1.9 #952 #944 2012-08-11 10:27:31 +04:00
.gitignore Test ChiliProject on rubinius on Travis 2012-06-07 14:30:45 +02: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
.travis.yml Test stable- and release- branches on Travis too 2012-06-09 19:02:18 +02:00
Gemfile Merge branch 'master' into backbone.ws 2012-06-15 00:12:40 +04: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.