Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Mar 2016 at 12:49 UTC
Updated:
20 Oct 2016 at 08:44 UTC
Jump to comment: Most recent

Comments
Comment #2
gaydamaka commentedComment #3
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxgaydamaka2695167git
Fixed the git clone URL in the issue summary for non-maintainer users.
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 #4
gaydamaka commentedComment #5
gaydamaka commentedComment #6
jabastin arul commentedComment #7
D.push commentedHi, i reviewed your module project. I think everything looks good. But, good practice is adding the hook_help (https://api.drupal.org/api/drupal/modules!system!system.api.php/function...).
Comment #8
vipul.patil7888 commentedHi gaydamaka,
Is there a special reason to set "'#disabled' => TRUE"?, if no, please remove "'#disabled' => TRUE" from below mentioned code of "apptiles_form_system_theme_settings_alter" function as it does not allow to select which size to set to customize web-application:-
"$form['tiles'][$os][$dimension] = [
'#type' => 'checkbox',
'#title' => pathinfo($file, PATHINFO_FILENAME),
'#disabled' => TRUE,
'#default_value' => file_exists($file),
];"
Thanks,
Comment #9
gaydamaka commentedHi vipul.patil7888
Checkbox indicates exist tiles in theme folder and is not used how tiles settings. So option '#disabled' necessary for form element definition.
Comment #10
sanket1007 commentedHey,
I liked the idea of your module and i believe this can really be a help to lots of users
I found the following issues while reviewing it on pa review --
FILE: /var/www/drupal-7-pareview/pareview_temp/apptiles.module
---------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
---------------------------------------------------------------------------
78 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
79 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
80 | ERROR | [x] Array closing indentation error, expected 4 spaces but
| | found 6
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------
Please fix it.
Comment #11
gaydamaka commentedHi sanket1007
Thanks. I fixed this.
Comment #12
nico.knaepen commentedChange the git clone command to
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/gaydamaka/2695167.git
Add a package to the .info file so that your module is bundled under a correct group.
Comment #13
gaydamaka commentedComment #14
gaydamaka commentedComment #15
gaydamaka commentedComment #16
gaydamaka commentedComment #17
gaydamaka commentedComment #18
gaydamaka commentedComment #19
gaydamaka commentedComment #20
gaydamaka commentedComment #21
smfsh commentedAutomated Review
Passed automated reviews on paraview.sh and locally via Coder
Manual Review
This review uses the Project Application Review Template.
Your code is very clean and easy to read through. The functionality that this module adds is very valuable and I look forward to this being available. I feel like there should definitely be some more documentation around the setup, or at least where to do it in the Drupal interface, but the functionality looks good as it is.
You might also put some more documentation surrounding what the "Add tiles to admin page?" option does. I can discern what it does by reading through the code, but an end-user might be confused by this.
Comment #22
br0kenIt's completely ready!
Comment #23
klausiThanks for your contribution, Vladimir!
I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.
Comment #24
gaydamaka commentedGot GIT access for my contrib module Application Tiles (https://www.drupal.org/project/apptiles)
Thanks to all the Reviewers and specially @klausi (https://www.drupal.org/u/klausi) for giving me the GIT Access.