User Tools

Site Tools


history:feature_list_1_6_0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
feature_list_1_6_0 [2010/06/25 22:32] – 1.6.0.6 bug fixes dbshistory:feature_list_1_6_0 [2018/04/25 14:18] – ↷ Page moved from feature_list_1_6_0 to history:feature_list_1_6_0 dbwells
Line 3: Line 3:
 This release adds functionality, configuration, and usability improvements in the following areas:  This release adds functionality, configuration, and usability improvements in the following areas: 
  
-==Bug Fixes in 1.6.0.6== +NOTE: These release notes are also available in the Evergreen documentation at [[http://docs.evergreen-ils.org/1.6/draft/html/releasenotes.html]]. In github: [[http://github.com/rsoulliere/Evergreen-DocBook/blob/master/1.6/intro/releasenotes.xml]]. 
-  * **SECURITY**Address a security vulnerability in ''open-ils.pcrud'' that allows retrieval of information beyond the bounds of the permissions for the targeted objects.+ 
 +===== 1.6.0.8 ===== 
 +==== New Features ==== 
 +  * Added index for case insensitive barcode searching (1.6.0.7) for speed 
 +  * Move to BibTemplate for general title detail display, not just overlay of MVR-based display 
 + 
 +==== Bug fixes ==== 
 +  * Offline transaction timestamp and export fixes 
 +  More configuration interface improvements 
 +  Printing improvements to avoid the dreaded "inner print_tree" errors 
 +  Fix Google Books full-text functionality 
 +  * User Editor improvements (addresses, appropriate required fields) 
 + 
 +===== 1.6.0.7 ===== 
 +==== New Features ==== 
 +  * Made barcode searching from the general user search interface case insensitive 
 + 
 +==== Bug fixes ==== 
 +  * FIFO Holds Org Setting name in the Library Settings Editor did not match that used by the SQL -- repaired 
 +  * Repaired Authority Record ingest 
 +  * Backdating timestamp format bug fixed -- patch from James Fournie at SITKA 
 +  * Configuration interface bugs addressed (ongoing improvement from 1.6.0.4) 
 +  * Action/Trigger (notifications, etc) bugs addressed 
 +  * In-Database record merging bug fixes (indicators, Located URIs) 
 +  * In-Database hold testing stored procedure bug fixed -- patch from John Craig 
 + 
 +===== 1.6.0.6 ===== 
 + 
 +==== Security ==== 
 +  * Address a security vulnerability in ''open-ils.pcrud'' that allows retrieval of information beyond the bounds of the permissions for the targeted objects. 
 + 
 +==== Bug fixes ====
   * Remove a call to a non-existent method   * Remove a call to a non-existent method
   * Add debugging messages to the action-trigger script and server code   * Add debugging messages to the action-trigger script and server code
  
-==Bug fixes in 1.6.0.5==+===== 1.6.0.5 ===== 
 +==== New features ==== 
 +  * Patch from James Fournie to add a setting for first-in, first-out (//FIFO//) holds resolution so that items checked in will be assigned to holds by request date first, rather than proximity 
 + 
 +==== Bug fixes ====
   * Patch from Dan Wells to enable the bookbag menu to show up in Craftsman skin   * Patch from Dan Wells to enable the bookbag menu to show up in Craftsman skin
   * Patch from Bill Ott to add missing apostrophe in rdetail.js   * Patch from Bill Ott to add missing apostrophe in rdetail.js
-  * Patch from James Fournie to implement first-in, first-out holds queueing 
   * Fix for report editor parameters not consistently showing up   * Fix for report editor parameters not consistently showing up
-  * +  * Log bib search timeouts
  
-==Bug Fixes in 1.6.0.3==+===== 1.6.0.4 ===== 
 +==== New features ==== 
 +  * Patch from Dan Wells to add an org-unit setting to restrict renewals when the item in question is needed to fulfill a hold. 
 + 
 +==== Bug fixes ==== 
 +  * Patch from Jason Stephenson to allow the EVERYTHING permission in permission.usr_has_perm_at_nd 
 +  * Patch from Warren Layton to remove a debugging alert in the permission creation interface 
 +  * Patch from Warren Layton to sort Z39.50 servers in Z39.50 import interface 
 +  * Patch from Galen Charlton to prevent legacy 852 fields from being exported during bib+holdings export 
 +  * Patch from Galen Charlton to prevent one bad MARC record from spoiling the rest of the export 
 +  * Patch from Galen Charlton to remove empty XML elements and control fields when ingesting a bib record 
 +  * Patch from Galen Charlton. This patch adds additional calls to escape_xml to handle cases where patron or library data could contain ampersand or other characters that need to be converted to entities. Issue discovered by Bibliomation; patch includes contributions by Ben Ostrowsky 
 +  * Enable display of barcodes in brief circulation interface even when patron has no middle name (problem diagnosed by Bill Ott) 
 +  * Correct the calculation of patron bills 
 +  * Fix parsing of colons in search phrases 
 +  * Fix handling of horizontal patron summary setting 
 +  * Various fixes for server administration interfaces 
 +  * Correct date handling in "My Account" interface 
 +  * Prevent an exception from being thrown when a standing penalty is removed 
 +  * Fix ISSN quicksearch (bug reported by Dan Wells) 
 +  * Prevent colons from being incorrectly inserted into titles in search results display 
 +  * Fix survey interface in patron editor to enable it to save results correctly 
 +  * Corrections in in-database circulation: enable check-out and renewal of pre-cataloged items, process non-cataloged items 
 +  * Correct Unicode handling in SRU/Z39.50 server 
 + 
 + 
 + 
 + 
 +===== 1.6.0.3 ===== 
 +==== Bug fixes ====
   * Patch from Dan Wells to address a regression in the Reshelving-to-Available method call   * Patch from Dan Wells to address a regression in the Reshelving-to-Available method call
   * Patch from Warren Layton of NRCAN to address a regression in date calculation code   * Patch from Warren Layton of NRCAN to address a regression in date calculation code
   * Fix for offline identification requirement (relaxed to match on-line patron registration)   * Fix for offline identification requirement (relaxed to match on-line patron registration)
  
-==Bug Fixes in 1.6.0.2==+===== 1.6.0.2 ===== 
 +==== New features ==== 
 + 
 +  * Support indexing normalization and search of ratio-like strings 
 +  * Support specific-index searching via the basic search dropdown 
 + 
 +==== Bug fixes ====
   * Fix for search bug introduced in 1.6.0.1 which primarily effected Z39.50 searches against Evergreen   * Fix for search bug introduced in 1.6.0.1 which primarily effected Z39.50 searches against Evergreen
   * Fix for offline patron blocked list generation (Patch from Joe Atzberger)   * Fix for offline patron blocked list generation (Patch from Joe Atzberger)
Line 26: Line 95:
   * Force at least one non-system billing type to exist (Identified by Dan Wells)   * Force at least one non-system billing type to exist (Identified by Dan Wells)
  
-==New Front-end Features in 1.6.0.2== 
-  * Support indexing normalization and search of ratio-like strings 
-  * Support specific-index searching via the basic search dropdown 
  
-==Bug Fixes in 1.6.0.1==+===== 1.6.0.1 ===== 
 +==== Bug fixes ==== 
   * Overdue notice XML normalization and encoding fixes    * Overdue notice XML normalization and encoding fixes 
     * (e.g. e-mail addresses with ampersands now encode correctly)     * (e.g. e-mail addresses with ampersands now encode correctly)
Line 57: Line 125:
   * Fixed an error that occurred when renewing multiple items at once in Items Out   * Fixed an error that occurred when renewing multiple items at once in Items Out
  
-==New Front-end Features in 1.6.0.1==+==== New features (front end)==== 
   * French translation updates   * French translation updates
   * Several new translations   * Several new translations
Line 70: Line 139:
     *(error messages in patron OPAC log in are now different for inactive patrons versus bad log in (typo)/non-existent user)     *(error messages in patron OPAC log in are now different for inactive patrons versus bad log in (typo)/non-existent user)
  
-==New Back-end Features in 1.6.0.1==+==== New features (server/administration) ==== 
   * Action/Trigger initiator script   * Action/Trigger initiator script
     *(1.6.0.1 includes the default script to initiate system scheduling for action/trigger events - for use in cron jobs)     *(1.6.0.1 includes the default script to initiate system scheduling for action/trigger events - for use in cron jobs)
Line 83: Line 153:
 ===== Features from 1.6.0.0 ===== ===== Features from 1.6.0.0 =====
  
- +==== New features (front end) ====
- +
-==New Front-end Features in 1.6.0.0==+
  
   * Added “insert copy above” (CTRL-up) and “insert copy below” (CTRL-down) functionality in the MARC Editor   * Added “insert copy above” (CTRL-up) and “insert copy below” (CTRL-down) functionality in the MARC Editor
Line 115: Line 183:
   * Acquisitions Preview includes a sneak peek at the preliminary work for manual funding management, PO creation, cataloging and receiving processes.  These are functional but are not intended for insertion into current workflows.  This feature was specifically included to solicit feedback from the community on this important feature.   * Acquisitions Preview includes a sneak peek at the preliminary work for manual funding management, PO creation, cataloging and receiving processes.  These are functional but are not intended for insertion into current workflows.  This feature was specifically included to solicit feedback from the community on this important feature.
  
- +==== New features (server admininstration) ====
- +
-==New Back-End/Admin Features in 1.6.0.0==+
  
   * Event Triggers – An entirely new subsystem for automatically running arbitrary, user-defined reaction code when presented with an ILS event defined by the user.  Notifications, delayed actions, acquisitions, and many other systems will make use of this new infrastructure.    * Event Triggers – An entirely new subsystem for automatically running arbitrary, user-defined reaction code when presented with an ILS event defined by the user.  Notifications, delayed actions, acquisitions, and many other systems will make use of this new infrastructure. 
Line 141: Line 207:
   * Improved handling of day-granular circulations, and their interaction with penalties -- i.e. For a 7 day circulating item that is checked out at 9am on Sunday, it is not due until closing on the following Saturday.   * Improved handling of day-granular circulations, and their interaction with penalties -- i.e. For a 7 day circulating item that is checked out at 9am on Sunday, it is not due until closing on the following Saturday.
   * Evergreen will notify that printer setups need to be checked at Staff Client upgrade time   * Evergreen will notify that printer setups need to be checked at Staff Client upgrade time
 +
 +
  
  
history/feature_list_1_6_0.txt · Last modified: 2022/02/10 13:34 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.