wp2drupal 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| wp2drupal-6.x-1.7.tar.gz | 38.54 KB | bdd3ea8e83fe5e42ac2129a6e3d66e7f |
| wp2drupal-6.x-1.7.zip | 43.76 KB | 51486f01e56149aaefb5a5caf648b25b |
Release notes
One new feature, one bug fixed, and thanks to bdwelle and cogapp_alx for their contribution.
wp2drupal 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| wp2drupal-6.x-1.6.tar.gz | 38.36 KB | 3e88efb85dde89bfc330df78ad3b4518 |
| wp2drupal-6.x-1.6.zip | 43.59 KB | 5f71caa6c618183567800ccb14597968 |
Release notes
A small fix to resolve a small but critical syntax error.
wp2drupal 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| wp2drupal-6.x-1.5.tar.gz | 38.35 KB | a50bb97d5a40fa56aa7635aed8e3c5ee |
| wp2drupal-6.x-1.5.zip | 43.59 KB | f44245b7cdaf9e72083575953515480f |
Release notes
A few more small fixes along with category & tag paths now working (if Path_Redirect is installed).
- Removed an incorrect comment regarding re-running the Results to continue the import process, it starts it over from scratch again if you set the tables to be truncated.
- Assign WP user ID 0 to Drupal user ID 1, a work-around for some faulty WP modules.
- #435116: Not distinguishing between posts and pages - Not distinguishing between posts and pages.
- Rewrote _wp_path() to use post['guid'] and options['siteurl'], making it much faster; left the previous code for backwards compatibility.
- #432340: Convert category & tag URLs - Category and tag page URLs are now converted if path_redirect is installed.
wp2drupal 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| wp2drupal-6.x-1.4.tar.gz | 37.88 KB | 393b923d9c6b3722072bdb8cfe76e191 |
| wp2drupal-6.x-1.4.zip | 43.05 KB | 57b710ffe515342a56bda29a92b5892a |
Release notes
Some minor things and a major glitch with the categories/tags importer have been resolved with this release.
- Hide the extra rewrite fields when using GlobalRedirect.
- Added some Before You Begin info at the top of the form.
- Corrected references to GlobalRedirect, it's Path_Redirect that does the actual work, GlobalRedirect just makes it cleaner.
- Changed to using the correct drupal_write_record() function to insert the path_redirect lines.
- Skip importing terms for WP posts records that were not imported, e.g. attachments, revisions.
- #433932: Taxonomies not matching up correctly - Fixed a bug in the taxonomy importer that confused the WP term_id and term_taxonomy_id.
wp2drupal 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| wp2drupal-6.x-1.3.tar.gz | 36.86 KB | 36d2b0ee1c3ad1b01b1726a00fddaf18 |
| wp2drupal-6.x-1.3.zip | 43.52 KB | d1d5c824232e5c22bf50dc7d232bb90b |
Release notes
A small change that resolves an issue with the categories/tags conversion:
- #432286: Some categories/tags are being skipped - Some categories/tags are being skipped.
wp2drupal 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| wp2drupal-6.x-1.2.tar.gz | 36.77 KB | 2568a2e170bae43893dc5115f4902c07 |
| wp2drupal-6.x-1.2.zip | 43.41 KB | 40a3a82c325ce605389f2248c84672de |
Release notes
Some bugs and key features have been resolved:
- #431890: Change order of code so truncate happens before redirects - Change order of code so truncate happens before redirects.
- #431790: "Node type for Wordpress static pages" should be a selector - "Node type for Wordpress static pages" should be a selector.
- #431896: Remove references to sequences table - Remove references to sequences table.
- For now, does not import the link_categories taxonomy.
- For now, does not import the post revisions.
- #431058: Separate how categories and tags are handled - Separate how categories and tags are handled.
wp2drupal 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| wp2drupal-6.x-1.1.tar.gz | 36.45 KB | 29e71c09ee0f838e00a974508b309a09 |
| wp2drupal-6.x-1.1.zip | 43.02 KB | 0b7088ecb1a8b14a59537d7cf3cf6966 |
Release notes
Some small code cleanup and a useful improvement.
* #431056: Support using GlobalRedirect for handling old URLs
* #431328: Remove PHP4 support
wp2drupal 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| wp2drupal-6.x-1.0.tar.gz | 37.6 KB | 90ea6bbf48de93f2d6533956b3c91664 |
| wp2drupal-6.x-1.0.zip | 45.47 KB | 1bd00bddddd67107687bbd9619056883 |
Release notes
This is the first stable release of the WP2Drupal module for migrating Wordpress installs to Drupal. Currently very bare, the module is at least able to successfully copy the main posts, comments and categories & tags and has been used to successfully migrate a site.
Future goals include:
* Using GlobalRedirect to handle old URLs.
* Correctly handling both categories and tags.
* Correctly handling other recent Wordpress features.
* Improve the code (it currently extensively uses globals).
Please post all bugs & feature suggestions to the project's issue queue:
http://drupal.org/project/issues/wp2drupal
wp2drupal 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| wp2drupal-6.x-1.x-dev.tar.gz | 38.35 KB | 98d676298524456d432c4b348added48 |
| wp2drupal-6.x-1.x-dev.zip | 44.98 KB | 5cef1ac0e1f0a175f8cbd3324ef679a1 |
Release notes
Initial release of DenRaf's original code. Known to be very broken under Drupal 6.10.