stable
Clone or download
Read-only
tasks #6973: Allow outsiders to include entries in aliases file
This step is necessary to let the tracker to include forge__* user in aliases.codendi in order to parse incoming emails (see story #6301) Change-Id: Ie9b59d720292772f45327eb57d38dd00739d6210
Modified Files
Name | ||||
---|---|---|---|---|
A | src/common/System/Alias.class.php | +48 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/backend/BackendAliases.class.php | +42 | −25 | Go to diff View file |
M | src/common/event/Event.class.php | +10 | −1 | Go to diff View file |
M | tests/simpletest/common/backend/BackendAliasesTest.php | +105 | −66 | Go to diff View file |