Migrate blog entry/comment attachments
Bug #368251 reported by
Paul Everitt
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KARL3 |
Fix Released
|
Low
|
Chris Rossi |
Bug Description
In KARL2, we hacked in "attachability" in a way that we need to unwind in KARL3.
KARL2 stored blog entry and blog comment attachments outside of the object. They were stored inside the FILES tool, with a specially named folder for the name of the blog entry. Comments went in subfolders of that folder. Each attachment was then a file inside that scheme. I *think* (but can't confirm) that an AT reference made a connection. (Treat that tip as highly dubious, it might have been reference-
We need to unwind that:
- Attachments moved out of FILES and into the entry or comment
- Remove the folders in the directory hierarchy.
Changed in karl3: | |
status: | New → In Progress |
Changed in karl3: | |
status: | In Progress → Fix Committed |
Changed in karl3: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Marking as Low because, if we *had* to, we could do our Eval 1 without it.