]> git.evergreen-ils.org Git - Evergreen.git/blob - ChangeLog
Bumping version numbers, adding Upgrade Script and Changelog
[Evergreen.git] / ChangeLog
1 commit d4d8adcde1212f9afbc9d37d76f83bab1eaa513a
2 Author: blake <blake@mobiusconsortium.org>
3 Date:   Thu Nov 30 14:02:32 2017 -0600
4
5     bumping Perl version string for 2.12.8
6     
7     Signed-off-by: blake <blake@mobiusconsortium.org>
8
9 1       1       Open-ILS/src/perlmods/lib/OpenILS.pm
10
11 commit 4bb5782dedca3105b733a592850d1fc904f236b5
12 Author: blake <blake@mobiusconsortium.org>
13 Date:   Thu Nov 30 13:59:25 2017 -0600
14
15     cd build/i18n && make newpot
16     
17     Signed-off-by: blake <blake@mobiusconsortium.org>
18
19 1       1       build/i18n/po/AutoFieldWidget.js/AutoFieldWidget.js.pot
20 1       1       build/i18n/po/FlattenerGrid.js/FlattenerGrid.js.pot
21 1       1       build/i18n/po/PCrudFilterPane.js/PCrudFilterPane.js.pot
22 1       1       build/i18n/po/Searcher.js/Searcher.js.pot
23 1       1       build/i18n/po/TranslatorPopup.js/TranslatorPopup.js.pot
24 1       1       build/i18n/po/URLVerify.js/URLVerify.js.pot
25 1       1       build/i18n/po/User.js/User.js.pot
26 1       1       build/i18n/po/XULTermLoader.js/XULTermLoader.js.pot
27 1       1       build/i18n/po/acq.js/acq.js.pot
28 1       1       build/i18n/po/admin.properties/admin.properties.pot
29 1       1       build/i18n/po/auth.properties/auth.properties.pot
30 1       1       build/i18n/po/authority.js/authority.js.pot
31 1       1       build/i18n/po/capture.js/capture.js.pot
32 1       1       build/i18n/po/cat.properties/cat.properties.pot
33 1       1       build/i18n/po/circ.properties/circ.properties.pot
34 1       1       build/i18n/po/common.properties/common.properties.pot
35 1       1       build/i18n/po/conify.dtd/conify.dtd.pot
36 1       1       build/i18n/po/conify.js/conify.js.pot
37 4       4       build/i18n/po/conify/conify.pot
38 1       1       build/i18n/po/db.seed/db.seed.pot
39 1       1       build/i18n/po/fm_IDL.dtd/fm_IDL.dtd.pot
40 1       1       build/i18n/po/ils_events.xml/ils_events.xml.pot
41 1       1       build/i18n/po/lang.dtd/lang.dtd.pot
42 1       1       build/i18n/po/match_set.js/match_set.js.pot
43 1       1       build/i18n/po/offline.properties/offline.properties.pot
44 1       1       build/i18n/po/opac.dtd/opac.dtd.pot
45 1       1       build/i18n/po/opac.js/opac.js.pot
46 1       1       build/i18n/po/patron.properties/patron.properties.pot
47 1       1       build/i18n/po/pickup_and_return.js/pickup_and_return.js.pot
48 1       1       build/i18n/po/pull_list.js/pull_list.js.pot
49 1       1       build/i18n/po/register.js/register.js.pot
50 1       1       build/i18n/po/reports.dtd/reports.dtd.pot
51 1       1       build/i18n/po/reports.js/reports.js.pot
52 1       1       build/i18n/po/reservation.js/reservation.js.pot
53 1       1       build/i18n/po/selfcheck.js/selfcheck.js.pot
54 1       1       build/i18n/po/serial.js/serial.js.pot
55 1       1       build/i18n/po/serial.properties/serial.properties.pot
56 20      20      build/i18n/po/tpac/tpac.pot
57 1       1       build/i18n/po/vandelay.js/vandelay.js.pot
58 2       2       build/i18n/po/vandelay/vandelay.pot
59 123     106     build/i18n/po/webstaff/webstaff.pot
60
61 commit 20b04955bfbf6e057b9cfd47c5c5d6b7bde1d5c0
62 Author: Galen Charlton <gmc@equinoxinitiative.org>
63 Date:   Thu Nov 30 11:24:25 2017 -0500
64
65     release notes for Evergreen 2.12.8
66     
67     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
68
69 56      0       docs/RELEASE_NOTES_2_12.adoc
70
71 commit 5cf67e795d7b4dedb22eb74868a31c90370adea8
72 Author: Galen Charlton <gmc@equinoxinitiative.org>
73 Date:   Fri Sep 15 14:38:18 2017 -0400
74
75     LP#1178802: force ceiling dates to be end of day
76     
77     This patch ensures that when a hard due date (or hard due date value)
78     is created or edited, the ceiling date is set to the end of that day.
79     
80     This fixes a problem where a ceiling date would not be applied for
81     loans checked out earlier on the ceiling date itself.
82     
83     This patch intentionally does not touch existing hard due date
84     values.  It also does not use the database or middle layer to coerce
85     the ceiling dates to end of day to leave upon the possiblity that
86     an Angular version of the hard due date editor will allow operators
87     to set both date and time. (Note that Dojo does not readily have a
88     combined date/time picker.)
89     
90     To test
91     -------
92     [1] Apply the patch, then in the hard due date editor, verify that
93         when creating a hard due date _value_, the date gets saved as
94         ending at 23:59:59 in the local time zone.
95     [2] Similarly, verify that when editing an existing hard due date value,
96         the date gets saved as ending at 23:59:59.
97     [3] Repeat steps 1 and 2, but this time for hard due dates.
98     
99     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
100     Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
101     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
102
103 21      0       Open-ILS/src/templates/conify/global/config/hard_due_date.tt2
104 20      0       Open-ILS/src/templates/conify/global/config/hard_due_date_values.tt2
105
106 commit b03e8a9ab643440399ca3f30a5a65bbddae3d47c
107 Author: Alex Cautley <acautley@catalyte.io>
108 Date:   Thu Nov 16 23:03:11 2017 +0000
109
110     lp1705133 view holds patron info redaction
111     
112     Removed extra or sensitive patron information from patron and record
113     hold grid
114     
115     Signed-off-by: Alex Cautley <acautley@catalyte.io>
116     
117      Changes to be committed:
118         modified:   Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2
119         modified:   Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2
120     
121     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
122     
123     Conflicts:
124         Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2
125
126 6       4       Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2
127 8       4       Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2
128
129 commit 63e787b258b843c150f47f0a34c8c510379a7c0a
130 Author: Jason Boyer <jboyer@library.in.gov>
131 Date:   Thu Aug 31 22:06:31 2017 -0400
132
133     LP1714390:Remove acp Editor Formatting Frustration
134     
135     In bug 1713064 I added a directive to make it possible to use
136     a String as a Model in an Input tag with type Number. Unfortunately
137     there was also a formatting function in that branch that works well
138     sometimes but is far more frustrating than it is helpful for enough
139     workflows that it should be removed.
140     
141     Signed-off-by: Jason Boyer <jboyer@library.in.gov>
142     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
143
144 3       3       Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
145 0       13      Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
146
147 commit a4f8c22dbd8c1c4009d759b5491f0f9e0f65cfc0
148 Author: Jason Stephenson <jason@sigio.com>
149 Date:   Thu Jun 15 14:11:41 2017 -0400
150
151     LP 1698176: Return undef with die event in Actor.pm _add_patron function.
152     
153     If the CStoreEditor create_actor_user call fails in the _add_patron
154     helper function in OpenILS/Application/Actor.pm, the CStorEditor's
155     die_event is returned as a scalar value.  The caller expects a list
156     return with two values: the user object in index 0 and the event, if
157     any, in index 1.
158     
159     Returning just the event causes the caller to use the event as if it
160     were the user object.  This leads to a different error message later
161     in the code: Can't call method "billing_address" on unblessed
162     reference at /path/to/perlib/OpenILS/Application/Actor.pm line 743.
163     
164     This commit changes the return value in the event of a database insert
165     failure to be the two member list as expected by the caller with undef
166     in index 0 and the die_event in index 1.  This returns the proper
167     error message to the client.
168     
169     Signed-off-by: Jason Stephenson <jason@sigio.com>
170     Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
171
172 1       1       Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
173
174 commit 8ee82281557089082d76b9508ade0d716804fe39
175 Author: Jeff Godin <jgodin@tadl.org>
176 Date:   Tue Nov 7 16:29:03 2017 -0500
177
178     LP#1671150 Document unaccented name index fix
179     
180     Release notes for evergreen.unaccent_and_squash function (and
181     dependent indexes) fix.
182     
183     Signed-off-by: Jeff Godin <jgodin@tadl.org>
184     Signed-off-by: Jason Stephenson <jason@sigio.com>
185
186 27      0       docs/RELEASE_NOTES_NEXT/patron_name_username_index_fixes.adoc
187  create mode 100644 docs/RELEASE_NOTES_NEXT/patron_name_username_index_fixes.adoc
188
189 commit cc45065963bb041398c113055ff04ac8946f2107
190 Author: Jason Stephenson <jason@sigio.com>
191 Date:   Fri Nov 17 15:15:15 2017 -0500
192
193     LP#1671150 Stamp database upgrade script.
194     
195     Signed-off-by: Jason Stephenson <jason@sigio.com>
196
197 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
198 31      0       Open-ILS/src/sql/Pg/upgrade/1083.scema.qualify_unaccent_refs.sql
199 0       32      Open-ILS/src/sql/Pg/upgrade/XXXX.schema.qualify_unaccent_refs.sql
200  create mode 100644 Open-ILS/src/sql/Pg/upgrade/1083.scema.qualify_unaccent_refs.sql
201  delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.schema.qualify_unaccent_refs.sql
202
203 commit ad4e7e0e92bb751eacc3587bf14a7a3cbc60638f
204 Author: Jeff Godin <jgodin@tadl.org>
205 Date:   Thu Jun 22 20:03:29 2017 -0400
206
207     LP#1671150 fix unqualified unaccent call
208     
209     Fix index creation failures when using pg_restore by qualifying the
210     unaccent() function call in evergreen.unaccent_and_squash()
211     
212     Signed-off-by: Jeff Godin <jgodin@tadl.org>
213     Signed-off-by: Jason Stephenson <jason@sigio.com>
214
215 1       1       Open-ILS/src/sql/Pg/000.functions.general.sql
216 32      0       Open-ILS/src/sql/Pg/upgrade/XXXX.schema.qualify_unaccent_refs.sql
217  create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.schema.qualify_unaccent_refs.sql
218
219 commit d460f49ae2044fc481d1c09b2d351ebe15934569
220 Author: Kathy Lussier <klussier@masslnc.org>
221 Date:   Fri Nov 17 12:40:43 2017 -0500
222
223     LP#1708489: Adjust sample holds status
224     
225     Changed the sample holds status to a status that would show up on a real-world holds
226     shelf.
227     
228     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
229
230 1       1       Open-ILS/web/js/ui/default/staff/admin/workstation/app.js
231
232 commit 40aa14eb5c94bb537b8b4d32ad11a565a35f2040
233 Author: Kyle Huckins <khuckins@catalyte.io>
234 Date:   Tue Oct 24 18:12:31 2017 +0000
235
236     LP#1708489 Hold Shelf Print Template Additions
237     
238     - Add Hold Status and Shelf Expiry Date to Hold Shelf Print
239     Template
240     
241     Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
242     
243      Changes to be committed:
244         modified:   Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_list.tt2
245         modified:   Open-ILS/web/js/ui/default/staff/admin/workstation/app.js
246     
247     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
248
249 6       0       Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_list.tt2
250 8       4       Open-ILS/web/js/ui/default/staff/admin/workstation/app.js
251
252 commit 3c14985ce6125639af73ea522d90eff4530fca08
253 Author: Kathy Lussier <klussier@masslnc.org>
254 Date:   Fri Nov 17 12:11:12 2017 -0500
255
256     LP#1708487: Update helper text in print template
257     
258     Update the helper text for title and barcode for bills printer templates to
259     include xact.
260     
261     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
262
263 3       3       Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2
264 3       3       Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2
265
266 commit 445b380c2b66f7a6f45de5e9eab50a2f38b21b7b
267 Author: Kyle Huckins <khuckins@catalyte.io>
268 Date:   Mon Oct 30 15:55:24 2017 +0000
269
270     LP#1708487 Add Title and Barcode to Bill Print Templates
271     
272     - Add additional documentation to Bills, Current; Bills, Payment; and Bills,
273     Historical print templates.
274     - Convert xacts to objects containing all required information for print
275     templates
276     
277     Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
278     
279      Changes to be committed:
280         modified:   Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2
281         modified:   Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2
282         modified:   Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2
283         modified:   Open-ILS/web/js/ui/default/staff/circ/patron/bills.js
284     
285     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
286
287 3       0       Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2
288 2       1       Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2
289 2       0       Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2
290 46      6       Open-ILS/web/js/ui/default/staff/circ/patron/bills.js
291
292 commit b27c5a67baeee185ea0984af404edf4fc0514868
293 Author: Kathy Lussier <klussier@masslnc.org>
294 Date:   Mon Sep 25 10:29:56 2017 -0400
295
296     LP#1672435: Make BR4's sample theses copy location holdable
297     
298     All of the part copies in the sample dataset live in a non-holdable
299     copy location, usually BR4's Theses location. This commit makes
300     that copy location holdable so that we can better test part holds
301     out of the box.
302     
303     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
304     Signed-off-by: Ben Shum <ben@evergreener.net>
305
306 1       1       Open-ILS/tests/datasets/sql/assets_extras.sql
307
308 commit c3d05cae76fee23ccc37e204217837d511d2882d
309 Author: Mike Rylander <mrylander@gmail.com>
310 Date:   Wed Nov 1 18:22:21 2017 -0400
311
312     LP#1704396: reset the facet alarm timer
313     
314     When using alarm() one must reset the timer via alarm(0) or incur the wrath
315     of the spurious signal.
316     
317     Conflicts:
318         Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
319     
320     Signed-off-by: Mike Rylander <mrylander@gmail.com>
321     Signed-off-by: Jason Stephenson <jason@sigio.com>
322
323 3       1       Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
324
325 commit 920028d5ba34a07e5088519624896ce7b9750584
326 Author: Jason Boyer <JBoyer@library.in.gov>
327 Date:   Wed Oct 18 22:05:05 2017 -0500
328
329     LP1724725: Handle ident_type2 in Web Staff User Editor
330     
331     While it was fairly harmless to not be able to set an ident_type2
332     value in the webstaff editor, the way things worked out if a user
333     had one set from the XUL client or direct manipulation an attempt
334     to save such a user would crash the cstore backend.
335     
336     To test
337     -------
338     [1] Use the patron editor to edit a patron that has a value set
339         for ident_value2. Save a change, but note that nothing is
340         displayed and that eventually an open-ils.cstore error is
341         reported in the browser console.
342     [2] Apply the patch and repeat step 1. This time, the patron
343         editor will display the secondary identification type field
344         and allow you to save changes to the record.
345     
346     Signed-off-by: Jason Boyer <JBoyer@library.in.gov>
347     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
348
349 15      0       Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
350 4       0       Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js
351
352 commit b1494fbba30ec4550c0dcf7b3c9d893e4037c8c5
353 Author: Galen Charlton <gmc@equinoxinitiative.org>
354 Date:   Tue Nov 7 15:41:59 2017 -0500
355
356     LP#1145213: add schema update
357     
358     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
359
360 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
361 263     0       Open-ILS/src/sql/Pg/upgrade/1079.schema.fix_asset_merge.sql
362  create mode 100644 Open-ILS/src/sql/Pg/upgrade/1079.schema.fix_asset_merge.sql
363
364 commit dc2a3c2a92a4e2e4337a933271d1e4738923f515
365 Author: Galen Charlton <gmc@equinoxinitiative.org>
366 Date:   Tue Nov 7 15:21:57 2017 -0500
367
368     LP#1145213: fix some typos
369     
370     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
371
372 2       2       Open-ILS/src/sql/Pg/t/lp1145213_test_func_asset.merge_record_assets.pg
373
374 commit 56416f263338e11b4d963004cd7d452ec046ecc9
375 Author: Cesar Velez <cesar.velez@equinoxinitiative.org>
376 Date:   Fri Sep 1 10:29:36 2017 -0400
377
378     LP#1145213: add pgTAP test
379     
380     This tests the changes to the asset.merge_record_assets() function.
381     
382     Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
383     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
384
385 94      0       Open-ILS/src/sql/Pg/t/lp1145213_test_func_asset.merge_record_assets.pg
386  create mode 100644 Open-ILS/src/sql/Pg/t/lp1145213_test_func_asset.merge_record_assets.pg
387
388 commit d1de62fc49257a895c958348bc404683534b6c72
389 Author: Rogan Hamby <rogan.hamby@gmail.com>
390 Date:   Wed Aug 9 08:50:41 2017 -0400
391
392     LP#1145213: improvements to record merge
393     
394     This patch checks for suffix and prefix of call number before merging
395     assets and ensures that unused call number records are marked
396     deleted.
397     
398     To test:
399     
400     [0] Apply the patch.
401     [1] Attempt a record merge where each record has a volumes with the
402         same call number label and owning library but different
403         affixes. Verify that the volumes and their associated copies
404         are not merged onto the same volume..
405     [2] Attempt a merge with records having matching volumes. Verify
406         that the copies are moved to one volume and that the other is
407         marked deleted.
408     
409     Signed-off-by: Rogan Hamby <rhamby@equinoxinitiative.org>
410     Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
411     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
412
413 4       0       Open-ILS/src/sql/Pg/999.functions.global.sql
414
415 commit 854322f75b0203a57e6d00b9fb5fa8bc62fe0fa6
416 Author: Galen Charlton <gmc@equinoxinitiative.org>
417 Date:   Tue Nov 7 14:33:16 2017 -0500
418
419     LP#1671635: escape some values to avoid XSS
420     
421     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
422
423 3       3       Open-ILS/src/templates/opac/parts/place_hold.tt2
424
425 commit 63b8ca3abea5ae2f6078ee5a8a09ad376e0c05dd
426 Author: Kathy Lussier <klussier@masslnc.org>
427 Date:   Fri Sep 22 15:18:12 2017 -0400
428
429     LP#1671635: Maintain search parameters throughout place hold process
430     
431     Add hidden fields to the Place Hold form for the search query, type
432     and locg fields so that they will appear correctly in the search bar
433     on the holds confirmation page. This commit also keeps the query
434     parameter in the URL after clicking the Place Hold link from the search
435     results page.
436     
437     Test Plan:
438     Log into the public catalog and perform a search that is limited to a library
439     that differs from the user's preferred search library and using a search type
440     that is not keyword (e.g. title or author). Place a hold on any title from
441     either the search results or record page. After submitting the form, look
442     at the search parameters in the search bar on the hold confirmation page.
443     
444     Pre-patch, the query terms will not appear, the search type will revert back
445     to the default of keyword, and the search library will be the user's preferred
446     search library.
447     
448     Post-patch, the query parameters will be maintained in the search bar.
449     
450     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
451     Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
452     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
453
454 6       0       Open-ILS/src/templates/opac/parts/place_hold.tt2
455 1       1       Open-ILS/src/templates/opac/parts/result/table.tt2
456
457 commit a91faae8bc5da244251d0b05841c5612b2a29180
458 Author: Jeff Davis <jdavis@sitka.bclibraries.ca>
459 Date:   Fri Oct 6 11:15:05 2017 -0700
460
461     LP#1706147: handle multiple matches on patron barcode completion in web client
462     
463     To test:
464     
465     1. Add a barcode completion rule for BR1, applying to users and set to
466        active, where "BR1" is the prefix.
467     
468     2. Create a user with barcode "BR100001" and home library BR1.
469     
470     3. Create another user with barcode "00001".
471     
472     4. Login to the web client with BR1 as your working location. Go to
473        "Check Out Item" and enter barcode "00001". EG will retrieve one of
474        the two accounts you created; it ought to present a dialog that
475        allows you to choose between BR00001 and 00001 (or none of the above).
476     
477     Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
478     Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
479     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
480
481 111     56      Open-ILS/web/js/ui/default/staff/circ/patron/app.js
482
483 commit a14caf01a1a92487f343dcb9caa062bd18ab22e5
484 Author: Bill Erickson <berickxx@gmail.com>
485 Date:   Mon Oct 30 11:36:29 2017 -0400
486
487     LP#1728122 Webstaff survey display avoids deep fleshing
488     
489     Avoid collecting survey/question/answer data via deep pcrud fleshing.
490     Opt instead to organize the data locally using the values fleshed
491     directly on the response object.
492     
493     Additional fixes included:
494     
495     1. Avoid displaying survey responses for out-of-scope surveys.
496     2. Format survey response dates using the configured date format instead
497        of display a bare ISO date.
498     
499     Signed-off-by: Bill Erickson <berickxx@gmail.com>
500     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
501     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
502
503 18      11      Open-ILS/src/templates/staff/circ/patron/t_surveys.tt2
504 43      14      Open-ILS/web/js/ui/default/staff/circ/patron/app.js
505
506 commit aff2a41e2b8dd2fb1687266fc2409e7f16169a4b
507 Author: Remington Steed <rjs7@calvin.edu>
508 Date:   Thu Oct 26 14:37:50 2017 -0400
509
510     Docs: Fix AsciiDoc header syntax bug
511     
512     This docs section header was renamed, but the underline needs to be
513     changed to match.
514     
515     Signed-off-by: Remington Steed <rjs7@calvin.edu>
516
517 1       1       docs/admin_initial_setup/borrowing_items.adoc
518
519 commit ddc7b641433454d05e5d2e1d6ed31ae88d500005
520 Author: Remington Steed <rjs7@calvin.edu>
521 Date:   Wed Oct 25 11:21:52 2017 -0400
522
523     Docs: Fix PDF build errors
524     
525     This commit fixes two minor errors that were preventing the PDF build
526     process from completing (a duplicate section ID, and a link to a
527     non-existing section ID).
528     
529     Signed-off-by: Remington Steed <rjs7@calvin.edu>
530
531 1       1       docs/installation/server_upgrade.adoc
532 0       2       docs/root.adoc
533
534 commit d4b0cdb04f81d7962f80e80156ee5a261b8fb760
535 Author: Cesar Velez <cesar.velez@equinoxinitiative.org>
536 Date:   Thu Sep 28 10:48:58 2017 -0400
537
538     LP#1715423 - fix issues with the display of IDs in patron summary pane
539     
540     The Patron summary pane was not properly displaying the values
541     for the primary ID and secondary ID. Also added the type name of
542     the ID in next to primary ID label.
543     
544     Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>
545     
546     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
547
548 3       3       Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
549 5       1       Open-ILS/web/js/ui/default/staff/circ/patron/app.js
550
551 commit 6f49f439d00f48301eefc86aedf2de8bc0a79d69
552 Author: Galen Charlton <gmc@equinoxinitiative.org>
553 Date:   Thu Oct 19 21:06:50 2017 -0400
554
555     forward-port 2.12.7 upgrade script
556     
557     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
558
559 25      0       Open-ILS/src/sql/Pg/version-upgrade/2.12.6-2.12.7-upgrade-db.sql
560  create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/2.12.6-2.12.7-upgrade-db.sql