Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2012 at 07:44 UTC
Updated:
26 Mar 2013 at 17:26 UTC
Provides the ability for site administrators to update theme layer SASS variables through a admin form. The intension of this module is to provide the a basic form that can then be customised to specific fields through other modules (eg. hook_form_alter to set a field as a color wheel instead of textfield).
Project Page: http://drupal.org/sandbox/nick_schuch/1726760
Git Repository: http://git.drupal.org/sandbox/nick_schuch/1726760.git
Git Branch: 7.x-1.x
Version: Drupal 7
Comments
Comment #1
mayank-kamothi commentedHi,nick_schuch
When i clone your module it give me only README.txt file nothing else.
Mayank Kamothi
Comment #2
nick_schuch commentedThe module is setup in the 7.x-1.x branch.
It can be cloned via the following:
As per:
http://drupal.org/node/1726760/git-instructions/7.x-1.x/nonmaintainer
Comment #3
ro-no-lo commentedHello Nick,
I tested your module and here is my review:
About the code:
Usage:
Comment #4
nick_schuch commentedThanks! I have updated as per this commit here:
http://drupalcode.org/sandbox/nick_schuch/1726760.git/commit/dca91949fa2...
Comment #5
webdorado commentedOn the settings page after pressing the button "Save configuration & rebuild mixin", a warning comes out. The reason is that there is an invalid variable $sass_variables on the line 124 of sass_variables.module file.
Comment #6
trogels commentedCode looks good. I have a few comments though:
-You should remove the master branch of your module. Take a look at Moving from a master to a major version branch.
-Some of the lines in your readme file exceed 80 characters.
-In the implementation of hook menu, title and description should be passed trough t function.
- on line 74 should be something like this instead'#title' => t($description . " (!id)" ,array('!id' => $id)),Cheers,
Troels
Comment #7
ro-no-lo commented@trogels: t() Functions should only contain true strings, no variables. Your 4th suggestion is wrong.
Comment #8
PDNagilum commentedLoved that you included a YouTube video in the README, nice touch :)
Automatic review by ventral.org:
http://ventral.org/pareview/httpgitdrupalorgsandboxnickschuch1726760git
Minor issues, but nice to fix.
Manual review:
Comment #9
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 #9.0
PA robot commentedAccidentally added a title.