Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* add scaleToViewport function to karmaBryan Berry2010-02-011-0/+14
* minor change to testsBryan Berry2010-01-191-1/+1
* added Karma.convertNumToLocale method along w/ unit testsBryan Berry2010-01-181-56/+71
* Karma.* is now a single namespace. Changed tests and docs to reflect this. Al...Bryan Berry2010-01-181-15/+15
* fixed merge conflictBryan Berry2010-01-101-10/+4
|\
| * minor changesBryan Berry2010-01-071-66/+22
* | changed Karma.rand and Karma.shuffle to pgijsels implementationBryan Berry2010-01-071-67/+19
|/
* Karma.shuffle works and passes unit testsBryan Berry2010-01-051-1/+21
* moved math functions to Karma.* namespace. Fixed the lessons that used them t...shuffle-karmaBryan Berry2010-01-041-12/+12
* added screenshots, got rid of temporary files, this is v0.3.0Bryan Berry2009-12-202-162/+0
* updated jsdocs but more work needs to be doneBryan Berry2009-12-151-6/+31
* added test for Karma.kVideoBryan Berry2009-12-152-125/+18
* finally fixed svg unit testsBryan Berry2009-12-152-9/+14
* cleaned up methods for creating collectionsBryan Berry2009-12-151-50/+50
* replaced kMedia with kAudio, kVideo, and kImage. This makes the code easier t...Bryan Berry2009-12-151-50/+41
* refactored example lessons, docs, karma.js, and tests to use singular nouns f...Bryan Berry2009-12-1411-63/+63
* increased delay for initializing images, because firefox is having trouble ru...Bryan Berry2009-12-131-3/+3
* increased delay for initializing soundsBryan Berry2009-12-131-3/+3
* updated tests w/ longer delays to handle latency when running tests across a ...Bryan Berry2009-12-131-9/+9
* used inline stylesheet for capitals1.svg to show that it can't be overriden l...Bryan Berry2009-12-081-1/+2
* added a testBryan Berry2009-12-071-0/+20
* changed _isValidType function to use === statements instead of regex to make ...Bryan Berry2009-12-051-1/+7
* most of documentation done with jsdoc tool and now stored in docs/Bryan Berry2009-12-031-7/+17
* added lots of documentation that works with jsdocBryan Berry2009-12-021-2/+2
* Ran jslint on tests.js and karma.js. Then cleaned up all problems reported by...Bryan Berry2009-12-021-66/+65
* refactored karma.js to use '_' as a prefix for private variable and method namesBryan Berry2009-12-021-95/+94
* merged jkjs-refactor with masterBryan Berry2009-11-2020-6/+2267
|\
| * tests for makeChain added. All tests pass for the moment.Bryan Berry2009-11-201-2/+14
| * all tests pass on firefox 3.5 and chrome 4Bryan Berry2009-11-203-58/+218
| * fixed enabling and disabling buttons in adding_up_canvas. Fixed test for Karm...Bryan Berry2009-11-202-21/+125
| * fixed problem w/ adding eevent listeners to buttons in adding_up_to_10_canvasBryan Berry2009-11-201-5/+5
| * tests covering most of karma.js added. Karma.js now has most of the functiona...Bryan Berry2009-11-191-3/+25
| * added in code for geometry and math functions + chainMaker. Tests for geometr...Bryan Berry2009-11-193-199/+35
| * changed location of total assets counterBryan Berry2009-11-194-15/+212
| * increased timeouts in test suite back to 1 secondBryan Berry2009-11-181-15/+15
| * increased timeouts in test suite to 4 secsBryan Berry2009-11-181-15/+15
| * increased timeouts in test suiteBryan Berry2009-11-181-14/+14
| * audio files now seem to load immediatelyBryan Berry2009-11-181-1/+0
| * audio files now load immediatelyBryan Berry2009-11-183-21/+968
| * changed all timeouts to 100ms because 10ms is too fast for firefox 3.5Bryan Berry2009-11-182-18/+15
| * makeImages() works but makeSounds() doesn'tBryan Berry2009-11-184-95/+187
| * now have 53 total tests but only 48 passBryan Berry2009-11-176-62/+238
| * most tests for Karma.karma and Karma.kMedia passBryan Berry2009-11-163-161/+160
| * committing before I try taking replacing KarmaRoot w/ karma.initialized to en...Bryan Berry2009-11-162-64/+108
| * almost done w/ kMediaBryan Berry2009-11-131-15/+24
| * added more testsBryan Berry2009-11-135-236/+426
| * added more tests and changed run method of Karma.karma to readyBryan Berry2009-11-104-84/+197
| * tests for the helper methods workBryan Berry2009-11-078-37/+160
| * copied a working copy of Conozco-Uruguay into examples/ . This copy of Conozc...Bryan Berry2009-11-053-43/+215
| * initial restructuring of jquery.karma.js to karma.jsBryan Berry2009-11-042-5/+74
|/