iqvoc 4.12.0 → 4.12.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +5 -0
- data/Gemfile +13 -5
- data/Gemfile.lock +94 -77
- data/README.md +11 -2
- data/app/controllers/dashboard_controller.rb +5 -1
- data/app/controllers/user_sessions_controller.rb +1 -1
- data/app/helpers/dashboard_helper.rb +3 -3
- data/app/views/concepts/new.html.erb +2 -1
- data/app/views/concepts/sidebars/_singular.html.erb +11 -7
- data/app/views/dashboard/_table.html.erb +1 -1
- data/app/views/dashboard/glance.html.erb +1 -1
- data/app/views/search_results/_sidebar.html.erb +7 -2
- data/config/database.template.yml +3 -3
- data/config/database.yml +13 -18
- data/config/database.yml.mysql +7 -7
- data/config/database.yml.postgresql +6 -5
- data/config/initializers/mysql_column_limit.rb +14 -0
- data/config/locales/activerecord.de.yml +3 -0
- data/config/locales/activerecord.en.yml +3 -0
- data/db/migrate/20170626074649_add_note_annotations_index.rb +5 -1
- data/db/migrate/20180430163647_utf8mb4_conversion.rb +122 -0
- data/db/migrate/20180525135715_fix_note_annotations_index.rb +6 -0
- data/db/migrate/20190403133600_change_collation.rb +39 -0
- data/db/schema.rb +63 -64
- data/db/seeds.rb +4 -4
- data/iqvoc.gemspec +5 -5
- data/lib/iqvoc/version.rb +1 -1
- data/public/export/192518761412858257538294365837284445543.nt +28 -0
- data/public/export/222655544999381011796369687711131211507.nt +28 -0
- data/public/export/28094.nt +28 -0
- data/public/export/317743731342877661346578631544287380698.nt +28 -0
- data/public/export/59040722386799844495905115730928244680.nt +28 -0
- data/public/export/65316.nt +28 -0
- data/public/uploads/import/0090c45f8a575ba948e9e1f9346e8bd8.nt +259 -0
- data/public/uploads/import/10b55d476cc7905edd5bf2ea3339266f.nt +259 -0
- data/public/uploads/import/29f4bdb935b9ba14344c38808e2fc172.nt +259 -0
- data/public/uploads/import/5686fe12a4157c537fe4f83de393e436.nt +259 -0
- data/public/uploads/import/a46e5777d14959f0a264fc27170a9aca.nt +259 -0
- data/public/uploads/import/f47c4c34a7652d03188ef8815667a546.nt +259 -0
- data/public/uploads/tmp/1565090696-8977-0904/hobbies.nt +259 -0
- data/public/uploads/tmp/1565092660-26284-7315/hobbies.nt +259 -0
- data/public/uploads/tmp/1565092837-26720-3638/hobbies.nt +259 -0
- data/public/uploads/tmp/1565093111-27724-9556/hobbies.nt +259 -0
- data/public/uploads/tmp/1565093198-28993-6950/hobbies.nt +259 -0
- data/public/uploads/tmp/1565093353-29520-6028/hobbies.nt +259 -0
- data/test/integration/dashboard_test.rb +2 -2
- data/test/integration/user_management_test.rb +2 -2
- metadata +37 -16
@@ -30,14 +30,14 @@ class DashboardTest < ActionDispatch::IntegrationTest
|
|
30
30
|
assert page.body.include? '/en/collection_dashboard.html'
|
31
31
|
assert 'http://www.example.com/en/dashboard.html', current_url
|
32
32
|
tr_elements = page.find('tbody').all('tr')
|
33
|
-
Iqvoc::Concept.base_class.
|
33
|
+
Iqvoc::Concept.base_class.includes(:pref_labels).order('labels.value ASC').each_with_index do |c, i|
|
34
34
|
assert_equal c.pref_label.value, tr_elements[i].first('td').text
|
35
35
|
end
|
36
36
|
|
37
37
|
find(:xpath, "//a[@href='/en/dashboard.html?sort=value+ASC']").click
|
38
38
|
assert 'http://www.example.com/en/dashboard.html?sort=value+ASC', current_url
|
39
39
|
assert page.body.include? '/en/dashboard.html?sort=value+ASC'
|
40
|
-
assert page.body.include? '/en/dashboard.html?sort=value+
|
40
|
+
assert page.body.include? '/en/dashboard.html?sort=value+DESC'
|
41
41
|
|
42
42
|
tr_elements = page.find('tbody').all('tr')
|
43
43
|
Iqvoc::Concept.base_class.includes(:pref_labels).order('labels.value ASC').each_with_index do |c, i|
|
@@ -31,8 +31,8 @@ class UserManagementTest < ActionDispatch::IntegrationTest
|
|
31
31
|
fill_in 'Forename', with: 'Arnulf'
|
32
32
|
fill_in 'Surname', with: 'Beckenbauer'
|
33
33
|
fill_in 'Email', with: 'arnulf@beckenbauer.com'
|
34
|
-
fill_in 'Password', with: '
|
35
|
-
fill_in 'Password (Confirmation)', with: '
|
34
|
+
fill_in 'Password', with: 'secret123'
|
35
|
+
fill_in 'Password (Confirmation)', with: 'secret123'
|
36
36
|
click_button 'Save'
|
37
37
|
|
38
38
|
assert page.has_content?('Arnulf Beckenbauer')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iqvoc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.12.
|
4
|
+
version: 4.12.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Glaser
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date:
|
14
|
+
date: 2019-08-08 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 4.2.
|
22
|
+
version: 4.2.11
|
23
23
|
- - "<"
|
24
24
|
- !ruby/object:Gem::Version
|
25
25
|
version: '5.0'
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
requirements:
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 4.2.
|
32
|
+
version: 4.2.11
|
33
33
|
- - "<"
|
34
34
|
- !ruby/object:Gem::Version
|
35
35
|
version: '5.0'
|
@@ -81,28 +81,28 @@ dependencies:
|
|
81
81
|
requirements:
|
82
82
|
- - "~>"
|
83
83
|
- !ruby/object:Gem::Version
|
84
|
-
version: 3.
|
84
|
+
version: 3.8.0
|
85
85
|
type: :runtime
|
86
86
|
prerelease: false
|
87
87
|
version_requirements: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
89
|
- - "~>"
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version: 3.
|
91
|
+
version: 3.8.0
|
92
92
|
- !ruby/object:Gem::Dependency
|
93
93
|
name: cancancan
|
94
94
|
requirement: !ruby/object:Gem::Requirement
|
95
95
|
requirements:
|
96
|
-
- - "
|
96
|
+
- - "~>"
|
97
97
|
- !ruby/object:Gem::Version
|
98
|
-
version:
|
98
|
+
version: 2.3.0
|
99
99
|
type: :runtime
|
100
100
|
prerelease: false
|
101
101
|
version_requirements: !ruby/object:Gem::Requirement
|
102
102
|
requirements:
|
103
|
-
- - "
|
103
|
+
- - "~>"
|
104
104
|
- !ruby/object:Gem::Version
|
105
|
-
version:
|
105
|
+
version: 2.3.0
|
106
106
|
- !ruby/object:Gem::Dependency
|
107
107
|
name: iq_rdf
|
108
108
|
requirement: !ruby/object:Gem::Requirement
|
@@ -193,14 +193,14 @@ dependencies:
|
|
193
193
|
requirements:
|
194
194
|
- - "~>"
|
195
195
|
- !ruby/object:Gem::Version
|
196
|
-
version: 3.
|
196
|
+
version: 3.4.1
|
197
197
|
type: :runtime
|
198
198
|
prerelease: false
|
199
199
|
version_requirements: !ruby/object:Gem::Requirement
|
200
200
|
requirements:
|
201
201
|
- - "~>"
|
202
202
|
- !ruby/object:Gem::Version
|
203
|
-
version: 3.
|
203
|
+
version: 3.4.1
|
204
204
|
- !ruby/object:Gem::Dependency
|
205
205
|
name: bootstrap_form
|
206
206
|
requirement: !ruby/object:Gem::Requirement
|
@@ -235,14 +235,14 @@ dependencies:
|
|
235
235
|
requirements:
|
236
236
|
- - "~>"
|
237
237
|
- !ruby/object:Gem::Version
|
238
|
-
version: 1.
|
238
|
+
version: 1.8.2
|
239
239
|
type: :runtime
|
240
240
|
prerelease: false
|
241
241
|
version_requirements: !ruby/object:Gem::Requirement
|
242
242
|
requirements:
|
243
243
|
- - "~>"
|
244
244
|
- !ruby/object:Gem::Version
|
245
|
-
version: 1.
|
245
|
+
version: 1.8.2
|
246
246
|
- !ruby/object:Gem::Dependency
|
247
247
|
name: linkeddata
|
248
248
|
requirement: !ruby/object:Gem::Requirement
|
@@ -726,6 +726,7 @@ files:
|
|
726
726
|
- config/initializers/kaminari_config.rb
|
727
727
|
- config/initializers/language.rb
|
728
728
|
- config/initializers/mime_types.rb
|
729
|
+
- config/initializers/mysql_column_limit.rb
|
729
730
|
- config/initializers/session_store.rb
|
730
731
|
- config/initializers/wrap_parameters.rb
|
731
732
|
- config/locales/activerecord.de.yml
|
@@ -786,6 +787,9 @@ files:
|
|
786
787
|
- db/migrate/20150317162953_drop_job_relation.rb
|
787
788
|
- db/migrate/20170608093748_extend_job_output_log.rb
|
788
789
|
- db/migrate/20170626074649_add_note_annotations_index.rb
|
790
|
+
- db/migrate/20180430163647_utf8mb4_conversion.rb
|
791
|
+
- db/migrate/20180525135715_fix_note_annotations_index.rb
|
792
|
+
- db/migrate/20190403133600_change_collation.rb
|
789
793
|
- db/schema.rb
|
790
794
|
- db/seeds.rb
|
791
795
|
- iqvoc.gemspec
|
@@ -813,8 +817,26 @@ files:
|
|
813
817
|
- public/404.html
|
814
818
|
- public/422.html
|
815
819
|
- public/500.html
|
820
|
+
- public/export/192518761412858257538294365837284445543.nt
|
821
|
+
- public/export/222655544999381011796369687711131211507.nt
|
822
|
+
- public/export/28094.nt
|
823
|
+
- public/export/317743731342877661346578631544287380698.nt
|
824
|
+
- public/export/59040722386799844495905115730928244680.nt
|
825
|
+
- public/export/65316.nt
|
816
826
|
- public/favicon.ico
|
817
827
|
- public/robots.txt
|
828
|
+
- public/uploads/import/0090c45f8a575ba948e9e1f9346e8bd8.nt
|
829
|
+
- public/uploads/import/10b55d476cc7905edd5bf2ea3339266f.nt
|
830
|
+
- public/uploads/import/29f4bdb935b9ba14344c38808e2fc172.nt
|
831
|
+
- public/uploads/import/5686fe12a4157c537fe4f83de393e436.nt
|
832
|
+
- public/uploads/import/a46e5777d14959f0a264fc27170a9aca.nt
|
833
|
+
- public/uploads/import/f47c4c34a7652d03188ef8815667a546.nt
|
834
|
+
- public/uploads/tmp/1565090696-8977-0904/hobbies.nt
|
835
|
+
- public/uploads/tmp/1565092660-26284-7315/hobbies.nt
|
836
|
+
- public/uploads/tmp/1565092837-26720-3638/hobbies.nt
|
837
|
+
- public/uploads/tmp/1565093111-27724-9556/hobbies.nt
|
838
|
+
- public/uploads/tmp/1565093198-28993-6950/hobbies.nt
|
839
|
+
- public/uploads/tmp/1565093353-29520-6028/hobbies.nt
|
818
840
|
- test/authentication.rb
|
819
841
|
- test/controllers/concepts_movement_controller_test.rb
|
820
842
|
- test/controllers/hierarchy_test.rb
|
@@ -1415,8 +1437,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1415
1437
|
- !ruby/object:Gem::Version
|
1416
1438
|
version: '0'
|
1417
1439
|
requirements: []
|
1418
|
-
|
1419
|
-
rubygems_version: 2.6.13
|
1440
|
+
rubygems_version: 3.0.2
|
1420
1441
|
signing_key:
|
1421
1442
|
specification_version: 4
|
1422
1443
|
summary: iQvoc
|