Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Daluxz’s picture

Used the coder module and fixed most of the issues.
Every file in a seperate patch as requested.

The files are numbered like the following:

  1. testing/google_appliance.test
  2. testing/test-settings.example.inc
  3. theme/google_appliance.theme.inc
  4. google_appliance.admin.inc
  5. google_appliance.helpers.inc
  6. google_appliance.install
  7. google_appliance.module
Daluxz’s picture

Rerolled 3 of the files to incorporate some extra fixes:

  • Removed some unused variables
  • Fixed a t()-function which contained variables
iamEAP’s picture

Thanks, @Daluxz! I'm reviewing and applying these one at a time. Basic idea is that git diff -w should return nothing, or if anything, only trivial differences.

Should get notifications for each commit, and I'll respond back with anything that may need work afterward. Hang tight!

  • Commit 0564516 on 7.x-1.x authored by Daluxz, committed by iamEAP:
    Coding style clean up in google_appliance.test. [#1980910]
    

  • Commit 28893dd on 7.x-1.x authored by Daluxz, committed by iamEAP:
    Coding style cleanup in test-settings.example.inc. [#1980910]
    

  • Commit 5002283 on 7.x-1.x authored by Daluxz, committed by iamEAP:
    Coding style cleanup in google_appliance.helpers.inc. [#1980910]
    

  • Commit 3293660 on 7.x-1.x authored by Daluxz, committed by iamEAP:
    Coding style clean up in google_appliance.install. [#1980910]
    

  • Commit 0e462ec on 7.x-1.x authored by Daluxz, committed by iamEAP:
    Coding style clean up in google_appliance.theme.inc. [#1980910]
    

  • Commit 67dd533 on 7.x-1.x authored by Daluxz, committed by iamEAP:
    Coding style cleanup in google_appliance.admin.inc. [#1980910]
    

  • Commit 1f2d2e3 on 7.x-1.x authored by Daluxz, committed by iamEAP:
    Coding style cleanup in google_appliance.module. [#1980910]
    
iamEAP’s picture

Status: Needs review » Fixed

Thanks, again @Daluxz. Closing this issue, now.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.