stable

Clone or download

Read-only

feat: add context word to Reference match

part of story #26802 have smart commit with Tuleap Git When you write any word before a reference (for example "closes"), that word will be picked up by the regexp and will be output before the replacement link. Later, it will be used to see if a commit message should close a Tracker artifact. Change-Id: I752eee65bbfba7123699a98ea84536050d503b01

Modified Files

Name
M plugins/referencealias_core/include/ReferenceAliasCore/ReferencesBuilder.php +1 −1 Go to diff View file
M plugins/referencealias_git/include/ReferenceAliasGit/ReferencesBuilder.php +1 −1 Go to diff View file
M plugins/referencealias_mediawiki/include/ReferencesBuilder.php +1 −1 Go to diff View file
M plugins/referencealias_svn/include/ReferenceAliasSVN/ReferencesBuilder.php +1 −1 Go to diff View file
M plugins/referencealias_tracker/include/ReferenceAliasTracker/OriginalReferencesBuilder.php +1 −1 Go to diff View file
M src/common/Reference/ReferenceInstance.php +8 −0 Go to diff View file
M src/common/Reference/ReferenceManager.php +13 −3 Go to diff View file
M tests/unit/common/Reference/ReferenceInstanceTest.php +7 −4 Go to diff View file