Mercurial > p > roundup > code
comparison templates/classic/schema.py @ 3904:91008ec8f9a0
retire "topic" usage
"Topic" still appears in the locale files. I'm sure we need to support
that for existing trackers. I *think* they don't care about any of the other
changes that have been made.
I also left Ka-Ping Yee's original design document unchanged.
This takes care of sf feature request [SF#953161]
| author | Justus Pendleton <jpend@users.sourceforge.net> |
|---|---|
| date | Sun, 16 Sep 2007 02:45:11 +0000 |
| parents | 7b25567f0f54 |
| children |
comparison
equal
deleted
inserted
replaced
| 3903:a90fa2e08a0a | 3904:91008ec8f9a0 |
|---|---|
| 69 # files = Multilink("file") | 69 # files = Multilink("file") |
| 70 # nosy = Multilink("user") | 70 # nosy = Multilink("user") |
| 71 # superseder = Multilink("issue") | 71 # superseder = Multilink("issue") |
| 72 issue = IssueClass(db, "issue", | 72 issue = IssueClass(db, "issue", |
| 73 assignedto=Link("user"), | 73 assignedto=Link("user"), |
| 74 topic=Multilink("keyword"), | 74 keyword=Multilink("keyword"), |
| 75 priority=Link("priority"), | 75 priority=Link("priority"), |
| 76 status=Link("status")) | 76 status=Link("status")) |
| 77 | 77 |
| 78 # | 78 # |
| 79 # TRACKER SECURITY SETTINGS | 79 # TRACKER SECURITY SETTINGS |
