Closed (fixed)
Project:
FullCalendar
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
2 Feb 2011 at 19:17 UTC
Updated:
29 Apr 2011 at 21:41 UTC
Jump to comment: Most recent file
It has way too much important logic for it to be a theme function. And it only affects the fallback page. And it just complicates the code.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | fullcalendar-1049028-4.patch | 3.96 KB | tim.plunkett |
| #2 | fullcalendar-1049028-2.patch | 3.57 KB | tim.plunkett |
| #1 | fullcalendar-1049028-1.patch | 3.58 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettInitial patch. Likely depends on #1047962: Deprecate custom display plugin in favor of custom empty text and #1043222: Remove the node (load) dependency, which are going in soon anyway.
Comment #2
tim.plunkettAlright, this one applies now that those two are committed.
Comment #3
aspilicious commentedTested and works fine, code looks good
Comment #4
tim.plunkettI did more work on this, so that the fallback uses the date formatter chosen on the field's Manage Display.
The calls to date functions are so strange because date module is so strange. See #1049210: State of the Date module API.
Comment #5
tim.plunkettComment #6
aspilicious commentedGood to go, and a nice fallback.
Comment #7
tim.plunkettCool.
http://drupal.org/cvs?commit=494760
Comment #8
tim.plunkettOut of necessity, I rolled this into #1036444: Cleanup the views UI + remove autodiscovery mega issue..