Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
BIN
test/fixtures/files/2006/07/060719210727_archive.zip
vendored
Normal file
BIN
test/fixtures/files/2006/07/060719210727_archive.zip
vendored
Normal file
Binary file not shown.
13
test/fixtures/files/2006/07/060719210727_changeset_iso8859-1.diff
vendored
Normal file
13
test/fixtures/files/2006/07/060719210727_changeset_iso8859-1.diff
vendored
Normal 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
|
13
test/fixtures/files/2006/07/060719210727_changeset_utf8.diff
vendored
Normal file
13
test/fixtures/files/2006/07/060719210727_changeset_utf8.diff
vendored
Normal 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
|
10
test/fixtures/files/2006/07/060719210727_source.rb
vendored
Normal file
10
test/fixtures/files/2006/07/060719210727_source.rb
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# The Greeter class
|
||||
class Greeter
|
||||
def initialize(name)
|
||||
@name = name.capitalize
|
||||
end
|
||||
|
||||
def salute
|
||||
puts "Hello #{@name}!"
|
||||
end
|
||||
end
|
BIN
test/fixtures/files/2010/11/101123161450_testfile_1.png
vendored
Normal file
BIN
test/fixtures/files/2010/11/101123161450_testfile_1.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
test/fixtures/files/2010/12/101223161450_testfile_2.png
vendored
Normal file
BIN
test/fixtures/files/2010/12/101223161450_testfile_2.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
13
test/fixtures/files/hg-export.diff
vendored
Normal file
13
test/fixtures/files/hg-export.diff
vendored
Normal 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
4
test/fixtures/files/import_dates.csv
vendored
Normal 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
|
|
3
test/fixtures/files/import_iso8859-1.csv
vendored
Normal file
3
test/fixtures/files/import_iso8859-1.csv
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
column A;column B;column C
|
||||
Contenu en français;value1B;value1C
|
||||
value2A;value2B;value2C
|
|
4
test/fixtures/files/import_issues.csv
vendored
Normal file
4
test/fixtures/files/import_issues.csv
vendored
Normal 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
|
|
5
test/fixtures/files/import_subtasks.csv
vendored
Normal file
5
test/fixtures/files/import_subtasks.csv
vendored
Normal 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
test/fixtures/files/invalid-Shift_JIS.csv
vendored
Normal file
1
test/fixtures/files/invalid-Shift_JIS.csv
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Ȁ
|
|
13
test/fixtures/files/iso8859-1.txt
vendored
Normal file
13
test/fixtures/files/iso8859-1.txt
vendored
Normal 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
|
1
test/fixtures/files/japanese-utf-8.txt
vendored
Normal file
1
test/fixtures/files/japanese-utf-8.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
日本語
|
2
test/fixtures/files/testfile.txt
vendored
Normal file
2
test/fixtures/files/testfile.txt
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
this is a text file for upload tests
|
||||
with multiple lines
|
Loading…
Add table
Add a link
Reference in a new issue