Compare commits
4 Commits
plugin-hooks
...
0.6.3
| Author | SHA1 | Date | |
|---|---|---|---|
| 63f11b1355 | |||
| eb86e5e7e1 | |||
| fc26668cd9 | |||
| 2b42e3fc50 |
@@ -339,7 +339,7 @@ class ProjectsController < ApplicationController
|
|||||||
def add_file
|
def add_file
|
||||||
if request.post?
|
if request.post?
|
||||||
@version = @project.versions.find_by_id(params[:version_id])
|
@version = @project.versions.find_by_id(params[:version_id])
|
||||||
attachments = attach_files(@issue, params[:attachments])
|
attachments = attach_files(@version, params[:attachments])
|
||||||
Mailer.deliver_attachments_added(attachments) if !attachments.empty? && Setting.notified_events.include?('file_added')
|
Mailer.deliver_attachments_added(attachments) if !attachments.empty? && Setting.notified_events.include?('file_added')
|
||||||
redirect_to :controller => 'projects', :action => 'list_files', :id => @project
|
redirect_to :controller => 'projects', :action => 'list_files', :id => @project
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -5,6 +5,11 @@ Copyright (C) 2006-2007 Jean-Philippe Lang
|
|||||||
http://www.redmine.org/
|
http://www.redmine.org/
|
||||||
|
|
||||||
|
|
||||||
|
== 2007-12-18 v0.6.3
|
||||||
|
|
||||||
|
* Fixed: upload doesn't work in 'Files' section
|
||||||
|
|
||||||
|
|
||||||
== 2007-12-16 v0.6.2
|
== 2007-12-16 v0.6.2
|
||||||
|
|
||||||
* Search engine: issue custom fields can now be searched
|
* Search engine: issue custom fields can now be searched
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ module Redmine
|
|||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 6
|
MINOR = 6
|
||||||
TINY = 2
|
TINY = 3
|
||||||
|
|
||||||
def self.revision
|
def self.revision
|
||||||
revision = nil
|
revision = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user