Scott Downe
|
e0a6977bb5
|
[#1023] removed some console.logs I left from last commit. Removed the youtube seeking hack. No longer update via youtube player seeks, only via butter seeks.
|
2012-05-28 15:20:42 -04:00 |
Scott Downe
|
3af0f4bcac
|
[#1023] whitespace change.
|
2012-05-28 15:20:42 -04:00 |
Scott Downe
|
771b9b75a8
|
[#1023] Removed a piece of the hack stack, to make it easier to change things. Fixed soundcloud tests. Made all players compensate for the removed piece of the hack stack.
|
2012-05-28 15:20:42 -04:00 |
Scott Downe
|
7afb08b8b7
|
[#1023] whitespace fixes.
|
2012-05-28 15:20:41 -04:00 |
Scott Downe
|
ef5b6f858f
|
[#1023] Another bug where the asynch paused value is not always in synch with the synch paused value. I now cache a paused value, for external checks, but internal checks wait for the real value.
|
2012-05-28 15:20:41 -04:00 |
Scott Downe
|
674588f6a1
|
[#1023] Fixed a bug where player paused state could be out of synch before the flash player is ready.
|
2012-05-28 15:18:27 -04:00 |
Scott Downe
|
c11dd0debb
|
[#1023] fixed tests to pass, would fail because of invalid assumptions on video's ready state, exposed by ticket #1044.
|
2012-05-28 15:18:27 -04:00 |
Scott Downe
|
e5b6a1cac0
|
[#1023] removed limit on player queue.
|
2012-05-28 15:18:27 -04:00 |
Scott Downe
|
4a5cbc78c5
|
[#1023] added space.
|
2012-05-28 15:18:27 -04:00 |
root
|
74ae25a73e
|
[#1023] typo in comment.
|
2012-05-28 15:18:27 -04:00 |
Scott Downe
|
6f21999e0b
|
[#1023] moved player queue next to happen if paused or playing, as it should not matter.
|
2012-05-28 15:18:27 -04:00 |
ScottDowne
|
15626cbeaf
|
[#1023] added player queue to easily allow player authors to fire play and pause asynch in the proper order.
|
2012-05-28 15:18:26 -04:00 |
ScottDowne
|
023eaf4505
|
Merge pull request #76 from humphd/t1094
Guard against youtubeObject going away in _teardown
|
2012-05-28 11:50:46 -07:00 |
David Seifried
|
137c734ff8
|
Merge pull request #77 from dseif/t621
[#621] Soundcloud player unit tests time out on all Firefox, Safari, and Chrome
|
2012-05-28 10:07:15 -07:00 |
Christopher De Cairos
|
be7853b6bf
|
Merge pull request #74 from cadecairos/t1089
Added subtitle functionality to text plugin [#1089]
|
2012-05-28 08:55:53 -07:00 |
David Seifried
|
1e3c1b27c1
|
[#621] Fixed a fail in the soundcloud unit tests and made sure we clean up after ourselves a bit more
|
2012-05-28 09:49:43 -04:00 |
Christopher De Cairos
|
1f8280ab42
|
Make text plugin tests more friendly with Opera [t1089]
|
2012-05-25 14:35:07 -04:00 |
Christopher De Cairos
|
02ad601b53
|
Changes to text plugin and unit tests as per review [#1089]
|
2012-05-25 14:14:56 -04:00 |
Christopher De Cairos
|
d5abf53954
|
Updates to text unit tests [#1089]
|
2012-05-23 11:46:35 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
e1dccf8bf0
|
Guard against youtubeObject going away in _teardown
|
2012-05-23 11:37:28 -04:00 |
Christopher De Cairos
|
09fba976dd
|
Make Text plugin unit tests use events for async testing [#1089]
|
2012-05-22 17:15:18 -04:00 |
ScottDowne
|
351e9bfac8
|
Merge pull request #71 from ScottDowne/t1083
[#1083] youtube tests no longer call currenttime before video is loaded....
|
2012-05-22 13:39:49 -07:00 |
Christopher De Cairos
|
7b62294df7
|
Added subtitle functionality to text plugin [#1089]
|
2012-05-22 15:26:27 -04:00 |
Christopher De Cairos
|
7a83050e64
|
Merge pull request #46 from humphd/t1011
Text plugin
|
2012-05-22 09:46:51 -07:00 |
Christopher De Cairos
|
1db19133ea
|
Merge pull request #69 from cadecairos/t1081
Make pause use a test page that will close itself [#1081]
|
2012-05-22 09:44:07 -07:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
ac11003a96
|
Remove reference to name variable from manifest for footnote plugin.
|
2012-05-22 12:02:27 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
2c33b23edf
|
Fixes for footnote plugin to decouple from text
|
2012-05-22 10:54:53 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
3e9e386556
|
Fix review issues in text plugin
|
2012-05-22 10:43:41 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
b2d691d342
|
Fix text plugin style nits, add multiline property to manifest
|
2012-05-22 10:43:41 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
c786e651e1
|
Text plugin
|
2012-05-22 10:43:40 -04:00 |
Scott Downe
|
4faf13c7e2
|
[#1083] youtube tests no longer call currenttime before video is loaded. This is more on lines with HTMl5 video spec.
|
2012-05-18 11:34:29 -04:00 |
ScottDowne
|
0d4f562677
|
Merge pull request #70 from mjschranz/t982
Wikipedia plugin now supports article links that redirect. Added tests for it
|
2012-05-17 12:15:35 -07:00 |
Matthew Schranz
|
690637c2bf
|
[#982] Wikipedia plugin now supports article links that redirect. Added tests for it
|
2012-05-17 14:12:52 -04:00 |
Jon Buckley
|
7534862275
|
Merge pull request #58 from ScottDowne/t1044
Added start time media fragment support to YouTube [#1044]
|
2012-05-16 15:28:34 -07:00 |
Christopher De Cairos
|
7f2cd5d162
|
Style and white space fixes in popcorn.pause.unit.js [#1081]
|
2012-05-16 16:24:33 -04:00 |
Christopher De Cairos
|
aa4d6c82f9
|
Prevent the pause popup from actually appearing, make tests better [#1081]
|
2012-05-16 16:20:59 -04:00 |
ScottDowne
|
8dec04d818
|
Merge pull request #64 from mjschranz/t1068
[#1068] make check now runs lint against all modules
|
2012-05-16 10:42:07 -07:00 |
ScottDowne
|
dc28fb3273
|
Merge pull request #54 from ScottDowne/t1016
T1016
|
2012-05-16 10:36:10 -07:00 |
ScottDowne
|
13558e0fff
|
Merge pull request #65 from mjschranz/t1069
[#1069]Fixed Whitespace issues in all Wikipedia plugin files
|
2012-05-16 10:07:35 -07:00 |
Scott Downe
|
6672440068
|
[#1044] some whitespace fixes.
|
2012-05-11 17:47:55 -04:00 |
Jon Buckley
|
b7a817db05
|
Added multiple media support to smart
Conflicts:
modules/player/popcorn.player.js
|
2012-05-11 16:07:44 -04:00 |
Matthew Schranz
|
174eb956f1
|
[#1069]Fixed Whitespace issues in all Wikipedia plugin files
|
2012-05-11 13:40:44 -04:00 |
Scott Downe
|
e746b8e6bd
|
[#1016] removed proposed core support for Popcorn.defineProperty
|
2012-05-10 21:25:11 -04:00 |
ScottDowne
|
9aef7a426c
|
Merge pull request #60 from rwldrn/t1064
[#t1064] attrchange event and tests
|
2012-05-10 13:45:52 -07:00 |
ScottDowne
|
38e9586e4e
|
Merge pull request #57 from stanica/t1036
[1036] 1. Allow Popcorn.smart to accept targets without '#'.
|
2012-05-10 13:02:09 -07:00 |
ScottDowne
|
4d27310436
|
Merge pull request #33 from ScottDowne/t1020
[#1020] youtube height and width test fails fixed.
|
2012-05-10 09:37:51 -07:00 |
Scott Downe
|
76238a50c1
|
[#1044] youtube media fragment start times work with just minutes or just seconds. Removed pointless check. More tests.
|
2012-05-10 12:33:23 -04:00 |
Christopher De Cairos
|
8837c88673
|
Merge pull request #53 from humphd/t320
Fix lint issues in plugin unit tests.
|
2012-05-10 08:46:19 -07:00 |
Scott Downe
|
83962b6847
|
[#1016] Popcorn.defineProperty in core, because I wanted it to create a property for p.error to p.media.error.
|
2012-05-10 11:25:44 -04:00 |
Christopher De Cairos
|
1be0abe3d5
|
Merge pull request #49 from cadecairos/t990
Support for 'oneTime' attribute + tests [#990]
|
2012-05-09 14:37:17 -07:00 |