Closed (fixed)
Project:
Plupload integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
13 Sep 2013 at 06:34 UTC
Updated:
25 Mar 2017 at 01:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Chris CharltonDrush Make support patch attached. It even includes a line that will apply the "examples" folder security patch
Comment #2
hswong3i commentedPort from drustack_wysiwyg.make
Comment #3
hswong3i commentedPatch is now applied to drustack_wysiwyg.make
Comment #4
hswong3i commented1.5.7 archive from github don't coming with js folder, but 1.x branch does (https://github.com/moxiecode/plupload/commit/19af7a0f80aff1f090957924953...)
Comment #5
hswong3i commentedInclude patch for version detect >= v1.5.7
Comment #6
hswong3i commentedUpdate with correct patch URL.
Comment #7
slashrsm commentedThank you all! Make file committed. Changelog approach for version check was already added in #2171575: Plupload library not found (version 1.5.8) .
Would be great to have some docs for that (in readme and on documentation pages). Marking as "Needs work" until we sort that out. Any contributions in that direction are very welcome.
Comment #8
hswong3i commentedSorry that I just able to find this patch applied to 7.x-2.x, but nothing for 7.x-1.x? Patch re-roll for 7.x-1.x only.
Comment #9
slashrsm commentedCommitted. Thanks.
Comment #11
pvhee commentedIt is a "soft standard" to call this makefile .make.example so Drush doesn't automatically build all dependencies when used in an automatic build process (see e.g. comment on this thread: https://www.drupal.org/node/1968252#comment-9000229) Could this file be renamed as well, if not it's impossible to apply patches to the plupload library independently without patching the plupload module.
Comment #12
garphyHere is a patch which rename the .make file to .make.example.
Comment #14
slashrsm commentedCommitted. Thanks!
Comment #17
budalokko commentedCommitted to 7.x-2.x too.