Commit Graph
420 Commits
Author SHA1 Message Date
Adam Shaw dba8898143 script to update dates in demos 2014-05-29 16:05:10 -07:00
Adam Shaw f2ae138719 add bash shebang to build/watch file 2014-05-29 16:04:56 -07:00
Adam Shaw ba6f8072b4 tweaks to monthNamesShort test 2014-05-29 14:59:05 -07:00
Adam Shaw 2507d84e0b Merge branch 'test/monthNamesShort' of https://github.com/vidbina/fullcalendar into vidbina-test/monthNamesShort 2014-05-29 14:50:08 -07:00
Adam Shaw d8750fbe9f minor tweaks to monthNames test 2014-05-29 14:47:23 -07:00
Adam Shaw 62c742856c Merge branch 'test/monthNames' of https://github.com/vidbina/fullcalendar into vidbina-test/monthNames 2014-05-29 14:07:05 -07:00
Adam Shaw 300670da43 fixed a bunch of moment/timezone issues 2014-05-29 10:15:55 -07:00
Adam Shaw 1d0c3838ad beef up automated tests for moment stuff 2014-05-28 22:27:54 -07:00
David Asabina 91451a4042 Removed a FIX note for occassionaly skipped tests 2014-05-28 15:46:54 +02:00
David Asabina 19cc9f799f Cleaning up the style of my test 2014-05-28 15:34:05 +02:00
David Asabina b2b05a2523 Testing short monthnames in week views 2014-05-28 15:27:38 +02:00
David Asabina 3337519414 modified month view spec to test monthname in agendaDay and basicDay views 2014-05-28 12:09:47 +02:00
David Asabina 17cef53fb4 testing monthnames in month view 2014-05-28 11:46:16 +02:00
David Asabina 4980e14611 Basic setup for monthNames tests 2014-05-28 09:48:01 +02:00
Adam Shaw edfdaf0428 automated tests to ensure passed-in options object is not modified 2014-05-27 15:17:19 -07:00
Adam Shaw 5f182b606a fix select-method test failing in PhantomJS 2014-05-27 14:50:17 -07:00
Adam Shaw 800400172a scrollTime tests 2014-05-27 14:36:35 -07:00
Adam Shaw 1479335941 automated tests for dayClick 2014-05-27 14:10:31 -07:00
Adam Shaw ec8615e526 hack to get pageX/pageY working for jquery-simulate click 2014-05-27 14:10:12 -07:00
Adam Shaw 5db9a6eb97 tests for select method 2014-05-26 19:27:52 -07:00
Adam Shaw 636d2dd195 tests for select callback 2014-05-26 18:23:46 -07:00
Adam Shaw e76f39b2c3 use jquery-simulate-ext instead of jquery-simulate 2014-05-26 16:45:10 -07:00
Adam Shaw 7af9c3d322 watch all js files for karma 2014-05-26 16:37:07 -07:00
Adam Shaw 849d8bb13d updateEvent should accept moments that have unnormalized start/end (issue 2084) 2014-05-25 22:25:33 -07:00
Adam Shaw 7dee5b50e1 fix issue 2085, problem with slotDuration/snapDuration 2014-05-25 20:50:15 -07:00
Adam Shaw 1d23d6ff8a upgrade to moment 2.6, test changes, bugfix 2014-05-25 16:33:10 -07:00
Adam Shaw 8d1b3b61da automated test tweaks 2014-05-25 15:41:28 -07:00
Adam Shaw 077b852048 automated tests for now 2014-05-25 10:23:23 -07:00
Adam Shaw bbaa6cfd2c remove ddescribe 2014-05-25 10:22:54 -07:00
Adam Shaw 723a13e488 tests for forceEventDuration, defaultAllDayEventDuration, defaultTimedEventDuration 2014-05-25 09:59:43 -07:00
Adam Shaw 0ffc4bd733 startParam/endParam/timezoneParam tests 2014-05-25 08:55:40 -07:00
Adam Shaw c9d577c278 tests for event object creation 2014-05-24 23:04:42 -07:00
Adam Shaw a295c2b9d4 tests related to lang 2014-05-24 22:09:48 -07:00
Adam Shaw 3ed9e7883d moment extended formatting tests 2014-05-24 17:10:02 -07:00
Adam Shaw 46b401c090 fix bug getting confused with momentjs formatting char LT and our T 2014-05-24 17:09:46 -07:00
Adam Shaw be73cbf1d4 in tests, fix language change side effect 2014-05-24 16:28:39 -07:00
Adam Shaw 14e3e81a9f remove ddescribe 2014-05-24 16:20:47 -07:00
Adam Shaw 82f8192503 formatRange test. notes for testing lang 2014-05-24 16:17:41 -07:00
Adam Shaw 0eb861c1ad behavior tweaks to formatRange 2014-05-24 16:17:15 -07:00
Adam Shaw 19436314e5 Merge branch 'test/dayNamesShort' of https://github.com/vidbina/fullcalendar into vidbina-test/dayNamesShort 2014-05-24 14:18:55 -07:00
Adam Shaw 16ce2ac632 fix my incorrect toBeNull checks 2014-05-24 14:17:59 -07:00
Adam Shaw d55ff57b3e fix problem where calendar dayNames setting wasnt being tested 2014-05-24 14:15:45 -07:00
Adam Shaw e4b3bc8d4f Merge branch 'test/dayNames' of https://github.com/vidbina/fullcalendar into vidbina-test/dayNames 2014-05-24 14:04:22 -07:00
Adam Shaw 5b0b65ae9f fix bug with jasmine momentjs comparers 2014-05-24 02:06:02 -07:00
Adam Shaw 009c9b56fc updateEvent tests 2014-05-24 02:05:42 -07:00
Adam Shaw f577a3f548 change behavior when updateEvent called when new dates cant be computed in tz 2014-05-24 02:05:17 -07:00
David Asabina ccde440850 Fixing style issues 2014-05-24 03:38:25 +02:00
David Asabina 2c0e9aa887 Fixing style issues 2014-05-24 03:20:49 +02:00
David Asabina 054a44ab16 Moving testableClasses to seperate variable 2014-05-24 03:05:51 +02:00
David Asabina 920fd33d87 Refactored spec for repeatability (using same spec for agendaDay and basicDay) 2014-05-24 03:00:30 +02:00