#1072 closed enhancement (fixed)
[PATCH] Add more data migrations
| Reported by: | Eridius <kevin@…> | Owned by: | coderanger |
|---|---|---|---|
| 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 6 years ago by Eridius <kevin@…>
comment:1 Changed 6 years ago by eridius
Changed 6 years ago by eridius
comment:2 Changed 6 years ago by eridius
Ok, the latest patch adds Versions and Permissions migration.
It also fixes a problem with deleting milestones (when copying) modifying tickets.
Changed 6 years ago by eridius
comment:3 Changed 6 years ago by eridius
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 6 years ago by coderanger
- Resolution set to fixed
- Status changed from new to closed


Ok, this latest patch adds attachment migration as well.
It should be complete.