stable
Clone or download
Read-only
request #6839: unable to use project references in svn commit message
Move validation of commit message done in PreRevChange hook in a dedicated object to be used in the pre-commit hook. Change-Id: Ia17b0ce44c0ae1c0ea4c23f11817352ed03e2d01
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/autoload.php | +5 | −2 | Go to diff View file |
A | src/common/svn/CommitMessageValidator.class.php | +47 | −0 | Go to diff View file |
A | src/common/svn/Hook.class.php | +54 | −0 | Go to diff View file |
A | src/common/svn/hook/PreCommit.class.php | +42 | −0 | Go to diff View file |
M | src/common/svn/hook/PreRevPropset.class.php | +4 | −29 | Go to diff View file |
M | src/utils/svn/codendi_svn_pre_commit.php | +7 | −10 | Go to diff View file |
M | src/utils/svn/pre-revprop-change.php | +1 | −1 | Go to diff View file |