List of most important issues

This is the list of issues that are most important to be solved first. Please help with reviews, patches, comments and testing. Also feel free to update this list if you find it outdated.

- #1414486: Allow for Multiple Plupload elements in a form
- #1146562: Handling required files correctly
- #1267190: Plupload transliteration support for d7
- #1121070: Warning: unlink(...) [function.unlink]: Permission denied in plupload_handle_uploads()
- #1230632: hard-coded file size limits
- #1060448: Support for max upload size and resize parameters
- #1389750: Uploading multiple files causes HTTP error
- #1240654: Use a proper namespace for file_uri_to_object()
- #1300620: Update to 1.5.1.1 because uploading is broken in Firefox 7
- #1348892: show library version in status report
- #1316438: Plupload in AJAX call causes form.submit handler to be added multiple times
- #1219992: Fork plupload library so we can use Drupal native translation tools on it

Initial issue description

Plupload is seeking a new maintainer and the 7.x-Branch is not really stable. I found several modules using plupload, most of them not working correctly because plupload is buggy. (Including my own sandbox project)

There are some Bugs/Problems really need to be fixed:
http://drupal.org/node/1414486
http://drupal.org/node/1146562
...

And also a lot of tested patches who need to be commited to the repository:
http://drupal.org/project/issues/plupload?text=&status=14&priorities=All...

What about creating a better plupload module including the functionalities of following projects:
http://drupal.org/sandbox/vingborg/1138512 (Depends on plupload, creates a multi-upload widget)
http://drupal.org/sandbox/axe312/1414286 (Depends on plupload, creates a node for each uploaded file like plupload 6.x)
http://drupal.org/project/plup (Does not depend on plupload, but uses the plupload-library)
...

Maybe also the developers of the following projects are interested in a more stable and secure version of plupload:
http://drupal.org/project/media
...

Lets get together and merge our development power to create a better plupload module!

Greetings,
axe312

Comments

slashrsm’s picture

As me and my collegues have the same concerns, we requested co-maintainership status two days ago. Current maintainers said that this could be done; we just need to get some more issues to RTBC status.

When we get commit access we can finally commit all patches that are waiting and hopefully get this project moving on.

Can we use this issue as meta issue to create a list of most critical issues? You already mentioned 2, but I am sure that there are many others.

#1267190: Plupload transliteration support for d7 is one of them IMO.

slashrsm’s picture

Issue summary: View changes

node gallery isnt a 7.x module

slashrsm’s picture

Title: Bundle development of plupload and submodules to create a better plupload module » [META] Bundle development of plupload and submodules to create a better plupload module
slashrsm’s picture

Issue summary: View changes

Started creating the list of most critical issues.

slashrsm’s picture

Issue summary: View changes

Updated issue summary.

axe312’s picture

Feel free to use this issue!

I will help with patching and testing right now :)

axe312’s picture

I've seen that there is no 7.x-1.x branch in the git repository. We should also create this branch after we/you got the co-maintainer status

slashrsm’s picture

I agree.

slashrsm’s picture

Status: Active » Closed (fixed)

- 7.x-1.x branch was created.
- All RTBC patches for 7.x-1.x version commited
- Added list of related modules to project page

I think we can close this issue and continue working in other issues.

Bernsch’s picture

Hy!
I have tested any modules, but none seems to work :-(

I tested this module:

together with:

  • Media 7.x-1.x and 7.x-2.x
  • Media_Browser_Plus 7.x-1.x and 7.x-2.x

My question is: "What do i have to do to upload pictures as multiupload in a node image field" ?????

HELP ME PLEACE :-)!

PS: All maintainers should work together to achieve the target --> Multiupload (in nodes)

axe312’s picture

You need to install the plupload library ;)

plup and bulk media upload are working very well for me!

Bernsch’s picture

I have install the plupload library from plupload.com in sites / all / librairies !!

Bulk Media Upload doesent works for me:

The Problem:
When i create a node and come to my media image-field widget. I have the button "select media".
I click it and i become my media_browser_plus with plupload widget. OK. I use any pictures. When i click continue - Only one image shown in my media-field widget as thumbnail. The Button "add another item" appears instead of "select media". When i klick this Button - its the same problem - ONE image thumb.

And the Bulk Modul doesent works with fiel(fiel)path Modul and doesent works with Media_Browser_Plus!

PS: I want to manage my images with the Media_Browser_Plus Modul. If it were possible...

slashrsm’s picture

Media and media browser plus do not support bulk image selection in node form. It is a long requested feture, but it has not been developed yet.

Hovever, you can use http://drupal.org/project/filefield_sources_plupload to achieve this feature.

slashrsm’s picture

Issue summary: View changes

List of issues updated with all of most important issues ATM.