Closed (duplicate)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2013 at 17:29 UTC
Updated:
9 Sep 2018 at 23:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://ventral.org/pareview/httpgitdrupalorgsandboxjaychen2052315git
We 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 #2
jay.chen commentedI fixed all the errors on http://ventral.org.
Please review. Thanks.
Comment #3
rolando.caldas commentedHello Jay.Chen!
Manual review is as follows:
.module lines 12,13:
you can changed it to a "more direct call"
.module lines 286, 287, 302, 304, 331, 333 and 334
the t() call is not necessary. The px value will not be translated.
.module lines 300 and 318
If the key text or another doens't exist, the php will create a notice. Evaluate use isset() istead
Comment #4
rolando.caldas commentedsorry I didn't change the status :(
Comment #5
jay.chen commentedHi, Rolando Caldas,
I fixed the #2 issues. Please review. Thanks.
Comment #6
saemie commentedHi there, I like this module.
[general observation]
You've done well to apply the Drupal code standards thoroughly.
[manual review]
I get the following error when choosing certain fonts for a watermark effect:
To recreate:
On admin/config/media/image-styles/edit/iek_photo
I edited the default IEK - Watermark effect and select one of the following fonts:
With the other fonts there is no problem. This is strange since these fonts are included in the `fonts` folder. Its worth a look if you can recreate it.
Comment #7
jay.chen commentedBut it seems it works for me on both Windows and Linux web servers. See my attachment image.
If it is still not working for you, then maybe I can remove these three fonts from my module.
Comment #8
saemie commentedHello @Jay.Chen
I found the cause. Change the following font file names to all-lower-case. This will solve the problem.
I can't tell why this error wasn't happening when you tried. Either way this should solve the problem for other people who may download your module.
Cheers
Comment #9
jay.chen commentedHi, you're right. I re-checkout the codes to my local, and I found that these three fonts are still in first letter capitalized state but actually I have renamed them to all lower case before. Probably my OS (Windows) is not case sensitive, so it doesn't think that is a change even if I rename them.
Anyway, finally I get all these fonts name to all lower case and committed it. Please review.
Thank you very much!
Comment #10
rolando.caldas commentedHello.
I have to correct one of the points of my review. Sorry. In the review process of a module of mine told me that instead utilizase module_load_include required, so I adopted that point as a correction to make.
My module has passed the review process, but the person who enabled the publication of the project (cweagans) commented as follows on the subject:
I understand that, in this case, it is better to follow the recommendation of a person who can enable publishing projects.
Comment #11
jay.chen commentedThanks for your hints, rolando.caldas. The following are my changes.
- I changed my code to use "module_load_include" instead of "require_once".
- Since user can choose different image toolkits such GD or ImageMagick, so my file "iek.gd.inc" should be a conditional file and I keep to split it into a separate file.
- I defined a new image toolkit called "custom", but there is no any implementations for this new toolkit. So I just removed it from my codes.
Comment #12
dman commentedWoah.
Um, have you not seen Image(cache) Actions ? It's been doing all these things since Drupal4.
In a project application review, You must "Search for similar modules, and explain how your application is different.". I just have to google for drupal image effects and it's the top result.
If that fails for whatever reason please get back to us and set this back to "needs review".
Comment #13
PA robot commentedProject 1: https://drupal.org/node/2076185
Project 2: https://drupal.org/node/2052349
As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).
If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #14
avpaderno