enju_biblio 0.1.0.pre49 → 0.1.0.pre50
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 +4 -4
- data/app/controllers/agent_types_controller.rb +0 -1
- data/app/controllers/countries_controller.rb +0 -1
- data/app/controllers/create_types_controller.rb +0 -1
- data/app/controllers/extents_controller.rb +0 -1
- data/app/controllers/form_of_works_controller.rb +0 -1
- data/app/controllers/frequencies_controller.rb +0 -1
- data/app/controllers/languages_controller.rb +0 -1
- data/app/controllers/licenses_controller.rb +0 -1
- data/app/controllers/manifestation_relationship_types_controller.rb +0 -1
- data/app/controllers/manifestation_relationships_controller.rb +0 -1
- data/app/controllers/medium_of_performances_controller.rb +0 -1
- data/app/controllers/produce_types_controller.rb +0 -1
- data/app/controllers/realize_types_controller.rb +0 -1
- data/app/models/enju_biblio/ability.rb +3 -9
- data/app/views/manifestations/_form.html.erb +1 -1
- data/app/views/manifestations/_series_form.html.erb +127 -0
- data/app/views/manifestations/_show_detail_librarian.html.erb +2 -0
- data/app/views/manifestations/_show_detail_user.html.erb +2 -0
- data/app/views/manifestations/_show_series_detail.html.erb +6 -20
- data/config/locales/translation_en.yml +3 -2
- data/config/locales/translation_ja.yml +2 -1
- data/config/routes.rb +3 -3
- data/lib/enju_biblio/engine.rb +1 -1
- data/lib/enju_biblio/version.rb +1 -1
- data/spec/cassette_library/ImportRequest/import/should_import_bibliographic_record.yml +512 -501
- data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_isbn_which_is_already_imported/redirects_to_the_created_import_request.yml +80 -70
- data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml +81 -71
- data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/redirects_to_the_created_import_request.yml +81 -71
- data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml +80 -70
- data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/redirects_to_the_created_import_request.yml +79 -69
- data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_has_only_isbn/should_be_imported.yml +470 -460
- data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_is_written_in_shift_jis/should_be_imported.yml +292 -276
- data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_is_written_in_utf-8/should_be_imported.yml +292 -276
- data/spec/controllers/agent_types_controller_spec.rb +107 -388
- data/spec/controllers/content_types_controller_spec.rb +106 -385
- data/spec/controllers/countries_controller_spec.rb +7 -7
- data/spec/controllers/extents_controller_spec.rb +106 -385
- data/spec/controllers/form_of_works_controller_spec.rb +107 -385
- data/spec/controllers/frequencies_controller_spec.rb +106 -385
- data/spec/controllers/languages_controller_spec.rb +6 -6
- data/spec/controllers/licenses_controller_spec.rb +106 -385
- data/spec/controllers/medium_of_performances_controller_spec.rb +106 -385
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/private/system/agent_import_files/agent_imports/000/000/004/original/agent_delete_file.tsv +8 -0
- data/spec/dummy/private/system/agent_import_files/agent_imports/000/000/004/original/agent_import_file_sample3.tsv +5 -0
- data/spec/dummy/private/system/agent_import_files/agent_imports/000/000/004/original/agent_update_file.tsv +3 -0
- data/spec/dummy/private/system/picture_files/pictures/000/000/005/medium/spinner.gif +0 -0
- data/spec/dummy/private/system/picture_files/pictures/000/000/005/original/spinner.gif +0 -0
- data/spec/dummy/private/system/picture_files/pictures/000/000/005/thumb/spinner.gif +0 -0
- data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/004/original/isbn_sample.txt +3 -0
- data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/004/original/item_delete_file.tsv +11 -0
- data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/004/original/item_update_file.tsv +4 -0
- data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/004/original/resource_import_file_sample1.tsv +19 -0
- data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/004/original/resource_import_file_sample2.tsv +19 -0
- data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/004/original/update_series_statement.tsv +2 -0
- data/spec/dummy/solr/test/data/index/segments.gen +0 -0
- data/spec/dummy/solr/test/data/index/segments_1b3 +0 -0
- data/spec/dummy/solr/test/data/tlog/{tlog.0000000000000000389 → tlog.0000000000000001688} +0 -0
- data/spec/dummy/solr/test/data/tlog/{tlog.0000000000000000390 → tlog.0000000000000001689} +0 -0
- data/spec/dummy/solr/test/data/tlog/{tlog.0000000000000000391 → tlog.0000000000000001690} +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000001691 +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000001692 +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000001693 +0 -0
- data/spec/dummy/tmp/cache/4F7/F90/default_role +0 -0
- data/spec/dummy/tmp/cache/6E4/420/search_engine_all +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/0830400afa3009686c89dda6258bd75d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/0ee396465e00d17664feec416aacd858 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1555daca1ffdb4f1dbea6b81613a6dd0 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2f332119f883fdd68340b5b3a1079d3f +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/41967b168e9b1bbeda476591dad80257 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/4b298aca2f28a3547e6865794468d90c +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/4facf54d58d89accb1176284157ae74d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/518a573cb9468335bfe3ebde3696755d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/5c7fbc78c580dd8592a994e875ae928c +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c1a4d979d844b4bfa222a268acbdfcac +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c45932b8beef81cc3ed460679239a0e0 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/eac0985173184e3c4a1fdabeca4673a0 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/eaf86421a990484c49be01e9af85c061 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f206beea95d427cdde150003c8bd3253 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f3ab79106bf7c705cff60f636a7d8b26 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/models/resource_import_file_spec.rb +5 -2
- metadata +164 -151
- data/spec/dummy/solr/test/data/index/_7n.fdt +0 -0
- data/spec/dummy/solr/test/data/index/_7n.fdx +0 -0
- data/spec/dummy/solr/test/data/index/_7n.fnm +0 -0
- data/spec/dummy/solr/test/data/index/_7n.nvd +0 -0
- data/spec/dummy/solr/test/data/index/_7n.nvm +0 -0
- data/spec/dummy/solr/test/data/index/_7n.si +0 -0
- data/spec/dummy/solr/test/data/index/_7n_Lucene41_0.doc +0 -0
- data/spec/dummy/solr/test/data/index/_7n_Lucene41_0.pos +0 -0
- data/spec/dummy/solr/test/data/index/_7n_Lucene41_0.tim +0 -0
- data/spec/dummy/solr/test/data/index/_7n_Lucene41_0.tip +0 -0
- data/spec/dummy/solr/test/data/index/_7o.fdt +0 -0
- data/spec/dummy/solr/test/data/index/_7o.fdx +0 -0
- data/spec/dummy/solr/test/data/index/_7o.fnm +0 -0
- data/spec/dummy/solr/test/data/index/_7o.nvd +0 -0
- data/spec/dummy/solr/test/data/index/_7o.nvm +0 -0
- data/spec/dummy/solr/test/data/index/_7o.si +0 -0
- data/spec/dummy/solr/test/data/index/_7o_Lucene41_0.doc +0 -0
- data/spec/dummy/solr/test/data/index/_7o_Lucene41_0.pos +0 -0
- data/spec/dummy/solr/test/data/index/_7o_Lucene41_0.tim +0 -0
- data/spec/dummy/solr/test/data/index/_7o_Lucene41_0.tip +0 -0
- data/spec/dummy/solr/test/data/index/_7p.fdt +0 -0
- data/spec/dummy/solr/test/data/index/_7p.fdx +0 -0
- data/spec/dummy/solr/test/data/index/_7p.fnm +0 -0
- data/spec/dummy/solr/test/data/index/_7p.nvd +0 -0
- data/spec/dummy/solr/test/data/index/_7p.nvm +0 -0
- data/spec/dummy/solr/test/data/index/_7p.si +0 -0
- data/spec/dummy/solr/test/data/index/_7p_Lucene41_0.doc +0 -0
- data/spec/dummy/solr/test/data/index/_7p_Lucene41_0.pos +0 -0
- data/spec/dummy/solr/test/data/index/_7p_Lucene41_0.tim +0 -0
- data/spec/dummy/solr/test/data/index/_7p_Lucene41_0.tip +0 -0
- data/spec/dummy/solr/test/data/index/segments_ax +0 -0
- data/spec/dummy/tmp/cache/ACB/B20/manifestation_search_total +0 -1
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
o: ActiveSupport::Cache::Entry:@valuei:@created_atf1383587655.502906:@expires_in0
|