Updated: Comment #6

Problem/Motivation

HEAD is constantly changing, we need to try to keep up with it.
Changes related to TestSwarm:

Proposed resolution

Post your related patches here!

Remaining tasks

/

User interface changes

/

API changes

/

/

Original report by @kevee

The 'account' property was changed to '_account' for getting currently logged in user.

Comments

Anonymous’s picture

Patch

Anonymous’s picture

Status: Active » Needs review

Changing status

seutje’s picture

Title: Changes (again) to getting current user via request session » Chasing HEAD
StatusFileSize
new5.22 KB

More changes, like getting the VERSION constant.

not too sure about the $rowdata->result = ((int)$rowdata->failed < 1) ? 1 : 0; though

Status: Needs review » Needs work

The last submitted patch, testswarm-chasing-head.patch, failed testing.

jelle_s’s picture

StatusFileSize
new546 bytes

@seutje: if you need this in the session, this patch should pass the php tests ;-)

jelle_s’s picture

Status: Needs work » Needs review
StatusFileSize
new5.58 KB

argh totally wrong patch... again:

Status: Needs review » Needs work

The last submitted patch, testswarm-chasing-head-5.patch, failed testing.

jelle_s’s picture

Issue summary: View changes

Updates issue summary

jelle_s’s picture

Issue summary: View changes

Updated issue summary.

jelle_s’s picture

StatusFileSize
new6.19 KB

Ok, this time for real (I hope). Drupal\system\SystemConfigFormBase was moved to Drupal\Core\Form\ConfigFormBase.

jelle_s’s picture

Status: Needs work » Needs review
jelle_s’s picture

Patch from #8 committed to latest dev.

Still some work left to do (see the issue summary).

jelle_s’s picture

Issue summary: View changes

Updated issue summary.

mgifford’s picture

So both:
Guzzle HTTP client library added to replace drupal_http_request() - https://drupal.org/node/1862446

and

hook_menu() has been replaced by new routing system (and others) - https://drupal.org/node/1800686

Still need to be addressed, right?

mgifford’s picture

8: testswarm-chasing-head-8.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, 8: testswarm-chasing-head-8.patch, failed testing.