http://drupal.org/project/encrypt/testing-status claims that there are coder issues in 7.x-2.x so we should fix those.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

greggles’s picture

Status: Active » Needs review
FileSize
7.21 KB

I plan to commit this a little faster than I might normally do it since I'm hopefully this will make the testbot happier (and I want a happy testbot).

The changes I'm least confident about are:
1. Whether the inconsistent use of !link and !url in t() messages should be fixed in the way I've fixed it (I think it probably should).
2. Whether we should really use drupal_strlen and drupal_substr in plugins/encryption_methods/default.inc

greggles’s picture

I ran the tests locally and apparently those strlen and substr are important to keep as normal ones and not the drupal versions.

Status: Needs review » Needs work

The last submitted patch, 1791724_coder_errors_2.patch, failed testing.

greggles’s picture

Status: Fixed » Closed (fixed)

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