Redmine 3.4.4

This commit is contained in:
Manuel Cillero 2018-02-02 22:19:29 +01:00
commit 64924a6376
2112 changed files with 259028 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,13 @@
Index: trunk/app/controllers/issues_controller.rb
===================================================================
--- trunk/app/controllers/issues_controller.rb (révision 1483)
+++ trunk/app/controllers/issues_controller.rb (révision 1484)
@@ -149,7 +149,7 @@
attach_files(@issue, params[:attachments])
flash[:notice] = 'Demande créée avec succès'
Mailer.deliver_issue_add(@issue) if Setting.notified_events.include?('issue_added')
- redirect_to :controller => 'issues', :action => 'show', :id => @issue, :project_id => @project
+ redirect_to :controller => 'issues', :action => 'show', :id => @issue
return
end
end

View file

@ -0,0 +1,13 @@
Index: trunk/app/controllers/issues_controller.rb
===================================================================
--- trunk/app/controllers/issues_controller.rb (révision 1483)
+++ trunk/app/controllers/issues_controller.rb (révision 1484)
@@ -149,7 +149,7 @@
attach_files(@issue, params[:attachments])
flash[:notice] = 'Demande créée avec succès'
Mailer.deliver_issue_add(@issue) if Setting.notified_events.include?('issue_added')
- redirect_to :controller => 'issues', :action => 'show', :id => @issue, :project_id => @project
+ redirect_to :controller => 'issues', :action => 'show', :id => @issue
return
end
end

View file

@ -0,0 +1,10 @@
# The Greeter class
class Greeter
def initialize(name)
@name = name.capitalize
end
def salute
puts "Hello #{@name}!"
end
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

13
test/fixtures/files/hg-export.diff vendored Normal file
View file

@ -0,0 +1,13 @@
# HG changeset patch
# User test
# Date 1348014182 -32400
# Node ID d1c871b8ef113df7f1c56d41e6e3bfbaff976e1f
# Parent 180b6605936cdc7909c5f08b59746ec1a7c99b3e
modify test1.txt
diff -r 180b6605936c -r d1c871b8ef11 test1.txt
--- a/test1.txt
+++ b/test1.txt
@@ -1,1 +1,1 @@
-test1
+modify test1

4
test/fixtures/files/import_dates.csv vendored Normal file
View file

@ -0,0 +1,4 @@
subject;start;due;custom
Valid dates;10/07/2015;12/08/2015;14/07/2015
Invalid start date;04/15/2015;;
Invalid custom date;;;04/15/2015
1 subject start due custom
2 Valid dates 10/07/2015 12/08/2015 14/07/2015
3 Invalid start date 04/15/2015
4 Invalid custom date 04/15/2015

View file

@ -0,0 +1,3 @@
column A;column B;column C
Contenu en français;value1B;value1C
value2A;value2B;value2C
1 column A column B column C
2 Contenu en français value1B value1C
3 value2A value2B value2C

4
test/fixtures/files/import_issues.csv vendored Normal file
View file

@ -0,0 +1,4 @@
priority;subject;description;start_date;due_date;parent;private;progress;custom;version;category;user;estimated_hours;tracker;status
High;First;First description;2015-07-08;2015-08-25;;no;;PostgreSQL;;New category;dlopper;1;bug;new
Normal;Child 1;Child description;;;1;yes;10;MySQL;2.0;New category;;2;feature request;new
Normal;Child of existing issue;Child description;;;#2;no;20;;2.1;Printing;;3;bug;assigned
1 priority subject description start_date due_date parent private progress custom version category user estimated_hours tracker status
2 High First First description 2015-07-08 2015-08-25 no PostgreSQL New category dlopper 1 bug new
3 Normal Child 1 Child description 1 yes 10 MySQL 2.0 New category 2 feature request new
4 Normal Child of existing issue Child description #2 no 20 2.1 Printing 3 bug assigned

View file

@ -0,0 +1,5 @@
row;tracker;subject;parent
1;bug;Root;
2;bug;Child 1;1
3;bug;Grand-child;4
4;bug;Child 2;1
1 row tracker subject parent
2 1 bug Root
3 2 bug Child 1 1
4 3 bug Grand-child 4
5 4 bug Child 2 1

View file

@ -0,0 +1 @@
Ȁ
1 Ȁ

13
test/fixtures/files/iso8859-1.txt vendored Normal file
View file

@ -0,0 +1,13 @@
Index: trunk/app/controllers/issues_controller.rb
===================================================================
--- trunk/app/controllers/issues_controller.rb (révision 1483)
+++ trunk/app/controllers/issues_controller.rb (révision 1484)
@@ -149,7 +149,7 @@
attach_files(@issue, params[:attachments])
flash[:notice] = 'Demande créée avec succès'
Mailer.deliver_issue_add(@issue) if Setting.notified_events.include?('issue_added')
- redirect_to :controller => 'issues', :action => 'show', :id => @issue, :project_id => @project
+ redirect_to :controller => 'issues', :action => 'show', :id => @issue
return
end
end

View file

@ -0,0 +1 @@
日本語

2
test/fixtures/files/testfile.txt vendored Normal file
View file

@ -0,0 +1,2 @@
this is a text file for upload tests
with multiple lines