Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Oct 2015 at 11:03 UTC
Updated:
2 Sep 2017 at 16:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
PA robot commentedWe are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #3
jimmyko commentedI personally think that this name will make others confused with Bulk Media Upload
Also, I recommend you rewrite line 99-113 in bulk_file_upload.admin.inc with ArchiveZip class provided by Drupal core.
Comment #4
fishfree commentedI also don't know the difference between this module and the Pack & Upload module. It seems this module can not meet the requirement of "No duplication".
Comment #5
fishfree commentedComment #6
klausiWhile duplication is bad and we should let applicants know it is not an application blocker.
Comment #7
tajinder.minhas commentedHello mehul.shah,
Following are the points which i could find while reviewing your module
isset($form_state['values'])to avoid this warningComment #8
tajinder.minhas commentedComment #9
Rahul Seth commented@Mehul,
I observed few points while reviewing:
Comment #10
PA robot commentedClosing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #11
mehul.shah commentedHi,
Thanks for reviewing the project.
@jimmyko -
@fishfree - This module is a bit different, wherein the user can select the folder in which he wants to upload the file in addition to that user also can create a new folder in public directory. Apart from this, he can filter out certain extensions of the file under the zip folder while extracting. For example - if zip contains .png and .jpg both but the user wants to extract only .jpg then he can put a filter of .jpg in Allowed File Extension to filter this extension out.
@tajinder.minhas - First of all, thanks for extensive testing.
Along with this comment, I am changing the status of the module to "Needs Review"
Comment #12
sjpagan commentedComment #13
sjpagan commentedComment #14
sjpagan commentedComment #15
sjpagan commentedHi @mehul.shah,
you have a git errors:
The following git branches do not match the release branch pattern, you should remove/rename them. See https://www.drupal.org/node/1015226
https://pareview.sh/node/1148
Comment #16
klausi@sjpagan: the git branch name alone is surely not an application blocker. Anything else that you found or should this be RTBC instead?
Comment #17
sjpagan commentedHi, @klausi,
sorry I promise to be more careful :-) ...
I found little problem on your code, at line 90 in file bulk_file_upload.admin.inc, @mehul.shah may include if foldere exist. See image
Comment #18
sjpagan commentedComment #19
mehul.shah commentedHi sjpagan & klausi,
Thanks for reviewing the project.
Along with this comment, I am changing the status of the module to "Needs Review"
Comment #20
sumit.prajapati commentedHi mehul,
Add type of menu in hook_menu.
Add hook_help in module file.
Comment #21
mehul.shah commentedHi Sumit Prajapati,
I don't know if its mandatory to add hook_help. Even the type of menu in hook_menu is not mandatory as If the "type" element is omitted, MENU_NORMAL_ITEM is assumed.
Anyways I have added both to the module file.
Along with this comment, the status of the module remains "Needs Review"
Comment #22
jeetendrakumar commented@mehul.shah
1. When I am tying to upload wrong file its show me following warning and notice.
Comment #23
mehul.shah commentedHi @jeetendrakumar,
I have fixed the above-mentioned issue.
Along with this comment, the status of the module remains "Needs Review".
Comment #24
manav commentedHi @mehul.shah
I have reviewed your project and found some issues as:
Comment #25
mehul.shah commentedThanks! Manav,
I have fixed the above-mentioned issue.
I have updated the description of the issue and there are no configuration steps as such.
Comment #26
mehul.shah commentedComment #27
mehul.shah commentedComment #28
mehul.shah commentedComment #29
mehul.shah commentedPlease review it.
Comment #30
johnnybgoode commentedComment #31
mehul.shah commentedThanks! Johnybgoode,
I have done above-mentioned changes.
Comment #32
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpsgitdrupalorgsandboxmehulshah2001972git
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #33
mehul.shah commentedThe issues have been fixed.
With this comment, i am changing the application status to "Needs Review".
Comment #34
mehul.shah commentedPlease review it.
Comment #35
keshavv commentedMostly fine, But fix One Bug . See attachment

Comment #36
mehul.shah commentedThanks! Keshav.
I have fixed the issue.
Comment #37
jesss commented1. Is this a duplication of the existing Bulk File Upload module? The application links to a sandbox and the code appears to be quite different. At the very least, there appears to be a namespace conflict.
2. Is there a reason you've set the menu item as a MENU_CALLBACK instead of a MENU_NORMAL_ITEM? As it stands, after enabling the module, the configuration link does not appear on the Config page, and there is no link under the Media subsection, which is very confusing.
3. There is a typo in bulk_file_upload.admin.inc on line 41.
'#description' => t('Use comma to separate multiple extensstion<br/> Ex. jpg,jpeg'),should be
'#description' => t('Use commas to separate multiple extensions<br/> Ex. jpg,jpeg'),4. I was unable to get this module to work. When attempting to upload my zip file, I got the following fatal error:
Comment #38
PA robot commentedClosing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.