Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symlinked modules, generate setup script, ignore route issue #13

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ If you need help, let us know. Contact details at the bottom.
* Backup your website.
* Upload fixSUPEE6788.php to {magento}/shell/fixSUPEE6788.php
* **To analyze:** Run from SSH: `php -f fixSUPEE6788.php -- analyze`
* **To analyze ignoring admin route:** Run from SSH: `php -f fixSUPEE6788.php -- analyze --ignoreAdminRoute`
* **To apply changes:** Run from SSH: `php -f fixSUPEE6788.php -- fix`
* **To fix missing whitelist entries only:** Run from SSH: `php -f fixSUPEE6788.php -- fixWhitelists`
* Additional option: `recordAffected` - If given, two files will be written after running: `var/log/fixSUPEE6788-modules.log` containing all modules affected by the patch, and `var/log/fixSUPEE6788-files.log` containing all files the script would/did modify. Use this to grab an archive of modified files (`tar czf modified.tar.gz -T var/log/fixSUPEE6788-files.log`), or weed out any files/modules for the fix whitelist.
Expand Down Expand Up @@ -45,6 +46,9 @@ There are four points of interest outlined.
* Script will not handle multiple admin routes in a single module.
* The script may not catch all possible route formats. The automated changes may result in broken admin pages that must be corrected manually.

## Manual Checks
* If layout file customer.xml is overwritten make sure overwrite has modified handle `<customer_account_changeforgotten>`

## Who we are
This script is provided as a courtesy from ParadoxLabs. We created it to help with applying our own patches, and we're sharing it so you can benefit too. We are a Magento Silver Solution Partner, based out of Lancaster, Pennsylvania USA.

Expand Down
Loading