stable
Clone or download
Read-only
This is part of story #10325 search in artifact comments from classic view The comment criterion is always displayed in the search box. It cannot be removed as other additional criteria. You can now define a value and save it. It's also saved in session. However, this value is not taken into account for now. Change-Id: If4852a82ceb0c1ffadf479a5922e9f9e249d5e2b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +6 | −0 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2018/201802051707_add_report_comment_table.php | +49 | −0 | Go to diff View file |
M | plugins/tracker/db/uninstall.sql | +2 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/AdditionalCriteria/CommentCriterionPresenter.php | +36 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/AdditionalCriteria/CommentCriterionValueRetriever.php | +43 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/AdditionalCriteria/CommentCriterionValueSaver.php | +46 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/AdditionalCriteria/CommentDao.php | +51 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +76 | −13 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +6 | −2 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +3 | −0 | Go to diff View file |
M | plugins/tracker/site-content/tuleap-tracker.pot | +3 | −0 | Go to diff View file |
A | plugins/tracker/templates/report/comment-criterion.mustache | +8 | −0 | Go to diff View file |
A | plugins/tracker/tests/Tracker/Report/AdditionalCriteria/CommentCriterionValueSaverTest.php | +63 | −0 | Go to diff View file |