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
Next revisionBoth sides next revision
feature_list_1_6_0 [2010/02/10 14:02] – Updating feature list for 1.6.0.1 mikerfeature_list_1_6_0 [2010/10/20 11:56] rsoulliere
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: 
  
-==New Front-end Features in 1.6.0.1==+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]]. 
 + 
 +===== 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 
 +  * Add debugging messages to the action-trigger script and server code 
 + 
 +===== 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 Bill Ott to add missing apostrophe in rdetail.js 
 +  * Fix for report editor parameters not consistently showing up 
 +  * Log bib search timeouts 
 + 
 +===== 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 Warren Layton of NRCAN to address a regression in date calculation code 
 +  * Fix for offline identification requirement (relaxed to match on-line patron registration) 
 + 
 +===== 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 offline patron blocked list generation (Patch from Joe Atzberger) 
 +  * General translation and internationalization improvements 
 +  * Force at least one non-system billing type to exist (Identified by Dan Wells) 
 + 
 + 
 +===== 1.6.0.1 ===== 
 +==== Bug fixes ==== 
 + 
 +  * Overdue notice XML normalization and encoding fixes  
 +    * (e.g. e-mail addresses with ampersands now encode correctly) 
 +  * Remove cosmetic issues with Offline Mode  
 +    * (corrected font and display issues) 
 +  * Backport compatibility-improved triggers for summary data collection  
 +    * (fixed super-simple record extract view issues for isbn and issn) 
 +  * Interface fixes for Self Check  
 +    * (prevent login of patrons who are marked as invalid) 
 +  * General grid-related interface cleanups  
 +    * (fixed pixel and alignment issues in table views accessible from admin settings)  
 +  * String translation interface fix – translated strings can be removed  
 +    * (the translation windows now perform removals correctly) 
 +  * Command-line data extraction script fixes (Galen Charlton)  
 +    * (improved batch export) 
 +  * Fixed billing time stamp calculation  
 +    * (e.g. a book that circulates for whole days that is technically due at 3pm doesn't accrue fines until after the library is closed) 
 +  * Fix for searches containing colons but no command tag  
 +    * (the : is no longer assumed to be an index specification so title searches for "Homeward Bound: the Incredible Journey" will return results) 
 +  * Fix for Z39.50 searches containing diacritical marks (Dan Scott)  
 +    * (the SRU is now better at detecting incoming encoding) 
 +  * Horizontal user summary display fix in the Checkout entry point  
 +  * Return of Shadowed Record styling in the staff client for records with no items or no items at this location (Bill Ott) 
 +  * Holdings import fixes (Dan Wells) ([[http://svn.open-ils.org/trac/ILS/changeset/15353|see changeset 15353]])  
 +    * (Found and fixed the Vandelay bug that manifested based on log in type.) 
 +  * Fixed an error that occurred when renewing multiple items at once in Items Out 
 + 
 +==== New features (front end)==== 
   * French translation updates   * French translation updates
   * Several new translations   * Several new translations
Line 11: Line 134:
     * Spanish (submitted via Launchpad)     * Spanish (submitted via Launchpad)
     * Brazilian Portuguese (submitted via Launchpad)     * Brazilian Portuguese (submitted via Launchpad)
-  * More entry points for Record Buckets+  * More places to access Record Buckets in the staff client
   * Virtual due date for non-cataloged circulations honors closed dates   * Virtual due date for non-cataloged circulations honors closed dates
-  * Differentiated messages for inactive vs. non-existent users+  * Differentiated messages for inactive vs. non-existent users  
 +    *(error messages in patron OPAC log in are now different for inactive patrons versus bad log in (typo)/non-existent user) 
 + 
 +==== New features (server/administration) ====
  
-==New Back-end Features in 1.6.0.1== 
   * 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)
   * Improved MFHD (serials) import script   * Improved MFHD (serials) import script
 +    *(improved instructions in the read me files and relaxed database constraints)
   * SIP2 configurable encoding support   * SIP2 configurable encoding support
-  * SIP1 renew-or-checkout support for antiquated 3M equipment+  * SIP1 renew-or-checkout support for some 3M equipment which support older SIP protocols
   * Updated Linux distribution support   * Updated Linux distribution support
   * Automatic update of OpenSRF support files when OpenSRF is upgraded   * Automatic update of OpenSRF support files when OpenSRF is upgraded
  
  
-==New Front-end Features in 1.6.0.0==+===== Features from 1.6.0.0 ===== 
 + 
 +==== New features (front end) ====
  
   * 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 54: 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 80: 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.