Adam Shaw
232b80bd7e
Merge branch 'sirrocco-v2' into v2
2014-05-21 11:58:40 -07:00
Adam Shaw
a326d85a30
Merge branch 'sirrocco-v2_columnFormat' into v2
2014-05-21 11:57:53 -07:00
Adam Shaw
ae0ff603cb
Merge branch 'sirrocco-v2_buttonIcons' into v2
2014-05-21 11:57:33 -07:00
Adam Shaw
2a4067e6a5
changed columnFormat tests to use hardcoded current date
2014-05-21 11:31:17 -07:00
Roxin Cernica
4a7800d6bf
added columnFormat tests
2014-05-11 10:21:44 +03:00
Roxin Cernica
e47c7826bb
remove iit tests
2014-05-11 07:41:09 +03:00
Roxin Cernica
3a536435c9
added buttonIcons test
2014-05-11 07:41:09 +03:00
Roxin Cernica
e6e5bfed0a
agendaDay tests should use agendaDay
2014-05-07 08:47:40 +03:00
Adam Shaw
2ed274d1f2
improvements to the automated tests doc
2014-04-30 01:27:04 +08:00
Adam Shaw
9fed3071ed
switch around where some of the tests live
2014-04-30 01:10:23 +08:00
Adam Shaw
e79c47c129
fix some tests that relied on the local tz (thanks Hong Kong)
2014-04-29 21:08:32 +08:00
Adam Shaw
601e556a90
more info for automated test readme
2014-04-29 21:02:04 +08:00
Adam Shaw
68fe56435c
tweaks to automated test readme
2014-04-29 17:11:14 +08:00
Adam Shaw
dc5d985ab4
new docs on writing automated tests
2014-04-29 17:01:58 +08:00
Adam Shaw
3bb98d6ec8
Merge pull request #153 from tpruvot/v2
...
tests: add moment.js everywhere
2014-03-22 11:44:32 -07:00
Adam Shaw
e3c9f185b7
move karma-related dependencies into the repo. use karma-cli
2014-03-22 11:41:39 -07:00
Adam Shaw
cc1ce91780
have bower use specific moment version
2014-03-15 11:43:28 -07:00
Adam Shaw
ceb13bb0c5
latest jasmine-jquery and jasmine-fixture
2014-03-15 11:39:16 -07:00
Tanguy Pruvot
43e1ea2ac2
tests: add moment.js everywhere
2014-02-23 13:11:52 +01:00
Adam Shaw
a1c4f11f48
MISC little stuff
2014-02-03 14:58:18 -08:00
Adam Shaw
016f43f2cc
bump to 2.0.0-beta2
2014-02-03 00:14:07 -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
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