Posted by chx on October 31, 2013 at 5:22am
As drupal.org will be down the document is copied to https://docs.google.com/document/d/1ubNnzQf38jp_yPKixg-x1DeiVoRvow9dLIqY... and the code is pushed to http://github.com/chx/imp
- Almost all of the D6 sources are done
- marvil07 is leading an effort to add requirements checking, in the beginning they are just modules existing and being the right schema version
- There's a new Source class, it's not pluggable, it wraps the source plugin.Same code as in SourceBase just separated out.
- The message display is in a separate class, it even has an interface, mandatory to pass to MigrateExecutable. Default implementation is just drupal_set_message().
- I am working on the first migration, id_map needs to in a semi decent shape.
What needs to be done:
- Review the current state with core in mind. Add missing doxygens.
- Once the first variable-to-config migration is done, we need to get another 50 of those
- Entity destinations. The base should be blatantly simple.
- url_alias destination.
