enju_circulation 0.1.0.pre39 → 0.1.0.pre40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/manifestation_checkout_stats_controller.rb +15 -4
  3. data/app/models/checkin.rb +1 -5
  4. data/app/models/checkout.rb +11 -9
  5. data/app/views/manifestation_checkout_stats/_group_by_manifestation.html.erb +19 -0
  6. data/app/views/manifestation_checkout_stats/show.html.erb +50 -25
  7. data/app/views/manifestation_checkout_stats/show.js.erb +1 -0
  8. data/app/views/manifestation_checkout_stats/show.txt.erb +2 -2
  9. data/config/locales/translation_en.yml +6 -4
  10. data/config/locales/translation_ja.yml +3 -1
  11. data/lib/enju_circulation/version.rb +1 -1
  12. metadata +14 -92
  13. data/spec/dummy/db/development.sqlite3 +0 -0
  14. data/spec/dummy/db/test.sqlite3 +0 -0
  15. data/spec/dummy/solr/conf/admin-extra.html +0 -31
  16. data/spec/dummy/solr/conf/elevate.xml +0 -36
  17. data/spec/dummy/solr/conf/mapping-ISOLatin1Accent.txt +0 -246
  18. data/spec/dummy/solr/conf/protwords.txt +0 -21
  19. data/spec/dummy/solr/conf/schema.xml +0 -255
  20. data/spec/dummy/solr/conf/scripts.conf +0 -24
  21. data/spec/dummy/solr/conf/solrconfig.xml +0 -667
  22. data/spec/dummy/solr/conf/spellings.txt +0 -2
  23. data/spec/dummy/solr/conf/stopwords.txt +0 -58
  24. data/spec/dummy/solr/conf/synonyms.txt +0 -31
  25. data/spec/dummy/solr/default/data/index/_8df.fdt +0 -0
  26. data/spec/dummy/solr/default/data/index/_8df.fdx +0 -0
  27. data/spec/dummy/solr/default/data/index/_8df.fnm +0 -0
  28. data/spec/dummy/solr/default/data/index/_8df.nvd +0 -0
  29. data/spec/dummy/solr/default/data/index/_8df.nvm +0 -0
  30. data/spec/dummy/solr/default/data/index/_8df.si +0 -0
  31. data/spec/dummy/solr/default/data/index/_8df_Lucene41_0.doc +0 -0
  32. data/spec/dummy/solr/default/data/index/_8df_Lucene41_0.pos +0 -0
  33. data/spec/dummy/solr/default/data/index/_8df_Lucene41_0.tim +0 -0
  34. data/spec/dummy/solr/default/data/index/_8df_Lucene41_0.tip +0 -0
  35. data/spec/dummy/solr/default/data/index/segments.gen +0 -0
  36. data/spec/dummy/solr/default/data/index/segments_dfb +0 -0
  37. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000017389 +0 -0
  38. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000017390 +0 -0
  39. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000017391 +0 -0
  40. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000017392 +0 -0
  41. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000017393 +0 -0
  42. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000017394 +0 -0
  43. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000017395 +0 -0
  44. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000017396 +0 -0
  45. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000017397 +0 -0
  46. data/spec/dummy/solr/development/data/index/segments.gen +0 -0
  47. data/spec/dummy/solr/development/data/index/segments_1 +0 -0
  48. data/spec/dummy/solr/solr.xml +0 -8
  49. data/spec/dummy/solr/test/data/index/segments.gen +0 -0
  50. data/spec/dummy/solr/test/data/index/segments_1 +0 -0
  51. data/spec/dummy/tmp/cache/stdout +0 -43
  52. data/spec/dummy/tmp/pids/redis-test.pid +0 -1
@@ -1,58 +0,0 @@
1
- # Licensed to the Apache Software Foundation (ASF) under one or more
2
- # contributor license agreements. See the NOTICE file distributed with
3
- # this work for additional information regarding copyright ownership.
4
- # The ASF licenses this file to You under the Apache License, Version 2.0
5
- # (the "License"); you may not use this file except in compliance with
6
- # the License. You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
-
16
- #-----------------------------------------------------------------------
17
- # a couple of test stopwords to test that the words are really being
18
- # configured from this file:
19
- stopworda
20
- stopwordb
21
-
22
- #Standard english stop words taken from Lucene's StopAnalyzer
23
- a
24
- an
25
- and
26
- are
27
- as
28
- at
29
- be
30
- but
31
- by
32
- for
33
- if
34
- in
35
- into
36
- is
37
- it
38
- no
39
- not
40
- of
41
- on
42
- or
43
- s
44
- such
45
- t
46
- that
47
- the
48
- their
49
- then
50
- there
51
- these
52
- they
53
- this
54
- to
55
- was
56
- will
57
- with
58
-
@@ -1,31 +0,0 @@
1
- # The ASF licenses this file to You under the Apache License, Version 2.0
2
- # (the "License"); you may not use this file except in compliance with
3
- # the License. You may obtain a copy of the License at
4
- #
5
- # http://www.apache.org/licenses/LICENSE-2.0
6
- #
7
- # Unless required by applicable law or agreed to in writing, software
8
- # distributed under the License is distributed on an "AS IS" BASIS,
9
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
- # See the License for the specific language governing permissions and
11
- # limitations under the License.
12
-
13
- #-----------------------------------------------------------------------
14
- #some test synonym mappings unlikely to appear in real input text
15
- aaa => aaaa
16
- bbb => bbbb1 bbbb2
17
- ccc => cccc1,cccc2
18
- a\=>a => b\=>b
19
- a\,a => b\,b
20
- fooaaa,baraaa,bazaaa
21
-
22
- # Some synonym groups specific to this example
23
- GB,gib,gigabyte,gigabytes
24
- MB,mib,megabyte,megabytes
25
- Television, Televisions, TV, TVs
26
- #notice we use "gib" instead of "GiB" so any WordDelimiterFilter coming
27
- #after us won't split it into two words.
28
-
29
- # Synonym mappings can be used for spelling correction too
30
- pixima => pixma
31
-
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" ?>
2
- <solr persistent="false">
3
- <cores adminPath="/admin/cores" host="${host:}" hostPort="${jetty.port:}">
4
- <core name="default" instanceDir="." dataDir="default/data"/>
5
- <core name="development" instanceDir="." dataDir="development/data"/>
6
- <core name="test" instanceDir="." dataDir="test/data"/>
7
- </cores>
8
- </solr>
@@ -1,43 +0,0 @@
1
- [82607] 03 Oct 18:58:05.470 * Increased maximum number of open files to 10032 (it was originally set to 256).
2
- _._
3
- _.-``__ ''-._
4
- _.-`` `. `_. ''-._ Redis 2.8.17 (00000000/0) 64 bit
5
- .-`` .-```. ```\/ _.,_ ''-._
6
- ( ' , .-` | `, ) Running in stand alone mode
7
- |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
8
- | `-._ `._ / _.-' | PID: 82607
9
- `-._ `-._ `-./ _.-' _.-'
10
- |`-._`-._ `-.__.-' _.-'_.-'|
11
- | `-._`-._ _.-'_.-' | http://redis.io
12
- `-._ `-._`-.__.-'_.-' _.-'
13
- |`-._`-._ `-.__.-' _.-'_.-'|
14
- | `-._`-._ _.-'_.-' |
15
- `-._ `-._`-.__.-'_.-' _.-'
16
- `-._ `-.__.-' _.-'
17
- `-._ _.-'
18
- `-.__.-'
19
-
20
- [82607] 03 Oct 18:58:05.474 # Server started, Redis version 2.8.17
21
- [82607] 03 Oct 18:58:05.474 * The server is now ready to accept connections on port 9736
22
- [82607] 03 Oct 18:58:06.473 - 0 clients connected (0 slaves), 952976 bytes in use
23
- [82607] 03 Oct 18:58:11.504 - 0 clients connected (0 slaves), 952976 bytes in use
24
- [82607] 03 Oct 18:58:16.540 - 0 clients connected (0 slaves), 952976 bytes in use
25
- [82607] 03 Oct 18:58:21.585 - 0 clients connected (0 slaves), 952976 bytes in use
26
- [82607] 03 Oct 18:58:26.617 - 0 clients connected (0 slaves), 952976 bytes in use
27
- [82607] 03 Oct 18:58:31.649 - 0 clients connected (0 slaves), 952976 bytes in use
28
- [82607] 03 Oct 18:58:36.684 - 0 clients connected (0 slaves), 952976 bytes in use
29
- [82607] 03 Oct 18:58:39.199 - Accepted ::1:62428
30
- [82607] 03 Oct 18:58:41.714 - DB 0: 3 keys (0 volatile) in 4 slots HT.
31
- [82607] 03 Oct 18:58:41.715 - 1 clients connected (0 slaves), 971408 bytes in use
32
- [82607] 03 Oct 18:58:46.758 - DB 0: 3 keys (0 volatile) in 4 slots HT.
33
- [82607] 03 Oct 18:58:46.758 - 1 clients connected (0 slaves), 971408 bytes in use
34
- [82607] 03 Oct 18:58:51.792 - DB 0: 3 keys (0 volatile) in 4 slots HT.
35
- [82607] 03 Oct 18:58:51.792 - 1 clients connected (0 slaves), 971408 bytes in use
36
- [82607] 03 Oct 18:58:56.825 - DB 0: 3 keys (0 volatile) in 4 slots HT.
37
- [82607] 03 Oct 18:58:56.825 - 1 clients connected (0 slaves), 971408 bytes in use
38
- [82607] 03 Oct 18:59:01.863 - DB 0: 4 keys (0 volatile) in 4 slots HT.
39
- [82607] 03 Oct 18:59:01.863 - 1 clients connected (0 slaves), 1005008 bytes in use
40
- [82607] 03 Oct 18:59:06.904 - DB 0: 5 keys (0 volatile) in 8 slots HT.
41
- [82607] 03 Oct 18:59:06.904 - 1 clients connected (0 slaves), 972256 bytes in use
42
- [82607] 03 Oct 18:59:11.941 - DB 0: 5 keys (0 volatile) in 8 slots HT.
43
- [82607] 03 Oct 18:59:11.941 - 1 clients connected (0 slaves), 972256 bytes in use
@@ -1 +0,0 @@
1
- 82607