Compare commits

..

1 Commits
0.6.3 ... 0.6.2

Author SHA1 Message Date
Jean-Philippe Lang
dca67ff210 tagged version 0.6.2
git-svn-id: http://redmine.rubyforge.org/svn/tags/0.6.2@1005 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-16 14:25:50 +00:00
3 changed files with 2 additions and 7 deletions

View File

@@ -339,7 +339,7 @@ class ProjectsController < ApplicationController
def add_file
if request.post?
@version = @project.versions.find_by_id(params[:version_id])
attachments = attach_files(@version, params[:attachments])
attachments = attach_files(@issue, params[:attachments])
Mailer.deliver_attachments_added(attachments) if !attachments.empty? && Setting.notified_events.include?('file_added')
redirect_to :controller => 'projects', :action => 'list_files', :id => @project
end

View File

@@ -5,11 +5,6 @@ Copyright (C) 2006-2007 Jean-Philippe Lang
http://www.redmine.org/
== 2007-12-18 v0.6.3
* Fixed: upload doesn't work in 'Files' section
== 2007-12-16 v0.6.2
* Search engine: issue custom fields can now be searched

View File

@@ -4,7 +4,7 @@ module Redmine
module VERSION #:nodoc:
MAJOR = 0
MINOR = 6
TINY = 3
TINY = 2
def self.revision
revision = nil