Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2011 at 11:07 UTC
Updated:
13 Sep 2012 at 22:22 UTC
This module grabs comments for the page from Facebook, caches them and puts it permanently to the website. The goal is to benefit from the SEO effect of the comments which usually included to the website through an iframe.
You need to download Facebook-SDK from https://github.com/facebook/php-sdk and put the library to sites/all/libraries directory. Rename the library name to fb-sdk.
http://drupal.org/sandbox/clicktrend/1354512
git clone --branch master clicktrend@git.drupal.org:sandbox/clicktrend/1354512.git facebook_comment_cache
It is for Drupal 7!
Comments
Comment #1
patrickd 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.
Review of the master branch:
This automated report was generated with PAReview.sh, your friendly project application review script. Go and review some other project applications, so we can get back to yours sooner.
Source: http://ventral.org/pareview - PAReview.sh online service
Comment #2
patrickd commentedComment #3
tsubasa commentedModule corrected and needs review again.
Comment #4
patrickd commentedReview of the 7.x-1.x branch:
This automated report was generated with PAReview.sh, your friendly project application review script. Go and review some other project applications, so we can get back to yours sooner.
Source: http://ventral.org/pareview - PAReview.sh online service
Comment #5
patrickd commentedSwitched back to needs review, so in-depth reviews won't be blocked by coding standart issues.
Comment #6
tsubasa commentedModule corrected and needs review again.
Comment #7
tsubasa commentedNeeds review.
Comment #8
barnettech commentedHello,
I noticed the master branch still has files in it other than the README.txt file:
Here are some instructions: http://drupal.org/node/1127732
I also see in the 7.x branch your .gitignore file got committed. I would remove that file.
At the top of your .module file the doxygen is incomplete:
you have
Here is the reference on how this should look: http://drupal.org/node/1354#files
Comment #9
tsubasa commentedUpdates made. Check again please!
Comment #10
jygastaud commentedHi,
Du to automated review, it appears that your code still have issues.
Please check them at: http://ventral.org/pareview/httpgitdrupalorgsandboxclicktrend1354512git
Comment #11
tsubasa commentedThanks, I've checked them again and I hope it's correct now.
Please check again.
Comment #12
jygastaud commentedHi,
Manual review:
README.txt
.info
require_once libraries_get_path('fb-sdk') . "/src/facebook.php";You use libraries API which is great. However you should define the librarie module with someting like
dependencies[] = librariesconfig.inc.example
.module
I thought your module doesn't meet requierements to get a full project acces (see this post for more information: At least 120 lines and 5 functions) but your project can be still be promoted manualy by git admin as a single project.
Comment #13
c-logemann@tsubasa: Peareview is clean at this moment, but please answer on comment of jygastaud.
Comment #14
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #14.0
klausiInstallation instruction for Facebook SDK added