diff app/views/activities/_busy_institution.html.erb @ 1021:967fb7e62b1d browsing

Include only public projects in busy institutions / projects queries, so results can be cached (the tag cloud was already public projects only). Introduce tentatively some cacheing thingies
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 13 Nov 2012 10:35:23 +0000
parents e816ffefcb71
children
line wrap: on
line diff
--- a/app/views/activities/_busy_institution.html.erb	Tue Nov 13 10:24:11 2012 +0000
+++ b/app/views/activities/_busy_institution.html.erb	Tue Nov 13 10:35:23 2012 +0000
@@ -1,6 +1,6 @@
 <% events = @events_by_day %>
 <% if (events.nil?) 
-     activity = Redmine::Activity::Fetcher.new(User.current)
+     activity = Redmine::Activity::Fetcher.new(User.anonymous)
      days = Setting.activity_days_default.to_i
      events = activity.events(Date.today - days, Date.today + 1)
    end
@@ -25,3 +25,4 @@
     <% end %>
   </ul>
 <% end %>
+