stable
Clone or download
Read-only
request #9919: Feedbacks are sometimes not displayed
The size of the new session identifier is too big to be stored in the current column. Also, the non hashed session identifier should not be stored in the database. This fix the regression introduced by the commit 5bb5dc862d424b6b6c1133c6d62722128aaf7d24 Change-Id: Iab0bdae6b08e79b0fd34911f0bc6cb74a9c82c49
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 |