Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Releases: retched/missing-images-zen

v2.0.0 (Integration into ZenCart Backend)

08 Aug 03:47
Compare
Choose a tag to compare
  • Thanks to Zen4All and their changes, this coding is being reworked and moved from being a standalone script to a full-fledged admin panel module. This means that there will be a full documentation page (not too complex) and the inclusion of installation SQL scripts for adding the menu option to the admin menu (likely under 'tools').
  • In addition, since it is being directly incorporated with ZenCart, this coding is being re-licensed under GPLv2.

TODO:

  • Remove all hard coded anything from the actual module code and move the texts to define files for the module.
  • Work on "action buttons" to either remove the image from the database and/or delete the actual image file from the store.
  • Instead of just going through one LARGE scan of the database, possibly look into separating and searching by category instead.
  • Anything as needed.

v1.0.2

08 Aug 03:44
Compare
Choose a tag to compare

This is a combined release of the fixes for version 1.0.1 and 1.0.2.

v1.0.2 Patch Notes

  • Removed the choice of running the script as MySQLi or MySQL. The script will now check if it can run mysqli_connect. If not, it will run mysql_connect. If that fails, the script will not run. The user also has the option to force MySQL although this should NOT really be used. I will still reserve the right to remove this option at a later time once MySQL is removed from PHP.
  • Consolidated the location of the query that is being run by the script to one location. (There is no difference in SQL language between MySQL and MySQLi. So having two seperate queries which produced the same result table was a bit redundant.)

v1.0.1 Patch Notes

  • Improved call for database_tables.php as suggested by lat9. (Thanks for the code suggestion.)

v1.0.0 (Initial Public Release)

08 Aug 03:37
Compare
Choose a tag to compare

Initial public release of "Missing Images Checker for ZenCart"