stable

Clone or download

Read-only

request #18417: Provide Note widget to users

As of today, only projects can use the widget Note. The proposal is to allow users to add Note widget to their personal dashboards. Change-Id: I0c764c902f4f1f699edffa841e58372800bcf405

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