hydra-editor 0.0.5 → 0.0.6
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 +13 -5
- data/README.md +1 -1
- data/app/views/records/new.html.erb +1 -1
- data/lib/hydra_editor/version.rb +1 -1
- metadata +25 -225
- data/spec/dummy/Gemfile +0 -20
- data/spec/dummy/Gemfile.lock +0 -247
- data/spec/dummy/README.rdoc +0 -261
- data/spec/dummy/Rakefile +0 -7
- data/spec/dummy/app/assets/images/blacklight/bg.png +0 -0
- data/spec/dummy/app/assets/images/blacklight/border.png +0 -0
- data/spec/dummy/app/assets/images/blacklight/bul_sq_gry.gif +0 -0
- data/spec/dummy/app/assets/images/blacklight/checkmark.gif +0 -0
- data/spec/dummy/app/assets/images/blacklight/logo.png +0 -0
- data/spec/dummy/app/assets/images/blacklight/magnifying_glass.gif +0 -0
- data/spec/dummy/app/assets/images/blacklight/remove.gif +0 -0
- data/spec/dummy/app/assets/images/blacklight/separator.gif +0 -0
- data/spec/dummy/app/assets/images/blacklight/start_over.gif +0 -0
- data/spec/dummy/app/assets/images/rails.png +0 -0
- data/spec/dummy/app/assets/javascripts/application.js +0 -18
- data/spec/dummy/app/assets/stylesheets/application.css +0 -13
- data/spec/dummy/app/assets/stylesheets/blacklight.css.scss +0 -4
- data/spec/dummy/app/controllers/application_controller.rb +0 -10
- data/spec/dummy/app/controllers/catalog_controller.rb +0 -165
- data/spec/dummy/app/helpers/application_helper.rb +0 -2
- data/spec/dummy/app/models/solr_document.rb +0 -33
- data/spec/dummy/app/models/user.rb +0 -22
- data/spec/dummy/app/views/devise/confirmations/new.html.erb +0 -12
- data/spec/dummy/app/views/devise/mailer/confirmation_instructions.html.erb +0 -5
- data/spec/dummy/app/views/devise/mailer/reset_password_instructions.html.erb +0 -8
- data/spec/dummy/app/views/devise/mailer/unlock_instructions.html.erb +0 -7
- data/spec/dummy/app/views/devise/passwords/edit.html.erb +0 -16
- data/spec/dummy/app/views/devise/passwords/new.html.erb +0 -12
- data/spec/dummy/app/views/devise/registrations/edit.html.erb +0 -29
- data/spec/dummy/app/views/devise/registrations/new.html.erb +0 -18
- data/spec/dummy/app/views/devise/sessions/new.html.erb +0 -17
- data/spec/dummy/app/views/devise/shared/_links.erb +0 -25
- data/spec/dummy/app/views/devise/unlocks/new.html.erb +0 -12
- data/spec/dummy/app/views/layouts/application.html.erb +0 -14
- data/spec/dummy/config.ru +0 -4
- data/spec/dummy/config/SolrMarc/config-test.properties +0 -37
- data/spec/dummy/config/SolrMarc/config.properties +0 -37
- data/spec/dummy/config/SolrMarc/index.properties +0 -97
- data/spec/dummy/config/SolrMarc/index_scripts/dewey.bsh +0 -47
- data/spec/dummy/config/SolrMarc/index_scripts/format.bsh +0 -126
- data/spec/dummy/config/SolrMarc/translation_maps/README_MAPS +0 -1
- data/spec/dummy/config/SolrMarc/translation_maps/callnumber_map.properties +0 -407
- data/spec/dummy/config/SolrMarc/translation_maps/composition_era_map.properties +0 -56
- data/spec/dummy/config/SolrMarc/translation_maps/country_map.properties +0 -379
- data/spec/dummy/config/SolrMarc/translation_maps/format_map.properties +0 -50
- data/spec/dummy/config/SolrMarc/translation_maps/instrument_map.properties +0 -101
- data/spec/dummy/config/SolrMarc/translation_maps/language_map.properties +0 -490
- data/spec/dummy/config/application.rb +0 -72
- data/spec/dummy/config/boot.rb +0 -6
- data/spec/dummy/config/database.yml +0 -25
- data/spec/dummy/config/environment.rb +0 -5
- data/spec/dummy/config/environments/development.rb +0 -37
- data/spec/dummy/config/environments/production.rb +0 -67
- data/spec/dummy/config/environments/test.rb +0 -37
- data/spec/dummy/config/fedora.yml +0 -14
- data/spec/dummy/config/initializers/action_dispatch_http_upload_monkey_patch.rb +0 -12
- data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy/config/initializers/devise.rb +0 -246
- data/spec/dummy/config/initializers/hydra_config.rb +0 -28
- data/spec/dummy/config/initializers/inflections.rb +0 -15
- data/spec/dummy/config/initializers/mime_types.rb +0 -12
- data/spec/dummy/config/initializers/secret_token.rb +0 -7
- data/spec/dummy/config/initializers/session_store.rb +0 -8
- data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy/config/jetty.yml +0 -5
- data/spec/dummy/config/locales/devise.en.yml +0 -59
- data/spec/dummy/config/locales/en.yml +0 -5
- data/spec/dummy/config/role_map_cucumber.yml +0 -10
- data/spec/dummy/config/role_map_development.yml +0 -12
- data/spec/dummy/config/role_map_production.yml +0 -2
- data/spec/dummy/config/role_map_test.yml +0 -15
- data/spec/dummy/config/routes.rb +0 -66
- data/spec/dummy/config/solr.yml +0 -10
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/20130618142846_devise_create_users.rb +0 -46
- data/spec/dummy/db/migrate/20130618142855_create_searches.rb +0 -16
- data/spec/dummy/db/migrate/20130618142856_create_bookmarks.rb +0 -18
- data/spec/dummy/db/migrate/20130618142857_remove_editable_fields_from_bookmarks.rb +0 -12
- data/spec/dummy/db/migrate/20130618142858_add_user_types_to_bookmarks_searches.rb +0 -16
- data/spec/dummy/db/schema.rb +0 -53
- data/spec/dummy/db/seeds.rb +0 -7
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/doc/README_FOR_APP +0 -2
- data/spec/dummy/fedora_conf/conf/development/fedora.fcfg +0 -953
- data/spec/dummy/fedora_conf/conf/test/fedora.fcfg +0 -953
- data/spec/dummy/lib/generators/test_app_generator.rb +0 -26
- data/spec/dummy/log/development.log +0 -78
- data/spec/dummy/log/test.log +0 -119
- data/spec/dummy/public/404.html +0 -26
- data/spec/dummy/public/422.html +0 -26
- data/spec/dummy/public/500.html +0 -25
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/public/index.html +0 -241
- data/spec/dummy/public/robots.txt +0 -5
- data/spec/dummy/script/rails +0 -6
- data/spec/dummy/solr_conf/conf/schema.xml +0 -273
- data/spec/dummy/solr_conf/conf/solrconfig.xml +0 -167
- data/spec/dummy/solr_conf/solr.xml +0 -35
- data/spec/dummy/test/performance/browsing_test.rb +0 -12
- data/spec/dummy/test/test_helper.rb +0 -13
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
-
<!--
|
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
4
|
-
contributor license agreements. See the NOTICE file distributed with
|
|
5
|
-
this work for additional information regarding copyright ownership.
|
|
6
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
7
|
-
(the "License"); you may not use this file except in compliance with
|
|
8
|
-
the License. You may obtain a copy of the License at
|
|
9
|
-
|
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
-
|
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
-
See the License for the specific language governing permissions and
|
|
16
|
-
limitations under the License.
|
|
17
|
-
-->
|
|
18
|
-
|
|
19
|
-
<!--
|
|
20
|
-
All (relative) paths are relative to the installation path
|
|
21
|
-
|
|
22
|
-
persistent: Save changes made via the API to this file
|
|
23
|
-
sharedLib: path to a lib directory that will be shared across all cores
|
|
24
|
-
-->
|
|
25
|
-
<solr persistent="false" sharedLib="lib">
|
|
26
|
-
|
|
27
|
-
<!--
|
|
28
|
-
adminPath: RequestHandler path to manage cores.
|
|
29
|
-
If 'null' (or absent), cores will not be manageable via REST
|
|
30
|
-
-->
|
|
31
|
-
<cores adminPath="/admin/cores" defaultCoreName="development">
|
|
32
|
-
<core name="development" instanceDir="development-core" />
|
|
33
|
-
<core name="test" instanceDir="test-core" />
|
|
34
|
-
</cores>
|
|
35
|
-
</solr>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
require 'test_helper'
|
|
2
|
-
require 'rails/performance_test_help'
|
|
3
|
-
|
|
4
|
-
class BrowsingTest < ActionDispatch::PerformanceTest
|
|
5
|
-
# Refer to the documentation for all available options
|
|
6
|
-
# self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
|
|
7
|
-
# :output => 'tmp/performance', :formats => [:flat] }
|
|
8
|
-
|
|
9
|
-
def test_homepage
|
|
10
|
-
get '/'
|
|
11
|
-
end
|
|
12
|
-
end
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
ENV["RAILS_ENV"] = "test"
|
|
2
|
-
require File.expand_path('../../config/environment', __FILE__)
|
|
3
|
-
require 'rails/test_help'
|
|
4
|
-
|
|
5
|
-
class ActiveSupport::TestCase
|
|
6
|
-
# Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
|
|
7
|
-
#
|
|
8
|
-
# Note: You'll currently still have to declare fixtures explicitly in integration tests
|
|
9
|
-
# -- they do not yet inherit this setting
|
|
10
|
-
fixtures :all
|
|
11
|
-
|
|
12
|
-
# Add more helper methods to be used by all tests here...
|
|
13
|
-
end
|