Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2012 at 08:48 UTC
Updated:
26 Oct 2012 at 10:24 UTC
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/barbun/1545350.git disapprove_comment_link
cd disapprove_comment_linkThere's also my issue + patch for Drupal 7 core and Views, but since it's not committed to
the HEAD and not released yet, I thought that it would be cool to provide this solution in a way of module.
Issue : http://drupal.org/node/1545220
There's also an issue for Drupal 8 (+patch): http://drupal.org/node/1266306
Thank you!
My best,
ROMAN
| Comment | File | Size | Author |
|---|---|---|---|
| disapprove_comment_link_2.jpg | 87.76 KB | barbun | |
| disapprove_comment_link_1.jpg | 47.08 KB | barbun |
Comments
Comment #1
barbun commentedI've run it through Code Sniffer, and still there are few notices. But, i cannot change them due to the way Views contrib module was written (class methods names etc.).
Comment #2
barbun commentedComment #3
luxpaparazzi commentedIt appears you are working in the "master" branch in git. You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git.
The following git branches do not match the release branch pattern, you should remove/rename them. See http://drupal.org/node/1015226
Review of the master branch:
ls: impossible d'accéder à *.info: Aucun fichier ou dossier de ce type
grep: .info: Aucun fichier ou dossier de ce type
grep: .info: Aucun fichier ou dossier de ce type
grep: .info: Aucun fichier ou dossier de ce type
Usage: file [-bchikLNnprsvz0] [--apple] [--mime-encoding] [--mime-type]
[-e testname] [-F separator] [-f namefile] [-m magicfiles] file ...
file -C [-m magicfiles]
file [--help]
grep: *: Aucun fichier ou dossier de ce type
grep: *: Aucun fichier ou dossier de ce type
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. Get a review bonus and we will come back to your application sooner.
Comment #4
luxpaparazzi commentedthe GIT repro seems to be empty!
Comment #5
barbun commentedThanks, I gave the wrong git clone link, so that's why problems appeared. My bad.
P.S.: No, i wasn't working in a master branch, this lesson already learned:)
Comment #6
eiriksmHello!
Code is looking good to me, and the automated reviews give no warnings (except the ones you are mentioning).
I do however have a couple of minor issues:
- Why is the module dependant on views? Only a part of the functionality is dependent on that, but it is not required for the basic functionality. Could you either do it as 2 modules, or just wrap stuff in a module_exists call to avoid this?
- The "disapprove" link shows up on comments that are not approved. You should probably do a check on this.
Minor issues, but should be easy to fix, so marking as needs work (as there are not much work needed :)) Will come back when you have fixed this, and mark as RTBC.
Comment #7
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #7.0
klausiFixed clone link