Created this issue for a general review of the module so it is confirm with all (or most of ) the drupal coding standards.
I'm currently running the modules (apachesolr and apachesolr_search) through coder and will report back with a patch that fixes general issues.

CommentFileSizeAuthor
#3 1301646.patch7.74 KBNick_vh
#1 1301646-codereview.patch15.09 KBNick_vh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Nick_vh’s picture

Status: Active » Needs review
FileSize
15.09 KB

And as promised, the cleanup from the current dev. People could/should use this issue for further cleanups regarding code standards

scor’s picture

Status: Needs review » Needs work
+++ b/apachesolr.module
@@ -2062,7 +2063,9 @@ function apachesolr_mlt_suggestions($settings, $id, $solr = NULL) {
+      $form[$key]['delete'] = array(
+          '#value' => l(t('delete'),
+          'admin/config/search/apachesolr/mlt/delete_block/' . $block['delta']['#value']));

should be only indented 2 chars, not 4.

Nick_vh’s picture

FileSize
7.74 KB
Nick_vh’s picture

Status: Needs work » Fixed

Committed

Status: Fixed » Closed (fixed)

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