There's a d.o-specific hack in project_solr. The default value for the 'project_solr_project_release_api_tids_alias' variable is "drupal_core", which makes no sense on any site other than d.o. The default should be something like "api_compatibility". Then, we should just define this variable in settings.php on *.d.o.

Comments

dww’s picture

Status: Active » Needs review
StatusFileSize
new1.35 KB

Committed a fix for d.o's settings.php into bzr. Making sure that goes out to redesign.d.o, too.

Meanwhile, here's the trivial patch for project_solr.module...

dww’s picture

Status: Needs review » Active

Committed #1 to HEAD of project_solr.

Back to active until I verify the best way to get my settings.php fix from the drupal.org branch into the redesign.drupal.org branch in bzr...

dww’s picture

Status: Active » Fixed

drumm merged the settings.php change into the redesign.d.o branch and it's now live on redesign.d.o, so this is hereby done.

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