Nuevo plugin Redmine Glossary 0.9.2
This commit is contained in:
parent
5d298a7529
commit
693eb3ee50
72 changed files with 2962 additions and 0 deletions
19
plugins/redmine_glossary/test/fixtures/glossary_styles.yml
vendored
Executable file
19
plugins/redmine_glossary/test/fixtures/glossary_styles.yml
vendored
Executable file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
19
plugins/redmine_glossary/test/fixtures/grossary_styles.yml
vendored
Executable file
19
plugins/redmine_glossary/test/fixtures/grossary_styles.yml
vendored
Executable file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
11
plugins/redmine_glossary/test/fixtures/term_categories.yml
vendored
Executable file
11
plugins/redmine_glossary/test/fixtures/term_categories.yml
vendored
Executable file
|
@ -0,0 +1,11 @@
|
|||
# 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
|
17
plugins/redmine_glossary/test/fixtures/term_queries.yml
vendored
Executable file
17
plugins/redmine_glossary/test/fixtures/term_queries.yml
vendored
Executable file
|
@ -0,0 +1,17 @@
|
|||
# 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
Executable file
25
plugins/redmine_glossary/test/fixtures/terms.yml
vendored
Executable file
|
@ -0,0 +1,25 @@
|
|||
# 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
|
19
plugins/redmine_glossary/test/fixtures/view_styles.yml
vendored
Executable file
19
plugins/redmine_glossary/test/fixtures/view_styles.yml
vendored
Executable file
|
@ -0,0 +1,19 @@
|
|||
# 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