magento-hackathon / magento-composer-installer

Composer installer for Magento modules
210 stars 154 forks source link

Record added/removed files during installation/uninstallation of packages #156

Closed AydinHassan closed 9 years ago

AydinHassan commented 9 years ago

This PR allows to record added and removed files during installation/installation. They are kept in the deploy strategy which means that they are grouped for each package.

We can now easily loop the Deploy Entries, get the strategy and do some work based on the added/removed files. An example of what we can do it to make the .gitignore support more feature full by supporting globs and also supporting removing entries when uninstalling packages.

I followed the advice given in #154