Closed (won't fix)
Project:
Julio
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Mar 2012 at 22:17 UTC
Updated:
8 Mar 2012 at 01:14 UTC
The default calendar view is being deprecated in favor of a calendar view template. Hence, the current view uses several outdated settings. I ran into several errors trying to fix this, so I think we should start from scratch with this view, then see what’s still broken at that point.
Possibly related: #1470344: It is not possible to run on Acquia Dev Desktop
Comments
Comment #1
penguininja commentedI've rewritten this view using the calendar template (http://drupalcode.org/project/julio.git/commit/a2f118e). However, I'm still getting the following errors:
Notice: Undefined variable: type in calendar_granularity_path() (line 518 ... calendar.module
Notice: Undefined variable: type in calendar_preprocess_date_views_pager() (line 151 ... calendar.module
This is most likely caused by #1445228: Calendar granularity path causing PHP notices. Though the patch in comment 12 removes the "month" tab for some reason. I'll follow up in that issue.
Comment #2
jgraham commentedComment #3
penguininja commentedIn the latest commits, we've switched from using the Calendar module to FullCalendar. Closing this ticket as won't fix.