Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
11 Jan 2013 at 19:13 UTC
Updated:
18 Mar 2014 at 18:11 UTC
Jump to comment: Most recent
Comments
Comment #1
klausiWelcome,
please get a review bonus first. Then try to fix issues raised by automated review tools: http://ventral.org/pareview/httpgitdrupalorgsandboxfeintears1886348git
Comment #2
szubkov commentedThanks.
May I ignore some coding standards like alphabetical order of css-properties?
Comment #3
lolandese commentedThough the CSS coding standards mention this, it is in DRAFT status.
There is consensus on most sections there, but "Alphabetizing properties" is not one of those.
Other logics are acceptable. Consider including a comment to let others know what logic in ordering properties you follow.
This is then the own chosen rule to follow throughout all CSS in your project.
Comment #4
adnasa commentedHello FeintEars and welcome!
Before you proceed, you'll have to check the following review using parreview:
http://ventral.org/pareview/httpgitdrupalorgsandboxfeintears1886348git
To aid you in your following development, install coder and review your code before you commit it :-p
Please wrap your if code-blocks using curly brackets (
{})As I can see, you are using a 3rd party library (facebook) which is prohibited, please make use extended api's such as libraries to include 3rd party libraries.
Read the following section before you proceed on implementing 3rd party APIs: http://drupal.org/node/422996
Comment #5
szubkov commentedThanks to all.
Do I have something to do with js/jquery.json-2.3.min.js?
Comment #6
adnasa commentedif jquery.json is a 3rd party lib,
then you shouldn't have it unless it is no longer maintained by the original author.
I think you can use the libraries API to detect if that js file is installed/added when installing the module. I'm not exactly sure
Other modules using 3rd party js libraries: wysiwyg with ckeditor. It's worth taking a look on the wysiwyg module for how they add/detect 3rd parth js libraries.
Comment #7
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #8
szubkov commentedComment #9
szubkov commented