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.
developers_call:minutes20150512

Differences

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

Link to this comparison view

Next revision
Previous revision
developers_call:minutes20150512 [2015/05/07 12:53] – created demiankatzdevelopers_call:minutes20150512 [2015/05/12 14:37] (current) – [3. Other Topics?] demiankatz
Line 1: Line 1:
 ====== VuFind Developers Call Minutes: May 12, 2015 ====== ====== VuFind Developers Call Minutes: May 12, 2015 ======
  
-Attending: +Attending: Filipe Bento, Chris Delis, Chris Hallberg, Demian Katz, Jochen Lienhard, Tod Olson
  
 ===== Agenda ===== ===== Agenda =====
Line 9: Line 9:
 === JIRA Tickets === === JIRA Tickets ===
  
-  * [[https://vufind.org/jira/browse/VUFIND-1111|VUFIND-1111]] - +  * [[https://vufind.org/jira/browse/VUFIND-1033|VUFIND-1033]] - A workaround has been found to address the Bootstrap autocomplete limitation discussed here, so the ticket is now resolved. 
 +  * [[https://vufind.org/jira/browse/VUFIND-1111|VUFIND-1111]] - A significant bug in the translation system was reported here (related to the changes introduced in the latest Zend Framework release); this results in the footer of every page being incorrectly translated in release 2.4. A fix will be included in release 2.4.1. 
 +  * [[https://vufind.org/jira/browse/VUFIND-1112|VUFIND-1112]] - This discussion of bad OpenURL links turned out to be related to a local customization, but it raised some questions about better generic behavior that might be worth discussing further. 
 +  * [[https://vufind.org/jira/browse/VUFIND-1113|VUFIND-1113]] - This ticket reports bugs in the hierarchy system; Demian will investigate soon.
  
 === Pull Requests === === Pull Requests ===
  
-  * [[https://github.com/vufind-org/vufind/pull/355|#355]] - +  * [[https://github.com/vufind-org/vufind/pull/355|#355]], [[https://github.com/vufind-org/vufind/pull/359|#359]] - merged - Trivial changes to eliminate notices/strict messages. 
 +  * [[https://github.com/vufind-org/vufind/pull/356|#356]] - merged - An adjustment to the Travis configuration to resolve a problem caused by a Travis update. 
 +  * [[https://github.com/vufind-org/vufind/pull/357|#357]] - in progress - Link resolver driver for [[http://www-fr.redi-bw.de/|Redi]]. 
 +  * [[https://github.com/vufind-org/vufind/pull/358|#358]] - merged - An update to ReCaptcha support to account for API changes. 
 +  * [[https://github.com/vufind-org/vufind/pull/360|#360]] - merged - Minor fix to the "library cards" functionality. 
 +  * [[https://github.com/vufind-org/vufind/pull/361|#361]] - merged - Performance improvement: do no activate highlighting support when unnecessary. 
 +  * [[https://github.com/vufind-org/vufind/pull/362|#362]] - merged - Performance improvement: lazy MARC record loading. 
 +  * [[https://github.com/vufind-org/vufind/pull/363|#363]] - merged - Minor fix to the deduplication listener. 
 +  * [[https://github.com/vufind-org/vufind/pull/364|#364]] - merged - Use 856$3 as another option for labeling URLs in the UI. 
 +  * [[https://github.com/vufind-org/vufind/pull/365|#365]] - merged - Workaround for a limitation of Piwik which was causing some custom variable values to be lost. 
 +  * [[https://github.com/vufind-org/vufind/pull/366|#366]] - in progress - Facet-specific sort configuration to allow some facet fields to be sorted alphabetically. 
 +  * [[https://github.com/vufind-org/vufind/pull/367|#367]] - in progress - Proof of concept refactoring to make recommendation module processing event-driven. 
 +  * [[https://github.com/vufind-org/vufind/pull/368|#368]] - in progress - Improvements to translation of hierarchical facets. 
 +  * [[https://github.com/vufind-org/vufind/pull/369|#369]] - merged - Removal of empty action attributes from forms in bootstrap3 theme for HTML5 standards compliance. 
 +  * [[https://github.com/vufind-org/vufind/pull/370|#370]] - merged - Improved comments in the [Http] section of config.ini to help with SSL configuration. 
 +  * [[https://github.com/vufind-org/vufind/pull/371|#371]] - in progress - Support for offloading full MARC records to an external service to reduce index size.
  
 ==== 2. Development Planning ==== ==== 2. Development Planning ====
  
 === Call Number Normalization === === Call Number Normalization ===
 +
 +During testing, Tod discovered a local configuration problem that needs to be corrected, leading to another round of tests before the code can go into production -- thus, this work is still ongoing.
  
 === Improved Author Indexing === === Improved Author Indexing ===
 +
 +Demian has made progress on [[https://github.com/vufind-org/vufind/pull/354|#354]], making all of the necessary PHP and XSLT updates to deal with multi-valued primary authors. At this point, the only outstanding issues have to do with porting the indexing routines into the SolrMarc core and dealing with the "author initials" portion of the original proposal (which is essentially a separate issue). Testing/feedback would be appreciated at this point.
 +
 +General consensus: save the initials for a separate task; finish the first part first.
 +
 +Task for Demian: review state of SolrMarc/Marc4j issues and send an email to solrmarc-tech summarizing questions, etc.
 +
 +Question: is it appropriate to use .ini file for relator terms? Would it be better to load terms in properties file? We'll test performance after porting to SolrMarc core.
  
 === Solr Upgrade? === === Solr Upgrade? ===
 +
 +No news this week.
  
 === VuFind Solutions GitHub === === VuFind Solutions GitHub ===
  
-The "offcanvas" feature used as an example last time has been made configurable and merged to master, so we need a new sample feature to move this forward!+The "offcanvas" feature used as an example last time has been made configurable and merged to master, so we need a new sample feature to move this forward! We'll put this idea on hold until we have another real-life use case.
  
 === Permissions === === Permissions ===
 +
 +There's been some discussion on the mailing list about refactoring the Shibboleth authentication/authorization. Tod will read and comment when possible. Chris D. is willing to test changes when they come along (his local use case is fairly simple).
  
 === VuFind API === === VuFind API ===
  
 +Some discussion recently arose on the list about giving VuFind a more robust API for accessing information programmatically. Ideas and suggestions for such a project would be welcomed.
 +
 +Tod advocated for considering the possibility of an SRU endpoint. Demian suggested that if an existing PHP SRU framework existed, it might be interesting to try hooking to VuFind as a proof of concept. Tod found [[http://www.indexdata.com/phpyaz|PHP/YAZ]], an extension which might be worth investigating.
 +
 +Some discussion of the conflict between a data-oriented API like SRU and VuFind's more rendered-display-oriented model. Different API designs would serve different use cases, and some are likely incompatible.
 ==== 3. Other Topics? ==== ==== 3. Other Topics? ====
  
 +None today.
 ===== Next Call ===== ===== Next Call =====
  
 The next call will be Tuesday, May 26, 2015 at 10am Eastern Daylight Time (14:00 GMT). The next call will be Tuesday, May 26, 2015 at 10am Eastern Daylight Time (14:00 GMT).
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
developers_call/minutes20150512.1431003221.txt.gz · Last modified: 2015/05/07 12:53 by demiankatz