stable
Clone or download
Read-only
Merge commit 'refs/changes/60/7560/1' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: request #9919: Feedbacks are sometimes not displayed
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/IM/include/IMViews.class.php | +1 | −1 | Go to diff View file |
M | plugins/IM/include/JabbexFactory.class.php | +1 | −1 | Go to diff View file |
M | src/common/dao/FeedbackDao.class.php | +26 | −19 | Go to diff View file |
M | src/common/include/Response.class.php | +7 | −5 | Go to diff View file |
M | src/common/layout/BaseLayout.php | +2 | −1 | Go to diff View file |
M | src/common/user/SessionManager.php | +5 | −1 | Go to diff View file |
M | src/common/user/User.class.php | +19 | −0 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +5 | −5 | Go to diff View file |
A | src/db/mysql/updates/2017/201701311615_feedback_supports_new_session_identifier.php | +59 | −0 | Go to diff View file |
M | src/www/include/session.php | +0 | −4 | Go to diff View file |
M | tests/simpletest/common/user/SessionManagerTest.php | +2 | −0 | Go to diff View file |