Pear for 1.4, mage for 1.5. File downloaded into /downloader/.cache/community/
./pear download magento-community/Shipping_Agent
./mage download community Shipping_Agent
This should be one of the core features of Git, but for some reason it's impossible to figure out how to search for a string in your commit history and see the diffs that that string is in. Here's the best I've come up with:
To find which commits and which files a string was added or removed in:
git log -S'search string' --oneline --name-status
To see the diff of that
To remove a submodule you need to:
These set of scripts are for Magento 2. For Magento 1, see this Gist.
Magento_Theme/js/view/breadcrumbs
(vendor/magento/module-theme/view/frontend/web/js/view/breadcrumbs.js
)Magento_Catalog/js/product/breadcrumbs
(vendor/magento/module-catalog/view/frontend/web/js/product/breadcrumbs.js
)Extend methods of the mixin Magento_Catalog/js/product/breadcrumbs
app/design/frontend/[Vendor]/[theme]/Magento_Catalog/requirejs-config.js
file and associate it with the initial widget