stable
Clone or download
Read-only
Be able to modify the SVN authentication cache parameters in the site administration
This is part of request #8756 Revoked token should no longer be usable Change-Id: I876dd7c2683c6045d195498452ba341b0436c9d2
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/svn/svn.tab | +2 | −0 | Go to diff View file |
M | site-content/fr_FR/svn/svn.tab | +2 | −0 | Go to diff View file |
M | src/common/autoload.php | +6 | −2 | Go to diff View file |
M | src/common/event/Event.class.php | +5 | −0 | Go to diff View file |
M | src/common/svn/admin/CacheController.php | +49 | −5 | Go to diff View file |
M | src/common/svn/admin/CachePresenter.php | +7 | −1 | Go to diff View file |
M | src/common/svn/cache/ParameterDao.php | +10 | −0 | Go to diff View file |
A | src/common/svn/cache/ParameterDataAccessException.php | +25 | −0 | Go to diff View file |
A | src/common/svn/cache/ParameterMalformedDataException.php | +25 | −0 | Go to diff View file |
M | src/common/svn/cache/ParameterRetriever.php | +2 | −4 | Go to diff View file |
A | src/common/svn/cache/ParameterSaver.php | +73 | −0 | Go to diff View file |
M | src/common/system_event/SystemEvent.class.php | +1 | −0 | Go to diff View file |
M | src/common/system_event/SystemEventManager.class.php | +8 | −0 | Go to diff View file |
A | src/common/system_event/include/SystemEvent_SVN_AUTH_CACHE_CHANGE.class.php | +46 | −0 | Go to diff View file |
M | src/templates/svn/authentication-cache-settings.mustache | +8 | −5 | Go to diff View file |
M | src/www/admin/svn/index.php | +5 | −2 | Go to diff View file |
M | tests/simpletest/common/svn/cache/ParameterRetrieverTest.php | +1 | −1 | Go to diff View file |
A | tests/simpletest/common/svn/cache/ParameterSaverTest.php | +68 | −0 | Go to diff View file |