enju_leaf 1.1.0.rc6 → 1.1.0.rc7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/mobile.js +1 -1
- data/app/assets/stylesheets/mobile.css +1 -1
- data/app/views/devise/sessions/new.html.erb +1 -1
- data/app/views/my_accounts/edit.html.erb +1 -1
- data/app/views/users/edit.html.erb +1 -1
- data/lib/enju_leaf.rb +0 -4
- data/lib/enju_leaf/version.rb +1 -1
- data/lib/generators/enju_leaf/quick_install/quick_install_generator.rb +16 -14
- data/lib/generators/enju_leaf/setup/setup_generator.rb +4 -1
- 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 +620 -0
- data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/redirects_to_the_created_import_request.yml +620 -0
- 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 +620 -0
- data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/redirects_to_the_created_import_request.yml +620 -0
- data/spec/cassette_library/Manifestation/should_import_isbn.yml +537 -0
- data/spec/cassette_library/Question/test_should_get_crd_search.yml +437 -0
- data/spec/dummy/config/initializers/devise.rb +2 -0
- data/spec/dummy/db/schema.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/solr/conf/schema.xml +19 -2
- data/spec/dummy/solr/conf/solrconfig.xml +588 -855
- data/spec/dummy/solr/default/data/index/_z.fdt +0 -0
- data/spec/dummy/solr/default/data/index/_z.fdx +0 -0
- data/spec/dummy/solr/default/data/index/_z.fnm +0 -0
- data/spec/dummy/solr/default/data/index/_z.nvd +0 -0
- data/spec/dummy/solr/default/data/index/_z.nvm +0 -0
- data/spec/dummy/solr/default/data/index/_z.si +0 -0
- data/spec/dummy/solr/default/data/index/_z_Lucene41_0.doc +0 -0
- data/spec/dummy/solr/default/data/index/_z_Lucene41_0.pos +0 -0
- data/spec/dummy/solr/default/data/index/_z_Lucene41_0.tim +0 -0
- data/spec/dummy/solr/default/data/index/_z_Lucene41_0.tip +0 -0
- data/spec/dummy/solr/default/data/index/segments.gen +0 -0
- data/spec/dummy/solr/default/data/index/segments_21 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000062 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000063 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000064 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000065 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000066 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000067 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000068 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000069 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000070 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000071 +0 -0
- data/spec/dummy/solr/{data/test/spellchecker → development/data/index}/segments.gen +0 -0
- data/spec/dummy/solr/development/data/index/segments_1 +0 -0
- data/spec/dummy/solr/solr.xml +8 -0
- data/spec/dummy/solr/test/data/index/segments.gen +0 -0
- data/spec/dummy/solr/test/data/index/segments_1 +0 -0
- data/spec/dummy/tmp/cache/4F7/F90/default_role +0 -0
- data/spec/dummy/tmp/cache/ACB/B20/manifestation_search_total +0 -0
- data/spec/factories/user.rb +3 -3
- data/spec/fixtures/user_groups.yml +3 -3
- data/vendor/assets/javascripts/jquery.colorbox.js +118 -97
- data/vendor/assets/javascripts/{jquery.mobile-1.3.1.js → jquery.mobile-1.3.2.js} +788 -764
- data/vendor/assets/stylesheets/{jquery.mobile-1.3.1.css → jquery.mobile-1.3.2.css} +11 -7
- metadata +77 -109
- data/db/fixtures2/bookstores.yml +0 -9
- data/db/fixtures2/carrier_type_has_checkout_types.yml +0 -8
- data/db/fixtures2/carrier_types.yml +0 -29
- data/db/fixtures2/checkout_types.yml +0 -22
- data/db/fixtures2/circulation_statuses.yml +0 -106
- data/db/fixtures2/classification_types.yml +0 -7
- data/db/fixtures2/content_types.yml +0 -22
- data/db/fixtures2/countries.yml +0 -2044
- data/db/fixtures2/create_types.yml +0 -47
- data/db/fixtures2/event_categories.yml +0 -13
- data/db/fixtures2/form_of_works.yml +0 -7
- data/db/fixtures2/frequencies.yml +0 -55
- data/db/fixtures2/languages.yml +0 -1885
- data/db/fixtures2/libraries.yml +0 -25
- data/db/fixtures2/library_groups.yml +0 -10
- data/db/fixtures2/licenses.yml +0 -15
- data/db/fixtures2/manifestation_relationship_types.yml +0 -14
- data/db/fixtures2/message_templates.yml +0 -84
- data/db/fixtures2/patron_relationship_types.yml +0 -20
- data/db/fixtures2/patron_types.yml +0 -16
- data/db/fixtures2/patrons.yml +0 -19
- data/db/fixtures2/produce_types.yml +0 -32
- data/db/fixtures2/realize_types.yml +0 -40
- data/db/fixtures2/request_status_types.yml +0 -37
- data/db/fixtures2/request_types.yml +0 -29
- data/db/fixtures2/roles.yml +0 -29
- data/db/fixtures2/shelves.yml +0 -15
- data/db/fixtures2/subject_types.yml +0 -28
- data/db/fixtures2/use_restrictions.yml +0 -79
- data/db/fixtures2/user_groups.yml +0 -7
- data/db/schema.rb +0 -1896
- data/spec/dummy/solr/data/test/index/_9t.fdt +0 -0
- data/spec/dummy/solr/data/test/index/_9t.fdx +0 -0
- data/spec/dummy/solr/data/test/index/_9t.fnm +0 -4
- data/spec/dummy/solr/data/test/index/_9t.frq +0 -1
- data/spec/dummy/solr/data/test/index/_9t.nrm +0 -1
- data/spec/dummy/solr/data/test/index/_9t.prx +0 -0
- data/spec/dummy/solr/data/test/index/_9t.tii +0 -0
- data/spec/dummy/solr/data/test/index/_9t.tis +0 -0
- data/spec/dummy/solr/data/test/index/segments.gen +0 -0
- data/spec/dummy/solr/data/test/index/segments_ju +0 -0
- data/spec/dummy/solr/data/test/spellchecker/segments_1 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/16453aa846d172232cb70ea0ef5d25bb +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1b984bdbd3204a51a82d0e01a1569e2d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1d1ea12f4657d43009075ba81a2ff949 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/22c8941ab6dec8cd7b3f725e1989dc20 +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/62899096da1a3e67660f3b88068be8c9 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/65b2e4f67eab21b30217e29075f433b2 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/87d24a3f43f175d4d17babe9203c79a7 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/b9cc8f1cd929beaef586e5f42a2aa4c2 +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/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/fixtures_old/inventory_files.yml +0 -40
@@ -1,6 +1,6 @@
|
|
1
|
-
|
2
|
-
* jQuery Mobile 1.3.
|
3
|
-
* Git HEAD hash:
|
1
|
+
/*!
|
2
|
+
* jQuery Mobile 1.3.2
|
3
|
+
* Git HEAD hash: 528cf0e96940644ea644096bfeb913ed920ffaef <> Date: Fri Jul 19 2013 22:17:57 UTC
|
4
4
|
* http://jquerymobile.com
|
5
5
|
*
|
6
6
|
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
|
@@ -763,8 +763,8 @@ a.ui-link-inherit {
|
|
763
763
|
-----------------------------------------------------------------------------------------------------------*/
|
764
764
|
.ui-icon,
|
765
765
|
.ui-icon-searchfield:after {
|
766
|
-
background
|
767
|
-
background
|
766
|
+
background: #666 /*{global-icon-color}*/;
|
767
|
+
background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
|
768
768
|
background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
|
769
769
|
background-repeat: no-repeat;
|
770
770
|
-webkit-border-radius: 9px;
|
@@ -1070,6 +1070,7 @@ a.ui-link-inherit {
|
|
1070
1070
|
.ui-mobile, .ui-mobile body { height: 99.9%; }
|
1071
1071
|
.ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
|
1072
1072
|
.ui-mobile a img, .ui-mobile fieldset { border-width: 0; }
|
1073
|
+
.ui-mobile fieldset { min-width: 0; }
|
1073
1074
|
/* responsive page widths */
|
1074
1075
|
.ui-mobile-viewport { margin: 0; overflow-x: visible; -webkit-text-size-adjust: 100%; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
1075
1076
|
/* Issue #2066 */
|
@@ -2177,6 +2178,8 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
|
|
2177
2178
|
.ui-field-contain .ui-controlgroup, .ui-field-contain fieldset.ui-controlgroup { margin: 0; }
|
2178
2179
|
.ui-bar .ui-controlgroup { margin: 0 5px; }
|
2179
2180
|
.ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .4em; }
|
2181
|
+
/* Fixes legend not wrapping on IE10 */
|
2182
|
+
.ui-controlgroup-label legend { max-width: 100%; }
|
2180
2183
|
.ui-controlgroup-controls label.ui-select,
|
2181
2184
|
.ui-controlgroup-controls label.ui-submit { position: absolute; left: -9999px; }
|
2182
2185
|
.ui-controlgroup li { list-style: none; }
|
@@ -2411,7 +2414,7 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
|
|
2411
2414
|
}
|
2412
2415
|
.ui-popup > .ui-btn-left { left: -9px; }
|
2413
2416
|
.ui-popup > .ui-btn-right { right: -9px; }
|
2414
|
-
.ui-popup-hidden { top: -99999px; left: -9999px; }
|
2417
|
+
.ui-popup-hidden { top: -99999px; left: -9999px; visibility: hidden; }
|
2415
2418
|
.ui-checkbox, .ui-radio { position: relative; clear: both; margin: 0; z-index: 1; }
|
2416
2419
|
.ui-checkbox .ui-btn, .ui-radio .ui-btn { text-align: left; z-index: 2; }
|
2417
2420
|
.ui-controlgroup .ui-checkbox .ui-btn, .ui-controlgroup .ui-radio .ui-btn { margin: 0; }
|
@@ -2511,6 +2514,8 @@ textarea.ui-mini { height: 45px; }
|
|
2511
2514
|
.ui-input-search .ui-input-clear-hidden, .ui-input-text .ui-input-clear-hidden { display: none; }
|
2512
2515
|
/* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */
|
2513
2516
|
input::-moz-placeholder, textarea::-moz-placeholder { color: #aaa; }
|
2517
|
+
/* For IE10 */
|
2518
|
+
:-ms-input-placeholder { color: #aaa; }
|
2514
2519
|
/* Resolves issue #5131: Width of textinput depends on its type, for Android 4.1 */
|
2515
2520
|
input[type=number]::-webkit-outer-spin-button { margin: 0; }
|
2516
2521
|
@media all and (min-width: 28em){
|
@@ -3086,7 +3091,6 @@ div.ui-slider-switch.ui-mini {
|
|
3086
3091
|
/* Make the label elements a percentage width */
|
3087
3092
|
.ui-table-reflow td .ui-table-cell-label,
|
3088
3093
|
.ui-table-reflow th .ui-table-cell-label {
|
3089
|
-
display: block;
|
3090
3094
|
padding: .4em;
|
3091
3095
|
min-width: 30%;
|
3092
3096
|
display: inline-block;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: enju_leaf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.0.
|
4
|
+
version: 1.1.0.rc7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kosuke Tanabe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-11-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: enju_biblio
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - ~>
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '3.
|
75
|
+
version: '3.5'
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - ~>
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '3.
|
82
|
+
version: '3.5'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: sitemap_generator
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -122,20 +122,6 @@ dependencies:
|
|
122
122
|
- - ~>
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '3.2'
|
125
|
-
- !ruby/object:Gem::Dependency
|
126
|
-
name: redis-store
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
128
|
-
requirements:
|
129
|
-
- - '='
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
version: 1.1.3
|
132
|
-
type: :runtime
|
133
|
-
prerelease: false
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
135
|
-
requirements:
|
136
|
-
- - '='
|
137
|
-
- !ruby/object:Gem::Version
|
138
|
-
version: 1.1.3
|
139
125
|
- !ruby/object:Gem::Dependency
|
140
126
|
name: rails_autolink
|
141
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -268,14 +254,14 @@ dependencies:
|
|
268
254
|
requirements:
|
269
255
|
- - ~>
|
270
256
|
- !ruby/object:Gem::Version
|
271
|
-
version: 2.
|
257
|
+
version: '2.1'
|
272
258
|
type: :development
|
273
259
|
prerelease: false
|
274
260
|
version_requirements: !ruby/object:Gem::Requirement
|
275
261
|
requirements:
|
276
262
|
- - ~>
|
277
263
|
- !ruby/object:Gem::Version
|
278
|
-
version: 2.
|
264
|
+
version: '2.1'
|
279
265
|
- !ruby/object:Gem::Dependency
|
280
266
|
name: sunspot-rails-tester
|
281
267
|
requirement: !ruby/object:Gem::Requirement
|
@@ -499,43 +485,12 @@ files:
|
|
499
485
|
- config/locales/translation_en.yml
|
500
486
|
- config/locales/translation_ja.yml
|
501
487
|
- config/routes.rb
|
502
|
-
- db/fixtures2/bookstores.yml
|
503
|
-
- db/fixtures2/carrier_type_has_checkout_types.yml
|
504
|
-
- db/fixtures2/carrier_types.yml
|
505
|
-
- db/fixtures2/checkout_types.yml
|
506
|
-
- db/fixtures2/circulation_statuses.yml
|
507
|
-
- db/fixtures2/classification_types.yml
|
508
|
-
- db/fixtures2/content_types.yml
|
509
|
-
- db/fixtures2/countries.yml
|
510
|
-
- db/fixtures2/create_types.yml
|
511
|
-
- db/fixtures2/event_categories.yml
|
512
|
-
- db/fixtures2/form_of_works.yml
|
513
|
-
- db/fixtures2/frequencies.yml
|
514
|
-
- db/fixtures2/languages.yml
|
515
|
-
- db/fixtures2/libraries.yml
|
516
|
-
- db/fixtures2/library_groups.yml
|
517
|
-
- db/fixtures2/licenses.yml
|
518
|
-
- db/fixtures2/manifestation_relationship_types.yml
|
519
|
-
- db/fixtures2/message_templates.yml
|
520
|
-
- db/fixtures2/patron_relationship_types.yml
|
521
|
-
- db/fixtures2/patron_types.yml
|
522
|
-
- db/fixtures2/patrons.yml
|
523
|
-
- db/fixtures2/produce_types.yml
|
524
|
-
- db/fixtures2/realize_types.yml
|
525
|
-
- db/fixtures2/request_status_types.yml
|
526
|
-
- db/fixtures2/request_types.yml
|
527
|
-
- db/fixtures2/roles.yml
|
528
|
-
- db/fixtures2/shelves.yml
|
529
|
-
- db/fixtures2/subject_types.yml
|
530
|
-
- db/fixtures2/use_restrictions.yml
|
531
|
-
- db/fixtures2/user_groups.yml
|
532
488
|
- db/migrate/041_create_roles.rb
|
533
489
|
- db/migrate/077_create_user_groups.rb
|
534
490
|
- db/migrate/20091202124834_create_versions.rb
|
535
491
|
- db/migrate/20100606065209_create_user_has_roles.rb
|
536
492
|
- db/migrate/20110318183304_add_valid_period_for_new_user_to_user_group.rb
|
537
493
|
- db/migrate/20130221154434_add_additional_attributes_to_user.rb
|
538
|
-
- db/schema.rb
|
539
494
|
- lib/enju_leaf/controller.rb
|
540
495
|
- lib/enju_leaf/engine.rb
|
541
496
|
- lib/enju_leaf/helper.rb
|
@@ -573,7 +528,7 @@ files:
|
|
573
528
|
- vendor/assets/javascripts/jquery.colorbox.js
|
574
529
|
- vendor/assets/javascripts/jquery.cookie.js
|
575
530
|
- vendor/assets/javascripts/jquery.highlight.js
|
576
|
-
- vendor/assets/javascripts/jquery.mobile-1.3.
|
531
|
+
- vendor/assets/javascripts/jquery.mobile-1.3.2.js
|
577
532
|
- vendor/assets/javascripts/jquery.powertip.js
|
578
533
|
- vendor/assets/javascripts/jquery.shortcut.js
|
579
534
|
- vendor/assets/javascripts/jquery.ui.menubar.js
|
@@ -592,7 +547,7 @@ files:
|
|
592
547
|
- vendor/assets/stylesheets/images/loading_background.png
|
593
548
|
- vendor/assets/stylesheets/images/overlay.png
|
594
549
|
- vendor/assets/stylesheets/images/spinner_bar.gif
|
595
|
-
- vendor/assets/stylesheets/jquery.mobile-1.3.
|
550
|
+
- vendor/assets/stylesheets/jquery.mobile-1.3.2.css
|
596
551
|
- vendor/assets/stylesheets/jquery.powertip.css
|
597
552
|
- vendor/assets/stylesheets/jquery.ui.menubar.css
|
598
553
|
- MIT-LICENSE
|
@@ -601,6 +556,12 @@ files:
|
|
601
556
|
- spec/acceptance/acceptance_helper.rb
|
602
557
|
- spec/acceptance/support/helpers.rb
|
603
558
|
- spec/acceptance/support/paths.rb
|
559
|
+
- spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml
|
560
|
+
- spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/redirects_to_the_created_import_request.yml
|
561
|
+
- spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml
|
562
|
+
- spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/redirects_to_the_created_import_request.yml
|
563
|
+
- spec/cassette_library/Manifestation/should_import_isbn.yml
|
564
|
+
- spec/cassette_library/Question/test_should_get_crd_search.yml
|
604
565
|
- spec/controllers/my_accounts_controller_spec.rb
|
605
566
|
- spec/controllers/page_controller_spec.rb
|
606
567
|
- spec/controllers/roles_controller_spec.rb
|
@@ -765,34 +726,35 @@ files:
|
|
765
726
|
- spec/dummy/solr/conf/spellings.txt
|
766
727
|
- spec/dummy/solr/conf/stopwords.txt
|
767
728
|
- spec/dummy/solr/conf/synonyms.txt
|
768
|
-
- spec/dummy/solr/data/
|
769
|
-
- spec/dummy/solr/data/
|
770
|
-
- spec/dummy/solr/data/
|
771
|
-
- spec/dummy/solr/data/
|
772
|
-
- spec/dummy/solr/data/
|
773
|
-
- spec/dummy/solr/data/
|
774
|
-
- spec/dummy/solr/data/
|
775
|
-
- spec/dummy/solr/data/
|
776
|
-
- spec/dummy/solr/data/
|
777
|
-
- spec/dummy/solr/data/
|
778
|
-
- spec/dummy/solr/data/
|
779
|
-
- spec/dummy/solr/data/
|
729
|
+
- spec/dummy/solr/default/data/index/_z.fdt
|
730
|
+
- spec/dummy/solr/default/data/index/_z.fdx
|
731
|
+
- spec/dummy/solr/default/data/index/_z.fnm
|
732
|
+
- spec/dummy/solr/default/data/index/_z.nvd
|
733
|
+
- spec/dummy/solr/default/data/index/_z.nvm
|
734
|
+
- spec/dummy/solr/default/data/index/_z.si
|
735
|
+
- spec/dummy/solr/default/data/index/_z_Lucene41_0.doc
|
736
|
+
- spec/dummy/solr/default/data/index/_z_Lucene41_0.pos
|
737
|
+
- spec/dummy/solr/default/data/index/_z_Lucene41_0.tim
|
738
|
+
- spec/dummy/solr/default/data/index/_z_Lucene41_0.tip
|
739
|
+
- spec/dummy/solr/default/data/index/segments.gen
|
740
|
+
- spec/dummy/solr/default/data/index/segments_21
|
741
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000062
|
742
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000063
|
743
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000064
|
744
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000065
|
745
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000066
|
746
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000067
|
747
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000068
|
748
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000069
|
749
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000070
|
750
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000071
|
751
|
+
- spec/dummy/solr/development/data/index/segments.gen
|
752
|
+
- spec/dummy/solr/development/data/index/segments_1
|
753
|
+
- spec/dummy/solr/solr.xml
|
754
|
+
- spec/dummy/solr/test/data/index/segments.gen
|
755
|
+
- spec/dummy/solr/test/data/index/segments_1
|
780
756
|
- spec/dummy/tmp/cache/4F7/F90/default_role
|
781
757
|
- spec/dummy/tmp/cache/ACB/B20/manifestation_search_total
|
782
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
|
783
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/16453aa846d172232cb70ea0ef5d25bb
|
784
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/1b984bdbd3204a51a82d0e01a1569e2d
|
785
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/1d1ea12f4657d43009075ba81a2ff949
|
786
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/22c8941ab6dec8cd7b3f725e1989dc20
|
787
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
788
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
789
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/62899096da1a3e67660f3b88068be8c9
|
790
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/65b2e4f67eab21b30217e29075f433b2
|
791
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/87d24a3f43f175d4d17babe9203c79a7
|
792
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/b9cc8f1cd929beaef586e5f42a2aa4c2
|
793
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
794
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
795
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
796
758
|
- spec/factories/agent.rb
|
797
759
|
- spec/factories/agent_relationship.rb
|
798
760
|
- spec/factories/agent_relationship_type.rb
|
@@ -871,7 +833,6 @@ files:
|
|
871
833
|
- spec/fixtures/user_groups.yml
|
872
834
|
- spec/fixtures/user_has_roles.yml
|
873
835
|
- spec/fixtures/users.yml
|
874
|
-
- spec/fixtures_old/inventory_files.yml
|
875
836
|
- spec/models/basket_spec.rb
|
876
837
|
- spec/models/role_spec.rb
|
877
838
|
- spec/models/user_group_spec.rb
|
@@ -889,7 +850,8 @@ files:
|
|
889
850
|
- spec/views/users/new.html.erb_spec.rb
|
890
851
|
- spec/views/users/show.html.erb_spec.rb
|
891
852
|
homepage: https://github.com/nabeta/enju_leaf
|
892
|
-
licenses:
|
853
|
+
licenses:
|
854
|
+
- MIT
|
893
855
|
metadata: {}
|
894
856
|
post_install_message:
|
895
857
|
rdoc_options: []
|
@@ -907,7 +869,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
907
869
|
version: 1.3.1
|
908
870
|
requirements: []
|
909
871
|
rubyforge_project:
|
910
|
-
rubygems_version: 2.
|
872
|
+
rubygems_version: 2.1.4
|
911
873
|
signing_key:
|
912
874
|
specification_version: 4
|
913
875
|
summary: Next-L Enju Leaf
|
@@ -915,6 +877,12 @@ test_files:
|
|
915
877
|
- spec/acceptance/acceptance_helper.rb
|
916
878
|
- spec/acceptance/support/helpers.rb
|
917
879
|
- spec/acceptance/support/paths.rb
|
880
|
+
- spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml
|
881
|
+
- spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/redirects_to_the_created_import_request.yml
|
882
|
+
- spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml
|
883
|
+
- spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/redirects_to_the_created_import_request.yml
|
884
|
+
- spec/cassette_library/Manifestation/should_import_isbn.yml
|
885
|
+
- spec/cassette_library/Question/test_should_get_crd_search.yml
|
918
886
|
- spec/controllers/my_accounts_controller_spec.rb
|
919
887
|
- spec/controllers/page_controller_spec.rb
|
920
888
|
- spec/controllers/roles_controller_spec.rb
|
@@ -1079,34 +1047,35 @@ test_files:
|
|
1079
1047
|
- spec/dummy/solr/conf/spellings.txt
|
1080
1048
|
- spec/dummy/solr/conf/stopwords.txt
|
1081
1049
|
- spec/dummy/solr/conf/synonyms.txt
|
1082
|
-
- spec/dummy/solr/data/
|
1083
|
-
- spec/dummy/solr/data/
|
1084
|
-
- spec/dummy/solr/data/
|
1085
|
-
- spec/dummy/solr/data/
|
1086
|
-
- spec/dummy/solr/data/
|
1087
|
-
- spec/dummy/solr/data/
|
1088
|
-
- spec/dummy/solr/data/
|
1089
|
-
- spec/dummy/solr/data/
|
1090
|
-
- spec/dummy/solr/data/
|
1091
|
-
- spec/dummy/solr/data/
|
1092
|
-
- spec/dummy/solr/data/
|
1093
|
-
- spec/dummy/solr/data/
|
1050
|
+
- spec/dummy/solr/default/data/index/_z.fdt
|
1051
|
+
- spec/dummy/solr/default/data/index/_z.fdx
|
1052
|
+
- spec/dummy/solr/default/data/index/_z.fnm
|
1053
|
+
- spec/dummy/solr/default/data/index/_z.nvd
|
1054
|
+
- spec/dummy/solr/default/data/index/_z.nvm
|
1055
|
+
- spec/dummy/solr/default/data/index/_z.si
|
1056
|
+
- spec/dummy/solr/default/data/index/_z_Lucene41_0.doc
|
1057
|
+
- spec/dummy/solr/default/data/index/_z_Lucene41_0.pos
|
1058
|
+
- spec/dummy/solr/default/data/index/_z_Lucene41_0.tim
|
1059
|
+
- spec/dummy/solr/default/data/index/_z_Lucene41_0.tip
|
1060
|
+
- spec/dummy/solr/default/data/index/segments.gen
|
1061
|
+
- spec/dummy/solr/default/data/index/segments_21
|
1062
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000062
|
1063
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000063
|
1064
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000064
|
1065
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000065
|
1066
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000066
|
1067
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000067
|
1068
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000068
|
1069
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000069
|
1070
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000070
|
1071
|
+
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000071
|
1072
|
+
- spec/dummy/solr/development/data/index/segments.gen
|
1073
|
+
- spec/dummy/solr/development/data/index/segments_1
|
1074
|
+
- spec/dummy/solr/solr.xml
|
1075
|
+
- spec/dummy/solr/test/data/index/segments.gen
|
1076
|
+
- spec/dummy/solr/test/data/index/segments_1
|
1094
1077
|
- spec/dummy/tmp/cache/4F7/F90/default_role
|
1095
1078
|
- spec/dummy/tmp/cache/ACB/B20/manifestation_search_total
|
1096
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
|
1097
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/16453aa846d172232cb70ea0ef5d25bb
|
1098
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/1b984bdbd3204a51a82d0e01a1569e2d
|
1099
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/1d1ea12f4657d43009075ba81a2ff949
|
1100
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/22c8941ab6dec8cd7b3f725e1989dc20
|
1101
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
1102
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
1103
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/62899096da1a3e67660f3b88068be8c9
|
1104
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/65b2e4f67eab21b30217e29075f433b2
|
1105
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/87d24a3f43f175d4d17babe9203c79a7
|
1106
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/b9cc8f1cd929beaef586e5f42a2aa4c2
|
1107
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
1108
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
1109
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
1110
1079
|
- spec/factories/agent.rb
|
1111
1080
|
- spec/factories/agent_relationship.rb
|
1112
1081
|
- spec/factories/agent_relationship_type.rb
|
@@ -1185,7 +1154,6 @@ test_files:
|
|
1185
1154
|
- spec/fixtures/user_groups.yml
|
1186
1155
|
- spec/fixtures/user_has_roles.yml
|
1187
1156
|
- spec/fixtures/users.yml
|
1188
|
-
- spec/fixtures_old/inventory_files.yml
|
1189
1157
|
- spec/models/basket_spec.rb
|
1190
1158
|
- spec/models/role_spec.rb
|
1191
1159
|
- spec/models/user_group_spec.rb
|
data/db/fixtures2/bookstores.yml
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
---
|
2
|
-
carrier_type_00004:
|
3
|
-
name: file
|
4
|
-
display_name: "en: file\r\n\
|
5
|
-
ja: コンピュータファイル"
|
6
|
-
id: 4
|
7
|
-
note:
|
8
|
-
position: 4
|
9
|
-
carrier_type_00001:
|
10
|
-
name: print
|
11
|
-
display_name: "en: print\r\n\
|
12
|
-
ja: 印刷物"
|
13
|
-
id: 1
|
14
|
-
note: !binary |
|
15
|
-
position: 1
|
16
|
-
carrier_type_00002:
|
17
|
-
name: CD
|
18
|
-
display_name: "en: CD\r\n\
|
19
|
-
ja: CD"
|
20
|
-
id: 2
|
21
|
-
note:
|
22
|
-
position: 2
|
23
|
-
carrier_type_00003:
|
24
|
-
name: DVD
|
25
|
-
display_name: "en: DVD\r\n\
|
26
|
-
ja: DVD"
|
27
|
-
id: 3
|
28
|
-
note:
|
29
|
-
position: 3
|
@@ -1,22 +0,0 @@
|
|
1
|
-
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
2
|
-
|
3
|
-
checkout_type_00001:
|
4
|
-
id: 1
|
5
|
-
name: book
|
6
|
-
display_name: "en: Book\r\n\
|
7
|
-
ja: 図書"
|
8
|
-
note:
|
9
|
-
position: 1
|
10
|
-
checkout_type_00002:
|
11
|
-
id: 2
|
12
|
-
name: serial
|
13
|
-
display_name: "en: Serial\r\n\
|
14
|
-
ja: 定期刊行物"
|
15
|
-
note:
|
16
|
-
position: 2
|
17
|
-
checkout_type_00003:
|
18
|
-
id: 3
|
19
|
-
name: cd
|
20
|
-
display_name: CD
|
21
|
-
note:
|
22
|
-
position: 3
|
@@ -1,106 +0,0 @@
|
|
1
|
-
---
|
2
|
-
circulation_status_00001:
|
3
|
-
name: Available For Pickup
|
4
|
-
display_name: "en: Available For Pickup\r\n\
|
5
|
-
ja: 持ち出し可能"
|
6
|
-
id: 1
|
7
|
-
note: ""
|
8
|
-
position: 1
|
9
|
-
circulation_status_00002:
|
10
|
-
name: Available On Shelf
|
11
|
-
display_name: "en: Available on Shelf\r\n\
|
12
|
-
ja: 在架(利用可能)"
|
13
|
-
id: 2
|
14
|
-
note: ""
|
15
|
-
position: 2
|
16
|
-
circulation_status_00003:
|
17
|
-
name: Circulation Status Undefined
|
18
|
-
display_name: Circulation Status Undefined
|
19
|
-
id: 3
|
20
|
-
note: ""
|
21
|
-
position: 3
|
22
|
-
circulation_status_00004:
|
23
|
-
name: Claimed Returned Or Never Borrowed
|
24
|
-
display_name: Claimed Returned Or Never Borrowed
|
25
|
-
id: 4
|
26
|
-
note: ""
|
27
|
-
position: 4
|
28
|
-
circulation_status_00005:
|
29
|
-
name: In Process
|
30
|
-
display_name: "en: In Process\r\n\
|
31
|
-
ja: 作業中"
|
32
|
-
id: 5
|
33
|
-
note: ""
|
34
|
-
position: 5
|
35
|
-
circulation_status_00006:
|
36
|
-
name: In Transit Between Library Locations
|
37
|
-
display_name: In Transit Between Library Locations
|
38
|
-
id: 6
|
39
|
-
note: ""
|
40
|
-
position: 6
|
41
|
-
circulation_status_00007:
|
42
|
-
name: Lost
|
43
|
-
display_name: "en: Lost\r\n\
|
44
|
-
ja: 紛失"
|
45
|
-
id: 7
|
46
|
-
note: ""
|
47
|
-
position: 7
|
48
|
-
circulation_status_00008:
|
49
|
-
name: Missing
|
50
|
-
display_name: "en: Missing\r\n\
|
51
|
-
ja: 行方不明"
|
52
|
-
id: 8
|
53
|
-
note: ""
|
54
|
-
position: 8
|
55
|
-
circulation_status_00009:
|
56
|
-
name: Not Available
|
57
|
-
display_name: "en: Not Available\r\n\
|
58
|
-
ja: 利用不可"
|
59
|
-
id: 9
|
60
|
-
note: ""
|
61
|
-
position: 9
|
62
|
-
circulation_status_00010:
|
63
|
-
name: On Loan
|
64
|
-
display_name: "en: On Loan\r\n\
|
65
|
-
ja: 貸出中"
|
66
|
-
id: 10
|
67
|
-
note: ""
|
68
|
-
position: 10
|
69
|
-
circulation_status_00011:
|
70
|
-
name: On Order
|
71
|
-
display_name: On Order
|
72
|
-
id: 11
|
73
|
-
note: ""
|
74
|
-
position: 11
|
75
|
-
circulation_status_00012:
|
76
|
-
name: Pending Transfer
|
77
|
-
display_name: Pending Transfer
|
78
|
-
id: 12
|
79
|
-
note: ""
|
80
|
-
position: 12
|
81
|
-
circulation_status_00013:
|
82
|
-
name: Recalled
|
83
|
-
display_name: Recalled
|
84
|
-
id: 13
|
85
|
-
note: ""
|
86
|
-
position: 13
|
87
|
-
circulation_status_00014:
|
88
|
-
name: Waiting To Be Reshelved
|
89
|
-
display_name: Waiting To Be Reshelved
|
90
|
-
id: 14
|
91
|
-
note: ""
|
92
|
-
position: 14
|
93
|
-
circulation_status_00015:
|
94
|
-
name: Not arrived
|
95
|
-
display_name: "en: Not arrived\r\n\
|
96
|
-
ja: 未着"
|
97
|
-
id: 15
|
98
|
-
note: ""
|
99
|
-
position: 15
|
100
|
-
circulation_status_00016:
|
101
|
-
name: Removed
|
102
|
-
display_name: "en: Removed\r\n\
|
103
|
-
ja: 除籍済み"
|
104
|
-
id: 16
|
105
|
-
note: ""
|
106
|
-
position: 16
|