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:2020-11

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
community:newsletter:2020-11 [2020/11/17 13:08] – [Recently Completed / Resolved Issues] demiankatzcommunity:newsletter:2020-11 [2020/11/27 17:06] – [Recently Completed / Resolved Issues] demiankatz
Line 10: Line 10:
  
   * Account for more table of contents subfields: [[https://github.com/vufind-org/vufind/pull/1770|#1770]]   * Account for more table of contents subfields: [[https://github.com/vufind-org/vufind/pull/1770|#1770]]
-  * Add a MarcReader class for lightweight handling of MARC data: [[https://github.com/vufind-org/vufind/pull/1776|#1776]]+  * Add a MarcReader class for lightweight handling of MARC data: [[https://github.com/vufind-org/vufind/pull/1776|#1776]], [[https://github.com/vufind-org/vufind/pull/1794|#1794]]
   * Add config setting to control DOI auto-redirect: [[https://github.com/vufind-org/vufind/pull/1781|#1781]]   * Add config setting to control DOI auto-redirect: [[https://github.com/vufind-org/vufind/pull/1781|#1781]]
   * Add missing use statements to factories: [[https://github.com/vufind-org/vufind/pull/1790|#1790]]   * Add missing use statements to factories: [[https://github.com/vufind-org/vufind/pull/1790|#1790]]
Line 18: Line 18:
   * Disable deduplication listener when search parameters contains child filter: [[https://github.com/vufind-org/vufind/pull/1789|#1789]]   * Disable deduplication listener when search parameters contains child filter: [[https://github.com/vufind-org/vufind/pull/1789|#1789]]
   * Expand log writer test coverage; fix bug and typo: [[https://github.com/vufind-org/vufind/pull/1774|#1774]]   * Expand log writer test coverage; fix bug and typo: [[https://github.com/vufind-org/vufind/pull/1774|#1774]]
 +  * Fix bootstrap3 browse home template: [[https://github.com/vufind-org/vufind/pull/1796|#1796]]
 +  * Fix cache key in ObalkyKnihService class: [[https://github.com/vufind-org/vufind/pull/1797|#1797]]
 +  * Fix collapsing of long text in Channels: [[https://github.com/vufind-org/vufind/pull/1786|#1786]], [[https://github.com/vufind-org/vufind/pull/1787|#1787]]
   * Fix for several problems found by PHPStan: [[https://github.com/vufind-org/vufind/pull/1775|#1775]]   * Fix for several problems found by PHPStan: [[https://github.com/vufind-org/vufind/pull/1775|#1775]]
   * Implement getContainerEndPage() for EDS: [[https://github.com/vufind-org/vufind/pull/1784|#1784]]   * Implement getContainerEndPage() for EDS: [[https://github.com/vufind-org/vufind/pull/1784|#1784]]
   * Index DOIs from 856 fields: [[https://github.com/vufind-org/vufind/pull/1783|#1783]]   * Index DOIs from 856 fields: [[https://github.com/vufind-org/vufind/pull/1783|#1783]]
   * KohaRest: Add support for mapping different "Lost" statuses: [[https://github.com/vufind-org/vufind/pull/1771|#1771]]   * KohaRest: Add support for mapping different "Lost" statuses: [[https://github.com/vufind-org/vufind/pull/1771|#1771]]
 +  * KohaRest: Check also for 'errors' element in response: [[https://github.com/vufind-org/vufind/pull/1798|#1798]]
   * KohaRest: Request all results when endpoint uses paging: [[https://github.com/vufind-org/vufind/pull/1778|#1778]]   * KohaRest: Request all results when endpoint uses paging: [[https://github.com/vufind-org/vufind/pull/1778|#1778]]
   * Log writer for Office365 webhooks: [[https://github.com/vufind-org/vufind/pull/1757|#1757]]   * Log writer for Office365 webhooks: [[https://github.com/vufind-org/vufind/pull/1757|#1757]]
Line 39: Line 43:
 ==== Code in Progress ==== ==== Code in Progress ====
  
-  * Fix collapsing of long text in Channels: [[https://github.com/vufind-org/vufind/pull/1786|#1786]], [[https://github.com/vufind-org/vufind/pull/1787|#1787]] 
   * Fix loading of similar records tab: [[https://github.com/vufind-org/vufind/pull/1772|#1772]]   * Fix loading of similar records tab: [[https://github.com/vufind-org/vufind/pull/1772|#1772]]
   * Further improvements to author indexing: [[https://github.com/vufind-org/vufind/pull/1782|#1782]]   * Further improvements to author indexing: [[https://github.com/vufind-org/vufind/pull/1782|#1782]]
   * Improve/update citation generation: [[https://github.com/vufind-org/vufind/pull/1779|#1779]], [[https://github.com/vufind-org/vufind/pull/1788|#1788]]   * Improve/update citation generation: [[https://github.com/vufind-org/vufind/pull/1779|#1779]], [[https://github.com/vufind-org/vufind/pull/1788|#1788]]
 +  * Record toolbar permalink: [[https://github.com/vufind-org/vufind/pull/1795|#1795]]
 +  * Upgrade to Solr 7.7.3: [[https://github.com/vufind-org/vufind/pull/1793|#1793]]
  
 ==== Issue Report / Discussion Only ==== ==== Issue Report / Discussion Only ====
  
 +  * Channel pop-up loses record info on repeated clicks: [[https://vufind.org/jira/browse/VUFIND-1460|VUFIND-1460]]
   * Improve XML batch-loading support: [[https://vufind.org/jira/browse/VUFIND-1458|VUFIND-1458]]   * Improve XML batch-loading support: [[https://vufind.org/jira/browse/VUFIND-1458|VUFIND-1458]]
   * Move record driver traits into VuFind\RecordDriver\Feature namespace: [[https://vufind.org/jira/browse/VUFIND-1455|VUFIND-1455]]   * Move record driver traits into VuFind\RecordDriver\Feature namespace: [[https://vufind.org/jira/browse/VUFIND-1455|VUFIND-1455]]
community/newsletter/2020-11.txt · Last modified: 2020/11/27 17:27 by demiankatz