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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 878290-1.project_solr_api_version_not_drupal_core.patch | 1.35 KB | dww |
Comments
Comment #1
dwwCommitted 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...
Comment #2
dwwCommitted #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...
Comment #3
dwwdrumm 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.