Description
Enables a page preloader (QueryLoader2) on a site for given paths using settings provided in the administration area. Uses Drupal 7 core libraries hook as well as Drupal behaviors to embed the plugin. All code was checked on Coder and is Drupal coding standards compliant. I've also been in contact with the author of the plugin who has given me his blessing to make the module.
The module isn't rocket science but nevertheless I think it'll be useful for sites with pages heavy on UI.
Project page
http://drupal.org/sandbox/interactivejunky/1360320
Drupal version
Drupal 7
GIT
git.drupal.org:sandbox/interactivejunky/1360320.git
Comments
Comment #1
patrickd 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:
This automated report was generated with PAReview.sh, your friendly project application review script. Go and review some other project applications, so we can get back to yours sooner.
Source: http://ventral.org/pareview - PAReview.sh online service
Comment #2
patrickd commentedSwitched back to needs review, so in-depth reviews won't be blocked by coding standart issues.
Comment #3
codesidekick commentedHi there,
Thanks for your hard work. I've now fixed up all the problems shown except for 38 | ERROR | No key specified for array entry; first entry specifies key
. I believe this is in relation to the following code:
Seems to be referring in particular to the setting array in the #js property of drupal_add_library. Is there a better way of including the settings for this library? It seems pretty solid in my time testing it and there aren't any PHP validation errors that I've spotted relating to this code.
I've now also switched the GIT branch to 7-x.1-x although the project currently has two info files because the sandboxed project title isn't the intended namespace for the project.
Thanks so much for your help, hopefully I'll be able to submit this module soon and some people in the community can benefit from it.
Comment #4
patrickd commentedYou don't have to hold the old .info file, just delete it it makes no difference.
I think you can ignore the error with non specified key, it looks clear enough to me, but to be honest I've not worked with libraries yet :(
Comment #5
codesidekick commentedSorted out the info file. Look forward to any other reviewers out there having a look at my module. The author of the original jQuery plugin and I are pretty keen to get this module released into the wild :)
Comment #6
codesidekick commentedHi, I know it's Christmas time but if anybody has some time over the holidays or early next year to review this and get it to a launch phase I'd really appreciate it.
Comment #7
klausiThere are still files other than README.txt in the master branch, make sure to remove them. See also step 5 in http://drupal.org/node/1127732
Not sure which branch I should review, 7.x-1.0 or 7.x-1.x? Please put your most recent code into the 7.x-1.x branch and remove the 7.x-1.0 branch.
Get a review bonus and we will come back to your application sooner.
Comment #8
misc commentedAbout including 3rd party libraries, you should read about it here: http://drupal.org/node/422996
Comment #9
misc commented@martysnow has been contacted to ask if the application is abandoned.
http://drupal.org/node/894256
Comment #10
codesidekick commentedHi, I don't currently have the time to work on this but if I pick it up again I'll re-open this thread.
Thanks,
Comment #11
misc commentedYou are welcome back when you have the time.
Comment #12
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.