Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bleedev created an issue. See original summary.

bleedev’s picture

bleedev’s picture

Updated patch to work with multiple languages.

bleedev’s picture

Include language.inc (some cases it is not auto-loaded)

bleedev’s picture

Avoid strict warning for pass by reference.

miro_dietiker’s picture

Status: Active » Needs review

I think you should explain some more what this all is needed and what the real use case is.

From the request you talk about multiple aliases. The code then deals with languages somehow.
Also, you should provide a test that describes the scenario.

Setting to needs review (dunno about the current test coverage of the module).

In any case, you should add the extra lookup code complexity only inside an if(), when your setting is enabled.

The last submitted patch, 2: globalredirect-allow_multiple_aliases-2612028-1-7.patch, failed testing.

The last submitted patch, 3: globalredirect-allow_multiple_aliases-2612028-3-7.patch, failed testing.

The last submitted patch, 4: globalredirect-allow_multiple_aliases-2612028-4-7.patch, failed testing.

Status: Needs review » Needs work

The last submitted patch, 5: globalredirect-allow_multiple_aliases-2612028-5-7.patch, failed testing.

bleedev’s picture

Status: Needs work » Closed (won't fix)

This is no longer needed.

bleedev’s picture