]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_2_10.adoc
Docs: consolidating some duplicate language
[Evergreen.git] / docs / RELEASE_NOTES_2_10.adoc
1 Evergreen 2.10 Release Notes
2 ============================
3 :toc:
4 :numbered:
5
6 Evergreen 2.10.8
7 ----------------
8
9 This release contains several bugfixes improving on Evergreen 2.10.7
10
11 * A fix to that provides alphabetical sorting to the fund selector in
12 the Acquisitions Selection List -> Copies interface.
13 * The addition of a progress bar that displays when conducting a patron search in the web client.
14 * A fix to the web client patron interface so that total Items Out in the
15 patron summary now includes overdue and long overdue items. It will also
16 include Lost and Claims Returned items when the appropriate library
17 setting is enabled.
18 * A change to the public catalog My Account screen where the font for 
19 leading articles will now be smaller when sorting a list by title. 
20 * A fix to subject links in the catalog's record summary page so that
21 periods are no longer stripped from resulting subject searches, leading
22 to more accurate results when those links are clicked.
23 * A fix to avoid avoid unint warnings in the logs for prox_cache in
24 open-ils.circ.hold.is_possible.
25 * A fix to rounding errors that occured when summing owed/paid totals
26 for display in the catalog's credit card payment form.
27 * A change to sort behavior in the My Account screens. Previously, a 
28 third click on a column header returned the list to its original sort
29 order. Clicking column headers will now simply toggle the sort
30 between ascending and descending order. 
31 * The Permalink option on the catalog's record summary page will now be
32 hidden in the staff client because clicking the link in the client led
33 to no discernable change for users.
34 * A fix to the text of a notice that displays when migrating circulation
35 history during the upgrade to 2.10.
36 * An improvement to the performance for the lookup of a user's circ
37 history by adding an index on action.usr_circ_history(usr).
38 * The addition of Spanish as a supported translation so that
39 it can be configured as a language option in the public catalog.
40 * A fix so that when a bib record's fingerprint changes, it gets correctly
41 moved to a different metarecord.
42
43 Acknowledgements
44 ~~~~~~~~~~~~~~~~
45 We would like to thank the following individuals who contributed code,
46 tests and documentation patches to the 2.10.8 point release of
47 Evergreen:
48
49 * Galen Charlton
50 * Bill Erickson
51 * Jim Keenan
52 * Kathy Lussier
53 * Christine Morgan
54 * Dan Scott
55 * Ben Shum
56 * Remington Steed
57 * Josh Stompro
58 * Dan Wells
59
60 Evergreen 2.10.7
61 ----------------
62
63 This release contains several bugfixes improving on Evergreen 2.10.6.
64
65 * When adding a price to the Acquisitions Brief Record price field, it will
66 now propogate to the lineitem estimated price field.
67 * Declares UTF-8 encoding when printing from the catalog to resolve issues
68 where non-ASCII characters printed incorrectly in some browsers.
69 * Fixes an issue where the circ module sometimes skipped over booking logic
70 even when booking was running on a system.
71 * Fixes an issue where the workstation parameter was not passed through
72 the AuthProxy.pm login function, causing problems with opt-in settings and
73 transit behaviors.
74
75 Acknowledgements
76 ~~~~~~~~~~~~~~~~
77 We would like to thank the following individuals who contributed code,
78 testing and documentation patches to the 2.10.7 point release of
79 Evergreen:
80
81 * Eva Cerninakova
82 * Bill Erickson
83 * Mike Rylander
84 * Dan Scott 
85 * Dan Wells
86
87 Evergreen 2.10.6
88 ----------------
89 This release contains bugfixes improving on Evergreen 2.10.5.
90
91 Add Date Header to Action Trigger Email/SMS Templates
92 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
93 The Date: header specified in RFC 2822 has been added to the seed data
94 for the example Action Trigger email and SMS templates, but no attempt
95 has been made to automatically modify existing templates. To add this
96 header (and end any "Why are my library emails from 1969/70?" questions
97 you may have heard) make sure the following lines are in all templates
98 that use the SendEmail or SendSMS reactors:
99
100 The first is already in most sample templates, but you may need to add
101 it to the top of any custom templates:
102 `[%- USE date -%]`
103
104 And this line should be inserted into the header block of each template:
105 `Date: [%- date.format(date.now, '%a, %d %b %Y %T -0000', gmt => 1) %]`
106
107 Other Bugfixes
108 ~~~~~~~~~~~~~~
109 * Prorating invoice charges now works again.
110 * The claims never checked out counter on the patron record is now
111   incremented correctly when marking a lost loan as
112   claims-never-checked-out.
113 * When a transit is canceled, the copy's status is changed only
114   if its status was previously "In Transit".
115 * Retrieving records with embedded holdings via SRU and Z39.50 is now
116   faster.
117 * A performance issue with sorting entries on the public catalog
118   circulation history page is fixed.
119 * Various style and responsive design improvements are made to the
120   circulation and holds history pages in the public catalog.
121 * The public catalog holds history page now indicates if a hold
122   had been fulfilled.
123 * The hold status message in the public catalog now uses
124   better grammar.
125 * The error message displayed when a patron attempts to place
126   a hold but is prevented from doing so due to policy reasons
127   is now more likely to be useful
128 * The public catalog now draws the edition statement only
129   from the 250 field; it no longer tries to check the 534
130   and 775 fields.
131 * Embedded schema.org microdata now uses "offeredBy" rather
132   than "seller".
133 * The ContentCafe added content plugin now handles the "fake"
134   ISBNs that Baker and Taylor assigns to media items.
135 * Attempting to renew a rental or deposit item in the public
136   catalog no longer causes an internal server error.
137 * Various format icons now have transparent backgrounds (as opposed
138   to white).
139 * The file extension when exporting non-imported records is
140   now ".mrc" rather than ".xml".
141 * The staff client will no longer wait indefinitely for Novelist
142   to supply added content, improving its responsiveness.
143 * A few additional strings are now marked as translatable.
144
145 Translation Updates
146 ~~~~~~~~~~~~~~~~~~~
147 Translations in this release have been significantly increased.  In
148 particular, Spanish has received a huge update with over 9,000 new
149 translations, Czech has received a sizable update of over 800
150 translations, and additional smaller updates have been added for
151 Arabic, French (Canada), and Armenian.
152
153 Acknowledgments
154 ~~~~~~~~~~~~~~~
155 We would like to thank the following individuals who contributed
156 code, testing and documentation patches to the 2.10.6 point release of Evergreen:
157
158 * Thomas Berezansky
159 * Jason Boyer
160 * Galen Charlton
161 * Jeff Davis
162 * Bill Erickson
163 * Blake Graham-Henderson
164 * Jim Keenan
165 * Kathy Lussier
166 * Mike Rylander
167 * Jane Sandberg
168 * Dan Scott
169 * Ben Shum
170 * Remington Steed
171 * Jason Stephenson
172 * Josh Stompro
173 * Yamil Suarez
174 * Dan Wells
175
176 Evergreen 2.10.5
177 ----------------
178 This release contains bugfixes improving on Evergreen 2.10.4
179
180 * Fixes SIP2 failures with patron information messages when a
181 patron has one or more blocking penalties that are not otherwise
182 ignored.
183 * Recovers a previously existing activity log entry that logged the
184 username, authtoken, and workstation (when available) for successful
185 logins.
186 * Fixes an error that occurred when the system attempted to display a translated
187 string for the "Has Local Copy" hold placement error message.
188 * Fixes an issue where the Show More/Show Fewer Details button didn't work in
189 catalogs that default to showing more details.
190 * Removes Social Security Number as a stock patron identification type for
191 new installations. This fix does not change patron identification types for 
192 existing Evergreen systems.
193 * Adds two missing link fields (patron profile and patron home library) to
194 the fm_idl.xml for the Combined Active and Aged Circulations (combcirc)
195 reporter source.
196 * Adds a performance improvement for the "Clear Holds Shelf" checkin modifier.
197
198 Acknowledgements
199 ~~~~~~~~~~~~~~~~
200 We would like to thank the following individuals who contributed
201 code, testing and documentation patches to the 2.10.5 point release of Evergreen:
202
203 * Galen Charlton
204 * Bill Erickson
205 * Jeff Godin
206 * Codey Kolasinski
207 * Jeanette Lundgren
208 * Kathy Lussier
209 * Terran McCanna
210 * Michele Morgan
211 * Jason Stephenson
212
213 Evergreen 2.10.4
214 ----------------
215 This release contains bugfixes improving on Evergreen 2.10.3
216
217 * Fixes the responsive view of the My Account Items Out screen so that Title and
218 Author are now in separate columns.
219 * Fixes an incorrect link for the MVF field definition and adds a new link to
220 BRE in fm_IDL.xml.
221 * Fixes a bug where the MARC stream authority cleanup deleted a bib 
222 record instead of an authority record from the authority queue.
223 * Fixes a bug where Action Triggers could select an inactive event
224 definition when running.
225 * Eliminates the output of a null byte after a spool file is processed
226 in MARC steam importer.
227 * Fixes an issue where previously-checked-out items did not display in
228 metarecord searches when the Tag Circulated Items Library Setting is
229 enabled.
230 * Fixes an issue in the 0951 upgrade script where the script was not
231 inserting the version into config.upgrade_log because the line to do so
232 was still commented out.
233
234 Acknowledgments
235 ~~~~~~~~~~~~~~~
236 We would like to thank the following individuals who contributed
237 code, testing, and documentation patches to the 2.10.4 point release
238 of Evergreen:
239
240 * Jason Boyer
241 * Bill Erickson
242 * Galen Charlton
243 * Kathy Lussier
244 * Jason Stephenson
245 * Josh Stompro
246
247
248 Evergreen 2.10.3
249 ----------------
250 This release contains bugfixes improving on Evergreen 2.10.2:
251
252 * Fixes a critical bug where a newly-registered patron record could
253   not be used to log in to Evergreen using the password supplied during
254   registration. Under some circumstances, the same bug could also
255   prevent patron records that were modified via the patron registration
256   form from being used to log in.
257 * Emails sent using the Action Trigger SendEmail reactor now always
258   MIME-encode the From, To, Subject, Bcc, Cc, Reply-To, and Sender
259   headers. As a consequence, non-ASCII character in those fields are
260   more likely to be displayed correctly in email clients.
261
262 Acknowledgements
263 ~~~~~~~~~~~~~~
264 We would like to thank the following individuals who contributed
265 code, testing, and documentation patches to the 2.10.3 point release
266 of Evergreen:
267
268 * Galen Charlton
269 * Pasi Kallinen
270 * Kathy Lussier
271 * Mike Rylander
272 * Dan Scott
273 * Remington Steed
274 * Dan Wells
275
276 Evergreen 2.10.2
277 ----------------
278 This release contains several bugfixes improving on Evergreen 2.10.1
279
280 * Fixes a bug where phrase searching in the catalog failed when the phrase
281 started or ended with punctuation.
282 * Fixes a bug where changing the sort order in the public catalog to
283 "relevance" could fail.
284 * Fixes a bug that prevented users from recreating a monograph part that
285 had previously been deleted.
286 * Fixes a bug where serials checkouts failed for users that track circulation
287 history.
288 * Fixes a bug that prevented the Library Settings Editor from
289 consistently retrieving the values of library settings.
290 * Fixes several issues with the new web-based Angular patron editor, including:
291 ** Allows barcodes to be used as user name even if it doesn't match the user
292 name regex.
293 ** Presents an alert when trying to save a form with invalid values.
294 ** Allows staff to delete all patron addresses if the corresponding Library 
295 Setting allows them to do so.
296 ** Honors Library Settings to require the county and state fields at patron
297 registration time.
298 ** Resizes checkboxes that had become huge in some browsers.
299 ** Displays the New Address button at all times.
300 ** Prevents staff from editing linked addresses for cloned users.
301 ** Fixes a bug where out-of-scope stat cats would be incorrectly bundled in the 
302 patron save operation, resulting in a server-side error on save.
303 * Silences unnecessary warnings emitted for libraries using extending grace
304 periods.
305 * Removes support for Debian Squeeze now that its long-term support period
306 has ended.
307 * Fixes a bug that had prevented the dependency libpcre3 from being
308 intalled on Debian Jessie.
309 * Fixes some QA tests that had been failing.
310 * Renumbers the Perl unit test files.
311
312 Acknowledgements
313 ~~~~~~~~~~~~~~~~
314 We would like to thank the following individuals who contributed
315 code and documentation patches to the 2.10.2 point release of Evergreen:
316
317 * Jason Boyer
318 * Steve Callender
319 * Galen Charlton
320 * Bill Erickson
321 * Anna Goben
322 * Angela Kilsdonk
323 * Debbie Luchenbill
324 * Jennifer Pringle
325 * Mike Rylander
326 * Jane Sandberg
327 * Jason Stephenson
328 * Yamil Suarez
329
330 We also thank the following organizations whose employees contributed
331 patches:
332
333 * BC Libraries Cooperative
334 * Berklee College of Music
335 * Equinox Software, Inc.
336 * Evergreen Indiana
337 * King County Library System
338 * Linn Libraries Consortium
339 * Merrimack Valley Library Consortium
340 * MOBIUS
341
342
343 Evergreen 2.10.1
344 ----------------
345
346 Evergreen 2.10.1 is a bugfix release that fixes one significant
347 bug in 2.10.0:
348
349 * https://bugs.launchpad.net/bugs/1560174[Bug 1560174: Importing MARC records can fail in database upgraded to 2.10.0]
350
351 This bug affected only databases that were upgraded to 2.10.0 from a
352 previous version; fresh installations of 2.10.0 are not affected.
353
354 Evergreen users who prefer not to perform a full upgrade from 2.10.0
355 to 2.10.1 can fix the bug by applying the database update script
356 `2.10.0-2.10.1-upgrade-db.sql` (found in the source directory
357 `Open-ILS/src/sql/Pg/version-upgrade`).
358
359 Evergreen 2.10.1 Acknowledgments
360 --------------------------------
361 The Evergreen project would like to thank the following 
362 individuals who contributed code and testing to this release
363 of Evergreen:
364
365  * Galen Charlton
366  * Dan Wells
367
368 Evergreen 2.10.0 Upgrade notes
369 ------------------------------
370
371 * Support for PostgreSQL 9.1 is deprecated as of
372   the release of Evergreen 2.10.0. Users are recommended
373   to install Evergreen on PostgreSQL 9.2 or later.
374 * In the next major release following 2.10.0, Evergreen will no
375   longer officially support PostgreSQL 9.1.
376 * Please read the release notes thoroughly for information
377   about changes that Evergreen administrators may need
378   to make manually when upgrading to 2.10.0.  In particular,
379   the enhancement to user password storage introduces a
380   new service, `open-ils.auth_internal`, and requires
381   changes to `opensrf.xml` in order for users to be able
382   log in.
383
384 Evergreen 2.10.0 New Features
385 -----------------------------
386
387
388
389 Acquisitions
390 ~~~~~~~~~~~~
391
392
393
394 PO Line item "paid" label
395 ^^^^^^^^^^^^^^^^^^^^^^^^^
396 A new "paid" label appears along the bottom of each line item in the PO 
397 display when every non-canceled copy on the line item has been invoiced.
398
399
400
401
402 Disencumber funds on invoice close
403 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
404
405 Fund debits linked to an invoice are now marked as paid (encumbrance=false)
406 when the invoice is marked as closed/complete instead of at invoice create
407 time.  This is particularly useful for EDI invoices which may be 
408 created well in advance of receipt and payment.
409
410
411
412
413
414 PO actions selector always visible
415 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
416
417 The actions selector is now always visible in the purchase order view,
418 even when no line items exist.  With this, users can print PO's that
419 only contain direct charges.
420
421 The custom "Add Brief Record" button is no longer present, since the
422 same action is accessible via the now-visible selector.
423
424
425
426
427 Administration
428 ~~~~~~~~~~~~~~
429
430
431
432 Set application name when connecting to database
433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
434 The services that connect directly to the PostgreSQL database
435 (and Clark Kent) now look for an application_name parameter
436 as part of the database login credentials specified in
437 `opensrf.xml`.  If present, the value is used to set the
438 application name Pg connection value; this in turn shows up in
439 the Postgres `pg_stat_activity` table and Pg's logs.
440
441
442
443
444 Credit card receipts and privacy
445 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
446
447 To improve privacy and security, Evergreen now stores less data 
448 about credit card transactions.  The following fields are no 
449 longer stored:
450
451  * `cc_type`
452  * `cc_first_name`
453  * `cc_last_name`
454  * `expire_month`
455  * `expire_year`
456
457 NOTE: All existing data within these fields will be deleted during
458 the upgrade.  Reports using this data will no longer function.
459
460 Additionally, a tool has been added to Evergreen for clearing the 
461 last 4 digits of the credit payment from the database after payments
462 reach a certain age.
463
464 Print/email templates
465 +++++++++++++++++++++
466
467 The stock print and email payment templates have been modified to no 
468 longer use these fields, but only when the existing templates matched
469 the stock templates.  If local changes have been applied, it will
470 be necessary to modify local templates to avoid referencing these
471 fields which no longer exist.
472
473 Any templates whose hook is "money.format.payment_receipt.print" or 
474 "money.format.payment_receipt.email" may need modification.  In stock
475 Evergreen, these are templates:
476
477 1. "money.payment_receipt.email" (stock id 29)
478 2. "money.payment_receipt.print" (stock id 30)
479
480 Example diff:
481
482 [source,diff]
483 ---------------------------------------------
484 -  [% CASE "credit_card_payment" %]credit card (
485 -      [%- SET cc_chunks = mp.credit_card_payment.cc_number.replace(' ','').chunk(4); -%]
486 -      [%- cc_chunks.slice(0, -1+cc_chunks.max).join.replace('\S','X') -%] 
487 -      [% cc_chunks.last -%]
488 -      exp [% mp.credit_card_payment.expire_month %]/[% mp.credit_card_payment.expire_year -%]
489 -  )
490 +  [% CASE "credit_card_payment" %]credit card
491 +  [%- IF mp.credit_card_payment.cc_number %] ([% mp.credit_card_payment.cc_number %])[% END %]
492 ---------------------------------------------
493
494 Clearing the last 4 of the CC number
495 ++++++++++++++++++++++++++++++++++++
496
497 To activate automatic CC number clearing, add the following to opensrf's
498 crontab.  Change timing to suit.
499
500 [source,sh]
501 ---------------------------------------------
502 5  4  * * *   . ~/.bashrc && $EG_BIN_DIR/clear_cc_number.srfsh
503 ---------------------------------------------
504
505 The default retention age is 1 year, but this can be changed by modifying
506 `clear_cc_number.srfsh` (typically found in `/openils/bin/`).  Replace "1 year"
507 with the age of your choice.
508
509
510
511
512
513
514 Configure multiple telephony servers via action/trigger
515 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
516 If you are using the AstCall action/trigger reactor
517 to generate callfiles to send to an Asterisk server, until
518 now the only place to specify the relevant configuration
519 was in `opensrf.xml`. However, this restricted an Evergreen
520 consortium to using only one Asterisk instance.
521
522 Now, the telephony parameters can also be specified as 
523 A/T event parameters, allowing per-library configuration.
524
525 .Telephony parameters
526 |===
527 | Name | Example value
528
529 | enabled
530 | 0
531
532 | driver
533 | "SIP"
534
535 | channels
536 | ["Zap/1", "Zap/2", "IAX/user:secret@widgets.biz"]
537
538 | host
539 | "localhost"
540
541 | port
542 | "10080"
543
544 | user
545 | "evergreen"
546
547 | pw
548 | "evergreen"
549
550 | callfile_lines
551 | ["MaxRetries: 3", "RetryTime: 60", "WaitTime: 30", "Archive: 1", "Extension: 10"]
552 |===
553
554
555
556
557 Juvenile-to-adult batch script honors library setting
558 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
559
560 The batch `juv_to_adult.srfsh` script that, when set up as a cronjob,
561 is responsible for toggling a patron from juvenile to adult now
562 honors the age value set in the library setting named "Juvenile Age
563 Threshold" (`global.juvenile_age_threshold`).  When no library setting value
564 is present at a given patron's home library, the value passed in to the
565 script will be used as a default.
566
567
568
569
570 New reporting source for hold/copy ratios
571 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
572 A new reporting source is added, "Hold/Copy Ratio per Bib
573 and Pickup Library (and Descendants)", that, for each bib
574 that has a hold request on it or any of its components,
575 calculates the following:
576
577  * active holds at each OU (including the OU's descendants)
578  * holdable copies at each OU (and its descendants)
579  * the ratio of the above two counts
580  * counts and ratio across the entire consortium
581
582 This source differs from the "Hold/Copy Ratio per Bib
583 and Pickup Library" source by including all descendants
584 of the organization unit one is filtering on.
585
586 One use case is allowing a multi-branch system within an
587 Evergreen consortium that doesn't do full resource sharing
588 to readily calculate whether additional copies should be
589 purchased for that system.
590
591
592
593
594 New patron action/trigger notice
595 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
596
597 A new action/trigger event definition ("New User Created Welcome Notice") 
598 has been added that will allow you to send a notice after a new patron has 
599 been created, based on the actor.usr create-date field.
600
601 This notice can be used for various tasks.
602
603   * Sending a welcome email to new patrons to market library services.
604   * Confirm that a new patron email address is correct.
605   * Generate postal notices to send a welcome packet to new patrons.
606
607 Enable this event in the staff client at *Admin* -> *Local Administration* 
608 -> *Notifications / Action Triggers*.
609
610
611
612
613 Improved password management and authentication
614 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
615 Evergreen user passwords are now stored with additional layers of 
616 encryption and may only be accessed directly by the database, not
617 the application layer.
618
619 All API changes are backwards compatible with existing 3rd-party
620 clients.
621
622 Migrating passwords
623 +++++++++++++++++++
624
625 Passwords are migrated for each user automatically the first time a user
626 logs in under the new setup.  However, it is also possible to force
627 password migration for a given user via a database function:
628
629 [source,sql]
630 ------------------------------------------------------------
631 -- actor.migrate_passwd() will only migrate un-migrated 
632 -- accounts, but it's faster to avoid any re-migration attempts.
633 SELECT actor.migrate_passwd(au.id)
634 FROM actor.usr au
635     LEFT JOIN actor.passwd pw ON (pw.usr = au.id)
636 WHERE pw.usr IS NULL; 
637 ------------------------------------------------------------
638
639 Using this, admins could perform manual batch updates to force all
640 users to use the new, more secure passwords, regardless of when or
641 whether a patron logs back into the system.  
642
643 Beware that doing this for all users in a large database will 
644 take some time and should probably be performed in batches.
645
646 Changing Encryption Work Factor
647 +++++++++++++++++++++++++++++++
648
649 Roughly speaking, the 'work factor' determines the amount of time/effort
650 required to crack passwords.  The higher the value, the more secure the
651 password.  Higher values also mean that it takes longer for password
652 verification (e.g. during login) to work.
653
654 At time of release, Evergreen uses a work factor value of 10.  The value
655 is set in the database table/column actor.passwd_type.iter_count (hash
656 iteration count).  When this value is modified, any passwords created or
657 modified after the change will use the new work factor.  Other passwords
658 will continue using the work factor in place when they were
659 created/modified, until they are changed once again.
660
661 Beware that raising the work factor can have a significant impact on
662 login speeds.  A work factor of 10 requires ~0.1 seconds to verify a
663 password.  A work factor of 15 takes almost 2 full seconds!  Also beware
664 that once a password is encoded with a higher work factor, it cannot be
665 lowered again through any automatic means.  The owner of the password
666 would have to log in and modify the password after the work factor is
667 re-lowered.
668
669 Because of this, it's recommended that admins thoroughly test work
670 factor modifications before deploying to production.
671
672 To check encryption timing:
673
674 [source,sql]
675 --------------------------------------------------------------------------
676 -- enable psql timing
677 evergreen=# \timing
678
679 -- encode password "HELLOWORLD" with a work factor of 10.
680 evergreen=# select crypt('HELLOWORLD', gen_salt('bf', 10));
681 (1 row)
682
683 Time: 95.082 ms
684 --------------------------------------------------------------------------
685
686 open-ils.auth_internal
687 ++++++++++++++++++++++
688 To support the new storage mechanism, a new Evergreen service has
689 been added called `open-ils.auth_internal`.  This service runs on
690 the private OpenSRF/XMPP domain and is used to store authenticated 
691 user data in the authentication cache.  
692
693 This is a required service and changes to `opensrf.xml` (typically 
694 `/openils/conf/opensrf.xml`) are needed to run the new service.
695
696 .Modifying opensrf.xml
697 * A new `<open-ils.auth_internal>` app stanza is added to define the 
698   new service
699 * Cache timeout settings are moved from the app stanza for `open-ils.auth`
700   into `open-ils.auth_internal`
701 * `open-ils.auth_internal` is added to the set of running services for the 
702   domain.
703
704 Example diff:
705
706 [source,diff]
707 ---------------------------------------------------------------------
708 diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example
709 index 3b47481..59f737a 100644
710 --- a/Open-ILS/examples/opensrf.xml.example
711 +++ b/Open-ILS/examples/opensrf.xml.example
712 @@ -424,6 +424,29 @@ vim:et:ts=4:sw=4:
713                  </unix_config>
714                  <app_settings>
715                      <!-- defined app-specific settings here -->
716 +                    <auth_limits>
717 +                        <seed>30</seed> <!-- amount of time a seed request is valid for -->
718 +                        <block_time>90</block_time> <!-- amount of time since last auth or seed request to save failure counts -->
719 +                        <block_count>10</block_count> <!-- number of failures before blocking access -->
720 +                    </auth_limits>
721 +                </app_settings>
722 +            </open-ils.auth>
723 +
724 +            <!-- Internal authentication server -->
725 +            <open-ils.auth_internal>
726 +                <keepalive>5</keepalive>
727 +                <stateless>1</stateless>
728 +                <language>c</language>
729 +                <implementation>oils_auth_internal.so</implementation>
730 +                <unix_config>
731 +                    <max_requests>1000</max_requests>
732 +                    <min_children>1</min_children>
733 +                    <max_children>15</max_children>
734 +                    <min_spare_children>1</min_spare_children>
735 +                    <max_spare_children>5</max_spare_children>
736 +                </unix_config>
737 +                <app_settings>
738 +                    <!-- defined app-specific settings here -->
739                      <default_timeout>
740                          <!-- default login timeouts based on login type -->
741                          <opac>420</opac>
742 @@ -431,13 +454,10 @@ vim:et:ts=4:sw=4:
743                          <temp>300</temp>
744                          <persist>2 weeks</persist>
745                      </default_timeout>
746 -                    <auth_limits>
747 -                        <seed>30</seed> <!-- amount of time a seed request is valid for -->
748 -                        <block_time>90</block_time> <!-- amount of time since last auth or seed request to save failure counts -->
749 -                        <block_count>10</block_count> <!-- number of failures before blocking access -->
750 -                    </auth_limits>
751                  </app_settings>
752 -            </open-ils.auth>
753 +            </open-ils.auth_internal>
754 +
755 +
756  
757              <!-- Authentication proxy server -->
758              <open-ils.auth_proxy>
759 @@ -1177,6 +1197,7 @@ vim:et:ts=4:sw=4:
760                  <appname>open-ils.circ</appname> 
761                  <appname>open-ils.actor</appname> 
762                  <appname>open-ils.auth</appname> 
763 +                <appname>open-ils.auth_internal</appname>
764                  <appname>open-ils.auth_proxy</appname> 
765                  <appname>open-ils.storage</appname>  
766                  <appname>open-ils.justintime</appname>  
767 ---------------------------------------------------------------------
768
769
770
771
772
773
774
775
776 Sortable HTML reports
777 ^^^^^^^^^^^^^^^^^^^^^
778 HTML reports can now be sorted by clicking on the header for a given column.
779 Clicking on the header toggles between sorting the column in ascending and
780 descending order. Note that sorting is available only when there are
781 at most 10,000 rows of output.
782
783
784
785
786 Cataloging
787 ~~~~~~~~~~
788
789
790
791 Additional fixed fields
792 ^^^^^^^^^^^^^^^^^^^^^^^
793 The AccM, Comp, CrTp, EntW, Cont, FMus, LTxt, Orig, Part, Proj, Relf, SpFm,
794 SrTp, Tech, and TrAr fixed fields have been defined and coded value maps added
795 so they can also be used for Advanced Searches or inclusion in Composite Value Maps.
796
797 Note that AccM, Cont, LTxt, Relf, and SpFm are  compositite values based on
798 the values of "helper" fields like AccM(1), AccM(2), and so on. These positional
799 fields can be ignored.
800
801 Coded value maps have also been added for Cont, Ctry, and DtSt, and the Time field
802 has been defined. All of these fields are now available in the Fixed Field Editor
803 when editing the appropriate records.
804
805
806
807
808 Quickly export non-imported records
809 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
810 When inspecting a queue in MARC Batch Import/Export, there is now
811 a link to download to MARC file any records in the queue that were
812 not imported into the catalog.  This allows catalogers to quickly
813 manipulate the records that failed to import using an external
814 tool, then attempt to import them again.
815
816
817
818
819 Link personal name/title series added entries
820 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
821 The authority linker script now supports linking the MARC21
822 field 800 (series added entry - personal name) to authority
823 records.
824
825
826
827
828 MARC stream importer authority records and repairs
829 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
830
831 The MARC stream importer script, commonly used with external 
832 services like OCLC Connexion, is now capable of importing authority
833 records in addition to bib records.  A single running instance of
834 the script can import either type of record, based on the record
835 leader.
836
837 New Options
838 +++++++++++
839
840  * --auth-merge-profile
841  * --auth-queue
842  * --bib-import-no-match
843  * --bib-auto-overlay-exact
844  * --bib-auto-overlay-1match
845  * --bib-auto-overlay-best-match
846  * --auth-import-no-match
847  * --auth-auto-overlay-exact
848  * --auth-auto-overlay-1match
849  * --auth-auto-overlay-best-match
850
851 Deprecated options
852 ++++++++++++++++++
853
854 The following options still work and map to the "bib" equivalent
855 of the option, however a deprecation warning message is generated 
856 when the script is started.
857
858  * --import-no-match
859  * --auto-overlay-exact
860  * --auto-overlay-1match
861  * --auto-overlay-best-match
862
863 No longer supported options
864 +++++++++++++++++++++++++++
865
866 --import-by-queue is no longer supported.  This option serves no
867 particular purpose and is a bad idea when re-using the same queue over
868 and over as most people do, because queue bloat will increase run times.
869
870 --noqueue (AKA "direct import") is no longer supported.  All imports go
871 through Vandelay now.
872
873
874
875
876 Support for monograph parts import in MARC Batch Import/Export
877 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
878 When adding or overlaying copies in MARC Batch Import/Export
879 (Vandelay), monograph part labels can now be assigned during the import
880 process.  This feature is modeled after the existing support for
881 statistical category import.  As such, it:
882
883  * Uses '|' characters to separate labels to allow for multiple part
884    assignment
885  * Adds to (rather than replaces) any existing parts assigned to overlay
886    copies
887
888
889
890
891 Circulation
892 ~~~~~~~~~~~
893
894
895
896 Alternate parts selection display when placing holds
897 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
898 Users often miss the list of parts on the Place Holds screen, leading to many
899 title-level holds on records where only one or two libraries may have
900 'unparted' copies.
901
902 A new option is available to change this display so that a part is selected
903 via radio buttons instead of the traditional dropdown menu. This display
904 increases the visibility of parts on the Place Holds screen and also
905 forces users to make an explicit choice.
906
907 To enable the alternate display, set the enable.radio.parts option to 'true'
908 in config.tt2.
909
910 New config.tt2 setting
911 ++++++++++++++++++++++
912 enable.radio.parts
913
914
915 Web staff client patron editor
916 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
917 The web staff interface now includes a patron editor/registration form
918 that is written using AngularJS, leading to faster and more responsive
919 patron editing.  This feature is currently available in preview mode, but
920 supports the following actions:
921
922   * adding and editing base patron records and addresses
923   * setting statistical categories
924   * editing secondary groups
925   * cloning patron records
926   * duplicate detection
927   * surveys
928
929
930
931
932 ==== Non-active status copy transit message ====
933
934 After copy checkin, if the copy is in transit, display a special
935 message in the transit alert dialog and in the printed transit receipt
936 (optionally, via macro) if the copy is in (or, rather, will be once it
937 arrives at its destination) a non-active copy status.
938
939 ===== Upgrade notes =====
940
941  * To add the new message to the transit slip, add the
942    'transit_copy_status_msg' MACRO.
943  * To remove the new message from the alert dialog, remove the 
944    'staff.circ.utils.transit.copy_status_message' string property
945    from 'Open-ILS/xul/staff_client/server/locale/LOCALE/circ.properties'
946  * For a list of non-active copy statuses, see in the staff client
947    under Admin -> Server Administration -> Copy Statuses.
948
949
950
951
952
953 Selectively disallow opt-in based on patron's home library
954 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
955 A new library setting has been added which enables a library to prevent their
956 patrons from being opted in at other libraries.
957
958 For example, consider the following org unit hierarchy:
959
960        Org Units          Depth
961
962           CONS              0
963            |
964       +-----+-----+
965       |           |
966      SYS1        SYS2       1
967       |           |
968    +--+--+     +--+--+
969    |     |     |     |
970   BR1   BR2   BR3   BR4     2
971
972 Suppose that SYS1 wishes to prevent its patrons from being opted in at SYS2.
973 To accomplish this, it sets the value of the "Restrict patron opt-in to home
974 library and related orgs at specified depth" setting to 1, meaning that patrons
975 at SYS1 libraries at or below that depth in the org tree cannot be opted in by
976 libraries outside that part of the org tree.  Thus, BR1 patrons can be opted in
977 at BR2, but not at BR3 or BR4.
978
979 (This setting is distinct from the "Patron Opt-In Boundary" setting, which
980 merely determines the depth at which Evergreen prompts for the patron to opt
981 in.)
982
983 New library setting
984 +++++++++++++++++++
985   * Restrict patron opt-in to home library and related orgs at specified depth (`org.restrict_opt_to_depth`)
986
987
988
989
990 Standing penalty ignore proximity
991 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
992
993 Standing penalties now have an `ignore_proximity` field that takes an
994 integer value.  When set, the value of this field represents the
995 proximity from the user's home organizational unit where this penalty
996 will be ignored for purposes of circulation and holds.  Typical values
997 for this field would be 0, 1, or 2 when using a standard hierarchy of
998 Consortium -> System -> Branch -> Sublibrary/Bookmobile.  A value of 1
999 would cause the penalty to be ignored at the user's home organization
1000 unit, its parent and/or immediate child.  A value of 2 should cause
1001 it to be ignored at the above as well as all sibling organizational
1002 units to the user's home.  In all cases, a value of zero causes the
1003 penalty to be ignored at the user's home and to apply at all other
1004 organizational units.  If the value of this field is left unset (or
1005 set to a negative value), the penalty will still take effect
1006 everywhere using the normal organizational unit and depth values.  If
1007 you use a custom hierarchy, you will need to figure out any values
1008 greater than 0 on your own.
1009
1010 The `ignore_proximity` does not affect where penalties are applied. It
1011 is used when determining whether or not a penalty blocks an activity
1012 at the current organizational unit or the organizational unit that
1013 owns the copy involved in the current transaction.  For instance, if
1014 you set the `ignore_proximity` to 0 on patron exceeds overdue fines,
1015 then the patron will still be able to place holds on and checkout
1016 copies owned by their home organizational unit at their home
1017 organizational unit.  They will not, however, be able to receive
1018 copies from other organizational units, nor use other organizational
1019 units as a patron.
1020
1021
1022
1023 Patron checkout history stored in a dedicated table
1024 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1025
1026 Patron checkout history is now stored in separate, dedicated database 
1027 table instead of being derived from the main circulation data.  This
1028 allows us to age/anonymize circulations more aggressively, since they 
1029 no longer need to stick around in cases where they represent a patron's
1030 opt-in checkout history.
1031
1032 This has a number of patron privacy implications.
1033
1034  * Minimal metadata is stored in the new patron checkout history table, 
1035    so once the corresponding circulation is aged, the full set of 
1036    circulation metadata is no longer linked to a patron's reading history.
1037    ** It is limited to checkout date, due date, checkin date, and copy data.
1038  * Staff can no longer report on a patron's reading history.  
1039    ** While it is possible to build aggregate reports on reading history 
1040       data, it is not possible to report on which user an entry in the
1041       history table belongs to.  (The 'usr' column is hidden from the 
1042       reporter).
1043  * Staff can no longer retrieve a patron's reading history via API.  Only
1044    the user that owns the history data can access it.
1045
1046 Upgrade notes
1047 +++++++++++++
1048
1049 Administrators should verify the CSV export of checkout history works after
1050 deploying this change.  If local changes were made to the CSV template,
1051 the template will not be updated as part of this deployment.  The stock
1052 template was modified to handle gracefully NULL values for checkin_time.
1053
1054 For example:
1055
1056 [source,diff]
1057 ------------------------------------------------------------------------
1058 -    Returned: [% date.format(helpers.format_date(circ.checkin_time), '%Y-%m-%d') %]
1059 +    Returned: [%
1060 +        date.format(
1061 +            helpers.format_date(circ.checkin_time), '%Y-%m-%d')
1062 +            IF circ.checkin_time;
1063 +    %]
1064 ------------------------------------------------------------------------
1065
1066
1067
1068 Client
1069 ~~~~~~
1070
1071
1072
1073 Holds count column picker option
1074 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1075 A new column picker option showing the number of holds for a given item will
1076 now be available in various interfaces displaying item information, including
1077 the patron's Items Out tab and the Item Status, Check Out, Check In, Renew
1078 Item and Record In-House Use screens.
1079
1080 Note: Because the holds count is generated from the hold_copy_map, newly-added
1081 items and items in a non-holdable status will not display accurate hold counts
1082 until 24 hours after they have been added to the system or moved to a holdable
1083 copy status.
1084
1085
1086 Distinct images for pop-ups and slips
1087 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1088 The client now supports using distinct images for hold, transit, and booking
1089 reservation popup windows and slips. In addition, three new images have been
1090 provided, replacing the turtle that previously displayed. The turtle file
1091 is still available in the images directory for those sites that still wish
1092 to use it.
1093
1094
1095 Development
1096 ~~~~~~~~~~~
1097
1098
1099
1100 Removal of unused methods
1101 ^^^^^^^^^^^^^^^^^^^^^^^^^
1102 The following public methods, which were both broken and not in use,
1103 are removed:
1104
1105  * `open-ils.actor.org_unit.closed_date.create`
1106  * `open-ils.actor.org_unit.closed_date.delete`
1107
1108
1109
1110
1111
1112 Public catalog
1113 ~~~~~~~~~~~~~~
1114
1115 Editable borrowing history
1116 ^^^^^^^^^^^^^^^^^^^^^^^^^^
1117 Patrons can now delete titles that they do not wish to appear in their
1118 Check Out History.
1119
1120  * In "My Account", click on the "Items Checked Out" tab, then
1121    the "Check Out History" sub-tab.
1122  * Check off the items to conceal.
1123  * Click the Go button next to the "Delete Selected Titles" drop-down box.
1124  * Click OK in the pop-up to confirm the deletion.  Note that deletions
1125    cannot be undone.
1126
1127 Deleted titles will also not appear in the downloaded CSV file.
1128
1129 Patron history disable warning
1130 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1131
1132 When disabling checkout and/or holds history in the public catalog's
1133 Search and History Preferences tab, patrons will be warned that the
1134 operation is irreversible when history data exists that will be
1135 deleted as part of the update.
1136
1137
1138
1139 Include parts label when sorting copies on the record details page
1140 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1141 The list of copies on the catalog's record details page now includes
1142 the part label in the default sort order.
1143
1144 Specifically, copies are now sorted by (in order), org unit, then
1145 call number, then part label sortkey, then copy number, and
1146 finally barcode.
1147
1148 Previously, the hierarchy was org unit, then call number,
1149 then copy number, and finally barcode
1150
1151
1152
1153 Quick option to change search scope to all libraries
1154 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1155 A common usage of the catalog is to do a search in a restricted scope,
1156 like a local library. When the results are lacking, the search is repeated in a
1157 consortium-wide scope.  This feature provides an optional button and checkbox
1158 to alter the depth of the search to a defined level.
1159
1160 This feature is enabled by default and can be configured in the Depth Button/
1161 Checkbox section of config.tt2.
1162
1163 New config.tt2 settings
1164 +++++++++++++++++++++++
1165   * ctx.depth_sel_checkbox
1166   * ctx.depth_sel_button
1167   * ctx.depth_sel_depth
1168   * ctx.sel_button_label
1169   * ctx.depth_sel_button_class
1170   * ctx.depth_sel_checkbox_label
1171   * ctx.depth_sel_tooltip
1172   * ctx.depth_sel_resultshint
1173
1174 Limiter to exclude electronic resources
1175 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1176 A limiter to exclude electronic resources from search results is now available
1177 on the advanced search screen and from the search results page. This limiter
1178 will exclude any search results with an item form of o or s. This limiter
1179 will be applied on top of any other format limiters used in the search.
1180
1181 The checkboxes are disabled by default. To display them in both places, set
1182 the 'ctx.exclude_electronic_checkbox' setting in config.tt2 to 1.
1183
1184 New config.tt2 setting
1185 ++++++++++++++++++++++
1186 ctx.exclude_electronic_checkbox
1187
1188
1189 Expand unAPI API
1190 ^^^^^^^^^^^^^^^^
1191 Evergreen's unAPI support now includes access to many more
1192 record types. For example, the following URL would fetch
1193 bib 267 in MODS32 along with holdings, volume, copy,
1194 and record attribute information:
1195
1196 https://example.org/opac/extras/unapi?id=tag::U2@bre/267{holdings_xml,acn,acp,mra}&format=mods32
1197
1198 To access the new unAPI features, the unAPI ID should have the
1199 following form:
1200
1201   * +tag::U2@+
1202   * followed by class name, which may be
1203     * +bre+ (bibs)
1204     * +biblio_record_entry_feed+ (multiple bibs)
1205     * +acl+ (copy locations)
1206     * +acn+ (volumes)
1207     * +acnp+ (call number prefixes)
1208     * +acns+ (call number suffixes)
1209     * +acp+ (copies)
1210     * +acpn+ (copy notes)
1211     * +aou+ (org units)
1212     * +ascecm+ (copy stat cat entries)
1213     * +auri+ (located URIs)
1214     * +bmp+ (monographic parts)
1215     * +cbs+ (bib sources)
1216     * +ccs+ (copy statuses)
1217     * +circ+ (loan checkout and due dates)
1218     * +holdings_xml+ (holdings)
1219     * +mmr+ (metarecords)
1220     * +mmr_holdings_xml+ (metarecords with holdings)
1221     * +mmr_mra+ (metarecords with record attributes)
1222     * +mra+ (record attributes)
1223     * +sbsum+ (serial basic summaries)
1224     * +sdist+ (serial distributions)
1225     * +siss+ (serial issues)
1226     * +sisum+ (serial index summaries)
1227     * +sitem+ (serial items)
1228     * +sssum+ (serial supplement summaries)
1229     * +sstr+ (serial streams)
1230     * +ssub+ (serial subscriptions)
1231     * +sunit+ (serial units)
1232   * followed by +/+
1233   * followed by a record identifier (or in the case of
1234     the +biblio_record_entry_feed+ class, multiple IDs separated
1235     by commas)
1236   * followed, optionally, by limit and offset in square brackets
1237   * followed, optionally, by a comma-separated list of "includes"
1238     enclosed in curly brackets.  The list of includes is
1239     the same as the list of classes with the following addition:
1240     * +bre.extern+ (information from the non-MARC parts of a bib
1241       record)
1242    * followed, optionally, by +/+ and org unit; "-" signifies
1243      the top of the org unit tree
1244    * followed, optionally, by +/+ and org unit depth
1245    * followed, optionally, by +/+ and a path. If the path
1246      is +barcode+ and the class is +acp+, the record ID is taken
1247      to be a copy barcode rather than a copy ID; for example, in
1248      +tag::U2@acp/ACQ140{acn,bre,mra}/-/0/barcode+, +ACQ140+ is
1249      meant to be a copy barcode.
1250    * followed, optionally, by +&format=+ and the format in which the record
1251      should be retrieved. If this part is omitted, the list of available 
1252      formats will be retrieved. 
1253
1254
1255
1256
1257 New form/genre search and facet index
1258 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1259 The stock indexing definitions now include a search and facet index on the
1260 form/genre field (tag 655). This allows genre links in the public catalog
1261 record display to retrieve works in the same genre. The public catalog genre
1262 links will no longer display content from the 659 MARC fields. 
1263
1264 The genre facet will also display by default in the public catalog.  A partial
1265 reingest during upgrade is required to use this index.
1266
1267
1268
1269
1270 Limit number of facets retrieved during search
1271 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1272 Catalog search now limits the number of facets retrieved
1273 per defined facet field. Setting a limit is useful so that
1274 `open-ils.cstore backends don't end up needlessly consuming
1275 memory when fetching facets for a large result set; if a broad
1276 search retrieves over 10,000 author facets (say), even the most
1277 persistant user is not going to actually look at all of them. Fetching
1278 fewer facets can also slightly speed up generation of search results.
1279
1280 The limit is controlled by a new global flag, `search.max_facets_per_field`,
1281 whose label is "Search: maximum number of facet values to retrieve for
1282 each facet field".  The default limit value is 1,000, but lower values
1283 (e.g., 100) are perhaps even better for most catalogs.
1284
1285 Significant bugfixes
1286 ~~~~~~~~~~~~~~~~~~~~
1287
1288 Add acquisitions cancel reason 85 for Baker & Taylor EDI
1289 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1290 Baker & Taylor send backs a quantity status code of 85
1291 when a line item is canceled when using EDI.  That code
1292 is now included in the system so those cancelations get 
1293 properly registered. 
1294
1295 Self-check printing
1296 ^^^^^^^^^^^^^^^^^^^
1297 Corrections were made to the self-check holds and fines printing
1298 functionality to so that the proper transactions can be printed.
1299 The change requires that the Self-Checkout Fines Receipt and
1300 Self-Checkout Holds Receipt action/trigger templates be updated
1301 in order to work properly. 
1302
1303 Miscellaneous
1304 ~~~~~~~~~~~~~
1305
1306 * Copy records in the "Concerto" test data set now have prices.
1307 * The web-based self-check interface now displays the patron
1308   information area only when a patron is logged in.
1309 * The progress page displayed by MARC Batch Edit is improved.
1310 * The public catalog now better handles the situation where
1311   a patron who does not have an email address registered in
1312   Evergreen tries to email a record.
1313
1314 Evergreen 2.10.0 bugs closed
1315 ----------------------------
1316
1317 * https://bugs.launchpad.net/bugs/838525[Bug 838525: Timestamp on dob can make date appear off by a day]
1318 * https://bugs.launchpad.net/bugs/963341[Bug 963341: Allow the JSPac and TPac to display both MFHD records and Serial Control/Alternate records,]
1319 * https://bugs.launchpad.net/bugs/1067823[Bug 1067823: tpac: genre links in record details page launch subject search]
1320 * https://bugs.launchpad.net/bugs/1164174[Bug 1164174: Add support for author/title series added entry]
1321 * https://bugs.launchpad.net/bugs/1175711[Bug 1175711: can't renew items on OPAC due to items being on Booking resource list]
1322 * https://bugs.launchpad.net/bugs/1197636[Bug 1197636: Email record detail does not check for email]
1323 * https://bugs.launchpad.net/bugs/1202742[Bug 1202742: Support alert/print message for transiting, non-active copies]
1324 * https://bugs.launchpad.net/bugs/1206936[Bug 1206936: money.transaction_billing_summary view displays incorrect billing_type and billing_note for the actual last transaction]
1325 * https://bugs.launchpad.net/bugs/1208613[Bug 1208613: Expand All button does not work past the 1st page when viewing a large picklist.]
1326 * https://bugs.launchpad.net/bugs/1229757[Bug 1229757: support distinct pop-up images for holds, transits, and hold transits]
1327 * https://bugs.launchpad.net/bugs/1240657[Bug 1240657: OpenILS::Application::Actor should check_perms for CREATE_CLOSED_DATE, not CREATE_CLOSEING]
1328 * https://bugs.launchpad.net/bugs/1251415[Bug 1251415: Use the juvenile setting when auto-removing juvenile flag.]
1329 * https://bugs.launchpad.net/bugs/1275118[Bug 1275118: Holds history displays canceled holds as active]
1330 * https://bugs.launchpad.net/bugs/1312699[Bug 1312699: Editable Checkout History]
1331 * https://bugs.launchpad.net/bugs/1319998[Bug 1319998: money.materialized_summary_billing_del() ADDS to balance_owed]
1332 * https://bugs.launchpad.net/bugs/1333254[Bug 1333254: EDI invoices automatically expend debits]
1333 * https://bugs.launchpad.net/bugs/1367926[Bug 1367926: Add support for (nearly) direct access to the full unapi backend]
1334 * https://bugs.launchpad.net/bugs/1370694[Bug 1370694: Selfcheck "Print List" for Holds view does not work]
1335 * https://bugs.launchpad.net/bugs/1371647[Bug 1371647: config.marc21_ff_pos_map needs an audit]
1336 * https://bugs.launchpad.net/bugs/1375043[Bug 1375043: Support for in-A/T telephony configuration]
1337 * https://bugs.launchpad.net/bugs/1380709[Bug 1380709: invoice print amounts-per-fund uses wrong value when item price varies]
1338 * https://bugs.launchpad.net/bugs/1384740[Bug 1384740: Add authority records support to marc stream importer (Connexion)]
1339 * https://bugs.launchpad.net/bugs/1391282[Bug 1391282: Default Action Trigger Templates  Updates]
1340 * https://bugs.launchpad.net/bugs/1392396[Bug 1392396: Wishlist: Action Trigger for new user creation]
1341 * https://bugs.launchpad.net/bugs/1402018[Bug 1402018: Acq Copy location UI scoped to registered workstation]
1342 * https://bugs.launchpad.net/bugs/1402770[Bug 1402770: Add column picker option for number of holds in item context]
1343 * https://bugs.launchpad.net/bugs/1406786[Bug 1406786: Merge parts functionality fails to preserve copy_part mapping]
1344 * https://bugs.launchpad.net/bugs/1422802[Bug 1422802: Parts need to be more visible on the place holds screen]
1345 * https://bugs.launchpad.net/bugs/1422932[Bug 1422932: TPAC: Holds history pager typo]
1346 * https://bugs.launchpad.net/bugs/1429268[Bug 1429268: Credit card payment fails on NULL mailing address]
1347 * https://bugs.launchpad.net/bugs/1452950[Bug 1452950: Angularize the patron editor]
1348 * https://bugs.launchpad.net/bugs/1454871[Bug 1454871: KPAC Hold Notifications - SMS]
1349 * https://bugs.launchpad.net/bugs/1454884[Bug 1454884: Hold placed on grouped metabib result displays wrong title]
1350 * https://bugs.launchpad.net/bugs/1464765[Bug 1464765: evergreen.lpad_number_substrings doesn't handle internal substring matches properly]
1351 * https://bugs.launchpad.net/bugs/1466173[Bug 1466173: Wishlist: Selfcheck Hide UI Elements until patron auth]
1352 * https://bugs.launchpad.net/bugs/1466990[Bug 1466990: Detailed search results shows parts for items that dont have parts]
1353 * https://bugs.launchpad.net/bugs/1468422[Bug 1468422: Improve Password Management and Authentication]
1354 * https://bugs.launchpad.net/bugs/1470957[Bug 1470957: Items are incorrectly sorting when using the Sort By Publication date feature]
1355 * https://bugs.launchpad.net/bugs/1474051[Bug 1474051: Avoid storing partial credit card payment info]
1356 * https://bugs.launchpad.net/bugs/1474455[Bug 1474455: Fixed navigation menu for the web client]
1357 * https://bugs.launchpad.net/bugs/1474566[Bug 1474566: Credit card API amount paid rounding error.]
1358 * https://bugs.launchpad.net/bugs/1482336[Bug 1482336: create_release_notes.sh include .adoc files]
1359 * https://bugs.launchpad.net/bugs/1483500[Bug 1483500: evergreen.lowercase needs test]
1360 * https://bugs.launchpad.net/bugs/1483506[Bug 1483506: public.first_agg needs test]
1361 * https://bugs.launchpad.net/bugs/1483508[Bug 1483508: public.text_concat needs tests]
1362 * https://bugs.launchpad.net/bugs/1486151[Bug 1486151: Modifying password regular expression in Library Settings Editor can cause helper on the Update Password page to be invalid]
1363 * https://bugs.launchpad.net/bugs/1486294[Bug 1486294: Add acquisitions data to the Concerto dataset]
1364 * https://bugs.launchpad.net/bugs/1486592[Bug 1486592: Copies in concerto data should have prices]
1365 * https://bugs.launchpad.net/bugs/1487527[Bug 1487527: TPAC: Provide shortcut for changing search scope]
1366 * https://bugs.launchpad.net/bugs/1491571[Bug 1491571: When circ.password_reset_request_requires_matching_email setting is true, email case must match in addition to content]
1367 * https://bugs.launchpad.net/bugs/1492793[Bug 1492793: Support for PostgreSQL Application Name Connection Options]
1368 * https://bugs.launchpad.net/bugs/1496837[Bug 1496837: xml-related test is invalid]
1369 * https://bugs.launchpad.net/bugs/1499123[Bug 1499123: Ability to Ignore Certain Standing Penalties Within a Proximity to the Patron's Home Library]
1370 * https://bugs.launchpad.net/bugs/1501471[Bug 1501471: fetching OU settings in batch can be made faster]
1371 * https://bugs.launchpad.net/bugs/1501516[Bug 1501516: Indicate whether a lineitem is fully paid/invoiced in PO list]
1372 * https://bugs.launchpad.net/bugs/1502152[Bug 1502152: Trap Warnings in marc_export for better error reporting]
1373 * https://bugs.launchpad.net/bugs/1504615[Bug 1504615: OPAC: Suggest record detail more useful when sorted by parts]
1374 * https://bugs.launchpad.net/bugs/1505286[Bug 1505286: set limit on facets retrieved during search]
1375 * https://bugs.launchpad.net/bugs/1506534[Bug 1506534: valid_z3950_attr_type check constraint can cause errors during pg_restore]
1376 * https://bugs.launchpad.net/bugs/1507845[Bug 1507845: Correct search engine optimization -- allow robots to crawl, but not index, results]
1377 * https://bugs.launchpad.net/bugs/1508477[Bug 1508477: browser client: hotkeys don't work if an input element has focus]
1378 * https://bugs.launchpad.net/bugs/1509479[Bug 1509479: infinite loop when parsing modified unclosed phrase search query]
1379 * https://bugs.launchpad.net/bugs/1510641[Bug 1510641: Cannot print PO without lineitems]
1380 * https://bugs.launchpad.net/bugs/1513554[Bug 1513554: It is possible to delete acq.cancel_reasons that are used by the system]
1381 * https://bugs.launchpad.net/bugs/1516022[Bug 1516022: reporting source for copy/hold ratio at pickup library and descendants]
1382 * https://bugs.launchpad.net/bugs/1516104[Bug 1516104: Wishlist: Additional Acq Toolbar Options]
1383 * https://bugs.launchpad.net/bugs/1516707[Bug 1516707: Relevance ranking deteriorates when phrases are added to search]
1384 * https://bugs.launchpad.net/bugs/1516757[Bug 1516757: SIP Date of Birth off by one day / parsed as UTC]
1385 * https://bugs.launchpad.net/bugs/1516867[Bug 1516867: HTML reports should be dynamically sortable]
1386 * https://bugs.launchpad.net/bugs/1519055[Bug 1519055: Simple checkbox to exclude electronic resources from search results]
1387 * https://bugs.launchpad.net/bugs/1519465[Bug 1519465: Purchase Orders with spaces in the name cause problems with EDI processing]
1388 * https://bugs.launchpad.net/bugs/1519911[Bug 1519911: Typo in seed data for hold cancel notification action triggers]
1389 * https://bugs.launchpad.net/bugs/1519925[Bug 1519925: Add UPC search to MARC Federated Search -  Native Evergreen option]
1390 * https://bugs.launchpad.net/bugs/1522538[Bug 1522538: Unexpected Journal Title Search Results when using second or third Search Input in Advanced Search]
1391 * https://bugs.launchpad.net/bugs/1522604[Bug 1522604: webclient: Red font to highlight Lost items in patron summary extends to Non-Cataloged label]
1392 * https://bugs.launchpad.net/bugs/1526543[Bug 1526543: Cannot disable password reset in TPAC]
1393 * https://bugs.launchpad.net/bugs/1526546[Bug 1526546: Parts do not sort correctly on Holdings Maintenance screen]
1394 * https://bugs.launchpad.net/bugs/1526547[Bug 1526547: Overdues adjusted via lost (or long overdue) processing get an incorrect note ("VOIDED FOR BACKDATE")]
1395 * https://bugs.launchpad.net/bugs/1527342[Bug 1527342: Maintain patron reading history in a dedicated table.]
1396 * https://bugs.launchpad.net/bugs/1528596[Bug 1528596: Another untrapped marc_export warning]
1397 * https://bugs.launchpad.net/bugs/1531976[Bug 1531976: Triggered Events UI not loading after visiting Message Center UI and vice-versa]
1398 * https://bugs.launchpad.net/bugs/1533329[Bug 1533329: Selectively disallow opt-in based on patron's home library]
1399 * https://bugs.launchpad.net/bugs/1533331[Bug 1533331: evergreen.protect_reserved_rows_from_delete() trigger function returning error]
1400 * https://bugs.launchpad.net/bugs/1538697[Bug 1538697: webclient: copy record does not save when changing stat cat entries]
1401 * https://bugs.launchpad.net/bugs/1539088[Bug 1539088: marc export should only print "Waiting for Input" when running interactively]
1402 * https://bugs.launchpad.net/bugs/1539776[Bug 1539776: webclient: Wrapping improvements for vol / copy editor]
1403 * https://bugs.launchpad.net/bugs/1544723[Bug 1544723: Add webstaff to update_pofiles]
1404 * https://bugs.launchpad.net/bugs/1545178[Bug 1545178: two dead methods for dealing with closed dates should be removed]
1405 * https://bugs.launchpad.net/bugs/1545226[Bug 1545226: MARC Batch Editor summary table html problems]
1406 * https://bugs.launchpad.net/bugs/1546125[Bug 1546125: Print Templates -&gt; Save Locally not working]
1407 * https://bugs.launchpad.net/bugs/1548143[Bug 1548143: Add Parts Support to Vandelay Item Import]
1408 * https://bugs.launchpad.net/bugs/1548147[Bug 1548147: Quick Export Feature for Vandelay Queues]
1409 * https://bugs.launchpad.net/bugs/1548869[Bug 1548869: KPAC - hold results screen not showing title]
1410 * https://bugs.launchpad.net/bugs/1549393[Bug 1549393: AddedContent: Invalid ISBN's are sent to Content Cafe as blank string]
1411 * https://bugs.launchpad.net/bugs/1550495[Bug 1550495: EDI Default Cancel Reason for Baker &amp; Taylor not included: Code 85]
1412 * https://bugs.launchpad.net/bugs/1551447[Bug 1551447: Selfcheck: Printing Fines Prints All Open Transactions]
1413 * https://bugs.launchpad.net/bugs/1552060[Bug 1552060: Persistent login no longer working in OPAC]
1414 * https://bugs.launchpad.net/bugs/1553813[Bug 1553813: Browser patron editor field validation and permission checks]
1415 * https://bugs.launchpad.net/bugs/1556339[Bug 1556339: API attempts to use nonexistent user_visible_circs method]
1416 * https://bugs.launchpad.net/bugs/1557525[Bug 1557525: Release Notes Omission]
1417 * https://bugs.launchpad.net/bugs/1557621[Bug 1557621: Verify password API fails on barcode; returns success on deleted users]
1418 * https://bugs.launchpad.net/bugs/1557683[Bug 1557683: Missing semicolon in 0953.function.unapi-bre.external-includes.sql]
1419
1420 Evergreen 2.10.0 Acknowledgments
1421 --------------------------------
1422 The Evergreen project would like to thank the following 
1423 individuals who contributed code, documentations patches and
1424 tests to this release of Evergreen:
1425
1426  * Thomas Berezansky
1427  * Adam Bowling
1428  * Jason Boyer
1429  * Kate Butler
1430  * Steven Callender
1431  * Steven Chan
1432  * Galen Charlton
1433  * Mark Cooper
1434  * Jeff Davis
1435  * Martha Driscoll
1436  * Bill Erickson
1437  * Jason Etheridge
1438  * Blake Henderson
1439  * Pasi Kallinen
1440  * Jake Litrell
1441  * Kathy Lussier
1442  * Terran McCanna
1443  * Christine Morgan
1444  * Dan Pearl
1445  * Michael Peters
1446  * Jennifer Pringle
1447  * Mike Rylander
1448  * Dan Scott
1449  * Chris Sharp
1450  * Ben Shum
1451  * Remington Steed
1452  * Jason Stephenson
1453  * Josh Stompro
1454  * Yamil Suarez
1455  * Dan Wells
1456  * Bob Wicksall
1457
1458 We would also like to thank the following individuals who
1459 tested and signed off on patches:
1460
1461  * Christine Burns
1462  * Andrea Neiman
1463  * Erica Rohlfs
1464
1465 We would also like to thank the following organizations who
1466 commissioned developments in this release of Evergreen:
1467
1468  * Linn Libraries Consortium
1469  * King County Library System
1470  * MassLNC
1471
1472 We also thank the following organizations whose employees contributed
1473 to this release:
1474
1475  * BC Libraries Coooperative
1476  * Berklee College of Music
1477  * Bibliomation
1478  * Calvin College
1479  * CW/MARS
1480  * Emerald Data
1481  * Equinox Software
1482  * Georgia Public Library Service
1483  * Indiana State Library
1484  * Kent County Public Library
1485  * King County Library System
1486  * Lake Agassiz Regional Library
1487  * Laurentian University
1488  * MassLNC
1489  * MOBIUS
1490  * MVLC
1491  * NOBLE
1492  * Rodgers Memorial Library
1493  * Sigio
1494
1495 We regret any omissions.  If a contributor has been inadvertantly
1496 missed, please open a bug at http://bugs.launchpad.net/evergreen/
1497 with a correction.
1498