Ticket #130 (Fixed)Tue May 29 23:00:55 UTC 2007
Does Radiant need Hub filters?
Reported by: | Andrew Hodgkinson (6) | Severity: | Minor |
Part: | Web site: Radiant (non-editable pages) | Release: | 2nd public site release |
Milestone: | 2nd public site release completed | Status | Fixed |
Details by Andrew Hodgkinson (6):
Radiant’s app/controllers/application.rb
includes hub_sso_lib
because it needs to for the Hub extensions in app/models/page_context.rb
. It also adds the Hub before and after filters, but I’m not sure these are needed. Can they be safely removed to speed up Radiant action execution slightly?
Changelog:
Modified by Andrew Hodgkinson (6) Mon, March 14 2011 - 23:35:01 GMT
- Status changed from Open to Fixed
Resolved with the extensions mechanism in 0.9 (no performance impact).