#1072 closed enhancement (fixed)
[PATCH] Add more data migrations
Reported by: | Kevin Ballard | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | DatamoverPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Adds migrations for components, enums, and milestones.
Also fixes the javascript in the HTML pages to actually work.
Pluralizes the configuration page names.
Bump the version to 1.1.2 for the hell of it.
Kill some trailing space I noticed that didn't belong (didn't hurt anything, but I don't like unnecessary trailing space).
Add an All option for wiki pages - yeah, a blank prefix works, but it's non-obvious.
I just realized I forgot to put copy_milestone into all for util.py. Apparently it doesn't actually matter, since it works just fine, but you may want to stick that in there.
Attachments (3)
Change History (7)
Changed 18 years ago by
Attachment: | datamoverplugin.patch added |
---|
comment:1 Changed 18 years ago by
Changed 18 years ago by
Attachment: | datamoverplugin.2.patch added |
---|
comment:2 Changed 18 years ago by
Ok, the latest patch adds Versions and Permissions migration.
It also fixes a problem with deleting milestones (when copying) modifying tickets.
Changed 18 years ago by
Attachment: | datamoverplugin.3.patch added |
---|
comment:3 Changed 18 years ago by
Incidentally, I never tested the Move functionality, but I tested everything else. And Move is extremely simple, so I'm just assuming it works ;)
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ok, this latest patch adds attachment migration as well.
It should be complete.