Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Feb 2012 at 10:40 UTC
Updated:
6 Apr 2012 at 15:06 UTC
Jump to comment: Most recent file

Comments
Comment #1
kongoji commentedHi StepanKuzmin,
module works well, just some notes to your module:
1) you should translate messages in drupal_set_message function.
From
to
2) I noticed you are working on master branch and you should switch to
7.x-1.xbranch (read http://drupal.org/node/1127732)3) can you provide also a flush link for each single image style? Flushing all styles at the same time could be very resource compsuming for a big website with thousands of images uploaded. You should also give a look to the patch proposed at http://drupal.org/node/700696
4) Seems you have very little corrections to do to pass automatic validation online tool, the results are here:
http://ventral.org/pareview/httpgitdrupalorgsandboxstepankuzmin1454096git
Summarizing: module seems to work pretty well, it adds a functionality it really miss in D7, but maybe it needs some little improvements to be perfect. Good job anyway, i like your module!
Status just moved to "Needs work", switch back to "Needs review" when you think module is ready for review again.
Comment #2
to.stepan.kuzmin@gmail.com commentedI've updated module based on your notes. Now you can flush single image style.
Comment #3
mkadin commentedCool module. Here's a link to the results from the automated review script - a few changes to be made, nothing major:
http://ventral.org/pareview/httpgitdrupalorgsandboxstepankuzmin1454096git
A few manual notes:
1) This message is not in proper english and could be more specific to the user:
Something like, "An error occurred while flushing the image caches." might be better.
Make sure you remove everything from the master branch in your git repository. I just spent some time reviewing old code!
You might also consider offering this as a patch to core drupal instead of a standalone module. It seems lean, simple, and useful enough to make the cut. I'd love to see this functionality in every drupal install.
Comment #4
mkadin commentedComment #5
to.stepan.kuzmin@gmail.com commentedI've fixed code style issues, changed message to "An error occurred while flushing the image caches." and removed all files from master branch.
Maybe I'll create a patch to Drupal core Image module later.
Comment #6
sam152 commentedHi,
Great module by the way, I have been thinking of doing something like this for a while, great to see you have already taken the initiative.
I have downloaded and installed the module and it functions exactly as described. The code looks clean and feels logical. I think it deserves RTBC status.
~Sam
Comment #7
klausiWould you like to take part in the review bonus program? I personally only review/approve applications with a review bonus, but of course you can also wait for other git administrators to take a look at your code.
Comment #8
to.stepan.kuzmin@gmail.com commentedThanks klausi! As far as I understand, I should add "PAReview: review bonus" tag to this comment. So here it is.
Comment #9
klausiRemoving review bonus tag, you have not listed any reviews in the issue summary. Please read #1410826: [META] Review bonus again.
Comment #10
klausimanual review:
Thanks for your contribution, StepanKuzmin! Welcome to the community of project contributors on drupal.org.
I have promoted this to a full project: http://drupal.org/project/imagestyleflush
Now that this experimental project has been promoted, you'll need to update the URL of your remote repository or reclone it.
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
As you continue to work on your module, keep in mind: Commit messages - providing history and credit and Release naming conventions.
Thanks to the dedicated reviewer(s) as well.
Comment #12
quiptime commented@Stephan,
please read http://drupal.org/node/1498414#comment-5788728
Comment #13
klausiThis application is closed. Please report to the issue queue of the project only.
Comment #14
patrickd commentedNot related, please open a separate issue in the module issue queue.
// too slow xP
Comment #14.0
patrickd commentedAdded link to project and git clone instructions.