Commit Graph
320 Commits
Author SHA1 Message Date
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 80fe8c1c96 new tests for ambiguous moments, moment construtors, moment range querying 2014-02-02 20:42:37 -08:00
Adam Shaw a3119fc3d1 add some moment helpers for Jasmine testing 2014-02-02 14:14:29 -08:00
Adam Shaw 1f5b6490a3 break apart date_utils.js 2014-02-02 13:53:41 -08:00
Adam Shaw 3746117815 fix lint problems in misc js files 2014-01-31 15:15:33 -08:00
Adam Shaw d4eb825d69 lint/style-check misc config js files in project root 2014-01-31 15:15:13 -08:00
Adam Shaw aecd5a49ed improve readme to include info about style guide 2014-01-31 15:03:20 -08:00
Adam Shaw 4de555fb88 note in readme about jshint/jscs 2014-01-31 14:18:35 -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 b23937a015 setup for code linting and style checking (jshint/jscs) 2014-01-31 14:05:43 -08:00
Adam Shaw efc3b2e52c rename test: slotMinutes -> slotDuration 2014-01-31 13:50:51 -08:00
Adam Shaw a463b850a7 Merge branch 'v2-autotest' into v2 2014-01-28 00:24:20 -08:00
Adam Shaw 2f6f8055b7 add some more tests 2014-01-28 00:22:25 -08:00
Adam Shaw 588fc25e39 fixup some existing tests 2014-01-28 00:22:25 -08:00
Adam Shaw d4be172f56 update tests for options related to newly introduced Moment/Duration 2014-01-28 00:22:24 -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 4ec2dfac81 let karma know about the moment dependency 2014-01-28 00:22:20 -08:00
Adam Shaw 634ec186ee Merge branch 'v1-autotest' into v2-autotest
Conflicts:
	bower.json
2014-01-26 14:13:01 -08:00
Adam Shaw 55eb4d83e8 add automated testing instructions to readme 2014-01-26 14:03:42 -08:00
Adam Shaw cdd3f29e98 moved automated test files to new locations 2014-01-26 13:59:42 -08:00
Adam Shaw 0479d82d94 automated testing utilities (jasmine plugins, jquery simulate) come from bower now 2014-01-26 13:59:42 -08:00
Adam Shaw 0dc2906b4e slight tweaks to testing framework code 2014-01-26 13:59:42 -08:00
Gareth Leachman 2bbbbf678e beginnings of an automated testing framework (Karma and Jasmine)
written by Gareth Leachman, squashed and reformatted by Adam Shaw
2014-01-26 13:59:18 -08:00
Adam Shaw 1b12c3a35b update changelog with temporary link to 2.0 Upgrade article 2014-01-25 01:01:33 -08:00
Adam Shaw 0c6f0ff13c adjust demos to work with PHP 5.2 or higher 2014-01-25 00:59:37 -08:00
Adam Shaw 18f41c3550 [2.0] meta file updates 2014-01-24 23:50:42 -08:00
Adam Shaw 49088fb405 [2.0] some test file updates 2014-01-24 23:50:42 -08:00
Adam Shaw cfc7087f99 [2.0] demo file updates; new timezone and language demos 2014-01-24 23:50:42 -08:00
Adam Shaw 05ab0a7cf8 [2.0] build system updates, esp for language file generation 2014-01-24 23:50:42 -08:00
Adam Shaw 564ee6a9a9 [2.0] FullCalendar language files 2014-01-24 23:50:42 -08:00
Adam Shaw d0d0a97c64 [2.0] source file changes 2014-01-24 23:10:00 -08:00
Adam Shaw 7bd4e08bd0 remove executable flag from themeswitcher lib 2014-01-24 22:50:08 -08:00
Adam Shaw 0dfc25afcb some more changelog cleanup 2013-09-09 22:02:38 -07:00
Adam Shaw 1b9674857b add links to PRs in changelog markdown 2013-09-09 21:19:18 -07:00
Adam Shaw d756c2bd6c converted changelog to markdown 2013-09-09 21:10:28 -07:00
Adam Shaw 197f8e77e8 add html file used for slotEventOverlap screenshots 2013-09-01 00:45:20 -07:00
Adam Shaw 745c87747f changelog for 1.6.4 2013-09-01 00:24:25 -07:00
Adam Shaw e19f9d2235 bump version to 1.6.4 2013-09-01 00:24:12 -07:00
Adam Shaw 13d24b1586 add test for issue 1035 2013-08-31 22:07:11 -07: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 b7f96ba79a make slot_event_overlap test even better 2013-08-31 21:05:25 -07:00
Adam Shaw 6eb4693972 make slot_event_overlap test work after buildfix merge 2013-08-31 20:58:32 -07:00