stable
Clone or download
Read-only
Part of story #8332: ease mass update of mirroring Starting from PHP 5.3.9, max_input_vars limit the number of variables you can send to a php script. This affects mass update of repositories when you have to update 1000 repositories / 10 mirrors. Unfortunately, max_input_vars cannot be updated during execution time. In order to limit the scope of this change, we only increase it at git level. If the limit (15000 ~= 1500 repositories / 10 mirrors) is reached, we display a warning to the user. Change-Id: Ic873dd00b7457565ecfe200bb3974faa4848a73e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/GitPresenters/AdminMassUpdatePresenter.class.php | +21 | −1 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +2 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +2 | −0 | Go to diff View file |
M | plugins/git/templates/admin-mass-update.mustache | +4 | −0 | Go to diff View file |
M | plugins/git/www/.htaccess | +2 | −0 | Go to diff View file |
M | plugins/git/www/themes/default/css/style.less | +1 | −0 | Go to diff View file |