About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
community:newsletter:2019-10

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
community:newsletter:2019-10 [2019/10/23 19:09] demiankatzcommunity:newsletter:2019-10 [2019/10/28 18:23] – [Issue Report / Discussion Only] demiankatz
Line 18: Line 18:
   * Error-reporting mechanism for displaying certain search backend errors directly to users (currently only used by Primo Central, to communicate the fact that blank searches are unsupported): [[https://github.com/vufind-org/vufind/pull/1455|#1455]]   * Error-reporting mechanism for displaying certain search backend errors directly to users (currently only used by Primo Central, to communicate the fact that blank searches are unsupported): [[https://github.com/vufind-org/vufind/pull/1455|#1455]]
   * FOLIO ILS driver improvement: [[https://github.com/vufind-org/vufind/pull/1461|#1461]]   * FOLIO ILS driver improvement: [[https://github.com/vufind-org/vufind/pull/1461|#1461]]
 +  * Improve extensibility of AbstractSolrBackendFactory: [[https://github.com/vufind-org/vufind/pull/1479|#1479]]
   * More configurable hierarchical facet sort options: [[https://github.com/vufind-org/vufind/pull/1452|#1452]]   * More configurable hierarchical facet sort options: [[https://github.com/vufind-org/vufind/pull/1452|#1452]]
   * Minor bug / typo fixes: [[https://github.com/vufind-org/vufind/pull/1443|#1443]], [[https://github.com/vufind-org/vufind/pull/1448|#1448]], [[https://github.com/vufind-org/vufind/pull/1457|#1457]], [[https://github.com/vufind-org/vufind/pull/1459|#1459]], [[https://github.com/vufind-org/vufind/pull/1463|#1463]], [[https://github.com/vufind-org/vufind/pull/1467|#1467]]   * Minor bug / typo fixes: [[https://github.com/vufind-org/vufind/pull/1443|#1443]], [[https://github.com/vufind-org/vufind/pull/1448|#1448]], [[https://github.com/vufind-org/vufind/pull/1457|#1457]], [[https://github.com/vufind-org/vufind/pull/1459|#1459]], [[https://github.com/vufind-org/vufind/pull/1463|#1463]], [[https://github.com/vufind-org/vufind/pull/1467|#1467]]
   * More configurable "local host" detection for the VuFindHttp library: [[https://github.com/vufind-org/vufindhttp/pull/13|VuFindHttp#13]]   * More configurable "local host" detection for the VuFindHttp library: [[https://github.com/vufind-org/vufindhttp/pull/13|VuFindHttp#13]]
   * Redis session support: [[https://github.com/vufind-org/vufind/pull/1460|#1460]], [[https://github.com/vufind-org/vufind/pull/1464|#1464]], [[https://github.com/vufind-org/vufind/pull/1474|#1474]]   * Redis session support: [[https://github.com/vufind-org/vufind/pull/1460|#1460]], [[https://github.com/vufind-org/vufind/pull/1464|#1464]], [[https://github.com/vufind-org/vufind/pull/1474|#1474]]
 +  * SMTP improvements (allow connection reset; add configurable timeout): [[https://github.com/vufind-org/vufind/pull/1468|#1468]], [[https://github.com/vufind-org/vufind/pull/1475|#1475]]
   * Translation improvements (including the addition of Croatian support): [[https://github.com/vufind-org/vufind/pull/1445|#1445]], [[https://github.com/vufind-org/vufind/pull/1470|#1470]], [[https://github.com/vufind-org/vufind/pull/1473|#1473]]   * Translation improvements (including the addition of Croatian support): [[https://github.com/vufind-org/vufind/pull/1445|#1445]], [[https://github.com/vufind-org/vufind/pull/1470|#1470]], [[https://github.com/vufind-org/vufind/pull/1473|#1473]]
  
Line 34: Line 36:
   * Geographic indexing support for Dublin Core XML documents: [[https://github.com/vufind-org/vufind/pull/1465|#1465]]   * Geographic indexing support for Dublin Core XML documents: [[https://github.com/vufind-org/vufind/pull/1465|#1465]]
   * Improvements to item status display: [[https://github.com/vufind-org/vufind/pull/1466|#1466]]   * Improvements to item status display: [[https://github.com/vufind-org/vufind/pull/1466|#1466]]
 +  * Make hierarchy logic compatible with additional search backends: [[https://github.com/vufind-org/vufind/pull/1478|#1478]]
   * New view helpers designed to help improve overall theme design: [[https://github.com/vufind-org/vufind/pull/1454|#1454]], [[https://github.com/vufind-org/vufind/pull/1458|#1458]]   * New view helpers designed to help improve overall theme design: [[https://github.com/vufind-org/vufind/pull/1454|#1454]], [[https://github.com/vufind-org/vufind/pull/1458|#1458]]
-  * SMTP improvements (allow connection reset; add configurable timeout): [[https://github.com/vufind-org/vufind/pull/1468|#1468]], [[https://github.com/vufind-org/vufind/pull/1475|#1475]]+  * Resolve SolrMarc log4j warnings: [[https://github.com/vufind-org/vufind/pull/1480|#1480]]
   * Solr 8 upgrade: [[https://github.com/vufind-org/vufind/pull/1477|#1477]] / [[https://vufind.org/jira/browse/VUFIND-1339|VUFIND-1339]]   * Solr 8 upgrade: [[https://github.com/vufind-org/vufind/pull/1477|#1477]] / [[https://vufind.org/jira/browse/VUFIND-1339|VUFIND-1339]]
  
 ==== Issue Report / Discussion Only ==== ==== Issue Report / Discussion Only ====
  
 +  * BUG: Advanced search does not play well with some browsers' "store form entries" functionality: [[https://vufind.org/jira/browse/VUFIND-1369|VUFIND-1369]]
   * BUG: Hunt does not always trigger correctly: [[https://vufind.org/jira/browse/VUFIND-1367|VUFIND-1367]]   * BUG: Hunt does not always trigger correctly: [[https://vufind.org/jira/browse/VUFIND-1367|VUFIND-1367]]
   * BUG: Off-canvas toggle missing: [[https://vufind.org/jira/browse/VUFIND-1354|VUFIND-1354]] (possibly already resolved; further investigation required)   * BUG: Off-canvas toggle missing: [[https://vufind.org/jira/browse/VUFIND-1354|VUFIND-1354]] (possibly already resolved; further investigation required)
Line 45: Line 49:
   * IMPROVEMENT: Filter user interface needs some inconsistencies addressed: [[https://vufind.org/jira/browse/VUFIND-1353|VUFIND-1353]]   * IMPROVEMENT: Filter user interface needs some inconsistencies addressed: [[https://vufind.org/jira/browse/VUFIND-1353|VUFIND-1353]]
   * IMPROVEMENT: Improve design of session handler code: [[https://vufind.org/jira/browse/VUFIND-1355|VUFIND-1355]]   * IMPROVEMENT: Improve design of session handler code: [[https://vufind.org/jira/browse/VUFIND-1355|VUFIND-1355]]
 +  * IMPROVEMENT: More secure short links: [[https://vufind.org/jira/browse/VUFIND-1368|VUFIND-1368]]
   * NEW FEATURE: Add 'extra' parameter to serialized searches: [[https://vufind.org/jira/browse/VUFIND-1364|VUFIND-1364]]   * NEW FEATURE: Add 'extra' parameter to serialized searches: [[https://vufind.org/jira/browse/VUFIND-1364|VUFIND-1364]]
   * NEW FEATURE: Clear the cache through the API: [[https://vufind.org/jira/browse/VUFIND-1365|VUFIND-1365]]   * NEW FEATURE: Clear the cache through the API: [[https://vufind.org/jira/browse/VUFIND-1365|VUFIND-1365]]
community/newsletter/2019-10.txt · Last modified: 2019/10/29 12:22 by demiankatz