Comments

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new7.08 KB

This fixes a number of mistakes.

damienmckenna’s picture

Bump.

drupalninja99’s picture

Status: Needs review » Fixed

These changes look good, I have committed to 7.x-1.x

drupalninja99’s picture

Status: Fixed » Needs review
StatusFileSize
new4.55 KB
new4.7 KB

I have fixed some whitespace errors and other codesniffer type items in this patch, per comments from https://drupal.org/node/1961614#comment-7688379.

drupalninja99’s picture

StatusFileSize
new4.08 KB

Re-rolled after admin.inc issue merge

drupalninja99’s picture

StatusFileSize
new2.77 KB
new5.77 KB

I also moved the configuration page to /admin/config/services/optify which I think is a better fit.

drupalninja99’s picture

Status: Needs review » Needs work

From https://drupal.org/node/1961614#comment-7689653

You shouldn't set a default value in optify_install(). Instead, when you retrieve the variable provide the default there, like $no_display = variable_get('optify_no_display', "admin\nadmin/*\nbatch\nnode/add*\nnode/*/*\nuser/*/*");.

drupalninja99’s picture

StatusFileSize
new1.87 KB
new6.42 KB

Made updates from #7, attaching patch and interdiff.txt.

drupalninja99’s picture

Status: Needs work » Needs review
drupalninja99’s picture

Status: Needs review » Fixed

Committed to 7.x-1.x

Status: Fixed » Closed (fixed)

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