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.
Add links in report view for users, projects, issues (Feature #832)
Description
This help to stay on the report and grab some specific informations in other web browsers tabs.
Associated revisions
Allow issue list to be sorted by target version (#832).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1264 e93f8b46-1217-0410-a6f0-8f06a7374b81
History
Updated by Jérôme Bataille at 2012-01-19 03:53 pm
Sorry there is an issue in the patch provided on Redmine.org :
in app/helpers/timelog_helper.rb :
here are 2 lines to add at the beginning:
1...
2...
3# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
4
5#html_escape
6include ERB::Util
7
8module TimelogHelper
9...
10...