initial working version of attachments.
commit92e52ac6355ceec4b8b2e5517279afda9a81b4ed
authorBryan W Clark <clarkbw@gnome.org>
Thu, 14 Feb 2008 06:00:51 +0000 (14 01:00 -0500)
committerBryan W Clark <clarkbw@gnome.org>
Thu, 14 Feb 2008 06:00:51 +0000 (14 01:00 -0500)
tree92c017017f4b4c5893c56b8f88931ac306f3c4e1
parentf5d3366ba07bfb9a16602e9aaffc0a62f81f7fcf
initial working version of attachments.
Fixed up the Kwestie emailer during this process, still needs a bit more love
Attachments from comments or new issues are now processed and stored on the file system.  Beware that you'll need to work some permissions problems!!
Updated the README to reflect the changes required in setup wrt what landed
app/models/attachment.rb
app/models/comment.rb
app/models/issue.rb
app/models/kwestie_mailer.rb
app/models/user_observer.rb
app/views/comments/_show.rhtml
app/views/issues/show.rhtml
config/environments/development.rb
doc/README_FOR_APP
public/attachments/.gitignore [new file with mode: 0644]
tmp/attachment_fu/.gitignore [new file with mode: 0644]