summaryrefslogtreecommitdiffstats
path: root/app/controllers/projects_controller.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-03 17:20:04 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-03 17:20:04 +0000
commit20b4e226fe06db9132eccafd9f3c2c008ec99c09 (patch)
treebe316ade1b637fe971324dae50152c61ef5fd507 /app/controllers/projects_controller.rb
parentc3e3a1891b721ae98d937cb060f109df8dc54346 (diff)
downloadredmine-20b4e226fe06db9132eccafd9f3c2c008ec99c09.tar.gz
redmine-20b4e226fe06db9132eccafd9f3c2c008ec99c09.zip
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
Diffstat (limited to 'app/controllers/projects_controller.rb')
-rw-r--r--app/controllers/projects_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb
index 892d03911..d2d132458 100644
--- a/app/controllers/projects_controller.rb
+++ b/app/controllers/projects_controller.rb
@@ -34,6 +34,7 @@ class ProjectsController < ApplicationController
include CustomFieldsHelper
helper :ifpdf
include IfpdfHelper
+ helper :issues
helper IssuesHelper
helper :queries
include QueriesHelper