]> source.dussan.org Git - redmine.git/commit
Attachments can now be added to wiki pages (original patch by Pavol Murin). Only...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 26 May 2007 15:42:37 +0000 (15:42 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 26 May 2007 15:42:37 +0000 (15:42 +0000)
commitf8ef65e8f64111b5bfa45abd42e0e684afd61f07
treef38d893e289b9eb42f7732eeb33c225b8379ad41
parent6446c312beab7e23162827a79bd9ab6f9e4d7958
Attachments can now be added to wiki pages (original patch by Pavol Murin). Only authorized users can add/delete attachments.
Attached images can be displayed inline, using textile image tag (for wiki pages, issue descriptions and forum messages).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@541 e93f8b46-1217-0410-a6f0-8f06a7374b81
19 files changed:
app/controllers/attachments_controller.rb [new file with mode: 0644]
app/controllers/issues_controller.rb
app/controllers/messages_controller.rb
app/controllers/wiki_controller.rb
app/helpers/application_helper.rb
app/helpers/attachments_helper.rb [new file with mode: 0644]
app/models/attachment.rb
app/models/message.rb
app/models/wiki.rb
app/models/wiki_page.rb
app/views/attachments/_form.rhtml [new file with mode: 0644]
app/views/attachments/_links.rhtml [new file with mode: 0644]
app/views/issues/show.rhtml
app/views/messages/_form.rhtml
app/views/messages/show.rhtml
app/views/wiki/_preview.rhtml
app/views/wiki/show.rhtml
db/migrate/050_add_wiki_attachments_permissions.rb [new file with mode: 0644]
public/stylesheets/application.css