This patch improves the upgrade routine. It also upgrade the pageroutes, but it doesn't deletes not supported page types(like node management), so you'll have to do that manually.

Comments

fago’s picture

Status: Needs review » Needs work

I found some code-style issues:

+/*
+ * d5 to d6 upgrade

-> /**

: + drupal_set_message("Manage page types are no longer supported in pageroute 6, please delete pages
+ with this page types, otherwise you'll get an error message!", 'warning');

-> Exclude line endings from the strings by using "." and use t().

sepgil’s picture

Status: Needs work » Needs review
StatusFileSize
new5.07 KB

fixed it

fago’s picture

Status: Needs review » Fixed

that was quick, thanks committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.