stable

Clone or download

Read-only

request #9291 Can no longer update git repository description

The solution here is to have a dedicated object to deal with description instead of having all the stuff done in a function of git actions Change-Id: Idf48ddc36e0117bf9e26c0ed1c2d6719adf36d81

Modified Files

Name
M plugins/git/include/Git.class.php +26 −14 Go to diff View file
A plugins/git/include/Git/Repository/DescriptionUpdater.php +108 −0 Go to diff View file
M plugins/git/include/GitActions.class.php +41 −64 Go to diff View file
M plugins/git/include/autoload.php +3 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +8 −1 Go to diff View file
M plugins/git/templates/settings/general-settings.mustache +1 −1 Go to diff View file
M plugins/git/tests/GitTest.php +1 −0 Go to diff View file