Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2012 at 11:06 UTC
Updated:
31 Aug 2012 at 10:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
gopagoninarsing 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:
Remove LICENSE.txt, it will be added by drupal.org packaging automatically.
Remove "version" from the info file, it will be added by drupal.org packaging automatically.
Drupal Code Sniffer has found some code style issues (please check the Drupal coding standards). See attachment.
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.
Comment #2
alesr commentedIssues from #1 fixed.
New link: git clone --branch 7.x-1.0-alpha1 alesr@git.drupal.org:sandbox/alesr/1102580.git
Comment #3
mdespeuilles commentedHi Alesr
Comment #4
alesr commentedThanks @mdespeuilles.
Fixed #3.
Comment #5
mdespeuilles commentedHi, alesr
Your module works fine. Just two very little comments :
1/ in tweejet_menu() title and description should not use t().
Change
by
2/ In automated review :
Comment #6
alesr commentedThanks @mdespeuilles.
Fixed #5.
Hope this should do it.
Comment #7
mdespeuilles commentedJust another remarks :
After this should do it ;)
Comment #8
alesr commentedFixed #7.
Removed t() functions from 102 and 110, because they weren't needed.
Comment #9
alesr commentedComment #10
mdespeuilles commentedHi Alesr,
Apparently you have not commited your modification on git ?
Comment #11
alesr commentedCommited now.
Comment #12
mdespeuilles commentedHi Alesr,
Sorry is my fault, but where you run Pareview.sh I have this error in line 102....
It is the username link... So not translatable... Just correct this for other validation.
But It is correct for me. No error, and the module work as supposed. So RTBC.
Good work ;)
Comment #13
alesr commentedFixed #12.
RTBC.
Comment #14
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 #15
patrickd commentedI'm not sure how this module differs from the tons of existing twitter modules (eg. Twitter DB, Twitter, Twitter Profile widget and Twitter Block)
Please give us an idea of how your module does differ from these and why your module is needed. (Just want to make sure we don't do the 'yet another twitter module' duplication here).
If your module does not differ from those above, I'd appreciate if you think about joining forces with the maintainers and help them enhancing the module that comes nearest to yours.
Comment #16
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.