Comment smiley module add your expression with your comment using images. This module add set of images with your comment box, just click on this and
you get the some code with your comment box.
Sandbox Link
https://www.drupal.org/sandbox/raj_visu/2305701
Git Clone
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/raj_visu/2305701.git comment_smiley
cd comment_smiley
Reviews of other projects
https://www.drupal.org/node/2325487#comment-9086625
https://www.drupal.org/node/2330445#comment-9109295
https://www.drupal.org/node/2330617#comment-9111697
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | smiley_issue.png | 14.13 KB | pushpinderchauhan |
Comments
Comment #1
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxraj_visu2305701git
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
rajesh.vishwakarma commentedAll the issues mention by Pareview has been fixed.
Comment #3
th_tushar commentedHi Raj,
Manual review:
Project page is too short, see https://drupal.org/node/997024
As you arre getting/setting the module specific variables, these variables should be deleted on the uninstallation of the module.
Can you fix the above issues? I am changing the status to "Need work", you can change it to "Need review" after making the changes.
Thanks
Comment #4
th_tushar commentedChanging the status as per above comment
Comment #5
rajesh.vishwakarma commentedChanges has been completed.
Comment #6
alvar0hurtad0Automatic Review
I'll be great if you include a link to pareview:
http://pareview.sh/pareview/httpgitdrupalorgsandboxrajvisu2305701git-7x-1x
It says you must define the default branch. Here's the documentation: https://www.drupal.org/node/1659588
Manual Review
Individual user account
Yes: Follows the guidelines for individual user accounts.
No duplication
Yes I'm not really sure about what exatly this module do, so ... I think it's a new functionallty.
Master Branch
No: It does not have a default branch defined.
Licensing
Yes: It follows the licensing requirements
3rd party code
Yes: I didn't found any 3rd party code so it's ok.
README.txt
No: The readme is very short and not clear. And the project page is not clear too.
Code long/complex enough for review
Yes: a bunch of lines and functions.
Secure code
Yes. : I checked al SQL querys and all of then use de database API. Didn't found any cross site, scripting possibility.
I couldn't do the module works using the README and I'm sure it has much work passing the coding standards.
Comment #7
alvar0hurtad0I forgot the status.
:D
Comment #8
rajesh.vishwakarma commented@alvar0hurtad0
Thanks for your review, change has been done.
Comment #9
rajesh.vishwakarma commentedComment #10
rajesh.vishwakarma commentedComment #11
rayzzz.com commentedIndividual user account
Yes: Follows the guidelines for individual user accounts.
No duplication
Yes.
Master Branch
Yes.
Licensing
Yes.
3rd party code
Yes: I didn't found any 3rd party code.
README.txt
No: The readme doesn't meet the required template at all
Code long/complex enough for review
Yes: quite enough.
Secure code
Yes.
Comment #12
klausiREADME improvements are surely not an application blocker, any other problems that you found?
Comment #13
rayzzz.com commentedJust readme, no other problems found
Comment #14
gbisht commentedModule works fine for me.
One issue I found was when we don't enter subject and at the time of display subject get shown from body content which shows text like ":cry::ecry:" in the subject. But this is a small issue and can be taken care later at stable releases.
And one more thing please change name of you image folder from "default" to more appropriate like "icons" or "smiley-img".
Other than this module looks good.
Comment #15
pushpinderchauhan commented@raj_visu, first of all thanks to you for contributing.
Automated Review
Best practice issues identified by pareview.sh / drupalcs / coder. One minor issue found.
Manual Review
jQuery(document).ready, Use Drupal.behaviors.You can directly use theme_image() function here instead of calling separate theme template as there is only image rendered. It would also help to reduce following code from .module file:
comment_smiley.jsfile, Use Use Drupal.behaviors Instead of usingjQuery(document).ready. Also ending semicolon(;) are missing in this js file.The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
As I am not a git administrator, so I would recommend you, please help to review other project applications to get a review bonus. This will put you on the high priority list, then git administrators will take a look at your project right away :-)
Thanks Again!
Comment #16
rajesh.vishwakarma commented@er.pushpinderrana thank you for your review and feedback. The issue mention by pareview.sh is drupal default and I didn't get any solution for this, let me know if you have any solution for this.
Most of issues are fixed as given below details.
Comment #17
rajesh.vishwakarma commentedComment #18
rajesh.vishwakarma commentedComment #19
rajesh.vishwakarma commentedComment #20
rajesh.vishwakarma commentedComment #21
rajesh.vishwakarma commentedComment #22
klausiWhy is this module comment-specific? Shouldn't we use a module that can apply smileys as text filter to any text format?
https://www.drupal.org/project/smiley
https://www.drupal.org/project/smileys
This sounds like a feature that should live in the existing smiley project. Module duplication and fragmentation is a huge problem on drupal.org and we prefer collaboration over competition. Please open an issue in the smiley issue queue to discuss what you need. You should also get in contact with the maintainer(s) to offer your help to move the project forward. If you cannot reach the maintainer(s) please follow the abandoned project process.
If that fails for whatever reason please get back to us and set this back to "needs review".
Comment #23
rajesh.vishwakarma commented@klausi most of time we need to add only smiles with our comment we won't need any WISIWYG editor with the comment part, it come with a large functionality that we don't need to add our comments.
I have posted usability issue for smiley on https://www.drupal.org/node/2337815. It slightly different from smiley.
Comment #24
mpdonadiohttps://www.drupal.org/project/smiley supports smiles in comments w/o the WYSIWYG. You just need to assign the filter to a text format, and then allow that text format for comments. I tested this.
Comment #25
avpaderno