]> git.evergreen-ils.org Git - Evergreen.git/blob - ChangeLog
Bumping version numbers, adding Upgrade Script and Changelog
[Evergreen.git] / ChangeLog
1 commit 6f26795b372c98f7df7adc4796c08639fecee041
2 Author: Bill Erickson <berickxx@gmail.com>
3 Date:   Wed Sep 16 14:54:07 2015 -0400
4
5     Modify server upgrade doc for 2.8.4
6     
7     Signed-off-by: Bill Erickson <berickxx@gmail.com>
8
9 16      15      docs/installation/server_upgrade.txt
10
11 commit d78b7083d666a024158d3e4ef20bd3e3d9311300
12 Author: Bill Erickson <berickxx@gmail.com>
13 Date:   Wed Sep 16 13:52:40 2015 -0400
14
15     Bumping Perl version string for 2.8.4 release
16     
17     Signed-off-by: Bill Erickson <berickxx@gmail.com>
18
19 1       1       Open-ILS/src/perlmods/lib/OpenILS.pm
20
21 commit 0e99626ad9d038c0e510bafcce9323730aab7a05
22 Author: Kathy Lussier <klussier@masslnc.org>
23 Date:   Wed Sep 16 14:33:37 2015 -0400
24
25     2.8.4 release notes
26     
27     Release notes for the 2.8.4 point release.
28     
29     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
30
31 66      0       docs/RELEASE_NOTES_2_8.txt
32
33 commit 6867968282545b21f5587d750221a9159abf6107
34 Author: Michael Peters <mpeters@emeralddata.net>
35 Date:   Thu Dec 4 15:56:53 2014 -0500
36
37     LP#1361266 Patron self-registration form accepts date of birth in wrong format
38     
39     This patch applys some basic javascript to validate that a date entered is
40     at least in ISO 8601 format.  This prevents someone from entering "cupcake"
41     or 55/66/6666 as a valid date of birth by validating the stgu.dob input
42     at the time of submission.
43     
44     Signed-off-by: Michael Peters <mpeters@emeralddata.net>
45     Signed-off-by: Josh Stompro <stomproj@larl.org>
46     Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
47
48 14      0       Open-ILS/src/templates/opac/parts/js.tt2
49 4       3       Open-ILS/src/templates/opac/register.tt2
50
51 commit 94ead2bffc571ce8a111834ad9845765148b857d
52 Author: Bill Erickson <berickxx@gmail.com>
53 Date:   Tue Jul 7 15:49:59 2015 -0400
54
55     LP#1472380 Display all Vandelay authority matches
56     
57     Ensure a row is added for every authority record match in the Vandelay
58     match grid, even when multiple matches refer to the same authority
59     record.
60     
61     Signed-off-by: Bill Erickson <berickxx@gmail.com>
62     Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
63
64 19      1       Open-ILS/web/js/ui/default/vandelay/vandelay.js
65
66 commit c7c42958f717f07267ed6af115cc2e959f6cbc74
67 Author: Bill Erickson <berickxx@gmail.com>
68 Date:   Mon Jun 22 12:01:19 2015 -0400
69
70     LP#1465847 Empty patron search exits early
71     
72     If no search parameters or invalid search parameters are sent to the
73     patron search API, the API call exits early with zero results.  This
74     avoids cases where empty searches can lead to heavy DB calls, querying
75     and sorting he entire patron data set.
76     
77     Signed-off-by: Bill Erickson <berickxx@gmail.com>
78     Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
79
80 13      0       Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
81
82 commit 3734b4d100a2e8f1b37e942f01b0c92ccf0e6afd
83 Author: Jason Stephenson <jstephenson@mvlc.org>
84 Date:   Thu Sep 3 13:48:20 2015 -0400
85
86     LP#1491962 Fix 0847 Live Test
87     
88     The fix for LP 1484281 broke the 0847.auth_overlay_generator.pg live
89     test.  Since e was removed from the controlled subfield list for the
90     100 authority tag, it needs to be removed from the expected live test
91     results.
92     
93     This commit does that.
94     
95     Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
96     Signed-off-by: Dan Wells <dbw2@calvin.edu>
97
98 1       1       Open-ILS/src/sql/Pg/live_t/0847.auth_overlay_generator.pg
99
100 commit 180c9c3582fcebab78ada19e0f0f330a39ad7053
101 Author: Jason Stephenson <jstephenson@mvlc.org>
102 Date:   Wed Sep 2 12:00:15 2015 -0400
103
104     LP#1484281: Stamping Upgrade Script.
105     
106     Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
107
108 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
109 9       0       Open-ILS/src/sql/Pg/upgrade/0941.data.authority.control_set_authority_field-remove-sf-e.sql
110 0       11      Open-ILS/src/sql/Pg/upgrade/XXXX.data.authority.control_set_authority_field-remove-sf-e.sql
111  create mode 100644 Open-ILS/src/sql/Pg/upgrade/0941.data.authority.control_set_authority_field-remove-sf-e.sql
112  delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.data.authority.control_set_authority_field-remove-sf-e.sql
113
114 commit 8034e6c878954d83a9f1de8c26ae103a992529b5
115 Author: Yamil Suarez <yamil@yamil.com>
116 Date:   Wed Sep 2 11:20:23 2015 -0400
117
118     LP# 1484281 auth control config update release notes
119     
120     Signed-off-by: Yamil Suarez <yamil@yamil.com>
121     Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
122
123 47      0       docs/RELEASE_NOTES_NEXT/Cataloging/prevent_authority_propagation_delete.txt
124  create mode 100644 docs/RELEASE_NOTES_NEXT/Cataloging/prevent_authority_propagation_delete.txt
125
126 commit b721b489270efdeedbd211addfaca471bd34b8a1
127 Author: Yamil Suarez <yamil@yamil.com>
128 Date:   Mon Aug 17 16:47:34 2015 -0400
129
130     LP# 1484281 auth control config update to prevent propagated data deletion
131     
132     Remove subfield 'e' from authority.control_set_authority_field seed values
133     
134     Removed from the auth tag 100 and 110, which should apply to bib tags
135     100,110,600,610,700,710
136     
137     Added upgrade script, and pgTAP test.
138     
139     How to test this patch
140     ----------------------
141     [1] To test this bug you need 1 authority record and at least 1 bib record.
142     The auth record needs to have an auth 100 or 110 tag that has a subfield $e,
143     for example 100 $aDavis, Miles $ecomposer. (for the record, it is not good
144     cataloging practice to have $e in the auth record, but it can happen by mistake.)
145     The bib record needs to be have a matching bib 100 or 700 tag with the same
146     subfield $a and $e. In addition the matching bib tag has to be linked to the
147     authority record, i.e. the bib tag has to have a bib subfield $0 with the DB
148     id of the authority record.
149     
150     [2] If you open up the authority record, in the authority MARC editor, and remove
151     the subfield $e; the subfield $e found in the bib record tag will be removed.
152     This is a mistake because normally bib record tags 100/110/700/710 do use subfield
153     $e, though the subfield $e should not be used in the auth record 100/110 tags.
154     
155     [3] When this patch is applied, if a cataloger removes a subfield $e from an auth
156     100/110 tag, the deletion will not cascade to its linked bibs.
157     
158     Signed-off-by: Yamil Suarez <yamil@yamil.com>
159     Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
160
161 2       2       Open-ILS/src/sql/Pg/950.data.seed-values.sql
162 22      0       Open-ILS/src/sql/Pg/t/regress/lp1465830_fix_auth_data_propagation_deletes.pg
163 11      0       Open-ILS/src/sql/Pg/upgrade/XXXX.data.authority.control_set_authority_field-remove-sf-e.sql
164  create mode 100644 Open-ILS/src/sql/Pg/t/regress/lp1465830_fix_auth_data_propagation_deletes.pg
165  create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.data.authority.control_set_authority_field-remove-sf-e.sql
166
167 commit 2fb014b923b5f8ffe2ca5b6136770443c1c82997
168 Author: Galen Charlton <gmc@esilibrary.com>
169 Date:   Thu Aug 27 16:02:57 2015 +0000
170
171     LP#1484989: tweak test case
172     
173     This adjusts the test case so that it will
174     report on the planned number of tests even if the
175     test circ cannot be retrieved for some reason.
176     
177     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
178
179 2       0       Open-ILS/src/perlmods/live_t/10-lp1484989_dont_close_fined_xacts.t
180
181 commit b0a5b38773c8c882519e855e5120e0fdf989ffe6
182 Author: Dan Wells <dbw2@calvin.edu>
183 Date:   Fri Aug 14 15:11:16 2015 -0400
184
185     LP#1484989 Don't close xacts with checkin-generated fines
186     
187     If a transaction has checkin-generated fines, and previously had a
188     balance of zero, the rearranged billing code was prematurely closing
189     the transaction.  This commit separates the closing step to run after
190     any possible fine generation.
191     
192     Signed-off-by: Dan Wells <dbw2@calvin.edu>
193     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
194
195 14      4       Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
196 36      0       Open-ILS/src/perlmods/live_t/10-lp1484989_dont_close_fined_xacts.t
197  create mode 100644 Open-ILS/src/perlmods/live_t/10-lp1484989_dont_close_fined_xacts.t
198
199 commit 8950793da95194804ed052663c6d1fb0a4e8619c
200 Author: Bill Erickson <berickxx@gmail.com>
201 Date:   Thu Aug 20 10:23:33 2015 -0400
202
203     Forward porting 2.8.2->2.8.3 SQL upgrade
204     
205     Signed-off-by: Bill Erickson <berickxx@gmail.com>
206
207 817     0       Open-ILS/src/sql/Pg/version-upgrade/2.8.2-2.8.3-upgrade-db.sql
208  create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/2.8.2-2.8.3-upgrade-db.sql