Skip to content
dweeves edited this page Nov 14, 2014 · 3 revisions

Development status

2014-11-13 , Many bugfixes & improvements

Hy guys, long time without dev report.

October was about the "security" crisis, which ended by protecting magmi "comfort" upload features from blind & dumb users about security protection.

November is hot on commits !!!

CORE:

  • I fixed a regression on duplicate options that was really really annoying when using super_attribute_pricing
  • Improved some on the product import engine.

PLUGINS:

  • Group price fix for multi group bug
  • Images : fix for media_gallery not handling remote root & extended support of amazon based image for all amazon related domains
  • fixed some image download compatiblity bug (CURLOPT_FOLLOWLOCATION is no more used if not compatible with php settings)
  • the MAGMI_IGNORE category bug should now be fixed too
  • Included many pull requests, thanks guys for participating :) , still discussing others with authors.

In this page i will try to tell as often as possible the current status of magmi development

2014-07-15 , Url key management for 1.8+

Added 1.8.x & 1.9.x version in "magento version" combo box in general settings.

Added specific code to handle url key from name for newly imported items for magento version >=1.8+ since user reports told magento changed its behaviour for this field.

2014-07-08 , Automation focus

I'm currently changing configuration related code to make it independent from magmi installation directory in order to ease datapump automation scripts.

The idea is :

  • All profiles location now depend from initial main ini file location rather than from magmi install directory
  • The initial magmi configuration file can be loaded through Magmi_Config::load('/path/to/your/ini/file/here')

So , in an automation script, calling this before initializing datapump would let you use any magmi.ini like file for initializing magmi operations, letting you handle several databases import more easily.

A sample has been inserted as PHPUnit test in the tests/config directory.