enju_flower 0.1.0.pre13 → 0.1.0.pre14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +2 -2
  3. data/app/views/manifestations/_show_detail_librarian.html.erb +3 -3
  4. data/app/views/manifestations/_show_detail_user.html.erb +2 -0
  5. data/app/views/manifestations/_show_holding.html.erb +3 -0
  6. data/app/views/manifestations/_show_reservation.html.erb +27 -0
  7. data/app/views/manifestations/_show_series_detail.html.erb +12 -0
  8. data/app/views/manifestations/index.mobile.erb +1 -1
  9. data/app/views/page/_footer.html.erb +3 -3
  10. data/lib/enju_flower/version.rb +1 -1
  11. data/spec/dummy/config/initializers/devise.rb +2 -0
  12. data/spec/dummy/db/migrate/20100211105551_add_admin_networks_to_library_group.rb +9 -0
  13. data/spec/dummy/db/schema.rb +184 -188
  14. data/spec/dummy/db/test.sqlite3 +0 -0
  15. data/spec/dummy/solr/conf/schema.xml +4 -0
  16. data/spec/dummy/solr/conf/solrconfig.xml +588 -855
  17. data/spec/dummy/solr/default/data/index/_xg.fdt +0 -0
  18. data/spec/dummy/solr/default/data/index/_xg.fdx +0 -0
  19. data/spec/dummy/solr/default/data/index/_xg.fnm +0 -0
  20. data/spec/dummy/solr/default/data/index/_xg.nvd +0 -0
  21. data/spec/dummy/solr/default/data/index/_xg.nvm +0 -0
  22. data/spec/dummy/solr/default/data/index/_xg.si +0 -0
  23. data/spec/dummy/solr/default/data/index/_xg_Lucene41_0.doc +0 -0
  24. data/spec/dummy/solr/default/data/index/_xg_Lucene41_0.pos +0 -0
  25. data/spec/dummy/solr/default/data/index/_xg_Lucene41_0.tim +0 -0
  26. data/spec/dummy/solr/default/data/index/_xg_Lucene41_0.tip +0 -0
  27. data/spec/dummy/solr/default/data/index/_xh.fdt +0 -0
  28. data/spec/dummy/solr/default/data/index/_xh.fdx +0 -0
  29. data/spec/dummy/solr/default/data/index/_xh.fnm +0 -0
  30. data/spec/dummy/solr/default/data/index/_xh.nvd +0 -0
  31. data/spec/dummy/solr/default/data/index/_xh.nvm +0 -0
  32. data/spec/dummy/solr/default/data/index/_xh.si +0 -0
  33. data/spec/dummy/solr/default/data/index/_xh_Lucene41_0.doc +0 -0
  34. data/spec/dummy/solr/default/data/index/_xh_Lucene41_0.pos +0 -0
  35. data/spec/dummy/solr/default/data/index/_xh_Lucene41_0.tim +0 -0
  36. data/spec/dummy/solr/default/data/index/_xh_Lucene41_0.tip +0 -0
  37. data/spec/dummy/solr/default/data/index/_xi.fdt +0 -0
  38. data/spec/dummy/solr/default/data/index/_xi.fdx +0 -0
  39. data/spec/dummy/solr/default/data/index/_xi.fnm +0 -0
  40. data/spec/dummy/solr/default/data/index/_xi.nvd +0 -0
  41. data/spec/dummy/solr/default/data/index/_xi.nvm +0 -0
  42. data/spec/dummy/solr/default/data/index/_xi.si +0 -0
  43. data/spec/dummy/solr/default/data/index/_xi_Lucene41_0.doc +0 -0
  44. data/spec/dummy/solr/default/data/index/_xi_Lucene41_0.pos +0 -0
  45. data/spec/dummy/solr/default/data/index/_xi_Lucene41_0.tim +0 -0
  46. data/spec/dummy/solr/default/data/index/_xi_Lucene41_0.tip +0 -0
  47. data/spec/dummy/solr/default/data/index/segments.gen +0 -0
  48. data/spec/dummy/solr/default/data/index/segments_178 +0 -0
  49. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000001552 +0 -0
  50. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000001553 +0 -0
  51. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000001554 +0 -0
  52. data/spec/dummy/solr/{data/test/spellchecker → development/data/index}/segments.gen +0 -0
  53. data/spec/dummy/solr/development/data/index/segments_1 +0 -0
  54. data/spec/dummy/solr/solr.xml +8 -0
  55. data/spec/dummy/solr/test/data/index/segments.gen +0 -0
  56. data/spec/dummy/solr/test/data/index/segments_1 +0 -0
  57. data/spec/dummy/tmp/cache/4F7/F90/default_role +0 -0
  58. data/spec/dummy/tmp/cache/6E4/420/search_engine_all +0 -0
  59. data/spec/factories/user.rb +1 -1
  60. data/spec/fixtures/user_groups.yml +1 -1
  61. metadata +130 -137
  62. data/app/controllers/manifestations_controller.rb +0 -771
  63. data/app/views/layouts/agents.html.erb +0 -26
  64. data/app/views/layouts/agents.mobile.erb +0 -18
  65. data/app/views/layouts/manifestations.html.erb +0 -32
  66. data/app/views/layouts/manifestations.mobile.erb +0 -18
  67. data/app/views/page/add_on.html.erb +0 -13
  68. data/app/views/page/msie_acceralator.builder +0 -15
  69. data/spec/dummy/db/development.sqlite3 +0 -0
  70. data/spec/dummy/db/migrate/20110627034940_create_series_statement_merge_lists.rb +0 -9
  71. data/spec/dummy/db/migrate/20110627035057_create_series_statement_merges.rb +0 -12
  72. data/spec/dummy/db/migrate/20130303104849_add_state_index_to_reserve.rb +0 -5
  73. data/spec/dummy/db/migrate/20130303124821_add_retained_at_to_reserve.rb +0 -5
  74. data/spec/dummy/db/migrate/20130304015019_add_postponed_at_to_reserve.rb +0 -5
  75. data/spec/dummy/db/migrate/20130519065638_add_lock_version_to_reserve.rb +0 -5
  76. data/spec/dummy/db/migrate/20130519065837_add_lock_version_to_checkin.rb +0 -5
  77. data/spec/dummy/solr/data/test/index/_20.fdt +0 -0
  78. data/spec/dummy/solr/data/test/index/_20.fdx +0 -0
  79. data/spec/dummy/solr/data/test/index/_20.fnm +0 -7
  80. data/spec/dummy/solr/data/test/index/_20.frq +0 -0
  81. data/spec/dummy/solr/data/test/index/_20.nrm +0 -1
  82. data/spec/dummy/solr/data/test/index/_20.prx +0 -0
  83. data/spec/dummy/solr/data/test/index/_20.tii +0 -0
  84. data/spec/dummy/solr/data/test/index/_20.tis +0 -0
  85. data/spec/dummy/solr/data/test/index/_21.fdt +0 -0
  86. data/spec/dummy/solr/data/test/index/_21.fdx +0 -0
  87. data/spec/dummy/solr/data/test/index/_21.fnm +0 -7
  88. data/spec/dummy/solr/data/test/index/_21.frq +0 -0
  89. data/spec/dummy/solr/data/test/index/_21.nrm +0 -1
  90. data/spec/dummy/solr/data/test/index/_21.prx +0 -0
  91. data/spec/dummy/solr/data/test/index/_21.tii +0 -0
  92. data/spec/dummy/solr/data/test/index/_21.tis +0 -0
  93. data/spec/dummy/solr/data/test/index/_22.fdt +0 -0
  94. data/spec/dummy/solr/data/test/index/_22.fdx +0 -0
  95. data/spec/dummy/solr/data/test/index/_22.fnm +0 -8
  96. data/spec/dummy/solr/data/test/index/_22.frq +0 -0
  97. data/spec/dummy/solr/data/test/index/_22.nrm +0 -1
  98. data/spec/dummy/solr/data/test/index/_22.prx +0 -0
  99. data/spec/dummy/solr/data/test/index/_22.tii +0 -0
  100. data/spec/dummy/solr/data/test/index/_22.tis +0 -0
  101. data/spec/dummy/solr/data/test/index/segments.gen +0 -0
  102. data/spec/dummy/solr/data/test/index/segments_2s +0 -0
  103. data/spec/dummy/solr/data/test/spellchecker/segments_1 +0 -0
  104. data/spec/fixtures/agent_import_files.yml +0 -47
  105. data/spec/fixtures/agent_import_results.yml +0 -29
  106. data/spec/fixtures/circulation_statuses.yml +0 -136
  107. data/spec/fixtures/event_categories.yml +0 -55
  108. data/spec/fixtures/events.yml +0 -142
  109. data/spec/fixtures/item_has_use_restrictions.yml +0 -61
@@ -1,142 +0,0 @@
1
- ---
2
- event_00001:
3
- updated_at: 2008-01-13 02:54:43.764011 +09:00
4
- event_category_id: 1
5
- end_at: 2008-01-14 02:54:00 +09:00
6
- name: !binary |
7
- 5LuV5LqL5aeL44KB
8
-
9
- display_name: !binary |
10
- 5LuV5LqL5aeL44KB
11
-
12
- deleted_at:
13
- start_at: 2008-01-13 02:54:00 +09:00
14
- id: 1
15
- note: !binary |
16
- 44Gq44KT44Go44GL44GL44KT44Go44GL
17
-
18
- library_id: 2
19
- created_at: 2008-01-01 16:20:54.372729 +09:00
20
- event_00002:
21
- updated_at: 2008-01-13 02:54:21.134175 +09:00
22
- event_category_id: 2
23
- end_at: 2008-01-14 02:54:00 +09:00
24
- name: !binary |
25
- 44OG44K544OI
26
-
27
- display_name: !binary |
28
- 44OG44K544OI
29
-
30
- deleted_at:
31
- start_at: 2008-01-13 02:54:00 +09:00
32
- id: 2
33
- note: !binary |
34
- 44OG44K544OI55So44Gu44Kk44OZ44Oz44OI44Gn44GZ44CC
35
-
36
- library_id: 2
37
- created_at: 2008-01-01 20:54:25.803201 +09:00
38
- event_00003:
39
- updated_at: 2008-02-05 20:00:35.319131 +09:00
40
- event_category_id: 1
41
- end_at: 2008-02-05 00:00:00 +09:00
42
- name: !binary |
43
- 44Of44O844OG44Kj44Oz44Kw
44
-
45
- display_name: !binary |
46
- 44Of44O844OG44Kj44Oz44Kw
47
-
48
- deleted_at:
49
- start_at: 2008-01-13 00:00:00 +09:00
50
- id: 3
51
- note: ""
52
- library_id: 2
53
- created_at: 2008-01-13 02:51:10.642395 +09:00
54
- event_00004:
55
- updated_at: 2008-02-05 15:43:42.617670 +09:00
56
- event_category_id: 4
57
- end_at: 2008-02-06 00:00:00 +09:00
58
- name: !binary |
59
- 44OG44K544OI
60
-
61
- display_name: !binary |
62
- 44OG44K544OI
63
-
64
- deleted_at:
65
- start_at: 2008-02-05 00:00:00 +09:00
66
- id: 4
67
- note: !binary |
68
- 44Gq44KT44Go44GL44GL44KT44Go44GL
69
-
70
- library_id: 3
71
- created_at: 2008-02-05 15:43:42.617670 +09:00
72
- event_00005:
73
- updated_at: 2008-02-05 20:41:50.533164 +09:00
74
- event_category_id: 1
75
- end_at: 2008-02-08 00:00:00 +09:00
76
- name: test
77
- display_name: test
78
- deleted_at:
79
- start_at: 2008-02-05 00:00:00 +09:00
80
- id: 5
81
- note: ""
82
- library_id: 2
83
- created_at: 2008-02-05 20:41:50.533164 +09:00
84
- event_00006:
85
- updated_at: 2008-02-05 23:52:06.315285 +09:00
86
- event_category_id: 2
87
- end_at: 2008-02-08 00:00:00 +09:00
88
- name: !binary |
89
- 44Gq44KT44Go44GL44GL44KT44Go44GL
90
-
91
- display_name: !binary |
92
- 44Gq44KT44Go44GL44GL44KT44Go44GL
93
-
94
- deleted_at:
95
- start_at: 2008-02-05 00:00:00 +09:00
96
- id: 6
97
- note: ""
98
- library_id: 2
99
- created_at: 2008-02-05 20:50:26.651371 +09:00
100
- event_00007:
101
- updated_at: 2008-02-05 21:00:53.926050 +09:00
102
- event_category_id: 1
103
- end_at: 2008-02-08 00:00:00 +09:00
104
- name: test
105
- display_name: test
106
- deleted_at:
107
- start_at: 2008-02-05 00:00:00 +09:00
108
- id: 7
109
- note: test
110
- library_id: 2
111
- created_at: 2008-02-05 21:00:53.926050 +09:00
112
- event_00008:
113
- updated_at: 2008-02-05 21:00:53.926050 +09:00
114
- event_category_id: 1
115
- end_at: 2008-02-05 15:00:00 +09:00
116
- name: test
117
- display_name: test
118
- deleted_at:
119
- start_at: 2008-02-05 15:00:00 +09:00
120
- id: 8
121
- note: test
122
- library_id: 2
123
- created_at: 2008-02-05 21:00:53.926050 +09:00
124
-
125
- # == Schema Information
126
- #
127
- # Table name: events
128
- #
129
- # id :integer not null, primary key
130
- # library_id :integer default(1), not null
131
- # event_category_id :integer default(1), not null
132
- # name :string(255)
133
- # note :text
134
- # start_at :datetime
135
- # end_at :datetime
136
- # all_day :boolean default(FALSE), not null
137
- # deleted_at :datetime
138
- # created_at :datetime
139
- # updated_at :datetime
140
- # display_name :text
141
- #
142
-
@@ -1,61 +0,0 @@
1
- ---
2
- item_has_use_restriction_00001:
3
- item_id: 1
4
- updated_at: 2008-02-13 12:29:36.013448 +09:00
5
- id: 1
6
- use_restriction_id: 10
7
- created_at: 2008-02-13 12:29:36.013448 +09:00
8
- item_has_use_restriction_00002:
9
- item_id: 2
10
- updated_at: 2008-02-13 17:58:37.527556 +09:00
11
- id: 2
12
- use_restriction_id: 2
13
- created_at: 2008-02-13 17:58:37.527556 +09:00
14
- item_has_use_restriction_00003:
15
- item_id: 3
16
- updated_at: 2008-02-13 17:58:49.490086 +09:00
17
- id: 3
18
- use_restriction_id: 3
19
- created_at: 2008-02-13 17:58:49.490086 +09:00
20
- item_has_use_restriction_00004:
21
- item_id: 17
22
- updated_at: 2008-02-13 12:29:36.013448 +09:00
23
- id: 4
24
- use_restriction_id: 6
25
- created_at: 2008-02-13 12:29:36.013448 +09:00
26
- item_has_use_restriction_00005:
27
- item_id: 21
28
- updated_at: 2008-02-13 12:29:36.013448 +09:00
29
- id: 5
30
- use_restriction_id: 6
31
- created_at: 2008-02-13 12:29:36.013448 +09:00
32
- item_has_use_restriction_00006:
33
- item_id: 11
34
- updated_at: 2008-02-13 12:29:36.013448 +09:00
35
- id: 6
36
- use_restriction_id: 6
37
- created_at: 2008-02-13 12:29:36.013448 +09:00
38
- item_has_use_restriction_00007:
39
- item_id: 6
40
- updated_at: 2008-02-13 12:29:36.013448 +09:00
41
- id: 7
42
- use_restriction_id: 6
43
- created_at: 2008-02-13 12:29:36.013448 +09:00
44
- item_has_use_restriction_00008:
45
- item_id: 23
46
- updated_at: 2008-02-13 12:29:36.013448 +09:00
47
- id: 8
48
- use_restriction_id: 6
49
- created_at: 2008-02-13 12:29:36.013448 +09:00
50
-
51
- # == Schema Information
52
- #
53
- # Table name: item_has_use_restrictions
54
- #
55
- # id :integer not null, primary key
56
- # item_id :integer not null
57
- # use_restriction_id :integer not null
58
- # created_at :datetime
59
- # updated_at :datetime
60
- #
61
-