Commit Graph

337 Commits

Author SHA1 Message Date
sean kenny ab3ec3c1b0 .gitignore refresh 2014-09-04 14:46:14 +01:00
sean kenny 79ef1f0820 Fix for Issue 29 (languages) 2014-09-04 14:37:09 +01:00
Sean Kenny 4140f6aae9 Adding links for demos, etc 2014-08-31 16:36:53 +01:00
Sean Kenny ea7458aae4 Fix for drag/drop and resize revert 2014-08-30 09:32:18 +01:00
sean kenny 4d489a41ea Drag revert working - need to do same for resize & tidy up 2014-08-29 16:58:15 +01:00
sean kenny 331a242281 Merge branch 'v2' of https://github.com/seankenny/fullcalendar into v2 2014-08-29 15:01:24 +01:00
sean kenny 307853d3ba Merge branch 'resourceView' of https://github.com/KirkeWeb/fullcalendar into v2 2014-08-21 12:34:17 +01:00
zVictor 966664ebc0 BUGFIX for seankenny/fullcalendar #24 2014-08-21 13:26:17 +02:00
sean kenny 8be921ef71 Update events.json 2014-08-19 13:41:58 +01:00
sean kenny 545faa5eb8 Update events.json 2014-08-19 13:29:51 +01:00
sean kenny a2fdb4e37e Update events.json 2014-08-19 13:26:01 +01:00
sean kenny 2ddafc19cf Adding resources 2014-08-19 13:16:56 +01:00
sean kenny 3f75a1db13 Merge pull request #23 from KirkeWeb/resourceView
Adds resourceFilter option
2014-08-19 11:14:17 +01:00
sean kenny fae8c2b49a Merge branch 'resourceView' of https://github.com/KirkeWeb/fullcalendar into v2 2014-08-18 15:46:39 +01:00
sean kenny 28cde132b0 Merge branch 'v2' of https://github.com/seankenny/fullcalendar into v2 2014-08-18 15:44:30 +01:00
zVictor 67c106cc10 Adds resourceFilter option 2014-08-18 16:16:23 +02:00
sean kenny 2586270d27 Merge pull request #22 from KirkeWeb/resourceView
Looks goood.  Thanks!
2014-08-18 11:19:32 +01:00
zVictor e2f0806105 Fix Grunt lint tests for eventsForResource's function inside loop 2014-08-18 10:22:29 +02:00
sean kenny 46425099b1 Merge branch 'resourceView' of https://github.com/KirkeWeb/fullcalendar into v2 2014-08-15 12:42:05 +01:00
zVictor 25f8e0c1b0 Removes strict comparison between values when associating resources to events 2014-08-15 11:33:07 +02:00
sean kenny 4775966848 Merge pull request #21 from KirkeWeb/resourceView
Thanks for this!

Demo page for the resource view
2014-08-14 13:52:17 +01:00
zVictor 08e8e8527b adds a demo page for the resource view 2014-08-14 13:51:56 +02:00
sean kenny 4e17e21086 Generate dist files - ready for testing 2014-08-13 12:43:39 +01:00
sean kenny 3b6af88add . 2014-08-13 12:26:18 +01:00
sean kenny ae5394dc4d Fix to the opacity for drag and drop / new events, etc 2014-08-13 12:20:21 +01:00
sean kenny 5e0582f0f1 Fix to the opacity for drag and drop / new events, etc 2014-08-13 12:19:14 +01:00
sean kenny 17954efbb3 Fix to the prev day displaying incorrect all day events 2014-08-13 12:07:42 +01:00
sean kenny 9ef5626070 Fixing some deprecated momentjs warnings; Fixing drag and drop from all day to slot events 2014-08-13 11:46:14 +01:00
Sean Kenny 2a37ffe985 Finishing drag and drop off 2014-08-12 19:56:24 +01:00
sean kenny 7275fe1fe5 Can add event to resource view 2014-08-11 16:53:18 +01:00
sean kenny 9f82f80163 dist files 2014-08-09 16:19:51 +01:00
sean kenny 2ab197bf3a Cleaning some grun lint issues 2014-08-09 15:58:51 +01:00
sean kenny 3ecbfb09d0 Drag and drop primary functionality working 2014-08-09 15:38:26 +01:00
sean kenny f6d6f0785e Get events to set width correctly - appears to be a bug in the root code that happens to 'work' 2014-08-09 15:03:45 +01:00
sean kenny d01301bf7f Getting event into corrcet resource column 2014-08-09 14:48:29 +01:00
sean kenny 98568e51e5 Get the All Day event into the corrcet resource column 2014-08-09 14:31:05 +01:00
sean kenny f426d9db56 working on getting the resources back on the events with the v2 changes 2014-08-08 17:17:12 +01:00
sean kenny 5d75e0aeba Events are not in correct resource columns yet. A number of failing jslints. Drag Drop not working 2014-08-06 17:50:50 +01:00
sean kenny 0286fcb3af Fixing various undefined references 2014-08-05 16:10:39 +01:00
sean kenny 6560d4717f Resolving the last of the jslint issues 2014-08-05 15:46:08 +01:00
sean kenny 4346890d2b Replacing zeroDate. Note this will have to have more work done when we refactor further. 2014-08-05 15:11:21 +01:00
sean kenny e4f5b41937 Replacing parseDate 2014-08-05 14:45:04 +01:00
sean kenny 3334d49f1d Replacing missed 'addMinutes' call) 2014-08-05 14:30:49 +01:00
sean kenny c211715060 Replacing addDays with .add('d', days) 2014-08-05 14:30:01 +01:00
sean kenny cea2d30ba4 Cleaning up jshint requirements 2014-08-05 14:24:56 +01:00
sean kenny 44edcd914e Merge pull request #18 from zvictor/v2
Replacing the old date api by the momentjs API
2014-08-05 09:27:50 +01:00
zVictor aa8993dcf6 removed the call to clearTime 2014-08-04 16:59:35 +02:00
zVictor e6a0943476 removed all the calls to addMinutes 2014-08-04 16:57:21 +02:00
zVictor 4db8fc49bf removed all the cloneDate calls 2014-08-04 16:54:52 +02:00
sean kenny 87122fc217 Update readme.md 2014-08-04 14:32:25 +01:00