]> git.evergreen-ils.org Git - Evergreen.git/blob - ChangeLog
Bumping version numbers, adding Upgrade Script and Changelog
[Evergreen.git] / ChangeLog
1 commit ba053a312b59bcb40ff1f34ed13178c6240f2894
2 Author: Dan Wells <dbw2@calvin.edu>
3 Date:   Tue Feb 26 14:38:22 2019 -0500
4
5     Update upgrade docs for 3.2.5
6     
7     Signed-off-by: Dan Wells <dbw2@calvin.edu>
8
9 22      60      docs/installation/server_upgrade.adoc
10
11 commit bc17f1f0eac8edf757a51978c48700bb92faf2c4
12 Author: Dan Wells <dbw2@calvin.edu>
13 Date:   Tue Mar 26 16:15:48 2019 -0400
14
15     Bump OpenILS.pm version
16     
17     Signed-off-by: Dan Wells <dbw2@calvin.edu>
18
19 1       1       Open-ILS/src/perlmods/lib/OpenILS.pm
20
21 commit 88c3bd9d689c2f9d1e65f7cb085553a0c45dfd2c
22 Author: Remington Steed <rjs7@calvin.edu>
23 Date:   Tue Mar 26 16:15:11 2019 -0400
24
25     Docs: Revise 3.2.5 bugfix release notes
26     
27     This commit adds release notes for recently pushed fixes to the new
28     Angular pieces of the web client.
29     
30     Signed-off-by: Remington Steed <rjs7@calvin.edu>
31
32 14      0       docs/RELEASE_NOTES_3_2.adoc
33
34 commit dd07cba8c15f0268647a68c19feb02146dcbfb8a
35 Author: Dan Wells <dbw2@calvin.edu>
36 Date:   Tue Mar 26 12:28:53 2019 -0400
37
38     Translation updates - po files
39     
40     Signed-off-by: Dan Wells <dbw2@calvin.edu>
41
42 335     0       build/i18n/po/circ/en-GB.po
43 375     0       build/i18n/po/kpac/en-GB.po
44 419     0       build/i18n/po/serial/en-GB.po
45 30      14      build/i18n/po/webstaff/ar-JO.po
46 78      62      build/i18n/po/webstaff/cs-CZ.po
47 34      22      build/i18n/po/webstaff/en-CA.po
48 93      72      build/i18n/po/webstaff/en-GB.po
49 24      14      build/i18n/po/webstaff/es-ES.po
50 27      14      build/i18n/po/webstaff/hy-AM.po
51 24      14      build/i18n/po/webstaff/ru-RU.po
52  create mode 100644 build/i18n/po/circ/en-GB.po
53  create mode 100644 build/i18n/po/kpac/en-GB.po
54  create mode 100644 build/i18n/po/serial/en-GB.po
55
56 commit a37154508d8fc078b5d9bae5ada105a534c13ecd
57 Author: Dan Wells <dbw2@calvin.edu>
58 Date:   Tue Mar 26 12:08:27 2019 -0400
59
60     Translation updates - newpot
61     
62     Signed-off-by: Dan Wells <dbw2@calvin.edu>
63
64 41      11      build/i18n/po/db.seed/db.seed.pot
65 180     173     build/i18n/po/webstaff/webstaff.pot
66
67 commit c9e3cd64261e8b24b756de5a630fb01a23a493f5
68 Author: Bill Erickson <berickxx@gmail.com>
69 Date:   Wed Mar 20 14:38:44 2019 -0400
70
71     LP1821067 Angular i18n uses XMB; cs-CZ examples
72     
73     Includes documentation updates and cs-CZ example using export cs-CZ .xtb
74     translation bundle.
75     
76     Also remove xmliffmerge configuration options since we are not using
77     xliff files.
78     
79     Signed-off-by: Bill Erickson <berickxx@gmail.com>
80     Signed-off-by: Dan Wells <dbw2@calvin.edu>
81
82 18      5       Open-ILS/src/eg2/CHEAT_SHEET.adoc
83 4       4       Open-ILS/src/eg2/angular.json
84 2       29      Open-ILS/src/eg2/package.json
85 2       1       Open-ILS/src/eg2/src/environments/environment.prod.ts
86
87 commit f38a629f356c555254f56c989080d67a4b7d1474
88 Author: Bill Erickson <berickxx@gmail.com>
89 Date:   Wed Mar 20 14:38:14 2019 -0400
90
91     LP1821067 Angular Czech translation bundle
92     
93     Signed-off-by: Bill Erickson <berickxx@gmail.com>
94     Signed-off-by: Dan Wells <dbw2@calvin.edu>
95
96 495     0       Open-ILS/src/eg2/src/locale/messages.cs-CZ.xtb
97  create mode 100644 Open-ILS/src/eg2/src/locale/messages.cs-CZ.xtb
98
99 commit b46e5e774bdbe1468a05d474af722fcbea048835
100 Author: Bill Erickson <berickxx@gmail.com>
101 Date:   Fri Mar 22 13:41:12 2019 -0700
102
103     LP1821409 Ang admin editor clears fields on new
104     
105     The Angular admin pages re-use an FmEditor component for creating and
106     updating objects.  When creating a new object after editing an existing
107     object, reset the editor so it won't load the previously edited object.
108     
109     Signed-off-by: Bill Erickson <berickxx@gmail.com>
110     Signed-off-by: Dan Wells <dbw2@calvin.edu>
111
112 4       0       Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.ts
113
114 commit 52ae1b1d5adbba0c860db59c06c84b19541e3fc2
115 Author: Bill Erickson <berickxx@gmail.com>
116 Date:   Wed Jan 23 17:30:26 2019 -0500
117
118     LP1807461 Admin page avoid errors on dialog dismissal
119     
120     Add support to the base DialogComponent class for passing information to
121     the caller via the reject handler about whether a dialog was dismissed
122     via user interface interaction (body click, esc key, cross click, cancel
123     button) or for some other reason, presumably an error.
124     
125     Teach the generic admin page to avoid toasting errors when an edit or
126     create dialog is dismissed via UI.
127     
128     Signed-off-by: Bill Erickson <berickxx@gmail.com>
129     Signed-off-by: Dan Wells <dbw2@calvin.edu>
130
131 25      1       Open-ILS/src/eg2/src/app/share/dialog/dialog.component.ts
132 10      6       Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.ts
133
134 commit 4a054a7ef822f1094e28f8c0fc3faacd77bd6df4
135 Author: Bill Erickson <berickxx@gmail.com>
136 Date:   Wed Jan 23 16:13:52 2019 -0500
137
138     LP1807458 Eg2 grid Edit option lint repairs
139     
140     Signed-off-by: Bill Erickson <berickxx@gmail.com>
141     Signed-off-by: Dan Wells <dbw2@calvin.edu>
142
143 4       3       Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.ts
144
145 commit 4574eaf3442ee4dc9b0cde6e6e2d941ce9c17eef
146 Author: Bill Erickson <berickxx@gmail.com>
147 Date:   Mon Dec 10 15:06:23 2018 -0500
148
149     LP#1807461 FM-editor show danger toasts when create/update fails
150     
151     Display a danger toast when update or create attempts fail in the
152     Angular fieldmapper editor dialog.
153     
154     Signed-off-by: Bill Erickson <berickxx@gmail.com>
155     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
156     Signed-off-by: Dan Wells <dbw2@calvin.edu>
157
158 7       0       Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.html
159 10      2       Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.ts
160
161 commit d794c5b848a6007a134ac8782309d87be5ed5e84
162 Author: Bill Erickson <berickxx@gmail.com>
163 Date:   Mon Dec 10 13:09:36 2018 -0500
164
165     LP#1807458 Angular admin grid Edit Selected option
166     
167     Adds a new "Edit Selected" action to the "Actions for Selected Items"
168     menu in the general purpose admin grid.  This only visibly affects the
169     ACQ admin grids at time of writing, but applies to all auto-generated
170     admin grids.
171     
172     Signed-off-by: Bill Erickson <berickxx@gmail.com>
173     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
174     Signed-off-by: Dan Wells <dbw2@calvin.edu>
175
176 2       0       Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.html
177 27      12      Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.ts
178
179 commit baabffdfc14c2a648c503cf6fe26df07a694bcaf
180 Author: abneiman <abneiman@equinoxinitiative.org>
181 Date:   Tue Feb 19 17:22:04 2019 -0500
182
183     docs: Statcat updates
184     
185     Signed-off-by: abneiman <abneiman@equinoxinitiative.org>
186     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
187
188 16      7       docs/admin/lsa-statcat.adoc
189 -       -       docs/media/lsa-statcat-2.png
190 -       -       docs/media/lsa-statcat-3.png
191 -       -       docs/media/lsa-statcat-3a.png
192 -       -       docs/media/lsa-statcat-5.png
193 -       -       docs/media/lsa-statcat-6.png
194 -       -       docs/media/lsa-statcat-8.png
195  create mode 100644 docs/media/lsa-statcat-3a.png
196
197 commit 1a307d20aa6ded7cc5e7248e35c4d658d9c28ae5
198 Author: Remington Steed <rjs7@calvin.edu>
199 Date:   Wed Mar 20 11:57:02 2019 -0400
200
201     Docs: Add bugfix release notes for 3.2.5
202     
203     For the acknowledgements section, I opted to include anyone who had
204     signed off on a commit in 3.2.5. I'm not sure what the criteria were
205     for pervious point release notes.
206     
207     Signed-off-by: Remington Steed <rjs7@calvin.edu>
208
209 105     0       docs/RELEASE_NOTES_3_2.adoc
210
211 commit 77600513ca30b431079d7384237161089bbeae41
212 Author: Remington Steed <rjs7@calvin.edu>
213 Date:   Wed Mar 20 12:16:54 2019 -0400
214
215     Docs: Add bugfix release notes for 3.1.11
216     
217     For the acknowledgements section, I opted to include anyone who had
218     signed off on a commit in 3.1.11. Not sure if this is the same as past
219     point release notes.
220     
221     Signed-off-by: Remington Steed <rjs7@calvin.edu>
222
223 72      0       docs/RELEASE_NOTES_3_1.adoc
224
225 commit a5c5dbf7c2fe2e10357ece7f9110796951615b8c
226 Author: Bill Erickson <berickxx@gmail.com>
227 Date:   Thu Mar 14 12:03:58 2019 -0400
228
229     LP1776736 Record merge marc edit repairs
230     
231     1. Fixes issues where edits to MARC records would fail to save during
232        merge.
233     
234     2. Provide options to select flat or non-flat text editor in edit mode
235        for record merges.
236     
237     3. Allow record editor action buttons/selectors to flow down
238        horizontally when they don't fit in a narrow space.
239     
240     Signed-off-by: Bill Erickson <berickxx@gmail.com>
241     Signed-off-by: Dan Wells <dbw2@calvin.edu>
242
243 1       2       Open-ILS/src/templates/staff/cat/bucket/record/t_merge_records.tt2
244 7       7       Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2
245 1       0       Open-ILS/src/templates/staff/css/cat.css.tt2
246 27      15      Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js
247 1       1       Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js
248
249 commit 3b17ee40181c7ae5f67c97db34b91f9dde7c1610
250 Author: Josh Stompro <stompro@stompro.org>
251 Date:   Tue Feb 26 14:21:06 2019 -0600
252
253     LP1749502 - Holds Pull List Print Order
254     
255     - Expose call number affix sortkey data.
256     - Use sortkey data to sort default pull list template.
257     - Combine all call number info into one field in default pull list template.
258     - Sorty by shelf location position if it exists, then by shelf location name if it doesn't
259     - Only grab copy info if copy is assigned, to not break patron holds grid.
260     - Remove some web console logging only needed for testing.
261     
262     Signed-off-by: Josh Stompro <stompro@stompro.org>
263     Signed-off-by: Jason Stephenson <jason@sigio.com>
264     Signed-off-by: John Amundson <jamundson@cwmars.org>
265
266 2       6       Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2
267 37      31      Open-ILS/web/js/ui/default/staff/circ/services/holds.js
268
269 commit 3ec7bdcbac4a87c0db98b6d589c0aaca6d126337
270 Author: Jason Stephenson <jason@sigio.com>
271 Date:   Wed Sep 12 15:34:56 2018 -0400
272
273     LP 1749502: Add Call Number Prefix & Suffix to pull list print template.
274     
275     We add the call number prefix and suffix as separate columns to the
276     holds pull list print template.  We also add the suffix to the end of
277     the orderBy so that we also sort by the suffix.
278     
279     Signed-off-by: Jason Stephenson <jason@sigio.com>
280     Signed-off-by: Josh Stompro <stompro@stompro.org>
281     Signed-off-by: John Amundson <jamundson@cwmars.org>
282
283 5       1       Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2
284
285 commit 935a4242ff3ae243492b024a14be52394a7397ce
286 Author: Kyle Huckins <khuckins@catalyte.io>
287 Date:   Tue May 29 16:06:59 2018 +0000
288
289     lp1749502 Prefix patch
290     
291     - Ensure prefix information is properly set
292     
293     Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
294     
295      Changes to be committed:
296         modified:   Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2
297         modified:   Open-ILS/web/js/ui/default/staff/circ/services/holds.js
298     
299     Signed-off-by: Jason Stephenson <jason@sigio.com>
300     Signed-off-by: Josh Stompro <stompro@stompro.org>
301     Signed-off-by: John Amundson <jamundson@cwmars.org>
302
303 1       1       Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2
304 12      10      Open-ILS/web/js/ui/default/staff/circ/services/holds.js
305
306 commit c7e13807e5d3ef24458c2e247be502a5fe848e63
307 Author: Kyle Huckins <khuckins@catalyte.io>
308 Date:   Thu May 17 21:08:27 2018 +0000
309
310     lp1749502 Holds Pull List Print Order
311     
312     - Ensure copy shelf location position is available for each hold on
313     holds shelf.
314     - Add _copy_location_position to hold_data while printing.
315     
316     Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
317     
318      Changes to be committed:
319         modified:   Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2
320         modified:   Open-ILS/web/js/ui/default/staff/circ/services/holds.js
321     
322     Signed-off-by: Jason Stephenson <jason@sigio.com>
323     Signed-off-by: Josh Stompro <stompro@stompro.org>
324     Signed-off-by: John Amundson <jamundson@cwmars.org>
325
326 1       1       Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2
327 20      1       Open-ILS/web/js/ui/default/staff/circ/services/holds.js
328
329 commit 343a2f8068542665df7e5e2bcdb5eb37d8459698
330 Author: Bill Erickson <berickxx@gmail.com>
331 Date:   Tue Mar 5 11:53:09 2019 -0500
332
333     LP1739293 Record merged edit-in-place avoid wrap
334     
335     When using the inline editor, prevent text wrapping and instead allow
336     the text to overflow x and y and use scrolls to navigate.
337     
338     Signed-off-by: Bill Erickson <berickxx@gmail.com>
339     Signed-off-by: Elaine Hardy <ehardy@georgialibraries.org>
340
341 2       1       Open-ILS/src/templates/staff/cat/bucket/record/t_merge_records.tt2
342 8       0       Open-ILS/src/templates/staff/css/cat.css.tt2
343
344 commit c30d8d45c469174b047a14407c950cec96c2f4a7
345 Author: Bill Erickson <berickxx@gmail.com>
346 Date:   Tue Mar 5 11:10:44 2019 -0500
347
348     LP1739293 Record merge fits container
349     
350     Allow the text contents of each merged MARC record to wrap so the
351     records may fit horizontally on the screen.  A single vertical scroll
352     allows the user to scroll down to see any parts of the record that
353     require more vertical space.
354     
355     Signed-off-by: Bill Erickson <berickxx@gmail.com>
356     Signed-off-by: Elaine Hardy <ehardy@georgialibraries.org>
357
358 1       1       Open-ILS/src/templates/staff/cat/bucket/record/t_merge_records.tt2
359 19      0       Open-ILS/src/templates/staff/css/cat.css.tt2
360
361 commit 816b16492bf4d6ff4cdaf34a287ee321763ef7a4
362 Author: Bill Erickson <berickxx@gmail.com>
363 Date:   Fri Feb 8 11:25:10 2019 -0500
364
365     LP1739293 Record merge horizontal; optional holdings
366     
367     * Tile bib records horizontally in record bucket => merge records
368       interface.
369     
370     * Add a "Toggle Holdings View" button for displaying holdings and leave
371       holdings un-displayed by default.
372     
373     * Duplicate the Merge and Cancel buttons along the top of the dialog.
374     
375     Signed-off-by: Bill Erickson <berickxx@gmail.com>
376     Signed-off-by: Elaine Hardy <ehardy@georgialibraries.org>
377
378 50      33      Open-ILS/src/templates/staff/cat/bucket/record/t_merge_records.tt2
379 1       0       Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js
380
381 commit de32afd744a7bdefd1418da7da503d4a9d8f508d
382 Author: Jason Stephenson <jason@sigio.com>
383 Date:   Wed Mar 13 12:37:23 2019 -0400
384
385     LP 1819796: Fix method call on undefined value in generate_fines
386     
387     The below message repeats in the open-ils.storage_stderr.log:
388     
389     Caught error from 'run' method: Can't call method "search_where" on an
390     undefined value at
391     /usr/local/share/perl/5.26.1/OpenILS/Application/Storage/Publisher/action.pm
392     line 1014.
393     
394     This commit removes an errant ->search_where on a CStoreEditor call to
395     make that message go away.
396     
397     Also, delete some lines of code that were commented out at the time the
398     code was converted to use CStoreEditor.
399     
400     Signed-off-by: Jason Stephenson <jason@sigio.com>
401     Signed-off-by: Dan Wells <dbw2@calvin.edu>
402
403 1       8       Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm
404
405 commit 289e5ee465c60f94842c85ca9a8f4b308488d64f
406 Author: Remington Steed <rjs7@calvin.edu>
407 Date:   Fri Mar 8 15:27:45 2019 -0500
408
409     LP1793196 Fix console error when none selected
410     
411     If you open the dropdown and close it without selecting anything, the
412     console shows an error complaining that $scope.selected is undefined.
413     This commit checks that it exists in that case before using it.
414     
415     Signed-off-by: Remington Steed <rjs7@calvin.edu>
416     Signed-off-by: Dan Wells <dbw2@calvin.edu>
417
418 1       1       Open-ILS/web/js/ui/default/staff/services/ui.js
419
420 commit 448118772255aaecf7e8d7e483f53e8da67d5c03
421 Author: Bill Erickson <berickxx@gmail.com>
422 Date:   Tue Feb 5 12:28:15 2019 -0500
423
424     LP1793196 Volume batch editor offers MARC call numbers
425     
426     Provide call numbers extracted from the MARC record as options in the
427     volume batch editor.  Call numbers to extract are based on the load-time
428     classification scheme, defaulting to Generic ('1') if no default scheme
429     is applied.
430     
431     Patch includes additional sanity checks on volume editor utility
432     functions to avoid console errors referencing undefined values.
433     
434     Signed-off-by: Bill Erickson <berickxx@gmail.com>
435     Signed-off-by: Remington Steed <rjs7@calvin.edu>
436     Signed-off-by: Dan Wells <dbw2@calvin.edu>
437
438 1       1       Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2
439 22      5       Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
440
441 commit 331db31999bbd3747b62e6348d3e1d27117c7949
442 Author: Jane Sandberg <sandbej@linnbenton.edu>
443 Date:   Sun Sep 2 16:13:46 2018 -0700
444
445     LP1665534: Make pickup library in bib record holds view sticky
446     
447     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
448     Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
449     Signed-off-by: Bill Erickson <berickxx@gmail.com>
450
451 1       1       Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2
452
453 commit d2265ab8cc08165e789a9341702035ed6365c4ef
454 Author: Steven Callender <stevecallender@esilibrary.com>
455 Date:   Tue Dec 11 13:18:27 2018 -0500
456
457     LP1808006 - Sitemap generator fix to allow shortname parameter.
458     
459     Signed-off-by: Steven Callender <stevecallender@esilibrary.com>
460     Signed-off-by: Geoff Sams <gsams@roanoketexas.com>
461     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
462
463 4       1       Open-ILS/src/support-scripts/sitemap_generator
464
465 commit dfb52ae31bef4f3bdadb936e551ad38d413e4d04
466 Author: Jason Boyer <jboyer@library.in.gov>
467 Date:   Thu Jan 17 13:33:10 2019 -0500
468
469     LP1798628: Copy alert counts in Holdings
470     
471     Currently the count of all copy alerts ever applied
472     to a copy is displayed in the Holdings view, which
473     can be quite confusing when clicking Manage and not
474     seeing the expected number of alerts. This branch
475     changes the display to only count the number of
476     events currently active since those are the only
477     ones available to manage.
478     
479     Signed-off-by: Jason Boyer <jboyer@library.in.gov>
480     Signed-off-by: Garry Collum <gcollum@gmail.com>
481     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
482
483 3       1       Open-ILS/web/js/ui/default/staff/cat/services/holdings.js
484
485 commit 80d9c400eafe016343bedfa65c9fad053585d2b6
486 Author: Remington Steed <rjs7@calvin.edu>
487 Date:   Thu Oct 25 08:53:32 2018 -0400
488
489     LP#1778571 Fix logic error converting JS bool to DB bool
490     
491     Two minor bugs in the Copy Notes editor had the same cause in two
492     separate places. The cause was forgetting to convert the checkbox status
493     (a JavaScript bool) to the correct database format ('t' or 'f'). The
494     resulting symptoms were buggy behavior related to the state of the
495     "Public Note" checkbox. This commit addresses both cases mentioned in
496     the bug report and comments.
497     
498     To test the buggy behavior:
499     1. Edit an item (e.g. click the "Edit" link from the client OPAC view).
500     2. Click the "Item Notes" button (near the bottom of the editor).
501     3. Add a new note and check the "Public Note" box.
502     4. Click "OK".
503     5. Click "Item Notes" again and notice that the "Public Note" box on your
504        new note is no longer checked. (That's bug #1.)
505     6. Check "Public Note" again, click "OK", and click "Save & Exit".
506     7. Edit the same item again. Click "Item Notes".
507     8. Your note should correctly have the "Public Note" checkbox checked.
508     9. Uncheck the box and click "OK". Click "Save & Exit".
509     10. Edit the same item. Click "Item Notes".
510     11. Notice that your change didn't save. The "Public Note" checkbox is
511         still checked. (That's bug #2.)
512     
513     To test the fixes:
514     - Clear your browser cache.
515     - Repeat the steps above, noticing that:
516       - At step 5, the new note correctly has the "Public Note" checkbox
517         checked.
518       - At step 11, the edited note correctly has the "Public Note" checkbox
519         unchecked.
520     
521     NOTE: Testing requires clearing the browser cache, since the
522     t_copy_notes.tt2 file is fetched asynchronously by AngularJS.
523     
524     Signed-off-by: Remington Steed <rjs7@calvin.edu>
525     Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
526     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
527
528 1       1       Open-ILS/src/templates/staff/cat/volcopy/t_copy_notes.tt2
529 1       1       Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
530
531 commit d0a8024de9331542c83120d8fddacbe13b08d7d7
532 Author: Chris Sharp <csharp@georgialibraries.org>
533 Date:   Fri Mar 8 14:19:02 2019 -0500
534
535     LP#1759238: stamping upgrade script
536     
537     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
538
539 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
540 11      0       Open-ILS/src/sql/Pg/upgrade/1158.data.fix-typo-in-seed-data.sql
541 0       11      Open-ILS/src/sql/Pg/upgrade/XXXX.data.fix-typo-in-seed-data.sql
542  create mode 100644 Open-ILS/src/sql/Pg/upgrade/1158.data.fix-typo-in-seed-data.sql
543  delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.data.fix-typo-in-seed-data.sql
544
545 commit acdce777c319edcae4810697fa99b209775864eb
546 Author: Ben Shum <ben@evergreener.net>
547 Date:   Tue May 1 10:38:39 2018 -0400
548
549     LP#1759238: Add upgrade script to fix typo for Physical Description in DB
550     
551     This upgrade script will check and update the typo if it is present in
552     an existing installation.
553     
554     Signed-off-by: Ben Shum <ben@evergreener.net>
555     Signed-off-by: Josh Stompro <stompro@stompro.org>
556     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
557
558 11      0       Open-ILS/src/sql/Pg/upgrade/XXXX.data.fix-typo-in-seed-data.sql
559  create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.data.fix-typo-in-seed-data.sql
560
561 commit f7afe0c718760b780421eb5ea38cdfe40521ff7b
562 Author: Ben Shum <ben@evergreener.net>
563 Date:   Tue May 1 10:29:25 2018 -0400
564
565     LP#1769238: fix typo in 950.data.seed-values.sql for Physical Description
566     
567     Instead of "Physical Description", "Physical Descrption" is used by mistake.
568     Fix the seed data and all related PO files for translation.
569     
570     Signed-off-by: Ben Shum <ben@evergreener.net>
571     Signed-off-by: Josh Stompro <stompro@stompro.org>
572     
573     Conflicts:
574         build/i18n/po/db.seed/cs-CZ.po
575     
576     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
577
578 1       1       Open-ILS/src/sql/Pg/950.data.seed-values.sql
579 1       1       build/i18n/po/db.seed/ar-JO.po
580 1       1       build/i18n/po/db.seed/cs-CZ.po
581 1       1       build/i18n/po/db.seed/db.seed.pot
582 1       1       build/i18n/po/db.seed/de-DE.po
583 1       1       build/i18n/po/db.seed/en-CA.po
584 1       1       build/i18n/po/db.seed/en-GB.po
585 1       1       build/i18n/po/db.seed/es-ES.po
586 1       1       build/i18n/po/db.seed/fi-FI.po
587 1       1       build/i18n/po/db.seed/fr-CA.po
588 1       1       build/i18n/po/db.seed/he-IL.po
589 1       1       build/i18n/po/db.seed/hu-HU.po
590 1       1       build/i18n/po/db.seed/hy-AM.po
591 1       1       build/i18n/po/db.seed/oc-FR.po
592 1       1       build/i18n/po/db.seed/pt-BR.po
593 1       1       build/i18n/po/db.seed/ru-RU.po
594 1       1       build/i18n/po/db.seed/sv-SE.po
595 1       1       build/i18n/po/db.seed/tr-TR.po
596
597 commit d731c233112b6ebdf8fde12f80a3b7916f608539
598 Author: Jason Stephenson <jason@sigio.com>
599 Date:   Fri Mar 8 13:54:35 2019 -0500
600
601     Lp 712490: Stamping UPgrade Script
602     
603     Signed-off-by: Jason Stephenson <jason@sigio.com>
604
605 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
606 202     0       Open-ILS/src/sql/Pg/upgrade/1157.schema.vandelay-replace-field-order.sql
607 0       202     Open-ILS/src/sql/Pg/upgrade/XXXX.schema.vandelay-replace-field-order.sql
608  create mode 100644 Open-ILS/src/sql/Pg/upgrade/1157.schema.vandelay-replace-field-order.sql
609  delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.schema.vandelay-replace-field-order.sql
610
611 commit 793286531f5c2cbb7625e8c54f2f3dbade71491a
612 Author: Bill Erickson <berickxx@gmail.com>
613 Date:   Thu Oct 19 11:42:43 2017 -0400
614
615     LP#712490 Vandelay replace/merge PGTAP tests
616     
617     Signed-off-by: Bill Erickson <berickxx@gmail.com>
618     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
619     Signed-off-by: Jason Stephenson <jason@sigio.com>
620
621 135     0       Open-ILS/src/sql/Pg/t/lp712490-vand-replace-field-merge.pg
622  create mode 100644 Open-ILS/src/sql/Pg/t/lp712490-vand-replace-field-merge.pg
623
624 commit 028750d7c2ff992a3702533925c62b9c15b93f1e
625 Author: Bill Erickson <berickxx@gmail.com>
626 Date:   Wed Oct 18 17:00:59 2017 -0400
627
628     LP#712490 Vandelay merge-based field replacement
629     
630     Modify the vandelay field replacement logic to merge replacement data
631     into existing field data where possible, instead of simply deleting then
632     re-adding the data.  The key benefit is that subfields retain their order
633     in affected MARC fields.  As a result, for example, propagating
634     authority field changes to bib records will no longer result in the $0
635     field being pushed to the front of the field when it was previously that
636     last subfield.
637     
638     Signed-off-by: Bill Erickson <berickxx@gmail.com>
639     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
640     Signed-off-by: Jason Stephenson <jason@sigio.com>
641
642 188     22      Open-ILS/src/sql/Pg/012.schema.vandelay.sql
643 202     0       Open-ILS/src/sql/Pg/upgrade/XXXX.schema.vandelay-replace-field-order.sql
644  create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.schema.vandelay-replace-field-order.sql
645
646 commit b493ff500fab9b70379068ef2bbc5ce2e78abf68
647 Author: Jason Etheridge <jason@EquinoxInitiative.org>
648 Date:   Wed Jan 16 08:57:26 2019 -0500
649
650     LP1794588 Web client edit single call number changes all when multiple items attached
651     
652     This patch tweaks the behavior Cat.pm's fleshed_volume_update, aka
653     open-ils.cat.asset.volume.fleshed.batch.update
654     
655     Previously, if a volume label was edited, all items attached to that
656     volume would be essentially affected.  Now, if only a sub-set of items
657     for the original volume being edited are being edited along with the
658     volume, then a new volume is potentially created instead, leaving the
659     original volume (and its unedited copies) untouched.  If no copies are
660     being edited along with a volume, then the volume itself is edited.
661     
662     Auto-merging of volumes may still happen in all of these scenarios.
663     
664     Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
665     Signed-off-by: Janet Schrader <jschrader@cwmars.org>
666     Signed-off-by: Jason Stephenson <jason@sigio.com>
667
668 44      3       Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm
669
670 commit a0ed58488100cc8fd4a8be5a41146bea491c4e2f
671 Author: Sam Link <slink@LIBPC002>
672 Date:   Thu Dec 13 11:06:55 2018 -0500
673
674     lp1802662 - Splash Page Icon Links
675     
676     Moved the image icons on splash.component.html and t_splash.tt2 inside
677     the anchor links to the associated pages.
678     
679     Signed-off-by: Sam Link <slink@LIBPC002>
680     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
681     Signed-off-by: Bill Erickson <berickxx@gmail.com>
682
683 23      13      Open-ILS/src/eg2/src/app/staff/splash.component.html
684 23      13      Open-ILS/src/templates/staff/t_splash.tt2
685
686 commit 090b92cd992a29f76a0cba472f8bce22234cfd2d
687 Author: Terran McCanna <tmccanna@georgialibraries.org>
688 Date:   Tue Mar 5 12:34:49 2019 -0500
689
690     LP#1818576 Offline Noncataloged Checkout Preview
691     
692     This adds the noncataloged type and number to the right-hand
693     preview when doing an offline checkout. (Prior to this, the
694     display was blank if there was no barcode.)
695     
696     Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
697     Signed-off-by: Garry Collum <gcollum@gmail.com>
698     Signed-off-by: Bill Erickson <berickxx@gmail.com>
699
700 4       1       Open-ILS/src/templates/staff/offline-interface.tt2
701 6       0       Open-ILS/web/js/ui/default/staff/offline.js
702
703 commit 8b7536f75d6debe3ab65e5226b2179ef31e0ffe6
704 Author: Galen Charlton <gmc@equinoxinitiative.org>
705 Date:   Wed Jan 23 10:52:24 2019 -0500
706
707     LP#1812389: make Group Penalty Threshold admin page accessible again
708     
709     As a consequence of the patch for bug 1744756 adding a new
710     admin/local/permission AngularJS app, the routing for
711     admin/local/permission/grp_penalty_threshold got broken, making the
712     embdeded Conify interface for group penalty thresholds inaccessible
713     from the web staff client. This patch fixes that.
714     
715     To test
716     -------
717     [1] From Administration | Local Administration, go to Group Penalty
718         Thresholds. Note that the embedded Conify admin interface
719         is not displayed and the URL changes to .../permission/grp_tree.
720     [2] Apply the patch and repeat step 1. This time, the admin interface
721         should appear.
722     [3] Verify that the Permission Group Tree Entries interface remains
723         accessible from Local Administration.
724     
725     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
726     Signed-off-by: Bill Erickson <berickxx@gmail.com>
727
728 2       1       Open-ILS/src/templates/staff/admin/local/permission/index.tt2
729 32      1       Open-ILS/web/js/ui/default/staff/admin/local/permission/app.js
730
731 commit a36a915ab853babbc42f5f3d9a1fb7858fb1cf73
732 Author: Jason Boyer <jboyer@library.in.gov>
733 Date:   Thu Jan 17 09:58:08 2019 -0500
734
735     LP1734775: Show multiple items in Item Status
736     
737     The ListCtrl controller was only displaying a single
738     copy when an id list was passed to Item Status in the
739     URL. This branch separates each id into a separate
740     fetch call and when all have been resolved it
741     refreshes the grid, which now has all of the items.
742     
743     Signed-off-by: Jason Boyer <jboyer@library.in.gov>
744     Signed-off-by: Josh Stompro <stompro@stompro.org>
745     Signed-off-by: Bill Erickson <berickxx@gmail.com>
746
747 6       5       Open-ILS/web/js/ui/default/staff/cat/item/app.js
748
749 commit cbfdbd554f1147357c11bf94f0ef34c667c40e9e
750 Author: Jane Sandberg <sandbej@linnbenton.edu>
751 Date:   Fri Mar 1 17:03:31 2019 -0800
752
753     LP1721109: Update item status when holdings are edited
754     
755     To test:
756     1) Go to Item Status List View, select an item, and go to Actions >
757     Edit > Items (or Call Numbers, or both).
758     2) Make a change to one of the columns you have active in
759     the Item Status list view. Click Save and Exit.
760     3) Note that the list view of Item Status has not updated.
761     4) Load this commit.
762     5) Repeat steps 1-2.
763     6) Note that the columns are updated this time.  Note that
764     there is a new status column, and that an icon appears for
765     all the rows that you have changed.  Also, note that there
766     is a toast message in the bottom right hand corner of the
767     screen confirming that you have successfully made your change.
768     
769     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
770     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
771
772 6       1       Open-ILS/src/templates/staff/cat/item/index.tt2
773 1       0       Open-ILS/src/templates/staff/cat/item/t_list.tt2
774 45      0       Open-ILS/web/js/ui/default/staff/cat/item/app.js
775
776 commit 8b0f6581a9d47b738452a8cefc5e50346af0f8cc
777 Author: Adam Bowling <abowling@emeralddata.net>
778 Date:   Wed Mar 6 23:06:09 2019 -0500
779
780     LP #1705497 Replaces functionality in web client from legacy
781     XUL client by including a find function for originating
782     acquisition where it exists.
783     
784     Signed-off-by: Adam Bowling <abowling@emeralddata.net>
785     Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
786     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
787
788 3       0       Open-ILS/src/templates/staff/cat/item/index.tt2
789 4       1       Open-ILS/src/templates/staff/cat/item/t_list.tt2
790 53      6       Open-ILS/web/js/ui/default/staff/cat/item/app.js
791
792 commit 41dc957622090d1a1fb71b81556aedddb09dbac0
793 Author: Jane Sandberg <sandbej@linnbenton.edu>
794 Date:   Thu Mar 7 07:14:50 2019 -0800
795
796     Docs: Fixing broken link
797     
798     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
799
800 1       1       docs/reports/reporter_add_data_source.adoc
801
802 commit dc9f879b3152549f286dbe9a8725aa3a64de4562
803 Author: Remington Steed <rjs7@calvin.edu>
804 Date:   Fri Oct 26 11:28:32 2018 -0400
805
806     LP#1800178 Holdings View should also sort by part
807     
808     The Holdings View tab of the web client doesn't correctly sort by
809     monograph parts. The JS is already grabbing the part label for display,
810     so this commit moves that chunk before the sorting code, and also grabs
811     the sort key. Note that the part labels and sort keys are joined per
812     item, since the database supports multiple parts per item (though the UI
813     hasn't yet supported that). And we now join the label on comma-space,
814     instead of the default (just a comma).
815     
816     Signed-off-by: Remington Steed <rjs7@calvin.edu>
817     Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
818     Signed-off-by: Dan Wells <dbw2@calvin.edu>
819
820 13      8       Open-ILS/web/js/ui/default/staff/cat/services/holdings.js
821
822 commit e2a63a87ad6ba013b6e1b692e562c06636f02fbd
823 Author: Bill Erickson <berickxx@gmail.com>
824 Date:   Tue Mar 5 12:21:00 2019 -0500
825
826     LP1818153 Stamping DB upgrade - WS user activity
827     
828     Signed-off-by: Bill Erickson <berickxx@gmail.com>
829
830 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
831 28      0       Open-ILS/src/sql/Pg/upgrade/1154.data.websocket-activity-types.sql
832 0       28      Open-ILS/src/sql/Pg/upgrade/XXXX.data.websocket-activity-types.sql
833  create mode 100644 Open-ILS/src/sql/Pg/upgrade/1154.data.websocket-activity-types.sql
834  delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.data.websocket-activity-types.sql
835
836 commit 2581a140f6ac75912797a8d60a63ed5bb9043e6f
837 Author: Bill Erickson <berickxx@gmail.com>
838 Date:   Thu Feb 28 17:20:31 2019 -0500
839
840     LP1818153 Log user activity for websocket login/verify
841     
842     Adds support for logging additional user activity types:
843     
844      * websocket v1 login (apache2-websockets)
845      * websocket v2 login (websocketd)
846      * websocket v1 verify
847      * websocket v2 verify
848      * generic login (any ingress)
849      * generic verify (any ingress)
850     
851     Signed-off-by: Bill Erickson <berickxx@gmail.com>
852     Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
853
854 23      0       Open-ILS/src/sql/Pg/950.data.seed-values.sql
855 28      0       Open-ILS/src/sql/Pg/upgrade/XXXX.data.websocket-activity-types.sql
856  create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.data.websocket-activity-types.sql
857
858 commit a24c5f1d9b644f84c2708c817a57fae6f31a6c65
859 Author: Terran McCanna <tmccanna@georgialibraries.org>
860 Date:   Tue Mar 5 10:50:59 2019 -0500
861
862     LP#1746360 Add Deleted Column to Record Bucket
863     
864     This adds the Deleted column to the Record Bucket view.
865     
866     Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
867     Signed-off-by: Bill Erickson <berickxx@gmail.com>
868
869 1       0       Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2
870
871 commit 3e06b45bd6063d97302b1372ff3e902f8929aaa1
872 Author: Josh Stompro <stompro@stompro.org>
873 Date:   Mon Mar 4 08:57:02 2019 -0600
874
875     LP#1667497 - Define $params{depth} to avoid uninitialized warning.
876     
877     $depth is set to 0 if $params{depth} is unset, but then $params{depth}
878     gets used later on, which causes an uninitialized value warning.
879     
880     So set $params{depth} to whatever $depth was set to.
881     
882     Signed-off-by: Josh Stompro <stompro@stompro.org>
883     Signed-off-by: Jason Stephenson <jason@sigio.com>
884
885 1       0       Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
886
887 commit d14d21fbd3cf945fc38856047977253f7d29a4ca
888 Author: Dan Wells <dbw2@calvin.edu>
889 Date:   Thu Feb 28 15:59:26 2019 -0500
890
891     Forward-port 3.2.4 upgrade script
892     
893     Signed-off-by: Dan Wells <dbw2@calvin.edu>
894
895 58      0       Open-ILS/src/sql/Pg/version-upgrade/3.2.3-3.2.4-upgrade-db.sql
896  create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/3.2.3-3.2.4-upgrade-db.sql