Nuevo plugin Redmine Glossary 0.9.2

This commit is contained in:
Manuel Cillero 2019-01-29 19:42:59 +01:00
parent 5d298a7529
commit 693eb3ee50
72 changed files with 2962 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View file

@ -0,0 +1,8 @@
require File.dirname(__FILE__) + '/../test_helper'
class GlossaryControllerTest < ActionController::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,8 @@
require File.dirname(__FILE__) + '/../test_helper'
class GlossaryStylesControllerTest < ActionController::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,8 @@
require File.dirname(__FILE__) + '/../test_helper'
class GlossrayStylesControllerTest < ActionController::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,8 @@
require File.dirname(__FILE__) + '/../test_helper'
class TermCategoriesControllerTest < ActionController::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,8 @@
require File.dirname(__FILE__) + '/../test_helper'
class TermQueriesControllerTest < ActionController::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,5 @@
# Load the normal Rails helper
require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')
# Ensure that we are using the temporary fixture path
Engines::Testing.set_fixture_path

View file

@ -0,0 +1,10 @@
require File.dirname(__FILE__) + '/../test_helper'
class GlossaryStyleTest < ActiveSupport::TestCase
fixtures :glossary_styles
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,10 @@
require File.dirname(__FILE__) + '/../test_helper'
class GrossaryStyleTest < ActiveSupport::TestCase
fixtures :grossary_styles
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,10 @@
require File.dirname(__FILE__) + '/../test_helper'
class TermCategoryTest < ActiveSupport::TestCase
fixtures :term_categories
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,10 @@
require File.dirname(__FILE__) + '/../test_helper'
class TermQueryTest < ActiveSupport::TestCase
fixtures :term_queries
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,10 @@
require File.dirname(__FILE__) + '/../test_helper'
class TermTest < ActiveSupport::TestCase
fixtures :terms
# Replace this with your real tests.
def test_truth
assert true
end
end