exlibris-aleph 0.0.2 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +54 -1
- data/lib/exlibris/aleph/bor_auth.rb +6 -1
- data/lib/exlibris/aleph/patron.rb +20 -7
- data/lib/exlibris/aleph/railtie.rb +9 -0
- data/lib/exlibris/aleph/record.rb +8 -0
- data/lib/exlibris/aleph/rest.rb +12 -0
- data/lib/exlibris/aleph/tab_helper.rb +84 -54
- data/lib/exlibris/aleph/version.rb +1 -1
- data/lib/exlibris-aleph.rb +3 -2
- data/lib/tasks/exlibris-aleph_tasks.rake +8 -6
- data/test/dummy/config/aleph/NYU50/collections.yml +4 -0
- data/test/dummy/config/aleph/NYU50/item_permissions_by_item_process_status.yml +359 -648
- data/test/dummy/config/aleph/NYU50/item_permissions_by_item_status.yml +2 -2
- data/test/dummy/config/aleph/NYU50/patron_permissions.yml +42 -42
- data/test/dummy/config/aleph/NYU50/pickup_locations.yml +10 -0
- data/test/dummy/config/aleph/NYU51/patron_permissions.yml +1 -1
- data/test/dummy/config/aleph/alephe/sub_libraries.yml +776 -0
- data/test/dummy/config/aleph/sub_libraries.yml +20 -0
- data/test/dummy/config/initializers/aleph.rb +1 -1
- data/test/dummy/log/aleph/tab_helper.log +108 -0
- data/test/dummy/log/tab_helper.log +16 -0
- data/test/dummy/log/test.log +2510 -0
- data/test/unit/tab_helper_benchmarks.rb +27 -15
- data/test/unit/tab_helper_test.rb +76 -41
- metadata +15 -10
@@ -74,11 +74,21 @@ MISC:
|
|
74
74
|
:type: '1'
|
75
75
|
:library: NYU50
|
76
76
|
:text: Miscellaneous for cleanup
|
77
|
+
NBERL:
|
78
|
+
:code: NBERL
|
79
|
+
:type: '3'
|
80
|
+
:library: NYU50
|
81
|
+
:text: NYU Berlin (Germany)
|
77
82
|
NCOUR:
|
78
83
|
:code: NCOUR
|
79
84
|
:type: '1'
|
80
85
|
:library: NYU50
|
81
86
|
:text: NYU Courant
|
87
|
+
NFLOR:
|
88
|
+
:code: NFLOR
|
89
|
+
:type: '3'
|
90
|
+
:library: NYU50
|
91
|
+
:text: NYU Florence (Italy)
|
82
92
|
NIFA:
|
83
93
|
:code: NIFA
|
84
94
|
:type: '1'
|
@@ -104,6 +114,11 @@ NLAPI:
|
|
104
114
|
:type: '1'
|
105
115
|
:library: NYU50
|
106
116
|
:text: NYU La Pietra Library (Italy)
|
117
|
+
NLOND:
|
118
|
+
:code: NLOND
|
119
|
+
:type: '3'
|
120
|
+
:library: NYU50
|
121
|
+
:text: NYU London (England)
|
107
122
|
NOFFS:
|
108
123
|
:code: NOFFS
|
109
124
|
:type: '1'
|
@@ -114,6 +129,11 @@ NPOLY:
|
|
114
129
|
:type: '1'
|
115
130
|
:library: NYU50
|
116
131
|
:text: NYU Poly
|
132
|
+
NPRAG:
|
133
|
+
:code: NPRAG
|
134
|
+
:type: '3'
|
135
|
+
:library: NYU50
|
136
|
+
:text: NYU Prague (Czech Republic)
|
117
137
|
NREI:
|
118
138
|
:code: NREI
|
119
139
|
:type: '1'
|
@@ -1 +1 @@
|
|
1
|
-
Exlibris::Aleph::TabHelper.init("/mnt/aleph_tab",
|
1
|
+
Exlibris::Aleph::TabHelper.init("/mnt/aleph_tab", ["NYU50", "NYU51"])
|
@@ -1 +1,109 @@
|
|
1
1
|
# Logfile created on 2012-03-29 11:38:12 -0400 by logger.rb/31641
|
2
|
+
Warning in Exlibris::Aleph::TabHelper. Pickup locations not found. Defaulting to Aleph item sub library, .
|
3
|
+
Additional parameters:
|
4
|
+
ADM library:
|
5
|
+
Sub library:
|
6
|
+
Item status:
|
7
|
+
Item process status:
|
8
|
+
Availability status:
|
9
|
+
Borrower status:
|
10
|
+
|
11
|
+
Warning in Exlibris::Aleph::TabHelper. Pickup locations not found. Defaulting to Aleph item sub library, .
|
12
|
+
Additional parameters:
|
13
|
+
ADM library:
|
14
|
+
Sub library:
|
15
|
+
Item status:
|
16
|
+
Item process status:
|
17
|
+
Availability status:
|
18
|
+
Borrower status:
|
19
|
+
|
20
|
+
Warning in Exlibris::Aleph::TabHelper. Pickup locations not found. Defaulting to Aleph item sub library, BOBST.
|
21
|
+
Additional parameters:
|
22
|
+
ADM library: NYU50
|
23
|
+
Sub library: BOBST
|
24
|
+
Item status:
|
25
|
+
Item process status:
|
26
|
+
Availability status:
|
27
|
+
Borrower status:
|
28
|
+
|
29
|
+
Warning in Exlibris::Aleph::TabHelper. Pickup locations not found. Defaulting to Aleph item sub library, BOBST.
|
30
|
+
Additional parameters:
|
31
|
+
ADM library: NYU50
|
32
|
+
Sub library: BOBST
|
33
|
+
Item status: 01
|
34
|
+
Item process status:
|
35
|
+
Availability status:
|
36
|
+
Borrower status: 50
|
37
|
+
|
38
|
+
Warning in Exlibris::Aleph::TabHelper. Pickup locations not found. Defaulting to Aleph item sub library, BOBST.
|
39
|
+
Additional parameters:
|
40
|
+
ADM library: NYU50
|
41
|
+
Sub library: BOBST
|
42
|
+
Item status: 01
|
43
|
+
Item process status:
|
44
|
+
Availability status:
|
45
|
+
Borrower status: 50
|
46
|
+
|
47
|
+
Warning in Exlibris::Aleph::TabHelper. Pickup locations not found. Defaulting to Aleph item sub library, BOBST.
|
48
|
+
Additional parameters:
|
49
|
+
ADM library: NYU50
|
50
|
+
Sub library: BOBST
|
51
|
+
Item status: 01
|
52
|
+
Item process status:
|
53
|
+
Availability status:
|
54
|
+
Borrower status: 50
|
55
|
+
|
56
|
+
Warning in Exlibris::Aleph::TabHelper. Pickup locations not found. Defaulting to Aleph item sub library, BOBST.
|
57
|
+
Additional parameters:
|
58
|
+
ADM library: NYU50
|
59
|
+
Sub library: BOBST
|
60
|
+
Item status: 01
|
61
|
+
Item process status:
|
62
|
+
Availability status:
|
63
|
+
Borrower status: 50
|
64
|
+
|
65
|
+
Warning in Exlibris::Aleph::TabHelper. Pickup locations not found. Defaulting to Aleph item sub library, BOBST.
|
66
|
+
Additional parameters:
|
67
|
+
ADM library: NYU50
|
68
|
+
Sub library: BOBST
|
69
|
+
Item status: 01
|
70
|
+
Item process status:
|
71
|
+
Availability status:
|
72
|
+
Borrower status: 51
|
73
|
+
|
74
|
+
Warning in Exlibris::Aleph::TabHelper. Pickup locations not found. Defaulting to Aleph item sub library, BOBST.
|
75
|
+
Additional parameters:
|
76
|
+
ADM library: NYU50
|
77
|
+
Sub library: BOBST
|
78
|
+
Item status:
|
79
|
+
Item process status:
|
80
|
+
Availability status:
|
81
|
+
Borrower status: 51
|
82
|
+
|
83
|
+
Warning in Exlibris::Aleph::TabHelper. Pickup locations not found. Defaulting to Aleph item sub library, BOBST.
|
84
|
+
Additional parameters:
|
85
|
+
ADM library: NYU50
|
86
|
+
Sub library: BOBST
|
87
|
+
Item status:
|
88
|
+
Item process status:
|
89
|
+
Availability status:
|
90
|
+
Borrower status: 51
|
91
|
+
|
92
|
+
Warning in Exlibris::Aleph::TabHelper. Pickup locations not found. Defaulting to Aleph item sub library, BOBST.
|
93
|
+
Additional parameters:
|
94
|
+
ADM library: NYU50
|
95
|
+
Sub library: BOBST
|
96
|
+
Item status:
|
97
|
+
Item process status:
|
98
|
+
Availability status:
|
99
|
+
Borrower status: 51
|
100
|
+
|
101
|
+
Warning in Exlibris::Aleph::TabHelper. Pickup locations not found. Defaulting to Aleph item sub library, BOBST.
|
102
|
+
Additional parameters:
|
103
|
+
ADM library: NYU50
|
104
|
+
Sub library: BOBST
|
105
|
+
Item status:
|
106
|
+
Item process status:
|
107
|
+
Availability status:
|
108
|
+
Borrower status: 51
|
109
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# Logfile created on 2012-04-02 13:35:57 -0400 by logger.rb/31641
|
2
|
+
Warning in Exlibris::Aleph::TabHelper. Item permissions not found. Additional parameters:
|
3
|
+
ADM library: nyu50
|
4
|
+
Sub library: BOBST
|
5
|
+
Item status:
|
6
|
+
Item process status:
|
7
|
+
Warning in Exlibris::Aleph::TabHelper. Item permissions not found. Additional parameters:
|
8
|
+
ADM library: nyu50
|
9
|
+
Sub library: BOBST
|
10
|
+
Item status:
|
11
|
+
Item process status:
|
12
|
+
Warning in Exlibris::Aleph::TabHelper. Item permissions not found. Additional parameters:
|
13
|
+
ADM library: nyu50
|
14
|
+
Sub library:
|
15
|
+
Item status:
|
16
|
+
Item process status:
|