stable

Clone or download

Read-only

Log labels management in project history

Part of story #10501: Manage project labels The corresponding events are logged in project history: * If you delete a label, * If you change the name of a label, * If you add a new label, * If you add a new label via a pull request. The color and style are not logged since this does not bring significant value. Change-Id: I684ceba5a4f4e3830bcf1b34b1900171dc0bcaf6

Modified Files

Name
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +2 −1 Go to diff View file
M site-content/en_US/project/project.tab +4 −1 Go to diff View file
M site-content/fr_FR/project/project.tab +3 −1 Go to diff View file
M src/common/Label/REST/LabelsUpdater.php +23 −3 Go to diff View file
M src/common/project/Label/AddController.php +8 −0 Go to diff View file
M src/common/project/Label/DeleteController.php +16 −4 Go to diff View file
M src/common/project/Label/EditController.php +16 −0 Go to diff View file
M src/common/project/Label/LabelDao.php +12 −2 Go to diff View file
M src/www/project/admin/labels.php +4 −3 Go to diff View file
M tests/simpletest/common/Label/REST/LabelsUpdaterTest.php +7 −3 Go to diff View file