]> source.dussan.org Git - redmine.git/commit
Merged r2116, r2117 and r2187 from trunk.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 31 Dec 2008 11:40:03 +0000 (11:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 31 Dec 2008 11:40:03 +0000 (11:40 +0000)
commit31178553f33063f2ee259d9b13fef63568f11318
tree50f9a84624b91de38e4b25d2409f85db8a98eacc
parentdea10c54f9f9fed80d60e0358d9f2675937daad9
Merged r2116, r2117 and r2187 from trunk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2217 e93f8b46-1217-0410-a6f0-8f06a7374b81
32 files changed:
app/controllers/attachments_controller.rb
app/controllers/documents_controller.rb
app/controllers/issues_controller.rb
app/controllers/projects_controller.rb
app/controllers/versions_controller.rb
app/controllers/wiki_controller.rb
app/helpers/attachments_helper.rb
app/models/attachment.rb
app/models/document.rb
app/models/issue.rb
app/models/mailer.rb
app/models/message.rb
app/models/project.rb
app/models/version.rb
app/models/wiki_page.rb
app/views/attachments/_links.rhtml
app/views/documents/show.rhtml
app/views/issues/show.rhtml
app/views/messages/show.rhtml
app/views/projects/add_file.rhtml
app/views/projects/list_files.rhtml
app/views/wiki/show.rhtml
doc/CHANGELOG
lib/redmine.rb
test/fixtures/attachments.yml
test/functional/attachments_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/messages_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/wiki_controller_test.rb
vendor/plugins/acts_as_attachable/init.rb [new file with mode: 0644]
vendor/plugins/acts_as_attachable/lib/acts_as_attachable.rb [new file with mode: 0644]