Comments

greggles created an issue. See original summary.

greggles’s picture

Issue summary: View changes
greggles’s picture

Issue summary: View changes
greggles’s picture

Issue summary: View changes
greggles’s picture

Issue summary: View changes
greggles’s picture

OK, everything is done except tests are still not passing on drupal.org.

They pass for me locally in a php5.5 + mysql5.5 environment, so I'm not really sure what would be different. The current errors are:

exception: [Notice] Line 101 of sites/all/modules/email_confirm/tests/email_confirm.test:
Undefined offset: 3

exception: [Notice] Line 104 of sites/all/modules/email_confirm/tests/email_confirm.test:
Undefined offset: 5

exception: [Notice] Line 107 of sites/all/modules/email_confirm/tests/email_confirm.test:
Undefined offset: 4

exception: [Notice] Line 110 of sites/all/modules/email_confirm/tests/email_confirm.test:
Undefined offset: 3

exception: [Notice] Line 141 of sites/all/modules/email_confirm/tests/email_confirm.test:
Undefined offset: 5

So it seems that something about the parse_url is not working. I'm going to try playing with that to get it working.

greggles’s picture

timplunkett helped me out: the test bot runs in a subdirectory, so of course the indexes are not right in that environment.

greggles’s picture

greggles’s picture

OK, all those things are fixed. Yay!

Normally I would wait a few days for folks to test things out. However, given there's a critical issue (#2088325) in the prior release, I'm going to make the release now. If any new bugs are found in the 7.x-1.3 release in the next few days there can always be another release.

greggles’s picture

Status: Fixed » Closed (fixed)

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