Closed (outdated)
Project:
FullCalendar
Version:
7.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2011 at 00:38 UTC
Updated:
4 Jun 2025 at 19:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
John Yates commentedComment #2
aspilicious commentedhttp://drupal.org/node/1042590
Comment #3
aspilicious commentedTim, this is the second time we get this request should we make it an option (under jquery UI theme and colorbox)?
Comment #4
tim.plunkettYup.
Comment #5
aspilicious commentedAssigning to myself...
Comment #6
aspilicious commentedHere is a patch.
Comment #7
aspilicious commentedComment #8
tim.plunkettNot sure if the dependencies can do this, but could this checkbox be hidden if colorbox is checked, since this won't take effect in that case.
Comment #9
aspilicious commentedThat was easy :)
Comment #10
tim.plunkettI love adding features that don't affect current users unless they care.
Will commit later today.
Comment #11
drseussofporn commented*Wakes up* What? We can adjust the target window now? I care!
Comment #12
tim.plunkettAwesome, thanks!
http://drupal.org/cvs?commit=494762
Comment #13
Michsk commentedport. port. port! :P
Comment #14
glennpratt commentedPorted...
Comment #15
John Yates commentedWorks great -- thanks.
Comment #16
jon nunan commentedI'm using the 7.x.2.x dev and there seems to be a slight bug with the patch applied in #9. The field has a dependency on the colorbox checkbox being unchecked; and I get the reason why you need to check for that. But because I don't have the colorbox module installed at all that field doesn't even exist in my form so the dependency is failing. Sorry I don't know enough about ctools for any sort of elegant workaround, but I'd like a way to select 'same window' without having to install colorbox.
For a quick hack I just commented out the dependency line, but this is obviously not the way to go for colorbox users.
Comment #17
aspilicious commentedCorrect I'll fix this :)
Comment #18
aspilicious commentedFix in my test branch: http://drupal.org/node/1092518/git-instructions/newWindowFix/nonmaintainer
Timplunkett, I'm prety sure it works :)
Old code
new code
Comment #19
pjcdawkins commentedThere's a tiny JavaScript mistake in this:
window.open(calEvent.url, _self);Could you please replace
_selfwith'_self'?Comment #20
aspilicious commentedI updated the branch thnx pjcdawkins.
It isn't rly the issue described here, but its easier to fix everything at once ;)
Comment #21
tim.plunkettCommitted: http://drupalcode.org/project/fullcalendar.git/commit/ae83bb4 (with credit! yay git!).
Comment #22
aspilicious commentedBuild on colorbox and rtl
Comment #23
tim.plunketthttp://drupalcode.org/project/fullcalendar.git/commit/624de22
Comment #25
wickwood commentedI'm glad this feature has been added, but I can't for the life of me find where I turn it on. Could someone point me in the right the direction? The feature does not appear for me on the configuration page for FullCalendar or anywhere else that I've thought to look.
Thanks in advance!
Steve
Comment #26
robcarr@wickwood - in the view Style settings
Comment #27
dcam commentedI've volunteered to help clean up the FullCalendar issue queue. As part of that effort I'm closing issues open for unsupported versions of the module as "Closed (outdated)". That includes any Drupal 7-compatible versions because no active maintainer is supporting them.
If this issue is still relevant for version 3.x of FullCalendar, then feel free to re-open it and update the issue version number.