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.

[Proposal] JournalsController#diff RESTful-ness?

Added by Eric Davis at 2011-04-16 11:57 pm

c9497f3 adds journalling to issue descriptions (good) but it isn't following the standard Rails REST patterns. Is there a way we can change it to be more RESTful?

I was thinking of adding a JournalsController#show method that will show the details of a single change and if that change was a issue description, then show the diff automatically.

Eric Davis