Closed (fixed)
Project:
FullCalendar
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2010 at 15:46 UTC
Updated:
30 Jan 2011 at 09:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
jwhat commentedI agree that we should use the minified file. We just need to wait until #906112: handle drag and drop: creating events, rescheduling events is complete before we can make more structural changes.
Also, I just opened up a ticket to upgrade the fullcalendar library #980886: Require Libraries API since its been awhile. So that should probably be resolved before we tackle this.
Comment #2
geerlingguy commentedIs it possible to use the Libraries API for the fullcalendar library, and just require the user to download the latest version and put it in sites/all/libraries? That may be better moving forward, and would allow this module to not have to always stay in sync with the fullcalendar.js releases (third party code and all that).
Comment #3
damienmckenna+1 for putting the file in /sites/all/libraries and/or full Libraries API support.
Also, it might be beneficial to either a) detect whether the normal or minified version is installed, or provide a way of controlling it? The option would be useful for when using the Javascript_Aggregator module, to give more control over what is minified.
Comment #4
tim.plunkettPostponing on #980886: Require Libraries API.
Comment #5
tim.plunkettThis still depends #980886: Require Libraries API.
Comment #6
geerlingguy commentedWhen applied in tandem with #980886: Require Libraries API, this patch works beautifully, and I can confirm the .min.js file was used. Very nice!
Also, you need to configure the fullcalendar module after applying this patch, at
admin/settings/fullcalendar. This way the location of the fullcalendar.js or fullcalendar.min.js file is set correctly.Comment #7
tim.plunketthttp://drupal.org/cvs?commit=471722
Now for D7!
Comment #8
tim.plunkettComment #9
tim.plunkettOnce again, depends on #980886: Require Libraries API.
Comment #10
aspilicious commentedWorks :), (after you change the admin path) tim told me he is going to fix this before pushing it.
==> RTBC
Comment #11
tim.plunketthttp://drupal.org/cvs?commit=485158
Comment #12
aspilicious commentedCleanup of the issue queue!