Skip to content

Releases: ho-nl/magento1-Ho_Import

Configurable product builder

1.6.2

09 Jun 12:09
Compare
Choose a tag to compare
Fix SUPEE-6285 compatibility

1.6.1

09 Jun 12:09
Compare
Choose a tag to compare
Fix issue where the value of getSourceOptions was a string, so asArra…

1.6 Clean entities from database, CSV mapping tool, archive old imports

03 May 11:53
Compare
Choose a tag to compare

1.5 Lock Attributes, FTP downloader and ZIP decompressor

19 Sep 12:38
Compare
Choose a tag to compare

Features

  • Lock attributes functionality.
    • Add product attribute ho_import_profile and set the profile used to import the product.
    • If an import has the <lock_attributes> option set all the attributes will be disabled on the product-page.
    • Extra text is added to the attribute note: "Locked by Ho_Import".
    • Be able to handle multiple attributes, fixes
  • Added file decompressors, zip supported.
  • Cleaned up downloaders and added FTP downloader
  • Implemented getAttributeId, deprecated getMediaAttributeId
  • getFieldLimit implemented, implements array_slice

Fixed

  • Image mover didn't work with 2G, works with 2048M
  • When parsing XML, sometimes array keys were returned, resulting in wrong store view data.
  • Solve problem with the getFieldMap and ampersand. #32
  • Issue with the formatField method, was unable to handle arrays for input
  • Fixed a problem where you couldn't return 0 for getFieldCounter.
  • Copyright to 2014

Full changelog

1.4 Reuse fieldmaps, csv import action + various bugfixes.

02 Sep 08:35
Compare
Choose a tag to compare

Features

  • Added csv action, which doesn't fieldmap but only imports the csv. This is added for debugging purposes and therefor isn't documented.
  • Implemented use="" attribute for the <fieldmap/> node. See documentation for usage

Fixed

  • Updated composer.json
  • End of XML file could not be parsed properly. #30
  • sourceModel was loaded twice
  • Load line 0 when there is no line specified.

The following features were removed:

  • Stop logging downloading of images, is useless information.
  • [Cleanup] Removed the admin panel notification of the import. This causes more confusion than it solves.

Full changelog

1.3 Clear field functionality + Bugfixes

02 Sep 08:41
Compare
Choose a tag to compare

New features

  • Compatibility with the new AvS_FastSimpleImport clear field functionality. Allows you to remove values for products. This is not yet implemented for categories and customers.

Bugfixes

  • When running the imports using cron it could happen that in a single cron session multiple imports are run. We needed a new instance of fastsimpleimport/import for this to work correctly.
  • Check if import field value is really NULL. When a value was 0, the clearfield symbol was also inserted, instead of 0. Now this symbol is only inserted when the value is really empty.

Full changelog

1.2 Call the importer in your code + Lots of bugfixes

02 Sep 08:45
Compare
Choose a tag to compare

Features

Bugfixes

  • Do not try to import if the source has no rows.
  • Better catching of exceptions
  • getFieldMultiple allow arrays as arguments
  • If all the rows are skipped, it will throw an error (because there are import rows, but those are skipped).
  • getFieldMap wasn't able to handle integers (only strings).
  • Do not try and field map a line that would be skipped, this can cause problems.
  • Log CLI tables markup fixed.
  • Log: Remove the date, render only the time
  • Log memory without rounding
  • Clearer message that the system is reindexing, the message is printed before an indexer is running.
  • Let the importer crash when an exception is encountered, the script should not complete
  • Always disable the image preprocessing, this causes problems with the importer.
  • getFieldMap wasn't able to handle multiple values.
  • Check if default/crontab/jobs is set
  • Small docus updates

Full changelog