Skip to content

1.2 Call the importer in your code + Lots of bugfixes

Compare
Choose a tag to compare
@paales paales released this 02 Sep 08:45
· 215 commits to master since this release

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