Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreichel/magento-defcon2-imaclean
Free extension from magento connect.
https://github.com/sreichel/magento-defcon2-imaclean
magento-1 openmage openmage-module
Last synced: 4 months ago
JSON representation
Free extension from magento connect.
- Host: GitHub
- URL: https://github.com/sreichel/magento-defcon2-imaclean
- Owner: sreichel
- Created: 2015-11-05T10:29:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T23:36:45.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T17:14:08.524Z (4 months ago)
- Topics: magento-1, openmage, openmage-module
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 10
- Watchers: 7
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deprecated
After comments at https://github.com/OpenMage/magento-lts/issues/1475 i'll archive this in favor of https://github.com/fballiano/magento1-image-cleaner.
# Magento: Image Clean
This estension lists all the product images that they find in the directory "media/catalog/product" and that they do not in the database. It allows to select and to erase these files
## Compatible with:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- 1.4.1.1
- 1.4.2
- 1.5
- 1.6
- 1.6.1
- 1.6.2.0
- 1.7
- 1.8
- 1.8.1
- 1.9
- 1.9.1
- 1.9.2## Magento Connect:
https://www.magentocommerce.com/magento-connect/image-clean.html## Installation:
### Via modman
```
modman clone https://github.com/sreichel/magento-Defcon2-Imaclean.git
```
### Via composer:
```
{
"require": {
"defcon2/imaclean": "*",
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sreichel/magento-Defcon2-Imaclean.git"
}
]
}