├── LICENSE ├── README.md ├── composer.json ├── n98-magerun.yaml └── src └── Philwinkle ├── CoreHack.php ├── Generator.php ├── Magento └── Command │ └── Core │ └── UnhackCommand.php └── template ├── Block.php.tmpl ├── Helper.php.tmpl ├── Migrated_FromCore.xml ├── Model.php.tmpl └── config.xml.tmpl /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philwinkle/unhack-core/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philwinkle/unhack-core/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philwinkle/unhack-core/HEAD/composer.json -------------------------------------------------------------------------------- /n98-magerun.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philwinkle/unhack-core/HEAD/n98-magerun.yaml -------------------------------------------------------------------------------- /src/Philwinkle/CoreHack.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philwinkle/unhack-core/HEAD/src/Philwinkle/CoreHack.php -------------------------------------------------------------------------------- /src/Philwinkle/Generator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philwinkle/unhack-core/HEAD/src/Philwinkle/Generator.php -------------------------------------------------------------------------------- /src/Philwinkle/Magento/Command/Core/UnhackCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philwinkle/unhack-core/HEAD/src/Philwinkle/Magento/Command/Core/UnhackCommand.php -------------------------------------------------------------------------------- /src/Philwinkle/template/Block.php.tmpl: -------------------------------------------------------------------------------- 1 |