Commit Graph
255 Commits
Author SHA1 Message Date
Adam Shaw 8a70e0e639 make autoscroll work while selecting 2014-08-23 15:10:00 -07:00
Adam Shaw ebedd9de61 make sure header buttons have type="button" to avoid form submit 2014-08-22 20:28:26 -07:00
Adam Shaw 3330e9e795 secret viewportConstrain setting 2014-08-22 19:27:10 -07:00
Adam Shaw 34c616ac4b dragScroll option 2014-08-22 18:23:50 -07:00
Adam Shaw 157152f7d0 fix bug with dragging timed events from popover 2014-08-22 13:04:02 -07:00
Adam Shaw b88fd6d0cd eventLimit now works in all views 2014-08-20 19:21:20 -07:00
Adam Shaw 9f3d570895 auto scrolling while dragging/resizing. use new debounce util for window resize 2014-08-19 23:33:38 -07:00
Adam Shaw 33d733e364 make sure TimeGrid's cell datetimes are in the calendar's timezone 2014-08-19 17:24:23 -07:00
Brandon AaronandAdam Shaw 1032e7303a Bind the drag related events in render instead of on init so that they
are rebound after being unbound by destroy.
2014-08-19 17:15:00 -07:00
Adam Shaw 5b8d1d139a smarter about rendering short timegrid events. issue 1700 2014-08-19 16:44:05 -07:00
Adam Shaw 0643880511 make new css play nice with twitter bootstrap. issue 2234 2014-08-19 16:03:04 -07:00
Adam Shaw 938d3144c8 dont display "more.." events popover in print mode. issue 2242 2014-08-19 15:33:42 -07:00
Adam Shaw 07ddbaf9f0 grey out day numbers that are not part of current month. issue 2238 2014-08-19 15:31:02 -07:00
Adam Shaw d8794a6a25 fix bug where hover className wouldnt be removed from disabled button. issue 2235 2014-08-19 15:26:57 -07:00
Adam Shaw 6c04fca1f3 moment-2.8 compatibility, source (2.1), .add() calls 2014-08-06 18:09:17 -07:00
Adam Shaw c04bbba6d6 Merge branch 'master' into skeleton
Conflicts:
	src/agenda/AgendaDayView.js
	src/agenda/AgendaEventRenderer.js
	src/agenda/AgendaView.js
	src/agenda/AgendaWeekView.js
	src/basic/BasicDayView.js
	src/basic/BasicView.js
	src/basic/BasicWeekView.js
	src/basic/MonthView.js
	src/common/DayEventRenderer.js
	src/common/SelectionManager.js
2014-08-06 18:08:15 -07:00
Adam Shaw 45ead5712f moment-2.8 compatibility, source (2.0), .add() calls 2014-08-06 17:54:02 -07:00
Adam Shaw 9c190a05d1 moment-2.8 compatibility, source, locale-related functions 2014-08-06 17:32:04 -07:00
Adam Shaw 00d85a46dc fix IE bug where fixed height of view would oscillate 2014-08-04 17:10:20 -07:00
Adam Shaw dc5bc5cfbe rename eventLimitPopoverFormat -> dayPopoverFormat 2014-08-04 01:32:22 -07:00
Adam Shaw 58905ec721 allow eventLimitClick to return a value 2014-08-03 23:02:04 -07:00
Adam Shaw 604a3faab5 better vertical spacing for event, better demos for more link 2014-08-03 22:56:33 -07:00
Adam Shaw f0e9a30887 change english default for eventLimitPopoverFormat 2014-08-03 21:42:33 -07:00
Adam Shaw 6ca1cfadbf non-editable events with no url should be text-selectable 2014-08-03 21:41:01 -07:00
Adam Shaw 51f1a3119f fix bug with minTime 2014-08-03 21:12:24 -07:00
Adam Shaw 32e10be9f7 fix unnecessary scrollbars when zooming. lint issues 2014-08-03 18:54:58 -07:00
Adam Shaw a6c363576c refresh position of TimeGrid events when there is a zoom 2014-08-03 17:46:24 -07:00
Adam Shaw 8792f4ebbc get spacing just right in agenda all-day area for languages 2014-08-03 15:09:23 -07:00
Adam Shaw a1b6794307 camelcase "HTML" in certain places 2014-08-03 15:09:23 -07:00
Adam Shaw 81ea523fc3 eventLimitPopoverFormat option. eventLimitText RTL behavior change 2014-08-03 15:09:18 -07:00
Adam Shaw bba2d6fcad popover when user clicks on "more" link 2014-08-02 16:27:52 -07:00
Adam Shaw 2053f4dc21 "more" link on a cell when too many events. accompanying new options 2014-07-27 16:15:00 -07:00
Adam Shaw 697c576285 fix some IE8 problems 2014-07-23 15:44:29 -07:00
Adam Shaw 2d1bcbc25f large code refactor. new HTML/CSS skeleton, no more JQUI dependency, among other things 2014-07-22 19:02:21 -07:00
Adam Shaw 223d73b01b persist addEventSource calls (issue 2191) 2014-06-24 22:11:42 -07:00
Adam Shaw 47ae8b3b6e removeEvents call with an array source doesn't persist (issue 2187) 2014-06-24 22:10:04 -07:00
Adam Shaw 134452f1fe removeEvents method with 0 removes all events (issue 2082) 2014-06-24 22:09:51 -07:00
Adam Shaw 4bdc2fdbda slight fix for stripTime when using moment-timezone 2014-06-13 16:53:35 -07:00
Adam Shaw 29cbeb55e4 fix bug where setting FCMoment time with a Moment 2014-06-13 16:53:27 -07:00
Adam Shaw 6153ac285e dont mistake a jqui resize event for a window resize event 2014-06-13 15:03:23 -07:00
Adam Shaw 1d17e1a5ae when weekMode is variable/liquid, dont display weeks with no visible days 2014-06-13 14:29:31 -07:00
Adam Shaw ee7d5278a9 displayEventEnd setting 2014-06-13 13:00:13 -07:00
Adam Shaw 26e4610ff9 dont modify passed-in eventSource items 2014-06-12 19:33:37 -07:00
Adam Shaw 6369e2bd90 make arguments and this more consistent in event dnd/resize handlers 2014-06-11 23:04:08 -07:00
Adam Shaw 2ab15a6ba8 make eventDrop/eventResize return a delta 2014-06-11 16:14:57 -07:00
Adam Shaw 3b4e8f6908 fix fc-ltr className not being cleaned up when calendar is destroyed 2014-06-11 12:34:15 -07:00
Adam Shaw 914b28a046 fix memory leak with selectable/droppable 2014-06-10 18:33:42 -07:00
Adam Shaw 315a3dc0b6 make all JS (mostly tests) es3-compliant, because we care about testing in IE8 2013-09-01 06:00:00 -07:00
Adam Shaw 42599f5870 accept duration-ish inputs for incrementDate method 2014-05-30 18:24:29 -07:00
Adam Shaw 300670da43 fixed a bunch of moment/timezone issues 2014-05-29 10:15:55 -07:00