-
{comments} table was renamed to {comment} in Drupal 7 -
bug and solution reported in http://drupal.org/node/1033316#comment-5207534 by Robert Weinstein (http://drupal.org/user/1621104)
-
Comment fixes. No functional changes.
-
improve comment import code.
-
comment fixes.
-
improve user import code: 1. do not set a role as this was giving the users a role id of 0. 2. separate profile support from the rest of the code allowing people to more easily disable it (simply remove it from the info file and disable the module).
-
fix privatemsg import code.
-
Move the Transform URL's code back to manipulating the tables directly as calling the API changes also changes the node/comment changed time.
-
Fix node/comment creation/updates dates to not be the import date but the original creation/update dates.
-
port the post cnfiguration page and remove text about polls - all topics and polls are currently imported as forum topics and poll data is not imported.