stable
Clone or download
Read-only
The widget can be created and updated with content. There can be several widgets on the page Widgets are duplicated with project templates Widgets are imported with XML import Part of story #11911 have a project widget to write notes on dashboards Change-Id: Iaa9512224e3ca62ce385530d0455cb6ff095671a
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +16 | −1 | Go to diff View file |
M | site-content/tuleap-core.pot | +15 | −0 | Go to diff View file |
M | src/common/autoload.php | +5 | −2 | Go to diff View file |
M | src/common/widget/Event/GetProjectWidgetList.php | +2 | −0 | Go to diff View file |
A | src/common/widget/Note/NoteDao.php | +80 | −0 | Go to diff View file |
A | src/common/widget/Note/NotePreferencesPresenter.php | +37 | −0 | Go to diff View file |
A | src/common/widget/Note/ProjectNote.php | +144 | −0 | Go to diff View file |
M | src/common/widget/WidgetFactory.php | +10 | −0 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +9 | −0 | Go to diff View file |
A | src/db/mysql/updates/2018/201807251400_add_widget_note_table.php | +50 | −0 | Go to diff View file |
A | src/templates/widgets/note-preferences.mustache | +17 | −0 | Go to diff View file |
M | tests/lib/autoload.php | +3 | −5 | Go to diff View file |