Commit Graph
195 Commits
Author SHA1 Message Date
Adam Shaw a1c4f11f48 MISC little stuff 2014-02-03 14:58:18 -08:00
Adam Shaw 069c2377e1 fix broken updateEvent method 2014-02-03 00:14:07 -08:00
Adam Shaw 1c28cf5a5f different behavior when end-time equals nextDayThreshold. tests 2014-02-03 00:14:07 -08:00
Adam Shaw 39dd3f08f4 misc comments 2014-02-03 00:14:01 -08:00
Adam Shaw c8219f6238 parse ISO8601 date strings without date-of-month as first-of-month 2014-02-02 21:57:06 -08:00
Adam Shaw edcd275c91 improvements and bugfixes to FullCalendar's MomentJS extensions
notably we have no side effects on the Moment prototype anymore. we subclass
2014-02-02 21:56:02 -08:00
Adam Shaw 1f5b6490a3 break apart date_utils.js 2014-02-02 13:53:41 -08:00
Adam Shaw d2b85cf80c code style improvements (for jscs) 2014-01-31 14:05:48 -08:00
Adam Shaw 758a235d19 code quality improvements (for jshint) 2014-01-31 14:05:48 -08:00
Adam Shaw 14145079d3 refactor the jQuery fullCalendar adapter. don't allow calendar to initialize twice 2014-01-28 00:22:24 -08:00
Adam Shaw 316e94412d upgrade to moment 2.5.1 and resolve cloning issue
With moment 2.5.1, when moments are cloned, not all their properties are blindly
copied over, like our ambig-time/ambig-zone properties. Force this to happen by
monkey-patching.
2014-01-28 00:22:24 -08:00
Adam Shaw 8552600c24 always set minheight on rows, even when very large aspectRatio 2014-01-28 00:22:24 -08:00
Adam Shaw 161a476980 fixed regression where weekNumberCalculation as a function wouldn't work 2014-01-28 00:22:24 -08:00
Adam Shaw bbc5fd9853 fixed regression where fullCalendar wouldn't intialize without options 2014-01-28 00:22:20 -08:00
Adam Shaw d0d0a97c64 [2.0] source file changes 2014-01-24 23:10:00 -08:00
Adam Shaw bc0883f8f0 fix agenda selection alignment when cell height is customized (issue 1035) 2013-08-31 22:04:24 -07:00
Adam Shaw 3ed1474ef9 fullcalendar can now be initialized with no options (issue 1356) 2013-08-31 21:36:39 -07:00
Adam Shaw f26e9550f2 fix bug where week number wouldnt display in agenda views (issue 1951) 2013-08-31 21:32:02 -07:00
Adam Shaw 7f8de6fe2f put view arg in loading callback (issue 1018) 2013-08-31 21:26:00 -07:00
Adam Shaw 038593d5f6 new algorithm for laying out agenda events. slotEventOverlap option 2013-08-31 17:25:11 -07:00
Adam Shaw 95c1aa9304 fix IE7 rendering bug. related to view switching refactor 2013-08-10 17:01:22 -07:00
Adam Shaw e8ac9dfdd1 call destroy callbacks when the calendar's destroy method is called. misc 2013-08-10 13:23:29 -07:00
Adam Shaw b47d8957cd fix bug with public render method. a few tweaks 2013-08-07 02:13:20 -07:00
Adam Shaw fb1dbd63cf new callback: eventDestroy 2013-08-06 23:54:44 -07:00
Adam Shaw 3b96f907bd new callbacks: viewRender, viewDestroy 2013-08-06 23:28:15 -07:00
Adam Shaw d2aa9e9f4c refactor and simplify the way view switching/rerendering works 2013-08-06 23:23:03 -07:00
ClemensandAdam Shaw 6da36c7bdf small performance-fix for minute-scaled slots 2013-08-03 16:35:55 -07:00
Adam Shaw 664ec8f730 put event z-index's into stylesheet 2013-08-03 16:17:04 -07:00
Adam Shaw d910bb8fcd eventStartEditable/startEditable AND eventDurationEditable/durationEditable 2013-08-03 15:30:58 -07:00
Adam Shaw 5923772177 fix bug with agenda event grid snapping, landing on wrong day (from PR#55) 2013-07-31 23:13:18 -07:00
Adam Shaw fec455dbfc use jQuery to detect if body/calendar-element is visible and ready for rendering 2013-07-31 20:40:03 -07:00
Adam Shaw dbcaacd67a hookWindowResize -> handleWindowResize 2013-07-31 20:23:47 -07:00
Sahab YazdaniandAdam Shaw 36c3872969 Add option to not automatically hook window.resize 2013-07-31 20:17:44 -07:00
Adam Shaw d3308c8e59 don't throw error if event's title is blank or null 2013-07-29 23:53:32 -07:00
Adam Shaw ff3e590d2f future/past classNames on day cells 2013-07-29 23:33:38 -07:00
Adam Shaw 1c802475ea cleanup data_as_a_function code 2013-07-29 23:15:03 -07:00
Paul GallagherandAdam Shaw c93f64fc8b allow ajax data parameter to be specified as a function
(test updated by arshaw after-the-fact)
2013-07-29 23:14:37 -07:00
Stephen HarrisandAdam Shaw 5b25ed39ef Fixes "backgroud" typo. 2013-07-17 23:20:05 -07:00
Adam Shaw 63735b7b31 hiddenDays option. internal refactor for how cells/dates work 2013-07-17 23:01:19 -07:00
Adam Shaw 7aadedfe59 slightly adjust background color for agenda events 2013-04-14 22:07:33 -07:00
Adam Shaw a42d1402f2 fix header classNames bug in basic views 2013-04-14 21:51:24 -07:00
Adam Shaw c9eecbf8ba Merge pull request #89 from tkrotoff/remove-fc-event-text-shadow
Remove event titles text shadow: looks ugly if the text is black
2013-04-14 21:44:15 -07:00
Adam Shaw d7325f9354 fix event CSS overflow issue 2013-04-14 21:41:33 -07:00
Tanguy Krotoff 9295d1d941 remove event titles text shadow: looks ugly if the text is black 2013-03-27 23:35:56 +01:00
Adam Shaw 05a8a2317d fix [unreleased] bug with event text overflow 2013-03-18 01:47:33 -07:00
Adam Shaw 8d48a153d4 renamed "eventTransform" to "eventDataTransform" 2013-03-17 22:36:00 -07:00
Adam Shaw dbb42513b5 adjust CSS for bootstrap-style buttons 2013-03-17 01:43:17 -07:00
Adam Shaw 333838ddcf change font/spacing of prev/next button to be more consistent x-browser. fix RTL buttons 2013-03-17 01:06:06 -07:00
Adam Shaw 4371266a2d disable text selection on buttons 2013-03-17 00:38:04 -07:00
Adam Shaw 98243c463d fix missing comma for IE7 2013-03-17 00:20:42 -07:00