Actualizar plugin Glossary a 1.1.0
This commit is contained in:
parent
24560c8598
commit
b9e569d03f
103 changed files with 954 additions and 2967 deletions
10
plugins/redmine_glossary/test/fixtures/glossary_categories.yml
vendored
Normal file
10
plugins/redmine_glossary/test/fixtures/glossary_categories.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
color:
|
||||
id: 1
|
||||
name: Color
|
||||
project_id: 1
|
||||
|
||||
shape:
|
||||
id: 2
|
||||
name: Shape
|
||||
project_id: 1
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
show_desc:
|
||||
gropby:
|
||||
project_scope: 1
|
||||
sort_item_0: MyString
|
||||
sort_item_1: MyString
|
||||
sort_item_2: MyString
|
||||
user_id: 1
|
||||
two:
|
||||
id: 2
|
||||
show_desc:
|
||||
gropby:
|
||||
project_scope: 1
|
||||
sort_item_0: MyString
|
||||
sort_item_1: MyString
|
||||
sort_item_2: MyString
|
||||
user_id: 1
|
31
plugins/redmine_glossary/test/fixtures/glossary_terms.yml
vendored
Normal file
31
plugins/redmine_glossary/test/fixtures/glossary_terms.yml
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
red:
|
||||
id: 1
|
||||
project_id: 1
|
||||
category_id: 1
|
||||
name: red
|
||||
|
||||
green:
|
||||
id: 2
|
||||
project_id: 1
|
||||
category_id: 1
|
||||
name: green
|
||||
created_at: 2018-08-08 18:18:18
|
||||
updated_at: 2018-08-08 18:18:18
|
||||
|
||||
blue:
|
||||
id: 3
|
||||
project_id: 2
|
||||
category_id: 1
|
||||
name: blue
|
||||
created_at: 2018-08-08 18:18:18
|
||||
updated_at: 2018-08-08 18:18:18
|
||||
|
||||
clear:
|
||||
id: 4
|
||||
project_id: 1
|
||||
name: clear
|
||||
created_at: 2018-08-08 18:18:18
|
||||
updated_at: 2018-08-08 18:18:18
|
||||
|
||||
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
show_desc:
|
||||
gropby:
|
||||
project_scope: 1
|
||||
sort_item_0: MyString
|
||||
sort_item_1: MyString
|
||||
sort_item_2: MyString
|
||||
user_id: 1
|
||||
two:
|
||||
id: 2
|
||||
show_desc:
|
||||
gropby:
|
||||
project_scope: 1
|
||||
sort_item_0: MyString
|
||||
sort_item_1: MyString
|
||||
sort_item_2: MyString
|
||||
user_id: 1
|
|
@ -1,11 +0,0 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
project_id: 1
|
||||
name: MyString
|
||||
position: 1
|
||||
two:
|
||||
id: 2
|
||||
project_id: 1
|
||||
name: MyString
|
||||
position: 1
|
|
@ -1,17 +0,0 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
show_desc:
|
||||
categorized:
|
||||
all_project:
|
||||
search_str:
|
||||
search_category:
|
||||
sort_items: MyString
|
||||
two:
|
||||
id: 2
|
||||
show_desc:
|
||||
categorized:
|
||||
all_project:
|
||||
search_str:
|
||||
search_category:
|
||||
sort_items: MyString
|
25
plugins/redmine_glossary/test/fixtures/terms.yml
vendored
25
plugins/redmine_glossary/test/fixtures/terms.yml
vendored
|
@ -1,25 +0,0 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
project_id:
|
||||
category_id:
|
||||
author_id:
|
||||
updater_id:
|
||||
name:
|
||||
name_en:
|
||||
codename:
|
||||
description:
|
||||
created_on:
|
||||
updated_on: 2010-12-13 21:25:16
|
||||
two:
|
||||
id: 2
|
||||
project_id:
|
||||
category_id:
|
||||
author_id:
|
||||
updater_id:
|
||||
name:
|
||||
name_en:
|
||||
codename:
|
||||
description:
|
||||
created_on:
|
||||
updated_on: 2010-12-13 21:25:16
|
|
@ -1,19 +0,0 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
show_desc:
|
||||
gropby:
|
||||
project_scope: 1
|
||||
sort_item_0: MyString
|
||||
sort_item_1: MyString
|
||||
sort_item_2: MyString
|
||||
user_id: 1
|
||||
two:
|
||||
id: 2
|
||||
show_desc:
|
||||
gropby:
|
||||
project_scope: 1
|
||||
sort_item_0: MyString
|
||||
sort_item_1: MyString
|
||||
sort_item_2: MyString
|
||||
user_id: 1
|
Loading…
Add table
Add a link
Reference in a new issue