ez projects / sqliimport / news
I finally migrated the project's source code to Github to ease collaboration on it. Feel free to fork and open pull requests !
Fork me, I'm famous :)
https://github.com/lolautruche/SQLIImport
As announced at the eZ Community day in Paris on 2010-09-21, here is the version 1.1.0 of SQLI Import.
New features implemented :
Bugs fixed :
You can download the package in the downloads section.
Enjoy ! :)
This version fixes :
It also implements a shorthand method to easily handle HTML in content API :
// Code below is available in an import handler $content->fields->intro = $this->getRichContent( $myHTMLContent ); // Code below is available everywhere $content->fields->intro = SQLIContentUtils::getRichContent( $myHTMLContent );
This version fixes 2 issues, related to content API :
It also implements a new defaultLocation virtual property in SQLIContent. This property returns the default location, corresponding to the eZContentObjectmain_node :
$defaultLocation = $sqliContent->defaultLocation; // returns SQLILocation
After several weeks teasing, the first stable version of SQLI Import is finally out !
Here are some details about it :
Furthermore, this extension also allows an easy exploitation via the admin interface :