Update plugin registry
[dygraphs.git] / auto_tests /
2011-08-02 Dan Vanderkamcleanup; use passing assert
2011-08-02 Dan VanderkamMerge branch 'master' of https://github.com/lrobb/dygra...
2011-08-02 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2011-08-01 Robert KonigsbergProvide local test execution by function reference...
2011-08-01 unknownFormat for x-axis labels test added.
2011-07-26 Dan Vanderkamfix bug with invisible dygraphs and add a regression...
2011-07-26 Dan Vanderkammisc cleanup
2011-07-26 Dan VanderkamMerge branch 'canvas' of https://github.com/clocksmith...
2011-07-26 Dan Vanderkamregression test for dense setSelection bug; currently...
2011-07-25 Dan Vanderkamprefer to use offsetWidth & offsetHeight when applicabl...
2011-07-20 Dan VanderkamMerge pull request #76 from clocksmith/singleppp
2011-07-20 Anthony RobledoDeleted unnecessary line that was causing variable...
2011-07-15 Dan VanderkamDivision by zero bug fix and regression test
2011-07-12 Dan Vanderkamkberg requests that nonInteractiveModel be private
2011-07-12 Dan VanderkamAdd Dygraph.Interaction.nonInteractiveModel. This disab...
2011-06-28 Dan VanderkamMerge pull request #69 from kberg/master
2011-06-27 Robert KonigsbergBad test! Use pixel counts, don't rely on stupid anchor...
2011-06-27 Dan VanderkamMerge pull request #67 from kberg/master
2011-06-14 Robert KonigsbergComment removal
2011-06-14 Robert KonigsbergTests for when the graph is embedded in a scrolling...
2011-06-14 Robert KonigsbergOops! Forgot to rename createEvent_ in all calls; resul...
2011-06-14 Robert KonigsbergGetting more errors from tests.
2011-06-14 Robert Konigsbergtypo.
2011-06-14 Robert KonigsbergExtract the function that pushes an event onto the...
2011-06-14 Robert KonigsbergAdded code to make tests easier to repeat by specifying...
2011-06-09 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygraphs
2011-06-07 Dan Vanderkamtests pass
2011-06-06 Dan Vanderkamun-HTMLify autotests README
2011-06-06 Dan Vanderkammerge upstream changes
2011-06-02 Dan Vanderkammerge in kberg changes
2011-06-02 Robert KonigsbergTests for pointClickCallback.
2011-06-02 Robert KonigsbergAdd useful comments to some of the mousedispatch methods.
2011-05-24 Robert KonigsbergFix bug 192.
2011-05-13 Robert KonigsbergWhen pan is the default behavior, clearSelection can...
2011-05-13 Robert Konigsbergtemporarily disabling a test while figuring out how...
2011-05-13 Robert KonigsbergStart adding tests for the interaction model. Create...
2011-05-13 Dan Vanderkamall tests pass
2011-05-13 Dan Vanderkama regression test plus general fallout from the toDomYC...
2011-05-12 Dan Vanderkamfix name collision
2011-05-12 Dan Vanderkamadd tests for axis labels to pin down the current behavior
2011-05-12 Dan Vanderkamfix labels issue when loading CSV multiple times and...
2011-05-10 Dan VanderkamMerge pull request #63 from kberg/master
2011-05-05 Robert KonigsbergDygraphOps now does the right thing with events, which...
2011-05-05 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2011-05-05 Robert KonigsbergFix pedantic typo in copyright headers.
2011-05-04 Robert KonigsbergUpdate global README with updated example, and license...
2011-05-03 Dan VanderkamMerge pull request #62 from kberg/fix174.
2011-04-28 Robert KonigsbergAdded range_tests, which uses DygraphOps -- an API...
2011-04-28 Robert KonigsbergAdded runAllTests. Useful.
2011-04-27 Robert Konigsbergoops -- s/MoreAsserts.//
2011-04-27 Robert KonigsbergMoving the delta tests to MoreAsserts. MoreAsserts...
2011-04-27 Robert KonigsbergUpdated fake test runner that shows stack traces on...
2011-04-27 Robert KonigsbergUpdated auto tests per danvk's comments.
2011-04-26 Robert KonigsbergFake jstestdriver was not storing jquery, wonder why...
2011-04-26 Robert KonigsbergFirst set of automated tests for Dygraphs.