Performance improvement on calendar and gantt (about 45% on gantt for large number of issues).

Partial issues/_tooltip is replaced by an helper and some translated strings are now cached.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@794 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-10-03 17:20:04 +00:00
parent c3e3a1891b
commit 20b4e226fe
8 changed files with 21 additions and 12 deletions
+1
View File
@@ -21,6 +21,7 @@ class TimelogController < ApplicationController
helper :sort
include SortHelper
helper :issues
def report
@available_criterias = { 'version' => {:sql => "#{Issue.table_name}.fixed_version_id",