It would be helpful for a webmaster to see the version of the installed plupload library in the status report.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Moloc’s picture

Status: Active » Needs review
FileSize
3.46 KB

Here is the patch, that displays the version information in the status report.

slashrsm’s picture

I 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.

paranojik’s picture

Status: Needs review » Needs work

I would add an additional check for the minimal required version and display the result appropriately.

slashrsm’s picture

Status: Needs work » Needs review
FileSize
4.06 KB

Added this. I am using PHP's version_compare() function to check versions. See patch...

axe312’s picture

Status: Needs review » Reviewed & tested by the community

Patch #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?

slashrsm’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit b64ea2d on 7.x-1.x, 7.x-2.x, 8.x-1.x by slashrsm:
    Issue #1348892 by slashrsm,Moloc: Show library version in status report...