hamidouk [Thu, 13 Oct 2011 17:14:07 +0200] rev 76
added an integration test file.
hamidouk [Thu, 13 Oct 2011 17:13:44 +0200] rev 75
changes to the unit tests.
hamidouk [Thu, 13 Oct 2011 17:12:52 +0200] rev 74
lots of changes to the player widget...
also added corresponsing unit tests.
hamidouk [Thu, 13 Oct 2011 17:11:20 +0200] rev 73
added a function to make closures (for use in callbacks).
hamidouk [Thu, 13 Oct 2011 17:10:35 +0200] rev 72
removed some debug output.
hamidouk [Thu, 13 Oct 2011 17:09:43 +0200] rev 71
broke up initialization in two functions :
- loadLibs fetches the libs
- init does whatever is necessary to init the player
hamidouk [Thu, 13 Oct 2011 17:08:20 +0200] rev 70
added some changes to IriSP.Serializer.
hamidouk [Wed, 12 Oct 2011 14:00:14 +0200] rev 69
added a .sync() method to the json serializer. Changed the tests accordingly.
hamidouk [Wed, 12 Oct 2011 13:59:38 +0200] rev 68
fixed an error in dataloader.js test.
hamidouk [Wed, 12 Oct 2011 13:59:15 +0200] rev 67
added a line to use jQuery (for testing purposes).
hamidouk [Wed, 12 Oct 2011 11:54:59 +0200] rev 66
Added a new file to the build, widgets.js, to contain widget classes.
hamidouk [Wed, 12 Oct 2011 11:54:26 +0200] rev 65
Added new unit tests and changes to the data classes.
hamidouk [Tue, 11 Oct 2011 17:15:37 +0200] rev 64
unit tests for the dataloader.
hamidouk [Tue, 11 Oct 2011 17:15:23 +0200] rev 63
added sinon.js mocking library to the project
hamidouk [Tue, 11 Oct 2011 17:14:47 +0200] rev 62
removed a comma which made ie trip-out
hamidouk [Tue, 11 Oct 2011 17:13:08 +0200] rev 61
DataLoader, first draft.
hamidouk [Tue, 11 Oct 2011 17:12:51 +0200] rev 60
commented ie8 helper function
hamidouk [Tue, 11 Oct 2011 17:12:34 +0200] rev 59
cosmetic fix
hamidouk [Mon, 10 Oct 2011 16:40:37 +0200] rev 58
Renamed LAYOUT.txt and added sinon.js for mockups.
hamidouk [Mon, 10 Oct 2011 16:14:58 +0200] rev 57
Added unit testing with QUnit.
hamidouk [Mon, 10 Oct 2011 15:34:47 +0200] rev 56
A lot of cleaning up - basically replaced all player-specific code by popcorn.
hamidouk [Mon, 10 Oct 2011 13:55:37 +0200] rev 55
A bunch of changes to make the code use popcorn. Bumped the version of jwplayer
we were using.
hamidouk [Fri, 07 Oct 2011 17:18:42 +0200] rev 54
Rajouté des fichiers nécessaires à jwplayer.js.
Mis à jour la version du plugin popcorn.
hamidouk [Tue, 04 Oct 2011 11:16:06 +0200] rev 53
Added a build script to build the js files on unix. Also changed README to
reflect that.