Fatal error: Call to undefined function drupal_queue_include() in /var/www/git-dev.drupal.org/htdocs/sites/all/modules/versioncontrol_git/includes/VersioncontrolGitRepository.php on line 185

CommentFileSizeAuthor
#4 remove_drupal_queue_include.patch1.08 KBjthorson
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

eliza411’s picture

Status: Active » Needs review

It's true. I get the same error when I try to change the default repository branch on project edit page.

eliza411’s picture

Issue tags: +needs behat tests

Tagging to write tests for this

jthorson’s picture

Project: [Archive] Drupal.org D7 upgrade QA » Version Control API -- Git backend
Version: » 7.x-1.x-dev
Issue tags: +drupal.org D7

As far as I can tell, drupal_queue_include() only exists in the D6 backport of the queue API. This patch simply removes the two drupal_queue_include() calls. (Disclaimer: Completely untested!)

jthorson’s picture

Grrr.

marvil07’s picture

Status: Needs review » Fixed

Makes complete sense to remove function calls to D6 APIs in D7 version ;-)

Included on 7.x-1.x, thanks!

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

  • Commit 0fbad24 on 7.x-1.x, fix-invalid-default-branches, fullsync-memory authored by jthorson, committed by marvil07:
    Issue #2086005 by jthorson | Chi: Remove calls to D6 queue system...
apaderno’s picture

Issue summary: View changes
Issue tags: -needs behat tests +Needs tests