]> git.evergreen-ils.org Git - Evergreen.git/blob - ChangeLog
last minute backport of critical holds display fix
[Evergreen.git] / ChangeLog
1 2009-03-27  miker
2
3         * : next 1.2-1.4 upgrade will include removal of errant slashes
4           from old ingest
5
6 2009-03-27  dbs
7
8         * : Backport 12486 from trunk: decrement a counter for the chunk
9           size
10
11         * : Backport r12478 from trunk - fallback to a default record type
12           if nothing valid turns up
13
14 2009-03-29  dbs
15
16         * : Backport r12713 from trunk: make SlimPAC respect
17           author/title/subject/series indexes
18
19 2009-03-30  miker
20
21         * : pass the default search class correctly, instead of rewriting
22           the query (possibly causing user confusion); require a valid
23           class be passed to the middle layer code
24
25 2009-03-31  dbs
26
27         * : Backport r12725 from trunk: fix closed dates editor
28
29         * : Backport r12717 from trunk: prevent apostrophes in search terms
30           from breaking SlimPAC
31
32 2009-04-02  dbs
33
34         * : Backport r12670 from trunk: prevent lengthy error messages from
35           spilling off the bottom of the screen
36
37 2009-04-03  dbs
38
39         * : Backport r12770 from trunk: Accomodate PostgreSQL 8.3's type
40           strictness
41
42         * : Backport r12773 from trunk: Fix broken Z39.50 import due to
43           XMLENT manipulating <script> elements
44           
45           Thanks to Jeff Godin <jeff@tcnet.org> for the patch!
46           
47           Developer's Certificate of Origin 1.1
48           
49           By making a contribution to this project, I certify that:
50           
51           (a) The contribution was created in whole or in part by me and I
52           have the right to submit it under the open source license
53           indicated in the file; or
54           
55           (b) The contribution is based upon previous work that, to the
56           best
57           of my knowledge, is covered under an appropriate open source
58           license and I have the right under that license to submit that
59           work with modifications, whether created in whole or in part
60           by me, under the same open source license (unless I am
61           permitted to submit under a different license), as indicated
62           in the file; or
63           
64           (c) The contribution was provided directly to me by some other
65           person who certified (a), (b) or (c) and I have not modified
66           it.
67           
68           (d) I understand and agree that this project and the contribution
69           are public and that a record of the contribution (including all
70           personal information I submit with it, including my sign-off) is
71           maintained indefinitely and may be redistributed consistent with
72           this project or the open source license(s) involved.
73           
74           Signed-off-by: Jeff Godin <jeff@tcnet.org>
75
76 2009-04-03  phasefx
77
78         * : sort item attribute editor templates alphabetically
79
80         * : Fix hold shelf display for solitary item. We expect an array
81           here, but if the array only has one element, then RemoteRequest
82           is just returning that element
83
84         * : "Hold Slip" accidentally replaced "Transit Slip" during
85           i18n-ization
86
87 2009-04-08  dbs
88
89         * : Backport r12816 from trunk: Fix
90           open-ils.ingest.full.biblio.record_list
91           * Pass a reference to the list, rather than a scalar
92           * Fix the return value by returning a true count, rather than a
93           sum of the processed IDs
94
95 2009-04-09  dbs
96
97         * : Backport r12831 from trunk: Lots of people are stumbling over
98           the opensrf (OpenSRF) vs. osrf (EG) username, so bring them into
99           sync
100
101 2009-04-09  phasefx
102
103         * : fix for nasty little copy/paste regression, trying to support
104           null ilsevent's. This was preventing Force this Action dialogs
105           for multiple overridable events
106
107 2009-04-10  miker
108
109         * : updating upgrade scripts for 1.2-1.4 for deficiency noted by
110           John Craig. Thanks, John!
111
112 2009-04-21  miker
113
114         * : Patch from James Fournie fixing regression of copy display in
115           deep hierarchies which was introduced by a partial fixed in
116           r12470
117
118         * : backporting TCN duplicate detection fix from head
119
120 2009-04-28  dbs
121
122         * : I was incrementing the counter twice in the "count linefeeds"
123           loop. Stop doing that.
124           Also, use a Unicode-safe algorithm for iterating over characters.
125
126 2009-05-04  phasefx
127
128         * : entities for copy/paste context menus in xul textboxes
129
130 2009-05-13  phasefx
131
132         * : backporting changeset 13151: Use the dedicated xul file for
133           rendering MARC html instead of data: url'ing it. Fixes the
134           mangling of double-daggers in record merging and overlaying
135           displays
136
137 2009-05-15  miker
138
139         * : avoid regex-izing user supplied strings
140
141 2009-05-24  miker
142
143         * : Patch provided by Ben Ostrowsky to address authority matching
144           in 1.4 and beyond. Matching requires more subfields, because it
145           is more strict.
146
147 2009-05-28  phasefx
148
149         * : offline interfaces were only clearing on 'Save these
150           transactions' if receipt printing was enabled. doh, thought I had
151           fixed that
152
153 2009-05-29  erickson
154
155         * : storage call needs to go to storage
156
157 2009-05-29  miker
158
159         * : be more strict about going away after short-circut code; check
160           earlier for hold validity
161
162 2009-05-30  miker
163
164         * : backporting fix for one-character thinko in baseline online
165           resource display, discovered by Warren Layton -- thanks Warren!
166
167 2009-06-01  erickson
168
169         * : old-school circ scripts require refreshed script runner on
170           renewals
171
172         * : if no search terms are sent, exit early
173
174         * : make the input test a little more strict (require the presence
175           of a search term)
176
177 2009-06-02  phasefx
178
179         * : backport changeset 13280 and 13289 for hold list Available On
180           columns
181
182 2009-06-03  miker
183
184         * : regression in hold targeting where blanket expire_time is set
185
186 2009-06-03  erickson
187
188         * : when retargeting alternate holds after opportunistic checkin
189           capture, only retarget related holds not all holds with
190           prev_check_time=null
191
192         * : silence 'uninitialized value in hash element' warnings
193
194         * : removed and old pile of 'warn' statements used for debugging
195
196         * : no need to warn when orgid is null in find_org(), that's not an
197           uncommon occurrence. just return undef
198
199 2009-06-05  erickson
200
201         * : repaired typo in module name
202
203         * : shift off the class param
204
205 2009-06-05  miker
206
207         * : allow bookbag (rlist) display to work with just one record id
208
209 2009-06-08  miker
210
211         * : allow rlist URLs to honor offset param
212
213         * : doh! applied to the wrong call
214
215 2009-06-10  erickson
216
217         * : enabled authoritative for several methods
218
219 2009-06-10  phasefx
220
221         * : have spine label interface use authoritative copy retrieval to
222           prevent ASSET_COPY_NOT_FOUND race condition
223
224 2009-06-11  erickson
225
226         * : backporting 12264 : added support for the global
227           UPDATE_ORG_UNIT_SETTING_ALL permission, which overrides
228           individual org-setting perms
229
230 2009-06-11  miker
231
232         * : joins in the all_circulations reporting view were ...
233           overzealous
234
235 2009-06-12  phasefx
236
237         * : backporting changeset 13375 for z39.50 result summaries
238
239         * : porting the "top-margin label fix" from 1.2
240
241 2009-06-12  erickson
242
243         * : patch from Ben Ostrowsky to add per-org-setting perms to seed
244           data
245
246 2009-06-15  miker
247
248         * .: Tagging 1.4.0.5
249