? contrib/.svn
? contrib/apachesolr_attachments/.svn
? contrib/apachesolr_image/.svn
? contrib/apachesolr_mlt/.svn
? contrib/apachesolr_multisitesearch/.svn
? contrib/apachesolr_nodeaccess/.svn
? contrib/apachesolr_nodeaccess/tests/.svn
Index: apachesolr.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/Attic/apachesolr.admin.inc,v
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.3 apachesolr.admin.inc
--- apachesolr.admin.inc	27 Jan 2009 20:12:51 -0000	1.1.2.3
+++ apachesolr.admin.inc	27 Jan 2009 20:35:35 -0000
@@ -58,7 +58,7 @@ function apachesolr_settings() {
       'show_no_results' => t('Show no results')
     ),
     '#default_value' => variable_get('apachesolr_failure', 'show_error'),
-    '#description' => t('What to display if ApacheSolr search is not available.'),
+    '#description' => t('What to display if Apache Solr search is not available.'),
   );
   return system_settings_form($form);
 }
@@ -137,7 +137,7 @@ function apachesolr_enabled_facets_form_
     $enabled[$module] = array_filter($facets);
   }
   variable_set('apachesolr_enabled_facets', $enabled);
-  drupal_set_message('For each filter block you chose to create, you should see a block below prefixed with "ApacheSolr". Drag these blocks into the region where you would like them to show up on the search page.');
+  drupal_set_message('For each filter block you chose to create, you should see a block below prefixed with "Apache Solr". Drag these blocks into the region where you would like them to show up on the search page.');
 }
 
 /**
@@ -160,7 +160,7 @@ function apachesolr_enabled_facets_form(
   $form = array();
   $form['apachesolr_enabled_facets']['help'] = array (
     '#type' => 'item',
-    '#value' => t('You can use this screen to select which ApacheSolr filter blocks should be created by enabling the corresponding Apache Solr filters. For performance reasons, you should only enable filters that you intend to have available to users on the search page.  After selecting which filter blocks to create, you will be sent to the blocks page where you can choose which of those blocks should be enabled when your users search by placing each block in a region.'),
+    '#value' => t('You can use this screen to select which Apache Solr filter blocks should be created by enabling the corresponding Apache Solr filters. For performance reasons, you should only enable filters that you intend to have available to users on the search page.  After selecting which filter blocks to create, you will be sent to the blocks page where you can choose which of those blocks should be enabled when your users search by placing each block in a region.'),
   );
   if ($module_list) {
     $placeholders = implode(', ', array_fill(0, count($module_list), "'%s'"));
Index: apachesolr.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr.info,v
retrieving revision 1.1.2.1.2.5
diff -u -p -r1.1.2.1.2.5 apachesolr.info
--- apachesolr.info	19 Nov 2008 00:22:46 -0000	1.1.2.1.2.5
+++ apachesolr.info	27 Jan 2009 20:35:35 -0000
@@ -1,7 +1,7 @@
 ; $Id: apachesolr.info,v 1.1.2.1.2.5 2008/11/19 00:22:46 pwolanin Exp $
-name = ApacheSolr framework
+name = Apache Solr framework
 description = Framework for searching with Solr
 dependencies [] = search
-package = ApacheSolr
+package = Apache Solr
 core = "6.x"
 php = 5.2
Index: apachesolr.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr.module,v
retrieving revision 1.1.2.12.2.96
diff -u -p -r1.1.2.12.2.96 apachesolr.module
--- apachesolr.module	27 Jan 2009 20:12:51 -0000	1.1.2.12.2.96
+++ apachesolr.module	27 Jan 2009 20:35:35 -0000
@@ -51,7 +51,7 @@ function apachesolr_menu() {
 }
 
 /**
- * Determines ApacheSolr's behavior when searching causes an exception (e.g. Solr isn't available.)
+ * Determines Apache Solr's behavior when searching causes an exception (e.g. Solr isn't available.)
  * Depending on the admin settings, possibly redirect to Drupal's core search.
  *
  * @param $search_name
@@ -104,7 +104,7 @@ function apachesolr_requirements($phase)
                         $t('Port: %port', array('%port' => $port)),
                         $t('Path: %path', array('%path' => $path))));
     $requirements['apachesolr'] = array(
-      'title' => $t('ApacheSolr'),
+      'title' => $t('Apache Solr'),
       'value' => $value,
       'description' => $description,
       'severity' => $severity,
@@ -565,7 +565,7 @@ function apachesolr_block($op = 'list', 
     case 'list':
       // Add the blocks
       $blocks['sort'] = array(
-        'info' => t('ApacheSolr Core: Sorting'),
+        'info' => t('Apache Solr Core: Sorting'),
         'cache' => BLOCK_CACHE_PER_PAGE,
       );
       return $blocks;
Index: apachesolr_search.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr_search.info,v
retrieving revision 1.1.2.1.2.5
diff -u -p -r1.1.2.1.2.5 apachesolr_search.info
--- apachesolr_search.info	19 Nov 2008 00:22:46 -0000	1.1.2.1.2.5
+++ apachesolr_search.info	27 Jan 2009 20:35:35 -0000
@@ -1,8 +1,8 @@
 ; $Id: apachesolr_search.info,v 1.1.2.1.2.5 2008/11/19 00:22:46 pwolanin Exp $
-name = ApacheSolr search
+name = Apache Solr search
 description = Search with Solr
 dependencies[] = search
 dependencies[] = apachesolr
-package = ApacheSolr
+package = Apache Solr
 core = "6.x"
 php = 5.2
Index: apachesolr_search.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr_search.module,v
retrieving revision 1.1.2.6.2.62
diff -u -p -r1.1.2.6.2.62 apachesolr_search.module
--- apachesolr_search.module	27 Jan 2009 20:12:51 -0000	1.1.2.6.2.62
+++ apachesolr_search.module	27 Jan 2009 20:35:35 -0000
@@ -246,15 +246,15 @@ function apachesolr_search_apachesolr_fa
   $facets = array();
 
   $facets['type'] = array(
-    'info' => t('ApacheSolr Search: Filter by content type'),
+    'info' => t('Apache Solr Search: Filter by content type'),
     'facet_field' => 'type',
   );
   $facets['uid'] = array(
-    'info' => t('ApacheSolr Search: Filter by author'),
+    'info' => t('Apache Solr Search: Filter by author'),
     'facet_field' => 'uid',
   );
   $facets['language'] = array(
-    'info' => t('ApacheSolr Search: Filter by language'),
+    'info' => t('Apache Solr Search: Filter by language'),
     'facet_field' => 'language',
   );
 
@@ -265,7 +265,7 @@ function apachesolr_search_apachesolr_fa
       // In this case the delta and facet field are the same.
       $delta = 'imfield_vid_' . $vid;
       $facets[$delta] = array(
-        'info' => t('ApacheSolr Search: Filter by @name', array('@name' => $vocab->name)),
+        'info' => t('Apache Solr Search: Filter by @name', array('@name' => $vocab->name)),
         'facet_field' => $delta,
       );
     }
@@ -278,7 +278,7 @@ function apachesolr_search_apachesolr_fa
       // $delta can only be 32 chars, and the CCK field name may be this
       // long also, so we cannot add anything to it.
       $facets[$field['field_name']] = array(
-        'info' => t('ApacheSolr Search: Filter by @field', array('@field' => $field['label'])),
+        'info' => t('Apache Solr Search: Filter by @field', array('@field' => $field['label'])),
         'facet_field' => apachesolr_index_key($field),
       );
     }
@@ -301,7 +301,7 @@ function apachesolr_search_block($op = '
         $blocks[$delta] = $facets[$delta] + array('cache' => BLOCK_CACHE_PER_PAGE,);
       }
       $blocks['currentsearch'] = array(
-        'info' => t('ApacheSolr Search: Current search'),
+        'info' => t('Apache Solr Search: Current search'),
         'cache' => BLOCK_CACHE_PER_PAGE,
       );
       return $blocks;
Index: contrib/apachesolr_attachments/apachesolr_attachments.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/contrib/apachesolr_attachments/apachesolr_attachments.info,v
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.3 apachesolr_attachments.info
--- contrib/apachesolr_attachments/apachesolr_attachments.info	27 Jan 2009 20:12:51 -0000	1.1.2.3
+++ contrib/apachesolr_attachments/apachesolr_attachments.info	27 Jan 2009 20:35:35 -0000
@@ -1,5 +1,5 @@
-name = ApacheSolr for attachments
+name = Apache Solr for attachments
 description = Searching file attachments with Solr
 dependencies[] = apachesolr
-package = ApacheSolr
+package = Apache Solr
 core = "6.x"
Index: contrib/apachesolr_image/apachesolr_image.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/contrib/apachesolr_image/apachesolr_image.info,v
retrieving revision 1.1.2.1.2.2
diff -u -p -r1.1.2.1.2.2 apachesolr_image.info
--- contrib/apachesolr_image/apachesolr_image.info	27 Jan 2009 20:12:52 -0000	1.1.2.1.2.2
+++ contrib/apachesolr_image/apachesolr_image.info	27 Jan 2009 20:35:35 -0000
@@ -1,7 +1,7 @@
 ; $Id$
-name = ApacheSolr image module integration
-description = Integrates the ApacheSolr and Image modules
+name = Apache Solr image module integration
+description = Integrates the Apache Solr and Image modules
 dependencies[] = image
 dependencies[] = apachesolr
-package = ApacheSolr
+package = Apache Solr
 core = "6.x"
Index: contrib/apachesolr_image/apachesolr_image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/contrib/apachesolr_image/apachesolr_image.module,v
retrieving revision 1.1.2.1.2.2
diff -u -p -r1.1.2.1.2.2 apachesolr_image.module
--- contrib/apachesolr_image/apachesolr_image.module	26 Jan 2009 15:55:19 -0000	1.1.2.1.2.2
+++ contrib/apachesolr_image/apachesolr_image.module	27 Jan 2009 20:35:35 -0000
@@ -64,5 +64,5 @@ function apachesolr_image_theme() {
  * Implementation of hook_enable().
  */
 function apachesolr_image_enable() {
-  drupal_set_message(t('The ApacheSolr Image integration module will not have any apparent effect until Image type nodes are indexed or re-indexed.'));
+  drupal_set_message(t('The Apache Solr image integration module will not have any apparent effect until Image type nodes are indexed or re-indexed.'));
 }
Index: contrib/apachesolr_mlt/apachesolr_mlt.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/contrib/apachesolr_mlt/Attic/apachesolr_mlt.info,v
retrieving revision 1.1.4.4
diff -u -p -r1.1.4.4 apachesolr_mlt.info
--- contrib/apachesolr_mlt/apachesolr_mlt.info	27 Jan 2009 20:12:52 -0000	1.1.4.4
+++ contrib/apachesolr_mlt/apachesolr_mlt.info	27 Jan 2009 20:35:35 -0000
@@ -1,6 +1,6 @@
 ; $Id: apachesolr_mlt.info,v 1.1.4.4 2009/01/27 20:12:52 pwolanin Exp $
-name = ApacheSolr more like this
+name = Apache Solr more like this
 description = Use Solr to make content recommendations
 dependencies[] = apachesolr
-package = ApacheSolr
+package = Apache Solr
 core = 6.x
\ No newline at end of file
Index: contrib/apachesolr_mlt/apachesolr_mlt.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/contrib/apachesolr_mlt/Attic/apachesolr_mlt.module,v
retrieving revision 1.1.4.19
diff -u -p -r1.1.4.19 apachesolr_mlt.module
--- contrib/apachesolr_mlt/apachesolr_mlt.module	27 Jan 2009 20:12:52 -0000	1.1.4.19
+++ contrib/apachesolr_mlt/apachesolr_mlt.module	27 Jan 2009 20:35:35 -0000
@@ -9,7 +9,7 @@ function apachesolr_mlt_menu() {
 
   $items['admin/settings/apachesolr_mlt'] = array(
     'title' => 'Apache Solr - More Like This',
-    'description' => 'Configure content recommendation blocks using the ApacheSolr "More Like This" handler.',
+    'description' => 'Configure content recommendation blocks using the Apache Solr "More Like This" handler.',
     'page callback' => 'apachesolr_mlt_settings',
     'access arguments' => array('administer search'),
   );
@@ -355,7 +355,7 @@ function apachesolr_mlt_list_blocks() {
   $blocks = array();
   while ($block = db_fetch_object($block_results)) {
     $block->data = unserialize($block->data);
-    $blocks[$block->id] = array('info' => t('ApacheSolr recommendations: ') . $block->data['name'], 'cache' => BLOCK_CACHE_PER_PAGE);
+    $blocks[$block->id] = array('info' => t('Apache Solr recommendations: ') . $block->data['name'], 'cache' => BLOCK_CACHE_PER_PAGE);
   }
   return $blocks;
 }
@@ -369,7 +369,7 @@ function apachesolr_mlt_delete_block_for
     );
     $form['#redirect'] = 'admin/settings/apachesolr_mlt';
     return confirm_form($form,
-      t('Are you sure you want to delete the ApacheSolr content recommendation block %name?', array('%name' => $block['name'])),
+      t('Are you sure you want to delete the Apache Solr content recommendation block %name?', array('%name' => $block['name'])),
       'admin/settings/apachesolr_mlt',
       t('The block will be deleted. This action cannot be undone.'),
       t('Delete'), t('Cancel'));
Index: contrib/apachesolr_multisitesearch/apachesolr_multisitesearch.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/contrib/apachesolr_multisitesearch/Attic/apachesolr_multisitesearch.info,v
retrieving revision 1.1.4.3
diff -u -p -r1.1.4.3 apachesolr_multisitesearch.info
--- contrib/apachesolr_multisitesearch/apachesolr_multisitesearch.info	4 Dec 2008 22:02:43 -0000	1.1.4.3
+++ contrib/apachesolr_multisitesearch/apachesolr_multisitesearch.info	27 Jan 2009 20:35:35 -0000
@@ -1,9 +1,9 @@
 ; $Id: apachesolr_multisitesearch.info,v 1.1.4.3 2008/12/04 22:02:43 pwolanin Exp $
-name = ApacheSolr multisite search
+name = Apache Solr multisite search
 description = Search multiple Drupal sites with Solr
 dependencies[] = search
 dependencies[] = apachesolr
-package = ApacheSolr
+package = Apache Solr
 ;don't use until it's fixed for new APIs 
 ;core = "6.x"
 php = 5.2
Index: contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/contrib/apachesolr_nodeaccess/Attic/apachesolr_nodeaccess.info,v
retrieving revision 1.1.2.4
diff -u -p -r1.1.2.4 apachesolr_nodeaccess.info
--- contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.info	27 Jan 2009 20:12:52 -0000	1.1.2.4
+++ contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.info	27 Jan 2009 20:35:35 -0000
@@ -1,6 +1,6 @@
 ; $Id: apachesolr_nodeaccess.info,v 1.1.2.4 2009/01/27 20:12:52 pwolanin Exp $
-name = ApacheSolr node access
+name = Apache Solr node access
 description = Integrates the node access system with Apache Solr search
 dependencies[] = apachesolr
-package = ApacheSolr
+package = Apache Solr
 core = "6.x"
