Closed (fixed)
Project:
Pageroute
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Sep 2009 at 14:23 UTC
Updated:
14 Oct 2009 at 14:40 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | pageroute_d5Upgrade_002.diff | 5.07 KB | sepgil |
| pageroute_d5Upgrade_001.diff | 5.07 KB | sepgil |
Comments
Comment #1
fagoI 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().
Comment #2
sepgil commentedfixed it
Comment #3
fagothat was quick, thanks committed.