dev

Clone or download

Read-only

story #3226 - Update SVN log messages.

Project admins can enable "Modify the commit messages". Then everyone with write access on repo can update any commit message. This modification is applied on Subversion history as well as in the database. The "Mandatory Reference in commit message" property is checked and cross references are updated as well. Change-Id: I3f3a7db52e8e8485ceb10b3d2d20b0e81a1a2eb2

Modified Files

Name
M site-content/en_US/svn/svn.tab +3 −0 Go to diff View file
M site-content/fr_FR/svn/svn.tab +3 −1 Go to diff View file
M src/common/backend/BackendSVN.class.php +35 −0 Go to diff View file
M src/common/dao/SvnCommitsDao.class.php +12 −2 Go to diff View file
M src/common/event/Event.class.php +14 −1 Go to diff View file
M src/common/project/Project.class.php +4 −0 Go to diff View file
M src/common/reference/ReferenceInstance.class.php +6 −2 Go to diff View file
M src/common/reference/ReferenceManager.class.php +13 −1 Go to diff View file
A src/common/svn/SVN_Hooks.class.php +100 −0 Go to diff View file
A src/common/svn/hook/PostRevPropset.class.php +101 −0 Go to diff View file
A src/common/svn/hook/PreRevPropset.class.php +88 −0 Go to diff View file
M src/common/system_event/SystemEvent.class.php +1 −0 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +19 −3 Go to diff View file
A src/common/system_event/include/SystemEvent_SVN_UPDATE_HOOKS.class.php +59 −0 Go to diff View file
M src/common/user/User.class.php +13 −3 Go to diff View file
M src/db/mysql/database_structure.sql +1 −0 Go to diff View file
A src/db/mysql/updates/2013/201305071724_add_svn_change_log_option.php +50 −0 Go to diff View file
A src/etc/env.inc.php.dist +26 −0 Go to diff View file
M src/utils/svn/codendi_svn_pre_commit.php +34 −31 Go to diff View file
A src/utils/svn/post-revprop-change.php +49 −0 Go to diff View file
A src/utils/svn/pre-revprop-change.php +47 −0 Go to diff View file
M src/www/svn/admin/general_settings.php +15 −3 Go to diff View file
M src/www/svn/svn_data.php +3 −2 Go to diff View file
M tests/simpletest/BlankAfterClosingPhpTagTest.php +2 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +10 −0 Go to diff View file
M tools/rpm/tuleap.spec +10 −0 Go to diff View file