Obsolete!!! Backbone’s changes for ChiliProject
Go to file
Holger Just 8315cd73f3 Prevent database migration from consuming all the RAM on the server
Prevent large production databases from consuming all the RAM on the server
and causing the migration to take forever. With this patch, objects are read
in batches from the database. This removes the need to hold ruby
objects for all rows for a type in memory at once.
2011-10-26 17:01:39 +02:00
app [#668] Remove duplicate module fields when copying projects 2011-10-25 18:23:37 -07:00
config Update locales for 2.3.0 release 2011-10-04 17:22:57 +02:00
db Prevent large production databases from consuming all the RAM on the server and causing the migration to take forever. On a database with a large SVN repo, the Changesets ran for over two days before I gave up and cancelled it. After this change, the migration ran in under 10 minutes. 2011-10-20 23:43:48 -03:00
doc Update changelog for 2.3.0 release 2011-10-04 17:27:13 +02:00
extra [#619] Restrict anonymous read access with Redmine.pm 2011-10-04 17:17:31 +02:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib [#221 Use git rev-parse to get the current sha for the version string 2011-10-25 15:55:10 -07:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public [#191] Refactor HTML style to CSS 2011-07-08 15:04:11 -07:00
script [#196 #216 #216] Complete the upgrade to Rails 2.3.11 2011-05-06 15:44:38 -07:00
test Fix race-condition in test_utc_time_format 2011-10-16 20:46:57 +02: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/plugins Add deferred loading for plugins which's requirements aren't all met yet #256 2011-08-25 18:46:53 +02: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 [#617] Include database gems for mingw (Ruby on Windows) 2011-09-23 21:27:44 +02: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.