stable
Clone or download
Read-only
It's hardly visible but with a bit of documentation there should be a way for end users to know that there is a limit if they are looking for it. The default limit for new platform was also added. Internal change: the limit is now defined in megabytes instead of bytes, please adjust existing configuration. Closes story #19285 limit the max size of files in svn Change-Id: Ib297a9e8d63646f88c371d55a35dbb24d15e77ac
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/db/install.sql | +2 | −0 | Go to diff View file |
M | plugins/svn/include/SVN/Commit/CommittedFileTooLargeException.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/Commit/FileSizeValidator.php | +8 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/Explorer/RepositoryDisplayPresenter.php | +9 | −0 | Go to diff View file |
M | plugins/svn/include/SVN/SiteAdmin/DisplayMaxFileSizeController.php | +3 | −10 | Go to diff View file |
M | plugins/svn/include/SVN/SiteAdmin/MaxFileSizePresenter.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/SiteAdmin/UpdateMaxFileSizeController.php | +1 | −6 | Go to diff View file |
M | plugins/svn/include/SVN/SiteAdmin/templates/max-file-size.mustache | +2 | −2 | Go to diff View file |
M | plugins/svn/site-content/fr_FR/LC_MESSAGES/tuleap-svn.po | +9 | −2 | Go to diff View file |
M | plugins/svn/templates/explorer/repository_display.mustache | +10 | −5 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Commit/FileSizeValidatorTest.php | +2 | −2 | Go to diff View file |