cul_scv_hydra 0.4.2 → 0.4.3
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.
- data/lib/cul_scv_hydra/controllers/aggregates.rb +0 -1
- data/lib/cul_scv_hydra/controllers/catalog.rb +0 -1
- data/lib/cul_scv_hydra/controllers/content_aggregators.rb +0 -1
- data/lib/cul_scv_hydra/controllers/datastreams.rb +0 -1
- data/lib/cul_scv_hydra/controllers/resources.rb +0 -1
- data/lib/cul_scv_hydra/controllers/static_image_aggregators.rb +0 -1
- data/lib/cul_scv_hydra/controllers/suggestions.rb +0 -1
- data/lib/cul_scv_hydra/controllers/terms.rb +0 -1
- data/lib/cul_scv_hydra/version.rb +1 -1
- metadata +5 -5
@@ -10,7 +10,6 @@ module Cul::Scv::Hydra::Controllers
|
|
10
10
|
include Hydra::RepositoryController
|
11
11
|
include MediaShelf::ActiveFedoraHelper
|
12
12
|
include Blacklight::SolrHelper
|
13
|
-
before_filter :require_solr, :only=>[:index, :create, :show, :destroy]
|
14
13
|
before_filter :load_resources, :only=>[:index]
|
15
14
|
prepend_before_filter :sanitize_update_params
|
16
15
|
end
|
@@ -6,7 +6,6 @@ module Catalog
|
|
6
6
|
included do
|
7
7
|
include Cul::Scv::Hydra::Controllers::AggregatorControllerHelper
|
8
8
|
include Cul::Scv::Hydra::Controllers::Helpers::ActiveFedoraHelperBehavior
|
9
|
-
before_filter :require_solr, :only=>[:show, :edit, :index, :delete]
|
10
9
|
before_filter :load_resources, :only=>[:show, :edit]
|
11
10
|
end
|
12
11
|
end
|
@@ -8,7 +8,6 @@ module Cul::Scv::Hydra::Controllers
|
|
8
8
|
include Hydra::RepositoryController
|
9
9
|
include MediaShelf::ActiveFedoraHelper
|
10
10
|
include Blacklight::SolrHelper
|
11
|
-
before_filter :require_solr, :only=>[:index, :new, :create, :edit, :show, :destroy]
|
12
11
|
prepend_before_filter :sanitize_update_params
|
13
12
|
end
|
14
13
|
|
@@ -11,7 +11,6 @@ module Cul::Scv::Hydra::Controllers
|
|
11
11
|
include Hydra::RepositoryController
|
12
12
|
include MediaShelf::ActiveFedoraHelper
|
13
13
|
include Blacklight::SolrHelper
|
14
|
-
before_filter :require_solr, :only=>[:index, :create, :show, :destroy]
|
15
14
|
prepend_before_filter :sanitize_update_params
|
16
15
|
end
|
17
16
|
|
@@ -9,7 +9,6 @@ module Resources
|
|
9
9
|
include Hydra::RepositoryController
|
10
10
|
include MediaShelf::ActiveFedoraHelper
|
11
11
|
include Blacklight::SolrHelper
|
12
|
-
before_filter :require_solr, :only=>[:index, :create, :show, :destroy]
|
13
12
|
before_filter :load_fedora_document, :only=>[:update]
|
14
13
|
prepend_before_filter :sanitize_update_params
|
15
14
|
end
|
@@ -10,7 +10,6 @@ module StaticImageAggregators
|
|
10
10
|
include MediaShelf::ActiveFedoraHelper
|
11
11
|
include Blacklight::SolrHelper
|
12
12
|
before_filter :require_fedora
|
13
|
-
before_filter :require_solr, :only=>[:index, :new, :create, :edit, :show, :destroy]
|
14
13
|
prepend_before_filter :sanitize_update_params
|
15
14
|
end
|
16
15
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cul_scv_hydra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 9
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 3
|
10
|
+
version: 0.4.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Benjamin Armintor
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-06-
|
18
|
+
date: 2012-06-11 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: cul_image_props
|
@@ -340,7 +340,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
340
340
|
requirements: []
|
341
341
|
|
342
342
|
rubyforge_project:
|
343
|
-
rubygems_version: 1.8.
|
343
|
+
rubygems_version: 1.8.24
|
344
344
|
signing_key:
|
345
345
|
specification_version: 3
|
346
346
|
summary: ActiveFedora, OM, and Solrizer implementations for CUL Staff Collection Viewer
|