November, 2009

Commit 295706 by robertDouglass

Commit #295706 by robertDouglass at 16:14
Apache Solr Search Integration: /modules/apachesolr/apachesolr.admin.inc 1.1.2.38 @ DRUPAL-6--1
#638236 by mkalkbrenner, anarchivist and robertDouglass, undocumented dependency on taxonomy module.

Commit 294026 by robertDouglass

Commit #294026 by robertDouglass at 18:58
Apache Solr Search Integration: /modules/apachesolr/apachesolr_search.module 1.1.2.6.2.111.2.33 @ DRUPAL-6--2

Commit 293986 by robertDouglass

Commit #293986 by robertDouglass at 16:50
Apache Solr Search Integration: /modules/apachesolr/apachesolr_search.module 1.1.2.6.2.111.2.32 @ DRUPAL-6--2

Commit 293944 by robertDouglass

Commit #293944 by robertDouglass at 15:44
Apache Solr Search Integration: /modules/apachesolr/apachesolr.module 1.1.2.12.2.155.2.43 @ DRUPAL-6--2

Commit 293938 by robertDouglass

Commit #293938 by robertDouglass at 15:22
Apache Solr Search Integration: /modules/apachesolr/apachesolr.admin.inc 1.1.2.37 @ DRUPAL-6--1Apache Solr Search Integration: /modules/apachesolr/apachesolr.module 1.1.2.12.2.173 @ DRUPAL-6--1

Commit 293934 by robertDouglass

Commit #293934 by robertDouglass at 15:18
Apache Solr Search Integration: /modules/apachesolr/apachesolr.admin.inc 1.1.2.28.2.14 @ DRUPAL-6--2Apache Solr Search Integration: /modules/apachesolr/apachesolr.module 1.1.2.12.2.155.2.42 @ DRUPAL-6--2

Commit 293922 by robertDouglass

Commit #293922 by robertDouglass at 14:33
Apache Solr Search Integration: /modules/apachesolr/apachesolr.admin.inc 1.1.2.28.2.13 @ DRUPAL-6--2Apache Solr Search Integration: /modules/apachesolr/apachesolr.module 1.1.2.12.2.155.2.41 @ DRUPAL-6--2

Commit 293874 by robertDouglass

Commit #293874 by robertDouglass at 12:25
Apache Solr Search Integration: /modules/apachesolr/Solr_Base_Query.php 1.1.4.40.2.8 @ DRUPAL-6--2
#629940 followup - incorrect nesting was resulting in multiple subqueries.

Commit 293540 by robertDouglass

Commit #293540 by robertDouglass at 16:21
Apache Solr Search Integration: /modules/apachesolr/apachesolr.install 1.1.4.18.2.10 @ DRUPAL-6--2
rollback #641592

Commit 293538 by robertDouglass

Commit #293538 by robertDouglass at 16:20
Apache Solr Search Integration: /modules/apachesolr/apachesolr.install 1.1.4.28 @ DRUPAL-6--1
rollback #641592

Commit 293536 by robertDouglass

Commit #293536 by robertDouglass at 16:19
Apache Solr Search Integration: /modules/apachesolr/apachesolr.install 1.1.4.27 @ DRUPAL-6--1
#641592 by robertDouglass delete variable on uninstall.

Commit 293534 by robertDouglass

Commit #293534 by robertDouglass at 16:18
Apache Solr Search Integration: /modules/apachesolr/apachesolr.install 1.1.4.18.2.9 @ DRUPAL-6--2
#641592 by robertDouglass delete variable on uninstall.

OpenSocial (iGoogle) gadgets in Eclipse

Some of you may have seen this already, in the e4 M2 new & noteworthy document: We are bringing Eclipse and the Web closer together. This work, a collaboration between Benjamin Cabé of Sierra Wireless and myself, is happening in the e4 project, which is the incubator area where we work on new technology, mostly for the Eclipse SDK 4.0 release planned for Summer 2010. (Some of the technologies developed in e4 may make it into the 3.x stream1 as well.)Concretely, we are opening Eclipse for a whole new world of UI components called OpenSocial gadgets. You have probably seen gadgets in action already, on iGoogle homepages. You can find gadgets that, for example:

Commit 293032 by robertDouglass

Commit #293032 by robertDouglass at 15:58
Apache Solr Biblio: /modules/apachesolr_biblio/apachesolr_biblio.module 1.1.2.2 @ DRUPAL-6--1
#640486 by robertDouglass Fix timezone handling and date parsing.

Commit 292966 by robertDouglass

Commit #292966 by robertDouglass at 13:27
Apache Solr Biblio: /modules/apachesolr_biblio/apachesolr_biblio.module 1.1.2.1 @ DRUPAL-6--1

Commit 292516 by robertDouglass

Commit #292516 by robertDouglass at 13:00
Apache Solr Search Integration: /modules/apachesolr/contrib/apachesolr_commentsearch/apachesolr_commentsearch.module 1.1.2.4 @ DRUPAL-6--2
Followup to #628080, comment searches had instances of removed function.

Commit 292158 by robertDouglass

Commit #292158 by robertDouglass at 16:37
Apache Solr Search Integration: /modules/apachesolr/apachesolr.make NONE @ DRUPAL-6--2
poor apachesolr.make. Such stuff isn't yet supported.

Commit 292144 by robertDouglass

Commit #292144 by robertDouglass at 16:23
Apache Solr Search Integration: /modules/apachesolr/apachesolr.make 1.1.2.1 @ DRUPAL-6--2
Trying out a drush make file to get the SolrPhpClient.

Playing with Drush Make

Drush and Drush Make belong in every Drupal developer's toolkit. This is a make file that will build the following:

  1. Drupal 6.14 (or latest)
  2. ApacheSolr module
  3. SolrPhpClient hosted on code.google.com
  4. Acquia Connector module (from Drupal.org)
  5. Acquia Search module (from Acquia's svn repository)

This demonstrates four different methods for downloading code, from three different sources.

To execute, install Drush, install Drush Make, then run the attached file like this:

drush make search.make

To specify an output directory, add the path as an extra parameter:

drush make search.make /var/log/www

To see what's going on, use the -v flag for verbose output:

drush -v make search.make

Here's the content of the make file:


core = "6.x" 

projects[] = "drupal" 

projects[] = "acquia_connector"

projects[apachesolr][download][type] = "cvs"
projects[apachesolr][download][module] = "contributions/modules/apachesolr"
projects[apachesolr][download][revision] = "DRUPAL-6--2"

projects[acquia_search][type] = "module"
projects[acquia_search][download][type] = "svn"
projects[acquia_search][download][url] = "https://svn.acquia.com/drupal/branches/1.x-6.x/modules/acquia/acquia_search/"

libraries[SolrPhpClient][download][type] = "get"
libraries[SolrPhpClient][download][url] = "http://solr-php-client.googlecode.com/files/SolrPhpClient.r22.2009-11-09.tgz"
libraries[SolrPhpClient][destination] = "modules/apachesolr"

Commit 291824 by robertDouglass

Commit #291824 by robertDouglass at 18:50
Apache Solr Search Integration: /modules/apachesolr/apachesolr.module 1.1.2.12.2.155.2.40 @ DRUPAL-6--2

Commit 291810 by robertDouglass

Commit #291810 by robertDouglass at 18:14
Apache Solr Search Integration: /modules/apachesolr/contrib/apachesolr_commentsearch/apachesolr_commentsearch.module 1.1.2.3 @ DRUPAL-6--2
#580764 patch number 4, better handling of status and reindexing when comments are changed.

Commit 291802 by robertDouglass

Commit #291802 by robertDouglass at 17:19
Apache Solr Search Integration: /modules/apachesolr/apachesolr_search.module 1.1.2.6.2.119 @ DRUPAL-6--1

Commit 291800 by robertDouglass

Commit #291800 by robertDouglass at 17:13
Apache Solr Search Integration: /modules/apachesolr/apachesolr.module 1.1.2.12.2.155.2.39 @ DRUPAL-6--2

Commit 291720 by robertDouglass

Commit #291720 by robertDouglass at 14:27
Apache Solr Search Integration: /modules/apachesolr/apachesolr.module 1.1.2.12.2.155.2.38 @ DRUPAL-6--2

Commit 291716 by robertDouglass

Commit #291716 by robertDouglass at 14:22
Apache Solr Search Integration: /modules/apachesolr/Solr_Base_Query.php 1.1.4.40.2.7 @ DRUPAL-6--2
#629940 by robertDouglass fix broken subqueries.