-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
check if SUPEE-389 needs to be applied (Every time the catalog URL is rendexed, a new custom rewrite is created) #26
Comments
Doesn't look like this has been included in the core yet, do you want to apply it or wait and see if we get it with a new version? |
Would Wait now if it is only 1 week. But I know many sites where this is a problem. SO if not included I would suggest to add it immediately |
It looks like this was built into the original |
@drobinson could you share details? In my experience, Magento 1.9.3.4 still creates more and more rewrites with each reindex. |
* PHP-CS-Fixer fixes Signed-off-by: Sven Reichel <github-sr@hotmail.com> * Updated workflow Signed-off-by: Sven Reichel <github-sr@hotmail.com> * Added php-cs-fixer workflow Signed-off-by: Sven Reichel <github-sr@hotmail.com> * Added PHPCompatibility check * PHPCompatibility check can fail * Fixes: Node.js 12 actions are deprecated * Fixes: PSR12.ControlStructures.ControlStructureSpacing.LineIndent * Fixes: PSR12.ControlStructures.ControlStructureSpacing.CloseParenthesisLine * Dond check CM_Redis every time * Add .php-cs-fixer.cache to .gitignore * Fixes class name (wrong place ... i know) * Minor fixes * Combined workflows * Added app/Mage.php and files from root to rulesets * Remove unused phpstan_experimental_level.neon * Updated phpstan.neon (for upcoming commits) * Set PhpStan level to 5 (from 3) * Update phpstan to v1.9.2 * Updated phpstan-baseline.neon * Updated phpstan-baseline.neon * Update app/code/core/Mage/Tag/Model/Resource/Tag.php Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com> * Update lib/Varien/Db/Adapter/Pdo/Mysql.php Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com> * Set workflow include paths (skip other files) * Updated labeler.yml * Removed travis label * Improved workflow (#26) * Fixed grep modifier to get correct count * Updated ECG sniff baseline * Added Mage_Centinal to PhpStan checks * Added Mage_PaypalUk to PhpStan checks * Update app/code/core/Mage/Paypal/Model/Config.php Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com> Signed-off-by: Sven Reichel <github-sr@hotmail.com> Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
SUPEE-389: Every time the catalog URL is rendexed, a new custom rewrite is created
https://gist.github.com/piotrekkaminski/c348538ca91ba35773be
The text was updated successfully, but these errors were encountered: