enju_message 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/baskets/edit.html.erb +30 -0
- data/app/views/baskets/index.html.erb +31 -0
- data/app/views/baskets/new.html.erb +29 -0
- data/app/views/baskets/show.html.erb +23 -0
- data/app/views/carrier_type_has_checkout_types/_form.html.erb +19 -0
- data/app/views/carrier_type_has_checkout_types/edit.html.erb +13 -0
- data/app/views/carrier_type_has_checkout_types/index.html.erb +33 -0
- data/app/views/carrier_type_has_checkout_types/new.html.erb +12 -0
- data/app/views/carrier_type_has_checkout_types/show.html.erb +29 -0
- data/app/views/checked_items/_checkouts.html.erb +20 -0
- data/app/views/checked_items/_list.html.erb +39 -0
- data/app/views/checked_items/edit.html.erb +21 -0
- data/app/views/checked_items/index.html.erb +32 -0
- data/app/views/checked_items/index.js.erb +1 -0
- data/app/views/checked_items/new.html.erb +20 -0
- data/app/views/checked_items/show.html.erb +24 -0
- data/app/views/checkins/_form.html.erb +24 -0
- data/app/views/checkins/_list.html.erb +51 -0
- data/app/views/checkins/edit.html.erb +26 -0
- data/app/views/checkins/index.html.erb +16 -0
- data/app/views/checkins/index.js.erb +1 -0
- data/app/views/checkins/new.html.erb +14 -0
- data/app/views/checkins/show.html.erb +24 -0
- data/app/views/checkout_stat_has_manifestations/_form.html.erb +15 -0
- data/app/views/checkout_stat_has_manifestations/edit.html.erb +13 -0
- data/app/views/checkout_stat_has_manifestations/index.html.erb +33 -0
- data/app/views/checkout_stat_has_manifestations/new.html.erb +12 -0
- data/app/views/checkout_stat_has_manifestations/show.html.erb +28 -0
- data/app/views/checkout_stat_has_users/_form.html.erb +15 -0
- data/app/views/checkout_stat_has_users/edit.html.erb +13 -0
- data/app/views/checkout_stat_has_users/index.html.erb +33 -0
- data/app/views/checkout_stat_has_users/new.html.erb +12 -0
- data/app/views/checkout_stat_has_users/show.html.erb +28 -0
- data/app/views/checkout_types/_form.html.erb +19 -0
- data/app/views/checkout_types/edit.html.erb +13 -0
- data/app/views/checkout_types/index.html.erb +50 -0
- data/app/views/checkout_types/new.html.erb +12 -0
- data/app/views/checkout_types/show.html.erb +38 -0
- data/app/views/checkouts/_form.html.erb +28 -0
- data/app/views/checkouts/_index.html.erb +23 -0
- data/app/views/checkouts/_index_overdue.html.erb +33 -0
- data/app/views/checkouts/_index_user.html.erb +44 -0
- data/app/views/checkouts/_list.html.erb +45 -0
- data/app/views/checkouts/edit.html.erb +51 -0
- data/app/views/checkouts/index.atom.builder +14 -0
- data/app/views/checkouts/index.csv.erb +4 -0
- data/app/views/checkouts/index.html.erb +11 -0
- data/app/views/checkouts/index.ics.erb +13 -0
- data/app/views/checkouts/index.rss.builder +38 -0
- data/app/views/checkouts/new.html.erb +20 -0
- data/app/views/checkouts/show.html.erb +35 -0
- data/app/views/circulation_statuses/_form.html.erb +19 -0
- data/app/views/circulation_statuses/edit.html.erb +13 -0
- data/app/views/circulation_statuses/index.html.erb +43 -0
- data/app/views/circulation_statuses/new.html.erb +12 -0
- data/app/views/circulation_statuses/show.html.erb +29 -0
- data/app/views/item_has_use_restrictions/edit.html.erb +27 -0
- data/app/views/item_has_use_restrictions/index.html.erb +32 -0
- data/app/views/item_has_use_restrictions/new.html.erb +25 -0
- data/app/views/item_has_use_restrictions/show.html.erb +29 -0
- data/app/views/lending_policies/_form.html.erb +41 -0
- data/app/views/lending_policies/edit.html.erb +13 -0
- data/app/views/lending_policies/index.html.erb +42 -0
- data/app/views/lending_policies/new.html.erb +12 -0
- data/app/views/lending_policies/show.html.erb +50 -0
- data/app/views/manifestation_checkout_stats/_form.html.erb +19 -0
- data/app/views/manifestation_checkout_stats/edit.html.erb +13 -0
- data/app/views/manifestation_checkout_stats/index.html.erb +35 -0
- data/app/views/manifestation_checkout_stats/new.html.erb +12 -0
- data/app/views/manifestation_checkout_stats/show.csv.erb +4 -0
- data/app/views/manifestation_checkout_stats/show.html.erb +55 -0
- data/app/views/manifestation_reserve_stats/_form.html.erb +19 -0
- data/app/views/manifestation_reserve_stats/edit.html.erb +13 -0
- data/app/views/manifestation_reserve_stats/index.html.erb +35 -0
- data/app/views/manifestation_reserve_stats/new.html.erb +12 -0
- data/app/views/manifestation_reserve_stats/show.csv.erb +4 -0
- data/app/views/manifestation_reserve_stats/show.html.erb +55 -0
- data/app/views/reserve_stat_has_manifestations/_form.html.erb +15 -0
- data/app/views/reserve_stat_has_manifestations/edit.html.erb +13 -0
- data/app/views/reserve_stat_has_manifestations/index.html.erb +33 -0
- data/app/views/reserve_stat_has_manifestations/new.html.erb +12 -0
- data/app/views/reserve_stat_has_manifestations/show.html.erb +28 -0
- data/app/views/reserve_stat_has_users/_form.html.erb +15 -0
- data/app/views/reserve_stat_has_users/edit.html.erb +13 -0
- data/app/views/reserve_stat_has_users/index.html.erb +33 -0
- data/app/views/reserve_stat_has_users/new.html.erb +12 -0
- data/app/views/reserve_stat_has_users/show.html.erb +28 -0
- data/app/views/reserves/_form.html.erb +49 -0
- data/app/views/reserves/_new.html.erb +44 -0
- data/app/views/reserves/_new_user.html.erb +50 -0
- data/app/views/reserves/_title.html.erb +19 -0
- data/app/views/reserves/edit.html.erb +42 -0
- data/app/views/reserves/index.atom.builder +14 -0
- data/app/views/reserves/index.csv.erb +4 -0
- data/app/views/reserves/index.html.erb +75 -0
- data/app/views/reserves/index.rss.builder +41 -0
- data/app/views/reserves/new.html.erb +5 -0
- data/app/views/reserves/show.html.erb +61 -0
- data/app/views/use_restrictions/_form.html.erb +19 -0
- data/app/views/use_restrictions/edit.html.erb +13 -0
- data/app/views/use_restrictions/index.html.erb +43 -0
- data/app/views/use_restrictions/new.html.erb +12 -0
- data/app/views/use_restrictions/show.html.erb +29 -0
- data/app/views/user_checkout_stats/_form.html.erb +19 -0
- data/app/views/user_checkout_stats/edit.html.erb +13 -0
- data/app/views/user_checkout_stats/index.html.erb +35 -0
- data/app/views/user_checkout_stats/new.html.erb +12 -0
- data/app/views/user_checkout_stats/show.csv.erb +4 -0
- data/app/views/user_checkout_stats/show.html.erb +55 -0
- data/app/views/user_group_has_checkout_types/edit.html.erb +63 -0
- data/app/views/user_group_has_checkout_types/index.html.erb +32 -0
- data/app/views/user_group_has_checkout_types/new.html.erb +62 -0
- data/app/views/user_group_has_checkout_types/show.html.erb +64 -0
- data/app/views/user_reserve_stats/_form.html.erb +19 -0
- data/app/views/user_reserve_stats/edit.html.erb +13 -0
- data/app/views/user_reserve_stats/index.html.erb +35 -0
- data/app/views/user_reserve_stats/new.html.erb +12 -0
- data/app/views/user_reserve_stats/show.csv.erb +4 -0
- data/app/views/user_reserve_stats/show.html.erb +54 -0
- data/lib/enju_message.rb +3 -0
- data/lib/enju_message/user.rb +28 -0
- data/lib/enju_message/version.rb +1 -1
- data/spec/dummy/app/models/user.rb +2 -13
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/production.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/solr/data/test/index/_0.fdt +0 -0
- data/spec/dummy/solr/data/test/index/_0.fdx +0 -0
- data/spec/dummy/solr/data/test/index/_0.fnm +3 -0
- data/spec/dummy/solr/data/test/index/_0.frq +1 -0
- data/spec/dummy/solr/data/test/index/_0.nrm +1 -0
- data/spec/dummy/solr/data/test/index/_0.prx +0 -0
- data/spec/dummy/solr/data/test/index/_0.tii +0 -0
- data/spec/dummy/solr/data/test/index/_0.tis +0 -0
- data/spec/dummy/solr/data/test/index/segments.gen +0 -0
- data/spec/dummy/solr/data/test/index/segments_2 +0 -0
- data/spec/dummy/solr/data/test/spellchecker/segments_1 +0 -0
- metadata +144 -4
- data/spec/dummy/solr/data/test/index/segments_1 +0 -0
@@ -0,0 +1,12 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.new', :model => t('activerecord.models.user_reserve_stat')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
<%= render 'form' %>
|
5
|
+
</div>
|
6
|
+
</div>
|
7
|
+
|
8
|
+
<div id="submenu" class="ui-corner-all">
|
9
|
+
<ul>
|
10
|
+
<li><%= link_to t('page.back'), user_reserve_stats_path -%></li>
|
11
|
+
</ul>
|
12
|
+
</div>
|
@@ -0,0 +1,54 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.showing', :model => t('activerecord.models.user_reserve_stat')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
<p id="notice"><%= notice %></p>
|
5
|
+
|
6
|
+
<p>
|
7
|
+
<strong><%= t('activerecord.attributes.user_reserve_stat.start_date') -%>:</strong>
|
8
|
+
<%= l(@user_reserve_stat.start_date) -%>
|
9
|
+
</p>
|
10
|
+
|
11
|
+
<p>
|
12
|
+
<strong><%= t('activerecord.attributes.user_reserve_stat.end_date') -%>:</strong>
|
13
|
+
<%= l(@user_reserve_stat.end_date) -%>
|
14
|
+
</p>
|
15
|
+
|
16
|
+
<p>
|
17
|
+
<strong><%= t('activerecord.attributes.user_reserve_stat.state') -%>:</strong>
|
18
|
+
<%= @user_reserve_stat.state -%>
|
19
|
+
</p>
|
20
|
+
|
21
|
+
<p>
|
22
|
+
<strong><%= t('activerecord.attributes.user_reserve_stat.note') -%>:</strong>
|
23
|
+
<%= @user_reserve_stat.note -%>
|
24
|
+
</p>
|
25
|
+
|
26
|
+
<table class="index">
|
27
|
+
<tr>
|
28
|
+
<th><%= t('activerecord.models.user') -%></th>
|
29
|
+
<th><%= t('activerecord.attributes.reserve_stat_has_user.reserves_count') -%></th>
|
30
|
+
</tr>
|
31
|
+
<%- @stats.each do |stat| -%>
|
32
|
+
<tr class="line<%= cycle("0", "1") -%>">
|
33
|
+
<td>
|
34
|
+
<%= link_to stat.user.username, stat.user -%>
|
35
|
+
</td>
|
36
|
+
<td><%= stat.reserves_count -%></td>
|
37
|
+
</tr>
|
38
|
+
<%- end -%>
|
39
|
+
</table>
|
40
|
+
|
41
|
+
<%= will_paginate(@stats) -%>
|
42
|
+
</div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div id="submenu" class="ui-corner-all">
|
46
|
+
<ul>
|
47
|
+
<li><%= link_to t('page.edit'), edit_user_reserve_stat_path(@user_reserve_stat) -%></li>
|
48
|
+
<li><%= back_to_index(flash[:page_info]) -%></li>
|
49
|
+
</ul>
|
50
|
+
<h4><%= t('page.export') -%></h4>
|
51
|
+
<ul>
|
52
|
+
<li><%= link_to 'CSV', user_reserve_stat_path(@user_reserve_stat, :format => :csv, :locale => @locale.to_s) -%></li>
|
53
|
+
</ul>
|
54
|
+
</div>
|
data/lib/enju_message.rb
CHANGED
@@ -0,0 +1,28 @@
|
|
1
|
+
module EnjuMessage
|
2
|
+
module MessageUser
|
3
|
+
def self.included(base)
|
4
|
+
base.extend ClassMethods
|
5
|
+
end
|
6
|
+
|
7
|
+
module ClassMethods
|
8
|
+
def enju_message_user
|
9
|
+
include InstanceMethods
|
10
|
+
has_many :sent_messages, :foreign_key => 'sender_id', :class_name => 'Message'
|
11
|
+
has_many :received_messages, :foreign_key => 'receiver_id', :class_name => 'Message'
|
12
|
+
end
|
13
|
+
end
|
14
|
+
|
15
|
+
module InstanceMethods
|
16
|
+
def send_message(status, options = {})
|
17
|
+
MessageRequest.transaction do
|
18
|
+
request = MessageRequest.new
|
19
|
+
request.sender = self.class.find(1)
|
20
|
+
request.receiver = self
|
21
|
+
request.message_template = MessageTemplate.localized_template(status, self.locale)
|
22
|
+
request.save_message_body(options)
|
23
|
+
request.sm_send_message!
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
data/lib/enju_message/version.rb
CHANGED
@@ -12,10 +12,10 @@ class User < ActiveRecord::Base
|
|
12
12
|
has_one :patron
|
13
13
|
belongs_to :user_group
|
14
14
|
belongs_to :required_role, :class_name => 'Role', :foreign_key => 'required_role_id'
|
15
|
-
has_many :sent_messages, :foreign_key => 'sender_id', :class_name => 'Message'
|
16
|
-
has_many :received_messages, :foreign_key => 'receiver_id', :class_name => 'Message'
|
17
15
|
before_create :set_role_and_patron
|
18
16
|
|
17
|
+
enju_message_user
|
18
|
+
|
19
19
|
extend FriendlyId
|
20
20
|
friendly_id :username
|
21
21
|
|
@@ -39,15 +39,4 @@ class User < ActiveRecord::Base
|
|
39
39
|
false
|
40
40
|
end
|
41
41
|
end
|
42
|
-
|
43
|
-
def send_message(status, options = {})
|
44
|
-
MessageRequest.transaction do
|
45
|
-
request = MessageRequest.new
|
46
|
-
request.sender = User.find(1)
|
47
|
-
request.receiver = self
|
48
|
-
request.message_template = MessageTemplate.localized_template(status, self.locale)
|
49
|
-
request.save_message_body(options)
|
50
|
-
request.sm_send_message!
|
51
|
-
end
|
52
|
-
end
|
53
42
|
end
|
Binary file
|
Binary file
|
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
NRM�vvvxyxy|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: enju_message
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-06-
|
12
|
+
date: 2012-06-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -217,7 +217,84 @@ files:
|
|
217
217
|
- app/models/message.rb
|
218
218
|
- app/models/message_request.rb
|
219
219
|
- app/models/message_template.rb
|
220
|
+
- app/views/baskets/edit.html.erb
|
221
|
+
- app/views/baskets/index.html.erb
|
222
|
+
- app/views/baskets/new.html.erb
|
223
|
+
- app/views/baskets/show.html.erb
|
224
|
+
- app/views/carrier_type_has_checkout_types/_form.html.erb
|
225
|
+
- app/views/carrier_type_has_checkout_types/edit.html.erb
|
226
|
+
- app/views/carrier_type_has_checkout_types/index.html.erb
|
227
|
+
- app/views/carrier_type_has_checkout_types/new.html.erb
|
228
|
+
- app/views/carrier_type_has_checkout_types/show.html.erb
|
229
|
+
- app/views/checked_items/_checkouts.html.erb
|
230
|
+
- app/views/checked_items/_list.html.erb
|
231
|
+
- app/views/checked_items/edit.html.erb
|
232
|
+
- app/views/checked_items/index.html.erb
|
233
|
+
- app/views/checked_items/index.js.erb
|
234
|
+
- app/views/checked_items/new.html.erb
|
235
|
+
- app/views/checked_items/show.html.erb
|
236
|
+
- app/views/checkins/_form.html.erb
|
237
|
+
- app/views/checkins/_list.html.erb
|
238
|
+
- app/views/checkins/edit.html.erb
|
239
|
+
- app/views/checkins/index.html.erb
|
240
|
+
- app/views/checkins/index.js.erb
|
241
|
+
- app/views/checkins/new.html.erb
|
242
|
+
- app/views/checkins/show.html.erb
|
243
|
+
- app/views/checkout_stat_has_manifestations/_form.html.erb
|
244
|
+
- app/views/checkout_stat_has_manifestations/edit.html.erb
|
245
|
+
- app/views/checkout_stat_has_manifestations/index.html.erb
|
246
|
+
- app/views/checkout_stat_has_manifestations/new.html.erb
|
247
|
+
- app/views/checkout_stat_has_manifestations/show.html.erb
|
248
|
+
- app/views/checkout_stat_has_users/_form.html.erb
|
249
|
+
- app/views/checkout_stat_has_users/edit.html.erb
|
250
|
+
- app/views/checkout_stat_has_users/index.html.erb
|
251
|
+
- app/views/checkout_stat_has_users/new.html.erb
|
252
|
+
- app/views/checkout_stat_has_users/show.html.erb
|
253
|
+
- app/views/checkout_types/_form.html.erb
|
254
|
+
- app/views/checkout_types/edit.html.erb
|
255
|
+
- app/views/checkout_types/index.html.erb
|
256
|
+
- app/views/checkout_types/new.html.erb
|
257
|
+
- app/views/checkout_types/show.html.erb
|
258
|
+
- app/views/checkouts/_form.html.erb
|
259
|
+
- app/views/checkouts/_index.html.erb
|
260
|
+
- app/views/checkouts/_index_overdue.html.erb
|
261
|
+
- app/views/checkouts/_index_user.html.erb
|
262
|
+
- app/views/checkouts/_list.html.erb
|
263
|
+
- app/views/checkouts/edit.html.erb
|
264
|
+
- app/views/checkouts/index.atom.builder
|
265
|
+
- app/views/checkouts/index.csv.erb
|
266
|
+
- app/views/checkouts/index.html.erb
|
267
|
+
- app/views/checkouts/index.ics.erb
|
268
|
+
- app/views/checkouts/index.rss.builder
|
269
|
+
- app/views/checkouts/new.html.erb
|
270
|
+
- app/views/checkouts/show.html.erb
|
271
|
+
- app/views/circulation_statuses/_form.html.erb
|
272
|
+
- app/views/circulation_statuses/edit.html.erb
|
273
|
+
- app/views/circulation_statuses/index.html.erb
|
274
|
+
- app/views/circulation_statuses/new.html.erb
|
275
|
+
- app/views/circulation_statuses/show.html.erb
|
276
|
+
- app/views/item_has_use_restrictions/edit.html.erb
|
277
|
+
- app/views/item_has_use_restrictions/index.html.erb
|
278
|
+
- app/views/item_has_use_restrictions/new.html.erb
|
279
|
+
- app/views/item_has_use_restrictions/show.html.erb
|
220
280
|
- app/views/layouts/messages.html.erb
|
281
|
+
- app/views/lending_policies/_form.html.erb
|
282
|
+
- app/views/lending_policies/edit.html.erb
|
283
|
+
- app/views/lending_policies/index.html.erb
|
284
|
+
- app/views/lending_policies/new.html.erb
|
285
|
+
- app/views/lending_policies/show.html.erb
|
286
|
+
- app/views/manifestation_checkout_stats/_form.html.erb
|
287
|
+
- app/views/manifestation_checkout_stats/edit.html.erb
|
288
|
+
- app/views/manifestation_checkout_stats/index.html.erb
|
289
|
+
- app/views/manifestation_checkout_stats/new.html.erb
|
290
|
+
- app/views/manifestation_checkout_stats/show.csv.erb
|
291
|
+
- app/views/manifestation_checkout_stats/show.html.erb
|
292
|
+
- app/views/manifestation_reserve_stats/_form.html.erb
|
293
|
+
- app/views/manifestation_reserve_stats/edit.html.erb
|
294
|
+
- app/views/manifestation_reserve_stats/index.html.erb
|
295
|
+
- app/views/manifestation_reserve_stats/new.html.erb
|
296
|
+
- app/views/manifestation_reserve_stats/show.csv.erb
|
297
|
+
- app/views/manifestation_reserve_stats/show.html.erb
|
221
298
|
- app/views/message_requests/edit.html.erb
|
222
299
|
- app/views/message_requests/index.html.erb
|
223
300
|
- app/views/message_requests/new.html.erb
|
@@ -236,6 +313,48 @@ files:
|
|
236
313
|
- app/views/messages/show.html.erb
|
237
314
|
- app/views/notifier/message_notification.en.text.erb
|
238
315
|
- app/views/notifier/message_notification.ja.text.erb
|
316
|
+
- app/views/reserve_stat_has_manifestations/_form.html.erb
|
317
|
+
- app/views/reserve_stat_has_manifestations/edit.html.erb
|
318
|
+
- app/views/reserve_stat_has_manifestations/index.html.erb
|
319
|
+
- app/views/reserve_stat_has_manifestations/new.html.erb
|
320
|
+
- app/views/reserve_stat_has_manifestations/show.html.erb
|
321
|
+
- app/views/reserve_stat_has_users/_form.html.erb
|
322
|
+
- app/views/reserve_stat_has_users/edit.html.erb
|
323
|
+
- app/views/reserve_stat_has_users/index.html.erb
|
324
|
+
- app/views/reserve_stat_has_users/new.html.erb
|
325
|
+
- app/views/reserve_stat_has_users/show.html.erb
|
326
|
+
- app/views/reserves/_form.html.erb
|
327
|
+
- app/views/reserves/_new.html.erb
|
328
|
+
- app/views/reserves/_new_user.html.erb
|
329
|
+
- app/views/reserves/_title.html.erb
|
330
|
+
- app/views/reserves/edit.html.erb
|
331
|
+
- app/views/reserves/index.atom.builder
|
332
|
+
- app/views/reserves/index.csv.erb
|
333
|
+
- app/views/reserves/index.html.erb
|
334
|
+
- app/views/reserves/index.rss.builder
|
335
|
+
- app/views/reserves/new.html.erb
|
336
|
+
- app/views/reserves/show.html.erb
|
337
|
+
- app/views/use_restrictions/_form.html.erb
|
338
|
+
- app/views/use_restrictions/edit.html.erb
|
339
|
+
- app/views/use_restrictions/index.html.erb
|
340
|
+
- app/views/use_restrictions/new.html.erb
|
341
|
+
- app/views/use_restrictions/show.html.erb
|
342
|
+
- app/views/user_checkout_stats/_form.html.erb
|
343
|
+
- app/views/user_checkout_stats/edit.html.erb
|
344
|
+
- app/views/user_checkout_stats/index.html.erb
|
345
|
+
- app/views/user_checkout_stats/new.html.erb
|
346
|
+
- app/views/user_checkout_stats/show.csv.erb
|
347
|
+
- app/views/user_checkout_stats/show.html.erb
|
348
|
+
- app/views/user_group_has_checkout_types/edit.html.erb
|
349
|
+
- app/views/user_group_has_checkout_types/index.html.erb
|
350
|
+
- app/views/user_group_has_checkout_types/new.html.erb
|
351
|
+
- app/views/user_group_has_checkout_types/show.html.erb
|
352
|
+
- app/views/user_reserve_stats/_form.html.erb
|
353
|
+
- app/views/user_reserve_stats/edit.html.erb
|
354
|
+
- app/views/user_reserve_stats/index.html.erb
|
355
|
+
- app/views/user_reserve_stats/new.html.erb
|
356
|
+
- app/views/user_reserve_stats/show.csv.erb
|
357
|
+
- app/views/user_reserve_stats/show.html.erb
|
239
358
|
- config/locales/translation_en.yml
|
240
359
|
- config/locales/translation_ja.yml
|
241
360
|
- config/routes.rb
|
@@ -246,6 +365,7 @@ files:
|
|
246
365
|
- db/migrate/20110913115320_add_lft_and_rgt_to_message.rb
|
247
366
|
- db/migrate/20120125050502_add_depth_to_message.rb
|
248
367
|
- lib/enju_message/engine.rb
|
368
|
+
- lib/enju_message/user.rb
|
249
369
|
- lib/enju_message/version.rb
|
250
370
|
- lib/enju_message.rb
|
251
371
|
- lib/tasks/enju_message_tasks.rake
|
@@ -292,6 +412,7 @@ files:
|
|
292
412
|
- spec/dummy/config/locales/en.yml
|
293
413
|
- spec/dummy/config/routes.rb
|
294
414
|
- spec/dummy/config.ru
|
415
|
+
- spec/dummy/db/development.sqlite3
|
295
416
|
- spec/dummy/db/migrate/001_create_patrons.rb
|
296
417
|
- spec/dummy/db/migrate/080_create_library_groups.rb
|
297
418
|
- spec/dummy/db/migrate/20080905191442_create_patron_types.rb
|
@@ -308,6 +429,7 @@ files:
|
|
308
429
|
- spec/dummy/db/migrate/20111201163342_create_user_groups.rb
|
309
430
|
- spec/dummy/db/migrate/20111201163718_create_user_has_roles.rb
|
310
431
|
- spec/dummy/db/migrate/20120213092115_add_queue_to_delayed_jobs.rb
|
432
|
+
- spec/dummy/db/production.sqlite3
|
311
433
|
- spec/dummy/db/schema.rb
|
312
434
|
- spec/dummy/db/test.sqlite3
|
313
435
|
- spec/dummy/public/404.html
|
@@ -327,8 +449,16 @@ files:
|
|
327
449
|
- spec/dummy/solr/conf/spellings.txt
|
328
450
|
- spec/dummy/solr/conf/stopwords.txt
|
329
451
|
- spec/dummy/solr/conf/synonyms.txt
|
452
|
+
- spec/dummy/solr/data/test/index/_0.fdt
|
453
|
+
- spec/dummy/solr/data/test/index/_0.fdx
|
454
|
+
- spec/dummy/solr/data/test/index/_0.fnm
|
455
|
+
- spec/dummy/solr/data/test/index/_0.frq
|
456
|
+
- spec/dummy/solr/data/test/index/_0.nrm
|
457
|
+
- spec/dummy/solr/data/test/index/_0.prx
|
458
|
+
- spec/dummy/solr/data/test/index/_0.tii
|
459
|
+
- spec/dummy/solr/data/test/index/_0.tis
|
330
460
|
- spec/dummy/solr/data/test/index/segments.gen
|
331
|
-
- spec/dummy/solr/data/test/index/
|
461
|
+
- spec/dummy/solr/data/test/index/segments_2
|
332
462
|
- spec/dummy/solr/data/test/spellchecker/segments.gen
|
333
463
|
- spec/dummy/solr/data/test/spellchecker/segments_1
|
334
464
|
- spec/factories/message.rb
|
@@ -415,6 +545,7 @@ test_files:
|
|
415
545
|
- spec/dummy/config/locales/en.yml
|
416
546
|
- spec/dummy/config/routes.rb
|
417
547
|
- spec/dummy/config.ru
|
548
|
+
- spec/dummy/db/development.sqlite3
|
418
549
|
- spec/dummy/db/migrate/001_create_patrons.rb
|
419
550
|
- spec/dummy/db/migrate/080_create_library_groups.rb
|
420
551
|
- spec/dummy/db/migrate/20080905191442_create_patron_types.rb
|
@@ -431,6 +562,7 @@ test_files:
|
|
431
562
|
- spec/dummy/db/migrate/20111201163342_create_user_groups.rb
|
432
563
|
- spec/dummy/db/migrate/20111201163718_create_user_has_roles.rb
|
433
564
|
- spec/dummy/db/migrate/20120213092115_add_queue_to_delayed_jobs.rb
|
565
|
+
- spec/dummy/db/production.sqlite3
|
434
566
|
- spec/dummy/db/schema.rb
|
435
567
|
- spec/dummy/db/test.sqlite3
|
436
568
|
- spec/dummy/public/404.html
|
@@ -450,8 +582,16 @@ test_files:
|
|
450
582
|
- spec/dummy/solr/conf/spellings.txt
|
451
583
|
- spec/dummy/solr/conf/stopwords.txt
|
452
584
|
- spec/dummy/solr/conf/synonyms.txt
|
585
|
+
- spec/dummy/solr/data/test/index/_0.fdt
|
586
|
+
- spec/dummy/solr/data/test/index/_0.fdx
|
587
|
+
- spec/dummy/solr/data/test/index/_0.fnm
|
588
|
+
- spec/dummy/solr/data/test/index/_0.frq
|
589
|
+
- spec/dummy/solr/data/test/index/_0.nrm
|
590
|
+
- spec/dummy/solr/data/test/index/_0.prx
|
591
|
+
- spec/dummy/solr/data/test/index/_0.tii
|
592
|
+
- spec/dummy/solr/data/test/index/_0.tis
|
453
593
|
- spec/dummy/solr/data/test/index/segments.gen
|
454
|
-
- spec/dummy/solr/data/test/index/
|
594
|
+
- spec/dummy/solr/data/test/index/segments_2
|
455
595
|
- spec/dummy/solr/data/test/spellchecker/segments.gen
|
456
596
|
- spec/dummy/solr/data/test/spellchecker/segments_1
|
457
597
|
- spec/factories/message.rb
|
Binary file
|