enju_flower 0.1.0.pre5 → 0.1.0.pre6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/app/views/manifestations/_call_number.html.erb +3 -1
  3. data/app/views/manifestations/_index_form_parent.html.erb +21 -0
  4. data/app/views/manifestations/_manifestation.html.erb +19 -19
  5. data/app/views/manifestations/_show_detail_librarian.html.erb +10 -2
  6. data/app/views/manifestations/_show_detail_user.html.erb +6 -2
  7. data/app/views/manifestations/_show_index.html.erb +3 -8
  8. data/app/views/manifestations/_show_parent.html.erb +26 -0
  9. data/app/views/manifestations/_show_periodical_master.html.erb +6 -23
  10. data/app/views/manifestations/_show_series_index.html.erb +1 -9
  11. data/app/views/manifestations/_show_series_statement.html.erb +2 -2
  12. data/app/views/manifestations/_submenu_parent.html.erb +8 -0
  13. data/app/views/manifestations/index.html.erb +6 -10
  14. data/app/views/manifestations/show.html.erb +1 -1
  15. data/lib/enju_flower/version.rb +1 -1
  16. data/spec/controllers/manifestations_controller_spec.rb +20 -37
  17. data/spec/dummy/app/models/ability.rb +6 -10
  18. data/spec/dummy/config/application.rb +1 -0
  19. data/spec/dummy/db/migrate/20130421093852_add_periodical_to_manifestation.rb +5 -0
  20. data/spec/dummy/db/migrate/20130421155019_add_creator_string_to_series_statement.rb +7 -0
  21. data/spec/dummy/db/migrate/20130421164124_add_series_master_to_series_statement.rb +5 -0
  22. data/spec/dummy/db/migrate/20130429020822_add_root_manifestation_id_to_series_statement.rb +6 -0
  23. data/spec/dummy/db/schema.rb +13 -6
  24. data/spec/dummy/db/test.sqlite3 +0 -0
  25. data/spec/dummy/solr/data/test/index/{_ay.fnm → _rs.fnm} +3 -3
  26. data/spec/dummy/solr/data/test/index/{_ay.frq → _rs.frq} +0 -0
  27. data/spec/dummy/solr/data/test/index/{_ay.nrm → _rs.nrm} +1 -1
  28. data/spec/dummy/solr/data/test/index/{_ay.prx → _rs.prx} +0 -0
  29. data/spec/dummy/solr/data/test/index/_rs.tii +0 -0
  30. data/spec/dummy/solr/data/test/index/{_ay.tis → _rs.tis} +0 -0
  31. data/spec/dummy/solr/data/test/index/{_az.fnm → _rt.fnm} +3 -3
  32. data/spec/dummy/solr/data/test/index/{_az.frq → _rt.frq} +0 -0
  33. data/spec/dummy/solr/data/test/index/{_az.nrm → _rt.nrm} +1 -1
  34. data/spec/dummy/solr/data/test/index/{_az.prx → _rt.prx} +0 -0
  35. data/spec/dummy/solr/data/test/index/{_az.tii → _rt.tii} +0 -0
  36. data/spec/dummy/solr/data/test/index/{_az.tis → _rt.tis} +0 -0
  37. data/spec/dummy/solr/data/test/index/{_b0.fnm → _ru.fnm} +3 -3
  38. data/spec/dummy/solr/data/test/index/_ru.frq +0 -0
  39. data/spec/dummy/solr/data/test/index/_ru.nrm +1 -0
  40. data/spec/dummy/solr/data/test/index/_ru.prx +0 -0
  41. data/spec/dummy/solr/data/test/index/_ru.tii +0 -0
  42. data/spec/dummy/solr/data/test/index/_ru.tis +0 -0
  43. data/spec/dummy/solr/data/test/index/segments.gen +0 -0
  44. data/spec/dummy/solr/data/test/index/{segments_es → segments_11u} +0 -0
  45. data/spec/fixtures/series_statements.yml +21 -23
  46. data/vendor/assets/javascripts/{jquery.mobile-1.3.0.js → jquery.mobile-1.3.1.js} +3857 -3758
  47. data/vendor/assets/stylesheets/images/ajax-loader.gif +0 -0
  48. data/vendor/assets/stylesheets/images/icons-18-black.png +0 -0
  49. data/vendor/assets/stylesheets/images/icons-18-white.png +0 -0
  50. data/vendor/assets/stylesheets/images/icons-36-black.png +0 -0
  51. data/vendor/assets/stylesheets/images/icons-36-white.png +0 -0
  52. data/vendor/assets/stylesheets/{jquery.mobile-1.3.0.css → jquery.mobile-1.3.1.css} +73 -64
  53. metadata +87 -64
  54. data/app/assets/javascripts/resources.js +0 -2
  55. data/app/assets/stylesheets/resources.css +0 -4
  56. data/app/views/manifestations/_submenu_series_statement.html.erb +0 -9
  57. data/spec/dummy/db/migrate/20110918161853_rename_series_statement_manifestation_id_to_root_manifestation_id.rb +0 -13
  58. data/spec/dummy/solr/data/test/index/_ay.tii +0 -0
  59. data/spec/dummy/solr/data/test/index/_b0.frq +0 -0
  60. data/spec/dummy/solr/data/test/index/_b0.nrm +0 -1
  61. data/spec/dummy/solr/data/test/index/_b0.prx +0 -0
  62. data/spec/dummy/solr/data/test/index/_b0.tii +0 -0
  63. data/spec/dummy/solr/data/test/index/_b0.tis +0 -0
  64. data/spec/fixtures/series_has_manifestations.yml +0 -35
  65. /data/spec/dummy/solr/data/test/index/{_ay.fdt → _rs.fdt} +0 -0
  66. /data/spec/dummy/solr/data/test/index/{_ay.fdx → _rs.fdx} +0 -0
  67. /data/spec/dummy/solr/data/test/index/{_az.fdt → _rt.fdt} +0 -0
  68. /data/spec/dummy/solr/data/test/index/{_az.fdx → _rt.fdx} +0 -0
  69. /data/spec/dummy/solr/data/test/index/{_b0.fdt → _ru.fdt} +0 -0
  70. /data/spec/dummy/solr/data/test/index/{_b0.fdx → _ru.fdx} +0 -0
@@ -1,5 +1,6 @@
1
1
  /*
2
- * jQuery Mobile Git Build: SHA1: 3d48d6517f808550ee402a2859feedec13b0a3fe <> Date: Tue Feb 19 15:25:22 2013 -0800
2
+ * jQuery Mobile 1.3.1
3
+ * Git HEAD hash: 74b4bec049fd93e4fe40205e6157de16eb64eb46 <> Date: Wed Apr 10 2013 21:57:23 UTC
3
4
  * http://jquerymobile.com
4
5
  *
5
6
  * Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
@@ -890,7 +891,7 @@ a.ui-link-inherit {
890
891
  background-image: url(images/icons-36-black.png);
891
892
  }
892
893
  .ui-icon-plus {
893
- background-position: 0px 50%;
894
+ background-position: 0 50%;
894
895
  }
895
896
  .ui-icon-minus {
896
897
  background-position: -36px 50%;
@@ -1005,31 +1006,31 @@ a.ui-link-inherit {
1005
1006
  height: 100%;
1006
1007
  }
1007
1008
  .ui-overlay-shadow {
1008
- -moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
1009
- -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
1010
- box-shadow: 0px 0px 12px rgba(0,0,0,.6);
1009
+ -moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
1010
+ -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
1011
+ box-shadow: 0 0 12px rgba(0,0,0,.6);
1011
1012
  }
1012
1013
  .ui-shadow {
1013
- -moz-box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
1014
- -webkit-box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
1015
- box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
1014
+ -moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
1015
+ -webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
1016
+ box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/
1016
1017
  }
1017
1018
  .ui-bar-a .ui-shadow,
1018
1019
  .ui-bar-b .ui-shadow ,
1019
1020
  .ui-bar-c .ui-shadow {
1020
- -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
1021
- -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
1022
- box-shadow: 0px 1px 0 rgba(255,255,255,.3);
1021
+ -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3);
1022
+ -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3);
1023
+ box-shadow: 0 1px 0 rgba(255,255,255,.3);
1023
1024
  }
1024
1025
  .ui-shadow-inset {
1025
- -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
1026
- -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
1027
- box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
1026
+ -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
1027
+ -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
1028
+ box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
1028
1029
  }
1029
1030
  .ui-icon-shadow {
1030
- -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1031
- -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1032
- box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1031
+ -moz-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1032
+ -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1033
+ box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1033
1034
  }
1034
1035
  /* Focus state - set here for specificity (note: these classes are added by JavaScript)
1035
1036
  -----------------------------------------------------------------------------------------------------------*/
@@ -1041,15 +1042,15 @@ a.ui-link-inherit {
1041
1042
  }
1042
1043
  .ui-focus,
1043
1044
  .ui-btn:focus {
1044
- -moz-box-shadow: inset 0px 0px 3px #387bbe /*{global-active-background-color}*/, 0px 0px 9px #387bbe /*{global-active-background-color}*/;
1045
- -webkit-box-shadow: inset 0px 0px 3px #387bbe /*{global-active-background-color}*/, 0px 0px 9px #387bbe /*{global-active-background-color}*/;
1046
- box-shadow: inset 0px 0px 3px #387bbe /*{global-active-background-color}*/, 0px 0px 9px #387bbe /*{global-active-background-color}*/;
1045
+ -moz-box-shadow: inset 0 0 3px #387bbe /*{global-active-background-color}*/, 0 0 9px #387bbe /*{global-active-background-color}*/;
1046
+ -webkit-box-shadow: inset 0 0 3px #387bbe /*{global-active-background-color}*/, 0 0 9px #387bbe /*{global-active-background-color}*/;
1047
+ box-shadow: inset 0 0 3px #387bbe /*{global-active-background-color}*/, 0 0 9px #387bbe /*{global-active-background-color}*/;
1047
1048
  }
1048
1049
  .ui-input-text.ui-focus,
1049
1050
  .ui-input-search.ui-focus {
1050
- -moz-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1051
- -webkit-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1052
- box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1051
+ -moz-box-shadow: 0 0 12px #387bbe /*{global-active-background-color}*/;
1052
+ -webkit-box-shadow: 0 0 12px #387bbe /*{global-active-background-color}*/;
1053
+ box-shadow: 0 0 12px #387bbe /*{global-active-background-color}*/;
1053
1054
  }
1054
1055
  /* unset box shadow in browsers that don't do it right
1055
1056
  -----------------------------------------------------------------------------------------------------------*/
@@ -1081,10 +1082,10 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1081
1082
  .ui-page { outline: none; }
1082
1083
  /*orientations from js are available */
1083
1084
  @media screen and (orientation: portrait){
1084
- .ui-mobile, .ui-mobile .ui-page { min-height: 420px; }
1085
+ .ui-mobile .ui-page { min-height: 420px; }
1085
1086
  }
1086
1087
  @media screen and (orientation: landscape){
1087
- .ui-mobile, .ui-mobile .ui-page { min-height: 300px; }
1088
+ .ui-mobile .ui-page { min-height: 300px; }
1088
1089
  }
1089
1090
  /* loading screen */
1090
1091
  .ui-loading .ui-loader { display: block; }
@@ -1164,24 +1165,18 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1164
1165
  opacity: 0;
1165
1166
  }
1166
1167
  .in {
1167
- -webkit-animation-fill-mode: both;
1168
1168
  -webkit-animation-timing-function: ease-out;
1169
1169
  -webkit-animation-duration: 350ms;
1170
- -moz-animation-fill-mode: both;
1171
1170
  -moz-animation-timing-function: ease-out;
1172
1171
  -moz-animation-duration: 350ms;
1173
- animation-fill-mode: both;
1174
1172
  animation-timing-function: ease-out;
1175
1173
  animation-duration: 350ms;
1176
1174
  }
1177
1175
  .out {
1178
- -webkit-animation-fill-mode: both;
1179
1176
  -webkit-animation-timing-function: ease-in;
1180
1177
  -webkit-animation-duration: 225ms;
1181
- -moz-animation-fill-mode: both;
1182
1178
  -moz-animation-timing-function: ease-in;
1183
1179
  -moz-animation-duration: 225ms;
1184
- animation-fill-mode: both;
1185
1180
  animation-timing-function: ease-in;
1186
1181
  animation-duration: 225ms;
1187
1182
  }
@@ -1328,8 +1323,8 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1328
1323
  }
1329
1324
  /* keyframes for slidein from sides */
1330
1325
  @-webkit-keyframes slideinfromright {
1331
- from { -webkit-transform: translateX(100%); }
1332
- to { -webkit-transform: translateX(0); }
1326
+ from { -webkit-transform: translate3d(100%,0,0); }
1327
+ to { -webkit-transform: translate3d(0,0,0); }
1333
1328
  }
1334
1329
  @-moz-keyframes slideinfromright {
1335
1330
  from { -moz-transform: translateX(100%); }
@@ -1340,8 +1335,8 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1340
1335
  to { transform: translateX(0); }
1341
1336
  }
1342
1337
  @-webkit-keyframes slideinfromleft {
1343
- from { -webkit-transform: translateX(-100%); }
1344
- to { -webkit-transform: translateX(0); }
1338
+ from { -webkit-transform: translate3d(-100%,0,0); }
1339
+ to { -webkit-transform: translate3d(0,0,0); }
1345
1340
  }
1346
1341
  @-moz-keyframes slideinfromleft {
1347
1342
  from { -moz-transform: translateX(-100%); }
@@ -1353,8 +1348,8 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1353
1348
  }
1354
1349
  /* keyframes for slideout to sides */
1355
1350
  @-webkit-keyframes slideouttoleft {
1356
- from { -webkit-transform: translateX(0); }
1357
- to { -webkit-transform: translateX(-100%); }
1351
+ from { -webkit-transform: translate3d(0,0,0); }
1352
+ to { -webkit-transform: translate3d(-100%,0,0); }
1358
1353
  }
1359
1354
  @-moz-keyframes slideouttoleft {
1360
1355
  from { -moz-transform: translateX(0); }
@@ -1365,8 +1360,8 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1365
1360
  to { transform: translateX(-100%); }
1366
1361
  }
1367
1362
  @-webkit-keyframes slideouttoright {
1368
- from { -webkit-transform: translateX(0); }
1369
- to { -webkit-transform: translateX(100%); }
1363
+ from { -webkit-transform: translate3d(0,0,0); }
1364
+ to { -webkit-transform: translate3d(100%,0,0); }
1370
1365
  }
1371
1366
  @-moz-keyframes slideouttoright {
1372
1367
  from { -moz-transform: translateX(0); }
@@ -1385,7 +1380,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1385
1380
  animation-duration: 350ms;
1386
1381
  }
1387
1382
  .slide.out {
1388
- -webkit-transform: translateX(-100%);
1383
+ -webkit-transform: translate3d(-100%,0,0);
1389
1384
  -webkit-animation-name: slideouttoleft;
1390
1385
  -moz-transform: translateX(-100%);
1391
1386
  -moz-animation-name: slideouttoleft;
@@ -1393,7 +1388,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1393
1388
  animation-name: slideouttoleft;
1394
1389
  }
1395
1390
  .slide.in {
1396
- -webkit-transform: translateX(0);
1391
+ -webkit-transform: translate3d(0,0,0);
1397
1392
  -webkit-animation-name: slideinfromright;
1398
1393
  -moz-transform: translateX(0);
1399
1394
  -moz-animation-name: slideinfromright;
@@ -1401,7 +1396,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1401
1396
  animation-name: slideinfromright;
1402
1397
  }
1403
1398
  .slide.out.reverse {
1404
- -webkit-transform: translateX(100%);
1399
+ -webkit-transform: translate3d(100%,0,0);
1405
1400
  -webkit-animation-name: slideouttoright;
1406
1401
  -moz-transform: translateX(100%);
1407
1402
  -moz-animation-name: slideouttoright;
@@ -1409,7 +1404,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1409
1404
  animation-name: slideouttoright;
1410
1405
  }
1411
1406
  .slide.in.reverse {
1412
- -webkit-transform: translateX(0);
1407
+ -webkit-transform: translate3d(0,0,0);
1413
1408
  -webkit-animation-name: slideinfromleft;
1414
1409
  -moz-transform: translateX(0);
1415
1410
  -moz-animation-name: slideinfromleft;
@@ -2077,8 +2072,7 @@ div.ui-btn-text { width: auto; }
2077
2072
  .ui-mini.ui-btn-icon-bottom .ui-btn-inner,
2078
2073
  .ui-mini .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 30px; }
2079
2074
  /* Corner styling inheritance */
2080
- .ui-btn-inner,
2081
- .ui-btn-text {
2075
+ .ui-btn-inner {
2082
2076
  -webkit-border-radius: inherit;
2083
2077
  border-radius: inherit;
2084
2078
  }
@@ -2132,10 +2126,10 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
2132
2126
  .ui-collapsible-heading .ui-btn-icon-bottom .ui-btn-inner { text-align: center; }
2133
2127
  .ui-collapsible-heading .ui-btn-icon-left.ui-mini .ui-btn-inner { padding-left: 30px; }
2134
2128
  .ui-collapsible-heading .ui-btn-icon-right.ui-mini .ui-btn-inner { padding-right: 30px; }
2135
- .ui-collapsible-heading .ui-btn span.ui-btn { position: absolute; left: 6px; top: 50%; margin: -12px 0 0 0; width: 20px; height: 20px; padding: 1px 0px 1px 2px; text-indent: -9999px; }
2129
+ .ui-collapsible-heading .ui-btn span.ui-btn { position: absolute; left: 6px; top: 50%; margin: -12px 0 0 0; width: 20px; height: 20px; padding: 1px 0 1px 2px; text-indent: -9999px; }
2136
2130
  .ui-collapsible-heading .ui-btn span.ui-btn .ui-btn-inner { padding: 10px 0; }
2137
2131
  .ui-collapsible-heading .ui-btn span.ui-btn .ui-icon { left: 0; margin-top: -10px; }
2138
- .ui-collapsible-heading-status { position: absolute; top: -9999px; left:0px; }
2132
+ .ui-collapsible-heading-status { position: absolute; top: -9999px; left: 0; }
2139
2133
  .ui-collapsible-content {
2140
2134
  display: block;
2141
2135
  margin: 0 -15px;
@@ -2296,9 +2290,9 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
2296
2290
  }
2297
2291
  .ui-popup-screen {
2298
2292
  background-image: url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); /* Necessary to set some form of background to ensure element is clickable in IE6/7. While legacy IE won't understand the data-URI'd image, it ensures no additional requests occur in all other browsers with little overhead. */
2299
- top: 0px;
2300
- left: 0px;
2301
- right: 0px;
2293
+ top: 0;
2294
+ left: 0;
2295
+ right: 0;
2302
2296
  bottom: 1px;
2303
2297
  position: absolute;
2304
2298
  filter: Alpha(Opacity=0);
@@ -2513,7 +2507,7 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
2513
2507
  textarea.ui-mini { height: 45px; }
2514
2508
  .ui-icon-searchfield:after { position: absolute; left: 7px; top: 50%; margin-top: -9px; content: ""; width: 18px; height: 18px; opacity: .5; }
2515
2509
  .ui-input-search .ui-input-clear, .ui-input-text .ui-input-clear { position: absolute; right: 0; top: 50%; margin-top: -13px; }
2516
- .ui-mini .ui-input-clear { margin-top: -14px; right: -3px; }
2510
+ .ui-mini .ui-input-clear { right: -3px; }
2517
2511
  .ui-input-search .ui-input-clear-hidden, .ui-input-text .ui-input-clear-hidden { display: none; }
2518
2512
  /* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */
2519
2513
  input::-moz-placeholder, textarea::-moz-placeholder { color: #aaa; }
@@ -2655,6 +2649,10 @@ ol.ui-listview, ol.ui-listview .ui-li-divider { counter-reset: listnumbering; }
2655
2649
  .ui-li-divider { padding: .5em 15px; font-size: 14px; font-weight: bold; }
2656
2650
  ol.ui-listview .ui-link-inherit:before, ol.ui-listview .ui-li-static:before, .ui-li-dec { font-size: .8em; display: inline-block; padding-right: .3em; font-weight: normal; counter-increment: listnumbering; content: counter(listnumbering) ". "; }
2657
2651
  ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid chance of duplication */
2652
+ .ui-listview .ui-li > .ui-btn-text {
2653
+ -webkit-border-radius: inherit;
2654
+ border-radius: inherit;
2655
+ }
2658
2656
  .ui-listview > .ui-li.ui-first-child,
2659
2657
  .ui-listview .ui-btn.ui-first-child > .ui-li > .ui-btn-text > .ui-link-inherit {
2660
2658
  -webkit-border-top-right-radius: inherit;
@@ -2696,6 +2694,8 @@ ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid
2696
2694
  .ui-li-has-arrow.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow.ui-li-has-count { padding-right: 75px; }
2697
2695
  .ui-li-heading { font-size: 16px; font-weight: bold; display: block; margin: .6em 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
2698
2696
  .ui-li-desc { font-size: 12px; font-weight: normal; display: block; margin: -.5em 0 .6em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
2697
+ ol.ui-listview > .ui-li .ui-li-heading { display: inline-block; width: 100%; margin-left: -1.3em; text-indent: 1.3em; vertical-align: middle; }
2698
+ ol.ui-listview > .ui-li .ui-li-desc:not(.ui-li-aside) { text-indent: 1.55em; }
2699
2699
  .ui-li-thumb, .ui-listview .ui-li-icon { position: absolute; left: 1px; top: 0; max-height: 80px; max-width: 80px; }
2700
2700
  .ui-listview .ui-li-icon { max-height: 16px; max-width: 16px; left: 10px; top: .9em; }
2701
2701
  .ui-li-thumb, .ui-listview .ui-li-icon, .ui-li-content { float: left; margin-right: 10px; }
@@ -2715,7 +2715,7 @@ ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid
2715
2715
  .ui-li-link-alt .ui-btn-inner { padding: 0; height: 100%; position: absolute; width: 100%; top: 0; left: 0;}
2716
2716
  .ui-li-link-alt .ui-btn .ui-icon { right: 50%; margin-right: -9px; }
2717
2717
  .ui-li-link-alt .ui-btn-icon-notext .ui-btn-inner .ui-icon { position: absolute; top: 50%; margin-top: -9px; }
2718
- .ui-listview * .ui-btn-inner > .ui-btn > .ui-btn-inner { border-top: 0px; }
2718
+ .ui-listview * .ui-btn-inner > .ui-btn > .ui-btn-inner { border-top: 0; }
2719
2719
  .ui-listview-filter { border-width: 0; overflow: hidden; margin: -15px -15px 15px -15px; }
2720
2720
  .ui-collapsible-content .ui-listview-filter { margin: -10px -15px 10px -15px; border-bottom: inherit; }
2721
2721
  .ui-listview-filter-inset { margin: -15px -5px; background: transparent; }
@@ -2765,7 +2765,7 @@ input.ui-input-text.ui-slider-input {
2765
2765
  height: 22px;
2766
2766
  line-height: 22px;
2767
2767
  font-size: 14px;
2768
- border: none;
2768
+ border-width: 0;
2769
2769
  background-image: none;
2770
2770
  font-weight: bold;
2771
2771
  text-align: center;
@@ -2834,6 +2834,11 @@ div.ui-slider-switch {
2834
2834
  margin: .5em 0;
2835
2835
  top: 0;
2836
2836
  }
2837
+ /* reset the clearfix */
2838
+ div.ui-slider-switch:before, div.ui-slider-switch:after {
2839
+ display: none;
2840
+ clear: none;
2841
+ }
2837
2842
  div.ui-slider-switch.ui-mini {
2838
2843
  width: 5em;
2839
2844
  height: 29px;
@@ -3137,6 +3142,7 @@ div.ui-slider-switch.ui-mini {
3137
3142
  .ui-panel {
3138
3143
  width: 17em;
3139
3144
  min-height: 100%;
3145
+ max-height: none;
3140
3146
  border-width: 0;
3141
3147
  position: absolute;
3142
3148
  top: 0;
@@ -3144,7 +3150,9 @@ div.ui-slider-switch.ui-mini {
3144
3150
  }
3145
3151
  .ui-panel-closed {
3146
3152
  width: 0;
3153
+ max-height: 100%;
3147
3154
  overflow: hidden;
3155
+ visibility: hidden;
3148
3156
  }
3149
3157
  .ui-panel-fixed {
3150
3158
  position: fixed;
@@ -3195,9 +3203,10 @@ div.ui-slider-switch.ui-mini {
3195
3203
  -moz-transition: -moz-transform 350ms ease;
3196
3204
  transition: transform 350ms ease;
3197
3205
  }
3198
- /* hardware acceleration for smoother transitions */
3206
+ /* hardware acceleration for smoother transitions on WebKit browsers */
3199
3207
  .ui-panel-animate.ui-panel:not(.ui-panel-display-reveal),
3200
3208
  .ui-panel-animate.ui-panel:not(.ui-panel-display-reveal) > div,
3209
+ .ui-panel-animate.ui-panel-closed.ui-panel-display-reveal > div,
3201
3210
  .ui-panel-animate.ui-panel-content-wrap,
3202
3211
  .ui-panel-animate.ui-panel-content-fixed-toolbar {
3203
3212
  -webkit-backface-visibility: hidden;
@@ -3225,8 +3234,8 @@ div.ui-slider-switch.ui-mini {
3225
3234
  .ui-panel-animate.ui-panel-position-left.ui-panel-open.ui-panel-display-overlay,
3226
3235
  .ui-panel-animate.ui-panel-position-left.ui-panel-open.ui-panel-display-push {
3227
3236
  -webkit-transform: translate3d(0,0,0);
3228
- -moz-transform: translate3d(0,0,0);
3229
3237
  transform: translate3d(0,0,0);
3238
+ -moz-transform: none;
3230
3239
  }
3231
3240
  /* panel right */
3232
3241
  .ui-panel-position-right {
@@ -3249,8 +3258,8 @@ div.ui-slider-switch.ui-mini {
3249
3258
  .ui-panel-animate.ui-panel-position-right.ui-panel-open.ui-panel-display-overlay,
3250
3259
  .ui-panel-animate.ui-panel-position-right.ui-panel-open.ui-panel-display-push {
3251
3260
  -webkit-transform: translate3d(0,0,0);
3252
- -moz-transform: translate3d(0,0,0);
3253
3261
  transform: translate3d(0,0,0);
3262
+ -moz-transform: none;
3254
3263
  }
3255
3264
  /* positioning: content wrap, fixed toolbars and dismiss */
3256
3265
  /* panel left open */
@@ -3309,15 +3318,15 @@ div.ui-slider-switch.ui-mini {
3309
3318
  -moz-box-shadow: inset 5px 0 5px rgba(0,0,0,.15);
3310
3319
  box-shadow: inset 5px 0 5px rgba(0,0,0,.15);
3311
3320
  }
3321
+ .ui-panel-display-overlay {
3322
+ -webkit-box-shadow: 5px 0 5px rgba(0,0,0,.15);
3323
+ -moz-box-shadow: 5px 0 5px rgba(0,0,0,.15);
3324
+ box-shadow: 5px 0 5px rgba(0,0,0,.15);
3325
+ }
3312
3326
  .ui-panel-position-right.ui-panel-display-overlay {
3313
- -webkit-box-shadow: -5px 0px 5px rgba(0,0,0,.15);
3314
- -moz-box-shadow: -5px 0px 5px rgba(0,0,0,.15);
3315
- box-shadow: -5px 0px 5px rgba(0,0,0,.15);
3316
- }
3317
- .ui-panel-position-left.ui-panel-display-overlay {
3318
- -webkit-box-shadow: 5px 0px 5px rgba(0,0,0,.15);
3319
- -moz-box-shadow: 5px 0px 5px rgba(0,0,0,.15);
3320
- box-shadow: 5px 0px 5px rgba(0,0,0,.15);
3327
+ -webkit-box-shadow: -5px 0 5px rgba(0,0,0,.15);
3328
+ -moz-box-shadow: -5px 0 5px rgba(0,0,0,.15);
3329
+ box-shadow: -5px 0 5px rgba(0,0,0,.15);
3321
3330
  }
3322
3331
  .ui-panel-display-push.ui-panel-open.ui-panel-position-left {
3323
3332
  border-right-width: 1px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enju_flower
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre5
4
+ version: 0.1.0.pre6
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-04-18 00:00:00.000000000 Z
11
+ date: 2013-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - ~>
116
116
  - !ruby/object:Gem::Version
117
- version: 0.1.0.pre33
117
+ version: 0.1.0.pre36
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - ~>
123
123
  - !ruby/object:Gem::Version
124
- version: 0.1.0.pre33
124
+ version: 0.1.0.pre36
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: enju_library
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -136,6 +136,20 @@ dependencies:
136
136
  - - ~>
137
137
  - !ruby/object:Gem::Version
138
138
  version: 0.1.0.pre21
139
+ - !ruby/object:Gem::Dependency
140
+ name: enju_bookmark
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - ~>
144
+ - !ruby/object:Gem::Version
145
+ version: 0.1.2.pre11
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - ~>
151
+ - !ruby/object:Gem::Version
152
+ version: 0.1.2.pre11
139
153
  - !ruby/object:Gem::Dependency
140
154
  name: mobylette
141
155
  requirement: !ruby/object:Gem::Requirement
@@ -171,8 +185,6 @@ executables: []
171
185
  extensions: []
172
186
  extra_rdoc_files: []
173
187
  files:
174
- - app/assets/javascripts/resources.js
175
- - app/assets/stylesheets/resources.css
176
188
  - app/controllers/resources_controller.rb
177
189
  - app/helpers/manifestations_helper.rb
178
190
  - app/views/manifestations/_all_facet.html.erb
@@ -189,6 +201,7 @@ files:
189
201
  - app/views/manifestations/_index_form_creator.html.erb
190
202
  - app/views/manifestations/_index_form_item.html.erb
191
203
  - app/views/manifestations/_index_form_manifestation.html.erb
204
+ - app/views/manifestations/_index_form_parent.html.erb
192
205
  - app/views/manifestations/_index_form_publisher.html.erb
193
206
  - app/views/manifestations/_index_form_series_statement.html.erb
194
207
  - app/views/manifestations/_language_facet.html.erb
@@ -215,10 +228,11 @@ files:
215
228
  - app/views/manifestations/_show_holding.mobile.erb
216
229
  - app/views/manifestations/_show_index.html.erb
217
230
  - app/views/manifestations/_show_index.mobile.erb
231
+ - app/views/manifestations/_show_parent.html.erb
218
232
  - app/views/manifestations/_show_periodical_master.html.erb
219
233
  - app/views/manifestations/_show_series_index.html.erb
220
234
  - app/views/manifestations/_show_series_statement.html.erb
221
- - app/views/manifestations/_submenu_series_statement.html.erb
235
+ - app/views/manifestations/_submenu_parent.html.erb
222
236
  - app/views/manifestations/_tab_list.html.erb
223
237
  - app/views/manifestations/_tab_menu.html.erb
224
238
  - app/views/manifestations/_title.html.erb
@@ -247,8 +261,13 @@ files:
247
261
  - lib/enju_flower/version.rb
248
262
  - lib/enju_flower.rb
249
263
  - lib/tasks/enju_flower_tasks.rake
250
- - vendor/assets/javascripts/jquery.mobile-1.3.0.js
251
- - vendor/assets/stylesheets/jquery.mobile-1.3.0.css
264
+ - vendor/assets/javascripts/jquery.mobile-1.3.1.js
265
+ - vendor/assets/stylesheets/images/ajax-loader.gif
266
+ - vendor/assets/stylesheets/images/icons-18-black.png
267
+ - vendor/assets/stylesheets/images/icons-18-white.png
268
+ - vendor/assets/stylesheets/images/icons-36-black.png
269
+ - vendor/assets/stylesheets/images/icons-36-white.png
270
+ - vendor/assets/stylesheets/jquery.mobile-1.3.1.css
252
271
  - MIT-LICENSE
253
272
  - Rakefile
254
273
  - README.rdoc
@@ -399,7 +418,6 @@ files:
399
418
  - spec/dummy/db/migrate/20110916053430_rename_manifestation_number_list_to_number_string.rb
400
419
  - spec/dummy/db/migrate/20110916091020_add_volume_number_to_manifestation.rb
401
420
  - spec/dummy/db/migrate/20110916103953_add_manifestaiton_id_to_series_statement.rb
402
- - spec/dummy/db/migrate/20110918161853_rename_series_statement_manifestation_id_to_root_manifestation_id.rb
403
421
  - spec/dummy/db/migrate/20110918162329_add_note_to_series_statement.rb
404
422
  - spec/dummy/db/migrate/20111009183423_add_ndc_to_manifestation.rb
405
423
  - spec/dummy/db/migrate/20111124110059_create_create_types.rb
@@ -442,6 +460,10 @@ files:
442
460
  - spec/dummy/db/migrate/20120728204337_create_series_statement_relationships.rb
443
461
  - spec/dummy/db/migrate/20121116031206_add_fulltext_content_to_manifestation.rb
444
462
  - spec/dummy/db/migrate/20121116033446_add_doi_to_manifestation.rb
463
+ - spec/dummy/db/migrate/20130421093852_add_periodical_to_manifestation.rb
464
+ - spec/dummy/db/migrate/20130421155019_add_creator_string_to_series_statement.rb
465
+ - spec/dummy/db/migrate/20130421164124_add_series_master_to_series_statement.rb
466
+ - spec/dummy/db/migrate/20130429020822_add_root_manifestation_id_to_series_statement.rb
445
467
  - spec/dummy/db/schema.rb
446
468
  - spec/dummy/db/test.sqlite3
447
469
  - spec/dummy/lib/plugins/ext/event-calendar.rb
@@ -468,32 +490,32 @@ files:
468
490
  - spec/dummy/solr/conf/spellings.txt
469
491
  - spec/dummy/solr/conf/stopwords.txt
470
492
  - spec/dummy/solr/conf/synonyms.txt
471
- - spec/dummy/solr/data/test/index/_ay.fdt
472
- - spec/dummy/solr/data/test/index/_ay.fdx
473
- - spec/dummy/solr/data/test/index/_ay.fnm
474
- - spec/dummy/solr/data/test/index/_ay.frq
475
- - spec/dummy/solr/data/test/index/_ay.nrm
476
- - spec/dummy/solr/data/test/index/_ay.prx
477
- - spec/dummy/solr/data/test/index/_ay.tii
478
- - spec/dummy/solr/data/test/index/_ay.tis
479
- - spec/dummy/solr/data/test/index/_az.fdt
480
- - spec/dummy/solr/data/test/index/_az.fdx
481
- - spec/dummy/solr/data/test/index/_az.fnm
482
- - spec/dummy/solr/data/test/index/_az.frq
483
- - spec/dummy/solr/data/test/index/_az.nrm
484
- - spec/dummy/solr/data/test/index/_az.prx
485
- - spec/dummy/solr/data/test/index/_az.tii
486
- - spec/dummy/solr/data/test/index/_az.tis
487
- - spec/dummy/solr/data/test/index/_b0.fdt
488
- - spec/dummy/solr/data/test/index/_b0.fdx
489
- - spec/dummy/solr/data/test/index/_b0.fnm
490
- - spec/dummy/solr/data/test/index/_b0.frq
491
- - spec/dummy/solr/data/test/index/_b0.nrm
492
- - spec/dummy/solr/data/test/index/_b0.prx
493
- - spec/dummy/solr/data/test/index/_b0.tii
494
- - spec/dummy/solr/data/test/index/_b0.tis
493
+ - spec/dummy/solr/data/test/index/_rs.fdt
494
+ - spec/dummy/solr/data/test/index/_rs.fdx
495
+ - spec/dummy/solr/data/test/index/_rs.fnm
496
+ - spec/dummy/solr/data/test/index/_rs.frq
497
+ - spec/dummy/solr/data/test/index/_rs.nrm
498
+ - spec/dummy/solr/data/test/index/_rs.prx
499
+ - spec/dummy/solr/data/test/index/_rs.tii
500
+ - spec/dummy/solr/data/test/index/_rs.tis
501
+ - spec/dummy/solr/data/test/index/_rt.fdt
502
+ - spec/dummy/solr/data/test/index/_rt.fdx
503
+ - spec/dummy/solr/data/test/index/_rt.fnm
504
+ - spec/dummy/solr/data/test/index/_rt.frq
505
+ - spec/dummy/solr/data/test/index/_rt.nrm
506
+ - spec/dummy/solr/data/test/index/_rt.prx
507
+ - spec/dummy/solr/data/test/index/_rt.tii
508
+ - spec/dummy/solr/data/test/index/_rt.tis
509
+ - spec/dummy/solr/data/test/index/_ru.fdt
510
+ - spec/dummy/solr/data/test/index/_ru.fdx
511
+ - spec/dummy/solr/data/test/index/_ru.fnm
512
+ - spec/dummy/solr/data/test/index/_ru.frq
513
+ - spec/dummy/solr/data/test/index/_ru.nrm
514
+ - spec/dummy/solr/data/test/index/_ru.prx
515
+ - spec/dummy/solr/data/test/index/_ru.tii
516
+ - spec/dummy/solr/data/test/index/_ru.tis
495
517
  - spec/dummy/solr/data/test/index/segments.gen
496
- - spec/dummy/solr/data/test/index/segments_es
518
+ - spec/dummy/solr/data/test/index/segments_11u
497
519
  - spec/dummy/solr/data/test/spellchecker/segments.gen
498
520
  - spec/dummy/solr/data/test/spellchecker/segments_1
499
521
  - spec/dummy/tmp/cache/4F7/F90/default_role
@@ -570,7 +592,6 @@ files:
570
592
  - spec/fixtures/resource_import_files.yml
571
593
  - spec/fixtures/resource_import_results.yml
572
594
  - spec/fixtures/roles.yml
573
- - spec/fixtures/series_has_manifestations.yml
574
595
  - spec/fixtures/series_statements.yml
575
596
  - spec/fixtures/shelves.yml
576
597
  - spec/fixtures/user_groups.yml
@@ -598,7 +619,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
598
619
  version: 1.3.1
599
620
  requirements: []
600
621
  rubyforge_project:
601
- rubygems_version: 2.0.0
622
+ rubygems_version: 2.0.3
602
623
  signing_key:
603
624
  specification_version: 4
604
625
  summary: Next-L Enju Flower
@@ -750,7 +771,6 @@ test_files:
750
771
  - spec/dummy/db/migrate/20110916053430_rename_manifestation_number_list_to_number_string.rb
751
772
  - spec/dummy/db/migrate/20110916091020_add_volume_number_to_manifestation.rb
752
773
  - spec/dummy/db/migrate/20110916103953_add_manifestaiton_id_to_series_statement.rb
753
- - spec/dummy/db/migrate/20110918161853_rename_series_statement_manifestation_id_to_root_manifestation_id.rb
754
774
  - spec/dummy/db/migrate/20110918162329_add_note_to_series_statement.rb
755
775
  - spec/dummy/db/migrate/20111009183423_add_ndc_to_manifestation.rb
756
776
  - spec/dummy/db/migrate/20111124110059_create_create_types.rb
@@ -793,6 +813,10 @@ test_files:
793
813
  - spec/dummy/db/migrate/20120728204337_create_series_statement_relationships.rb
794
814
  - spec/dummy/db/migrate/20121116031206_add_fulltext_content_to_manifestation.rb
795
815
  - spec/dummy/db/migrate/20121116033446_add_doi_to_manifestation.rb
816
+ - spec/dummy/db/migrate/20130421093852_add_periodical_to_manifestation.rb
817
+ - spec/dummy/db/migrate/20130421155019_add_creator_string_to_series_statement.rb
818
+ - spec/dummy/db/migrate/20130421164124_add_series_master_to_series_statement.rb
819
+ - spec/dummy/db/migrate/20130429020822_add_root_manifestation_id_to_series_statement.rb
796
820
  - spec/dummy/db/schema.rb
797
821
  - spec/dummy/db/test.sqlite3
798
822
  - spec/dummy/lib/plugins/ext/event-calendar.rb
@@ -819,32 +843,32 @@ test_files:
819
843
  - spec/dummy/solr/conf/spellings.txt
820
844
  - spec/dummy/solr/conf/stopwords.txt
821
845
  - spec/dummy/solr/conf/synonyms.txt
822
- - spec/dummy/solr/data/test/index/_ay.fdt
823
- - spec/dummy/solr/data/test/index/_ay.fdx
824
- - spec/dummy/solr/data/test/index/_ay.fnm
825
- - spec/dummy/solr/data/test/index/_ay.frq
826
- - spec/dummy/solr/data/test/index/_ay.nrm
827
- - spec/dummy/solr/data/test/index/_ay.prx
828
- - spec/dummy/solr/data/test/index/_ay.tii
829
- - spec/dummy/solr/data/test/index/_ay.tis
830
- - spec/dummy/solr/data/test/index/_az.fdt
831
- - spec/dummy/solr/data/test/index/_az.fdx
832
- - spec/dummy/solr/data/test/index/_az.fnm
833
- - spec/dummy/solr/data/test/index/_az.frq
834
- - spec/dummy/solr/data/test/index/_az.nrm
835
- - spec/dummy/solr/data/test/index/_az.prx
836
- - spec/dummy/solr/data/test/index/_az.tii
837
- - spec/dummy/solr/data/test/index/_az.tis
838
- - spec/dummy/solr/data/test/index/_b0.fdt
839
- - spec/dummy/solr/data/test/index/_b0.fdx
840
- - spec/dummy/solr/data/test/index/_b0.fnm
841
- - spec/dummy/solr/data/test/index/_b0.frq
842
- - spec/dummy/solr/data/test/index/_b0.nrm
843
- - spec/dummy/solr/data/test/index/_b0.prx
844
- - spec/dummy/solr/data/test/index/_b0.tii
845
- - spec/dummy/solr/data/test/index/_b0.tis
846
+ - spec/dummy/solr/data/test/index/_rs.fdt
847
+ - spec/dummy/solr/data/test/index/_rs.fdx
848
+ - spec/dummy/solr/data/test/index/_rs.fnm
849
+ - spec/dummy/solr/data/test/index/_rs.frq
850
+ - spec/dummy/solr/data/test/index/_rs.nrm
851
+ - spec/dummy/solr/data/test/index/_rs.prx
852
+ - spec/dummy/solr/data/test/index/_rs.tii
853
+ - spec/dummy/solr/data/test/index/_rs.tis
854
+ - spec/dummy/solr/data/test/index/_rt.fdt
855
+ - spec/dummy/solr/data/test/index/_rt.fdx
856
+ - spec/dummy/solr/data/test/index/_rt.fnm
857
+ - spec/dummy/solr/data/test/index/_rt.frq
858
+ - spec/dummy/solr/data/test/index/_rt.nrm
859
+ - spec/dummy/solr/data/test/index/_rt.prx
860
+ - spec/dummy/solr/data/test/index/_rt.tii
861
+ - spec/dummy/solr/data/test/index/_rt.tis
862
+ - spec/dummy/solr/data/test/index/_ru.fdt
863
+ - spec/dummy/solr/data/test/index/_ru.fdx
864
+ - spec/dummy/solr/data/test/index/_ru.fnm
865
+ - spec/dummy/solr/data/test/index/_ru.frq
866
+ - spec/dummy/solr/data/test/index/_ru.nrm
867
+ - spec/dummy/solr/data/test/index/_ru.prx
868
+ - spec/dummy/solr/data/test/index/_ru.tii
869
+ - spec/dummy/solr/data/test/index/_ru.tis
846
870
  - spec/dummy/solr/data/test/index/segments.gen
847
- - spec/dummy/solr/data/test/index/segments_es
871
+ - spec/dummy/solr/data/test/index/segments_11u
848
872
  - spec/dummy/solr/data/test/spellchecker/segments.gen
849
873
  - spec/dummy/solr/data/test/spellchecker/segments_1
850
874
  - spec/dummy/tmp/cache/4F7/F90/default_role
@@ -921,7 +945,6 @@ test_files:
921
945
  - spec/fixtures/resource_import_files.yml
922
946
  - spec/fixtures/resource_import_results.yml
923
947
  - spec/fixtures/roles.yml
924
- - spec/fixtures/series_has_manifestations.yml
925
948
  - spec/fixtures/series_statements.yml
926
949
  - spec/fixtures/shelves.yml
927
950
  - spec/fixtures/user_groups.yml
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.