stable
Clone or download
Read-only
Merge 'gerrit #21014' into stable/master
* commit 'e02200d026': request #18417: Provide Note widget to users Change-Id: Ibae12435fe33324d5c60a2236399e40ad459b7bb
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +5 | −2 | Go to diff View file |
M | src/common/Widget/Event/GetUserWidgetList.php | +2 | −0 | Go to diff View file |
A | src/common/Widget/Note/Note.php | +188 | −0 | Go to diff View file |
M | src/common/Widget/Note/NoteDao.php | +3 | −5 | Go to diff View file |
M | src/common/Widget/Note/ProjectNote.php | +7 | −160 | Go to diff View file |
A | src/common/Widget/Note/UserNote.php | +54 | −0 | Go to diff View file |
M | src/common/Widget/WidgetFactory.php | +8 | −0 | Go to diff View file |