Since alpha 2 of D7 is available it's time for a new test round.
Things I'm working on:
* Changed the place of the menu items
* Adapted some minor style issues presented by the coder module.
Since alpha 2 of D7 is available it's time for a new test round.
Things I'm working on:
* Changed the place of the menu items
* Adapted some minor style issues presented by the coder module.
Comments
Comment #1
helmo commentedWhat remains of the coder module remarks is:
whois.js
* severity: criticalLine -1: JavaScript should be compatible with other libraries than jQuery. (Drupal Docs)
* severity: criticalLine 82: Changed Drupal.behaviors to objects having the methods "attach" and "detach". (Drupal Docs)
Drupal.behaviors.liveWhoisPreview = function() {
* severity: criticalLine 94: Changed Drupal.behaviors to objects having the methods "attach" and "detach". (Drupal Docs)
$.ajax({
Comment #2
helmo commentedJust committed a change to whois.js to remove the issues from #1
That should make this module ready for an initial D7 release, any comments are very welcome.
Comment #3
helmo commentedI've just created a 7.x-1.0 release!
Let's hope core will follow soon :)