FORGE-149: initial implementation of attachments for the tracker

This change includes:
- revamping the Attachment model to inherit File
- adding 'attach' method to the IssueController
- implementing the AttachmentController
- displaying a list of attachments in the issue template
- adding file upload to the edit template

Wolf Wolf 2010-01-22

changed ForgeTracker/forgetracker/model/issue.py
changed ForgeTracker/forgetracker/templates/edit_issue.html
changed ForgeTracker/forgetracker/templates/issue.html
changed ForgeTracker/forgetracker/tracker_main.py
ForgeTracker/forgetracker/model/issue.py Diff Switch to side-by-side view
Loading...
ForgeTracker/forgetracker/templates/edit_issue.html Diff Switch to side-by-side view
Loading...
ForgeTracker/forgetracker/templates/issue.html Diff Switch to side-by-side view
Loading...
ForgeTracker/forgetracker/tracker_main.py Diff Switch to side-by-side view
Loading...