Since there is no tracking issue for 2.0, let's add it here. In my mind, for 2.0 to become final, there is still to: - [ ] remove the use of superglobals from anywhere except <del>import.php</del> at the _entry point_ - [x] use Template class only "once" at the end of the process (use HttpResponse to collect the data, and use Template to render the page) - [ ] my gut says that ImportManager, Importer and XmlProcessor should become two classes - [ ] code coverage should be at least 50% - [ ] if possible, the most relevant sources and destinations should be tested - [ ] get rid of the static methods in the error handling At the moment this seems all, if you have any other idea feel free to suggest!
Since there is no tracking issue for 2.0, let's add it here.
In my mind, for 2.0 to become final, there is still to:
import.phpat the entry pointAt the moment this seems all, if you have any other idea feel free to suggest!