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.
Hook helper_issues_show_detail_after_setting gets different parameters in Chili 1.x and 2.0 (Bug #540)
Description
The API of the hook :helper_issues_show_detail_after_setting
changed from 1.x to 2.0. The :detail
value used to be a JournalDetail
. Now it as specially laid-out array. This breaks plugins that use this piece of information.
Attached is a pull request which adds a simple compatibility layer to bring back the old API.
Associated revisions
[#540] compatibility layer to reenable API from Chili 1.x
History
Updated by Gregor Schmidt at 2011-07-26 09:17 pm
The pull request is at https://github.com/chiliproject/chiliproject/pull/86.
- Assignee deleted (
Gregor Schmidt) - Status changed from Open to Ready for review
Updated by Gregor Schmidt at 2011-07-26 09:26 pm
This issue is related to #539.
Updated by Holger Just at 2011-07-27 01:54 pm
Pushed to master in e2d16e1397b7787a474d611d48e017d4d5d88465
- Assignee set to Holger Just
- Category set to Journals / History
- Status changed from Ready for review to Closed