Closed (fixed)
Project:
Plupload integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2011 at 00:23 UTC
Updated:
9 Apr 2014 at 03:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
moloc commentedHere is the patch, that displays the version information in the status report.
Comment #2
slashrsm commentedI think this would be nice to have. Patch looks OK. I have made just few improvements:
- added some comments
- renamed plupload_library_path(); to _plupload_library_path(); as I see this as an internal function.
Comment #3
paranojik commentedI would add an additional check for the minimal required version and display the result appropriately.
Comment #4
slashrsm commentedAdded this. I am using PHP's version_compare() function to check versions. See patch...
Comment #5
axe312 commentedPatch #4 is working correctly.
What about notifing the admin via drupal_set_message() that plupload has to be installed/updated after he installed the module?
Comment #6
slashrsm commentedCommited to 7.x-1.x: http://drupalcode.org/project/plupload.git/commit/b64ea2d
Thanks!