hydra-collections 8.1.1 → 8.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46ec048dc848aeb13447d76933d5a84735bc81b6
|
|
4
|
+
data.tar.gz: b28c6542da68292779c482746c47d9399209613f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39011b7e055b81917a8613e95624bdd56aaebd77a6764ae26f14f15d51fc2e801d782c74467f8ad58f92f887dd7c861b66182c91b66805368ce27d674a198845
|
|
7
|
+
data.tar.gz: 33ac20bdefe04f830986c0d06f12e5d1d2e582872c3276e0610714cd03b90ba889bdf20be4f456247f00bb5a8bb6870a141f4132d4cb919fa74ab3d00444220d
|
data/Changelog.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
# 8.2.0
|
|
2
|
+
* Avoid using the deprecated Hydra::SearchBuilder [Justin Coyne]
|
|
3
|
+
|
|
4
|
+
# 8.1.1
|
|
5
|
+
* Move title to RequiredMetadata [Justin Coyne]
|
|
6
|
+
|
|
7
|
+
# 8.1.0
|
|
8
|
+
* Generate the collection model [Justin Coyne]
|
|
9
|
+
* Extract CollectionsHelperBehavior [Justin Coyne]
|
|
10
|
+
|
|
11
|
+
# 8.0.0
|
|
12
|
+
|
|
13
|
+
* Display pagination and facets on show page. [Justin Coyne]
|
|
14
|
+
* Display only the first title [Justin Coyne]
|
|
15
|
+
* Must have partial key in render for the object to pass as the local 'paginate_compact' [Justin Coyne]
|
|
16
|
+
* Removed unnecessary template [Justin Coyne]
|
|
17
|
+
* Draw the form correctly. Fixes #111 [Justin Coyne]
|
|
18
|
+
* Test using with_test_server [Justin Coyne]
|
|
19
|
+
* Remove Fcrepo 3 config. Fixes #51 [Justin Coyne]
|
|
20
|
+
* Remove deprecated modules [Justin Coyne]
|
|
21
|
+
* Update to work with AF 9.8 and solr 5 [Justin Coyne]
|
|
22
|
+
* Refactor CollectionSearchBuilder creation [Justin Coyne]
|
|
23
|
+
* button_for_remove_from_collection takes collection as an argument [Justin Coyne]
|
|
24
|
+
* Remove unused method collection_name [Justin Coyne]
|
|
25
|
+
* Title and description should be multivalued [Justin Coyne]
|
|
26
|
+
|
|
1
27
|
# 7.0.0
|
|
2
28
|
|
|
3
29
|
* Update to Blacklight 6.0.0 [Justin Coyne]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Hydra::Collections
|
|
2
|
-
class SearchBuilder <
|
|
2
|
+
class SearchBuilder < ::SearchBuilder
|
|
3
3
|
# Defines which search_params_logic should be used when searching for Collections
|
|
4
4
|
self.default_processor_chain = [:default_solr_parameters, :add_query_to_solr,
|
|
5
5
|
:add_access_controls_to_solr_params, :add_collection_filter, :some_rows, :sort_by_title]
|
data/hydra-collections.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
20
|
|
|
21
|
-
spec.add_dependency 'hydra-head', '~> 9.
|
|
21
|
+
spec.add_dependency 'hydra-head', '~> 9.9'
|
|
22
22
|
spec.add_dependency 'active-fedora', '~> 9.9'
|
|
23
23
|
spec.add_dependency 'deprecation', '~> 0.1'
|
|
24
24
|
spec.add_dependency 'blacklight', '~> 6.0'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hydra-collections
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.
|
|
4
|
+
version: 8.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carolyn Cole
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-03-
|
|
11
|
+
date: 2016-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hydra-head
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '9.
|
|
19
|
+
version: '9.9'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '9.
|
|
26
|
+
version: '9.9'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: active-fedora
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|