Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2011 at 05:15 UTC
Updated:
8 Sep 2011 at 17:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
dboulet commentedHere is everything that I could find so far, I’ll post another patch if I discover more.
Comment #2
dboulet commentedSwitched to the 2.x version and same issues remain. Patch still applies.
Comment #3
idflood commentedThe patch looks good but there was a little mistake of concatenation ( using the php's "." instead of "+" in javascript). Here is a reroll of last patch against 2.x (with the +)
I've tested it and it behave as expected, and the concatenation problem was the only one I spotted after a full review of the code.
Comment #4
dboulet commentedThanks for catching that idflood, I think that I worked too many hours that day. :)
Comment #5
dave reidCommitted #3 to both 7.x-2.x and 7.x-1.x.
http://drupalcode.org/project/media.git/commit/7e666bb
http://drupalcode.org/project/media.git/commit/c266b5a
Comment #6
dboulet commentedThanks Dave.