ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Port wiki section edits (Feature #750)
Description
Redmine now supports section-wise editing for Wikis, which enables multiple users to work on the same Wiki page (with limitations). I have applied the required patches to Chili, tests run.
Associated revisions
Display links to Atom feeds (closes #496, #750).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1185 e93f8b46-1217-0410-a6f0-8f06a7374b81
History
Updated by Simon Deziel at 2012-01-30 04:46 pm
+1, this feature would make my life so much easier. Any chance that this patch makes it into 3.0.X ?
Updated by Holger Just at 2012-01-30 05:51 pm
It will not be part of 3.0.
Because we introduce Liquid markup in 3.0, detecting "atomic" blocks is much more difficult than with just plain textile. We have to find a reliable way to parse these blocks first. Because of this, the pull request will not work with 3.0 as it is now.