Insperations by Dnd_PatchIndexer and some other improvments
- version: 1.0.0.1
- extension on GitHub
Fixing the following issues in Magento Catalog URL
- only index active products
- only index visible products
- index products without categorie path
- endless counter for url with the same url key!
This is a drop-in replacement for the core indexer and Dnd_PatchIndexer
- PHP >= 5.2.13
- Magento
- Magento >= 1.7
Remove all extension files from your Magento installation (app/code/community/Loewenstark/UrlIndexer)
DROP TABLE urlindexer_url_rewrite
If you have any issues with this extension, open an issue on GitHub.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Unit tests use EcomdevPHPUnit and mage-ci and can be runned with composer run test MAGENTO_VERSION
, for example:
composer run test 1.9.1.0
The above command supposes you have a MySQL database with a "root" user without password. You can customize MySQL user and password using additional command parameters:
composer run test 1.9.1.0 another-user a-secure-password
Mathis Klooß http://www.mage-profis.de/ @gunah_eu
OSL - Open Software Licence 3.0
(c) 2013 Mathis Klooss