]> git.evergreen-ils.org Git - Evergreen.git/blob - ChangeLog
Bumping version numbers, adding Upgrade Script and Changelog
[Evergreen.git] / ChangeLog
1 commit 5b0b14ee8e7905d244afaed7d7b2d37aa44dd694
2 Author: Dan Wells <dbw2@calvin.edu>
3 Date:   Mon Feb 24 12:09:57 2014 -0500
4
5     Bump OpenILS.pm version
6     
7     Signed-off-by: Dan Wells <dbw2@calvin.edu>
8
9 1       1       Open-ILS/src/perlmods/lib/OpenILS.pm
10
11 commit 9407725acf1d1d082520762b4797af8aa9ac93c3
12 Author: Dan Wells <dbw2@calvin.edu>
13 Date:   Thu May 29 09:15:01 2014 -0400
14
15     Forward port 2.5.4 upgrade script
16     
17     Signed-off-by: Dan Wells <dbw2@calvin.edu>
18
19 79      0       Open-ILS/src/sql/Pg/version-upgrade/2.5.3-2.5.4-upgrade-db.sql
20  create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/2.5.3-2.5.4-upgrade-db.sql
21
22 commit 5dda3727fdddc7364be3afb09934700df227e4f9
23 Author: Galen Charlton <gmc@esilibrary.com>
24 Date:   Tue May 20 10:09:08 2014 -0700
25
26     LP#1296937: move the $force_bc parameter of ->charged_items() to an implementation method
27     
28     Argubably, the $force_bc parameter of OpenILS::SIP::Patron->charged_items()
29     method exists solely as an implementation convenience for the renew-all
30     code.  Consequently, this patch removes the $force_bc parameter from the
31     public interface for charged_items() and spins it off into a new
32     implementation method.
33     
34     This patch should be applied at the same time that a reversion of
35     SIPServer commit c97d64412bc is applied.  Note that a user who upgrades
36     SIPServer without upgrading Evergreen to a version that contains this
37     patch will end up in a situation where the code that counts active
38     loans for the patron information response will fetch the loans using
39     $force_bc set to true; this works only by coincidence.
40     
41     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
42     Signed-off-by: Jeff Godin <jgodin@tadl.org>
43
44 8       1       Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm
45 1       1       Open-ILS/src/perlmods/lib/OpenILS/SIP/Transaction/RenewAll.pm
46
47 commit 1aae891b4c298fc341a8314ca3a70936491969df
48 Author: Bill Erickson <berick@esilibrary.com>
49 Date:   Thu May 22 14:41:17 2014 -0400
50
51     LP#1322303 cleanse backdate for checkin overdue voiding
52     
53     Passing raw backdates, particularly from offline transactions, which
54     have a space between the date and time, to
55     DateTime::Format::ISO8601->parse_datetime results in "Invalid date
56     format:" errors.  Pass the date through the cleanse routine first.
57     
58     Signed-off-by: Bill Erickson <berick@esilibrary.com>
59     Signed-off-by: Ben Shum <bshum@biblio.org>
60
61 1       1       Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircCommon.pm
62
63 commit dd50cf4828aa743ea71648f5b3826a9b255e59a2
64 Author: Josh Stompro <Stomproj@larl.org>
65 Date:   Wed May 21 08:37:58 2014 -0500
66
67     (doc) 'debian-wheezy' was left out of the OS options
68     
69     Just added 'debian-wheezy' to the OS options, it was left out by mistake.
70     
71     Signed-off-by: Josh Stompro <Stomproj@larl.org>
72     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
73
74 1       1       docs/installation/server_installation.txt
75
76 commit 688037653c36b73d7c1103dc543b542d97fa36cf
77 Author: Josh Stompro <Stomproj@larl.org>
78 Date:   Mon May 19 15:17:15 2014 -0500
79
80     (doc) add overdues to summary of the phone list feature
81     
82     Added "or overdues" to the summary so it is clear that phonelist
83     handles both holds and overdues.
84     
85     Signed-off-by: Josh Stompro <Stomproj@larl.org>
86     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
87
88 1       1       docs/admin/phonelist.txt
89
90 commit 6145fdb54b4d7f7d4acd8487c66dfaa2406731e1
91 Author: Dan Wells <dbw2@calvin.edu>
92 Date:   Thu May 22 11:24:41 2014 -0400
93
94     LP#1314920 Stamping upgrade script
95     
96     Signed-off-by: Dan Wells <dbw2@calvin.edu>
97
98 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
99 9       0       Open-ILS/src/sql/Pg/upgrade/0881.data.YAOUS-desc-update.sql
100 0       9       Open-ILS/src/sql/Pg/upgrade/XXXX.data.YAOUS-desc-update.sql
101  create mode 100644 Open-ILS/src/sql/Pg/upgrade/0881.data.YAOUS-desc-update.sql
102  delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.data.YAOUS-desc-update.sql
103
104 commit 15845afca54695bf052d70f3b05bc1aaf242731f
105 Author: Jason Etheridge <jason@esilibrary.com>
106 Date:   Thu May 1 04:15:55 2014 -0400
107
108     LP#1314920 change the desc for the org hiding setting
109     
110     so that it references physical_loc instead of ol
111     
112     Signed-off-by: Jason Etheridge <jason@esilibrary.com>
113     Signed-off-by: Dan Wells <dbw2@calvin.edu>
114
115 1       1       Open-ILS/src/sql/Pg/950.data.seed-values.sql
116 9       0       Open-ILS/src/sql/Pg/upgrade/XXXX.data.YAOUS-desc-update.sql
117  create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.data.YAOUS-desc-update.sql
118
119 commit 0267f38e93a5fc15f14b4821f6e45fa8860b6edd
120 Author: Jeff Godin <jgodin@tadl.org>
121 Date:   Wed Oct 30 14:37:10 2013 -0400
122
123     LP#1246843: Don't show contact invalidators for new users
124     
125     Don't show contact invalidator buttons for new users. This affects
126     staged users and cloned users, where the contact fields have a value
127     when the editor initially loads.
128     
129     Signed-off-by: Jeff Godin <jgodin@tadl.org>
130     Signed-off-by: Ben Shum <bshum@biblio.org>
131
132 3       1       Open-ILS/web/js/ui/default/actor/user/register.js
133
134 commit fbaa9890872690e9c6a7d1c240c514e601c3b494
135 Author: Mike Rylander <mrylander@gmail.com>
136 Date:   Tue May 20 14:30:20 2014 -0400
137
138     LP#1321429: Use server-local time as best-guess
139     
140     When first calculating the shelf expire time, we assume "now" as
141     the starting point by calling DateTime->now().  However, that gives
142     us the time in UTC.  That's not good because closed dates are stored
143     timezone-aware.  Instead, ask for server-local time.
144     
145     Signed-off-by: Mike Rylander <mrylander@gmail.com>
146     Signed-off-by: Ben Shum <bshum@biblio.org>
147
148 1       1       Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
149
150 commit 1e9461c49e6efdf99f3484d8528914ce1cb82c39
151 Author: Galen Charlton <gmc@esilibrary.com>
152 Date:   Tue May 20 16:48:57 2014 -0700
153
154     LP#1312945: pin schema update
155     
156     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
157     
158     Conflicts:
159         Open-ILS/src/sql/Pg/002.schema.config.sql
160
161 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
162 68      0       Open-ILS/src/sql/Pg/upgrade/0880.function.authority.calculate_authority_linking.sql
163 0       68      Open-ILS/src/sql/Pg/upgrade/XXXX.function.authority.calculate_authority_linking.sql
164  create mode 100644 Open-ILS/src/sql/Pg/upgrade/0880.function.authority.calculate_authority_linking.sql
165  delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.function.authority.calculate_authority_linking.sql
166
167 commit 2b6876ade525523ac57fe4c6932910bea3b89594
168 Author: Galen Charlton <gmc@esilibrary.com>
169 Date:   Tue May 20 16:46:02 2014 -0700
170
171     LP#1312945: add regression test
172     
173     This adds a test for the change to the
174     authority.calculate_authority_linking stored function.
175     
176     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
177
178 59      0       Open-ILS/src/sql/Pg/t/regress/lp1312945_auth_linking.pg
179  create mode 100644 Open-ILS/src/sql/Pg/t/regress/lp1312945_auth_linking.pg
180
181 commit ef3b92d663580d41c482f6dec83ccca52b22c5a2
182 Author: Mike Rylander <mrylander@gmail.com>
183 Date:   Wed Apr 30 18:38:29 2014 -0400
184
185     LP#1312945: baseline schema update
186     
187     Signed-off-by: Mike Rylander <mrylander@gmail.com>
188     Signed-off-by: Srey Seng <sreyseng@gmail.com>
189     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
190
191 24      14      Open-ILS/src/sql/Pg/999.functions.global.sql
192
193 commit ca08510dea1ce6c4c0b7fecc5ad430636e05f790
194 Author: Srey Seng <sreyseng@gmail.com>
195 Date:   Wed Apr 30 15:20:17 2014 -0700
196
197     LP#1312945: authority.calculate_authority_linking and multiple linked tags
198     
199     The function "authority.calculate_authority_linking" was not able to deal with
200     situations where there are multiple marc tags that are linkable. The function
201     only process the first tag that contains a linking_subfield and returns that
202     to be inserted into the authority_linking table, even when there are more than
203     one of the same tag with linking_subfield.
204     
205     Added an additional loop to loop through each tag, for situations where there are
206     multiples of each tag.
207     
208     Signed-off-by: Srey Seng <sreyseng@gmail.com>
209     Signed-off-by: Mike Rylander <mrylander@gmail.com>
210     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
211
212 68      0       Open-ILS/src/sql/Pg/upgrade/XXXX.function.authority.calculate_authority_linking.sql
213  create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.function.authority.calculate_authority_linking.sql
214
215 commit 923d94a66406bf1b81554b43e48c38b905219b81
216 Author: Mike Rylander <mrylander@gmail.com>
217 Date:   Wed Apr 30 12:58:11 2014 -0400
218
219     LP#1312945: auth-auth linking: cache less agressively and look for all links
220     
221     There was a logic inversion that was causing miss-use of a per-
222     record cache mechanism.  I remove that entirely, as it's not helpful
223     in practice.
224     
225     Also, after finding one use of a linked field we moved on to the
226     next, though it is possible for more than one link to exist for
227     different uses of a name, say.  Now we'll loop through all fields
228     to find all possible linkages.
229     
230     Signed-off-by: Mike Rylander <mrylander@gmail.com>
231     Signed-off-by: Srey Seng <sreyseng@gmail.com>
232     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
233
234 22      23      Open-ILS/src/support-scripts/authority_authority_linker.pl.in
235
236 commit 6b482e02dc50b30d907a21c10b16105d5a31a9d7
237 Author: Galen Charlton <gmc@esilibrary.com>
238 Date:   Tue May 20 08:46:47 2014 -0700
239
240     LP#1296937: (follow-up) make $ids_only be the last parameter for ->charged_items()
241     
242     This change ensures that if a site fails to upgrade SIPServer at the
243     same time that they upgrade Evergreen, the renew all message won't
244     break on them.
245     
246     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
247
248 2       2       Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm
249 1       1       Open-ILS/src/perlmods/lib/OpenILS/SIP/Transaction/RenewAll.pm
250
251 commit 9da789186d8cc274a1fd73c7f51cd5fd3edd5c52
252 Author: Thomas Berezansky <tsbere@mvlc.org>
253 Date:   Thu Jan 23 12:07:06 2014 -0500
254
255     LP#1296937: (SIP2) Add ids_only parameter to _items functions
256     
257     This allows the caller to skip loading of barcodes and/or titles when
258     they are not needed, such as when the plan is to return counts, not
259     details.  Per bug 1321017, this is particular useful for patrons
260     that have metarecord holds.
261     
262     Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
263     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
264
265 20      9       Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm
266 1       1       Open-ILS/src/perlmods/lib/OpenILS/SIP/Transaction/RenewAll.pm
267
268 commit d1daf577b9970224110d9b191b6c0c8c8f6a2977
269 Author: Yamil Suarez <yamil@yamil.com>
270 Date:   Thu May 8 17:37:07 2014 -0400
271
272     Documentation: add a 'where' clause to bib record import stored procedure
273     
274     The stored procedure for doing bib record import was lacking a 'where'
275     clause in one of the update statements.
276     
277     Signed-off-by: Yamil Suarez <yamil@yamil.com>
278
279 2       1       docs/admin_initial_setup/migrating_your_data.txt
280
281 commit d9416d170d5f1606fc91324b1262d27d55d86cbb
282 Author: Kathy Lussier <klussier@masslnc.org>
283 Date:   Thu May 1 17:55:23 2014 -0400
284
285     Fix for Library Links Documentation
286     
287     Fix for the note formatting in the Library Links Documentation.
288     
289     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
290
291 8       0       docs/opac/linked_libraries.txt
292
293 commit 7c4176e38c3d0113c1c17073a4af810cef7441f8
294 Author: Yamil Suarez <yamil@yamil.com>
295 Date:   Wed Apr 30 11:57:16 2014 -0400
296
297     Documentation: added missing word to 'library settings editor' docs
298     
299     Added "editor" to label of what menu should be used.
300     
301     Signed-off-by: Yamil Suarez <yamil@yamil.com>
302
303 1       1       docs/admin/lsa-library_settings_editor.txt
304
305 commit aadaebbadf2c11aad41cb8449eecc4fe906fbd48
306 Author: Kathy Lussier <klussier@masslnc.org>
307 Date:   Sun Apr 27 01:13:59 2014 -0400
308
309     Docs for library links
310     
311     Adding documentation for the new 2.5 feature allowing sites to configure
312     links to their web sites from the catalog.
313     
314     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
315
316 20      0       docs/opac/linked_libraries.txt
317 2       0       docs/root.txt
318  create mode 100644 docs/opac/linked_libraries.txt