Performance improvement on calendar and gantt (about 45% on gantt for large number...
commit106d9cafac9ed5040cb501cd27df8465f52b1c9b
authorjplang <jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81>
Wed, 3 Oct 2007 17:20:04 +0000 (3 17:20 +0000)
committerjplang <jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81>
Wed, 3 Oct 2007 17:20:04 +0000 (3 17:20 +0000)
treebe316ade1b637fe971324dae50152c61ef5fd507
parenta33d1fd61174e56f5054d26c689c121eaa95ca47
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
app/controllers/projects_controller.rb
app/controllers/timelog_controller.rb
app/helpers/application_helper.rb
app/helpers/issues_helper.rb
app/views/issues/_tooltip.rhtml [deleted file]
app/views/projects/calendar.rhtml
app/views/projects/gantt.rhtml
app/views/timelog/details.rhtml