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:minutes20160705

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
developers_call:minutes20160705 [2016/07/04 18:14] – [1. Development Updates] demiankatzdevelopers_call:minutes20160705 [2016/07/05 13:22] (current) – [5. Other Topics?] demiankatz
Line 1: Line 1:
 ====== VuFind Developers Call Minutes: July 5, 2016 ====== ====== VuFind Developers Call Minutes: July 5, 2016 ======
  
-Attending: +Attending: Laurie Gemmill Arp, Matthias Edel, Leila Gonzales, Chris Hallberg, Demian Katz, André Lahmann, Jochen Lienhard, Brad Patton
  
 ===== Agenda ===== ===== Agenda =====
Line 10: Line 10:
  
   * [[https://vufind.org/jira/browse/VUFIND-1187|VUFIND-1187]] - tracks case-insensitive tag issues (discussed below)   * [[https://vufind.org/jira/browse/VUFIND-1187|VUFIND-1187]] - tracks case-insensitive tag issues (discussed below)
-  * [[https://vufind.org/jira/browse/VUFIND-1188|VUFIND-1188]] - reports an i18n issue (will be investigated+  * [[https://vufind.org/jira/browse/VUFIND-1188|VUFIND-1188]] - reports a possible problem with help page translation (more investigation required
-  * [[https://vufind.org/jira/browse/VUFIND-1189|VUFIND-1189]] - requests improved ILS functionality (will be investigated)+  * [[https://vufind.org/jira/browse/VUFIND-1189|VUFIND-1189]] - requests support for more verbose ILS-provided messages in checkRequestIsValid (will be investigated)
  
 === Pull Requests === === Pull Requests ===
Line 20: Line 20:
   * [[https://github.com/vufind-org/vufind/pull/737|#737]] - merged - Minor improvement to VoyagerRestful driver.   * [[https://github.com/vufind-org/vufind/pull/737|#737]] - merged - Minor improvement to VoyagerRestful driver.
   * [[https://github.com/vufind-org/vufind/pull/739|#739]] - in progress - Refactoring to expire database rows in batches to avoid system overload.   * [[https://github.com/vufind-org/vufind/pull/739|#739]] - in progress - Refactoring to expire database rows in batches to avoid system overload.
- +  * [[https://github.com/vufind-org/vufind/pull/740|#740]] - in progress - Improvements/fixes to "cancel hold" functionality 
-Several more PR's have been opened but haven't been examined yet due to vacation/holidayDemian will catch up for the next cycle.+  * [[https://github.com/vufind-org/vufind/pull/741|#741]] - in progress - Improvements to MixedList URL handling 
 +  * [[https://github.com/vufind-org/vufind/pull/742|#742]] - in progress - Work on [[https://vufind.org/jira/browse/VUFIND-1184|VUFIND-1184]] (smarter spellcheck.q generation) 
 +  * [[https://github.com/vufind-org/vufind/pull/743|#743]], [[https://github.com/vufind-org/vufind/pull/746|#746]] - merged - Fixes/improvements to facet lightbox. 
 +  * [[https://github.com/vufind-org/vufind/pull/744|#744]] - in progress - More fixes for compatibility with MySQL strict mode. 
 +  * [[https://github.com/vufind-org/vufind/pull/745|#745]] - merged - Expanded translations. 
 +  * [[https://github.com/vufind-org/vufind/pull/747|#747]] - merged - Adds standard method for removing items from cache in ILS drivers. 
 +  * [[https://github.com/vufind-org/vufind/pull/748|#748]], [[https://github.com/vufind-org/vufind/pull/753|#753]] - in progress - Work/discussion on configuration fallback in the record driver (#748 was merged but may cause problems, so #753 was opened to revert it and perhaps find a better solution). 
 +  * [[https://github.com/vufind-org/vufind/pull/749|#749]] - merged - Minor fixes to links in help pages 
 +  * [[https://github.com/vufind-org/vufind/pull/750|#750]] - in progress - Expansion of the authority Solr index schema 
 +  * [[https://github.com/vufind-org/vufind/pull/751|#751]] - in progress - Improvements to favorite deletion 
 +  * [[https://github.com/vufind-org/vufind/pull/752|#752]] - in progress - AJAX method for retrieval of getOfflineMode value from ILS driver
  
 === Release 3.0.2 === === Release 3.0.2 ===
Line 32: Line 42:
 == Grunt == == Grunt ==
   * see [[https://github.com/vufind-org/vufind/pull/659|PR #659]]   * see [[https://github.com/vufind-org/vufind/pull/659|PR #659]]
 +  * Chris has simplified the PR to separate some more complex features to other branches, so we can get the more basic functionality merged more quickly.
 +  * Chris has also put together a [[https://vufind.org/wiki/development:grunt|wiki page]] with details on the included tools. A second page will be created to collect community-contributed Grunt scripts that are out of scope for inclusion in master.
  
 == Channels == == Channels ==
   * see [[https://github.com/vufind-org/vufind/pull/693|PR #693]] for progress   * see [[https://github.com/vufind-org/vufind/pull/693|PR #693]] for progress
 +  * No new developments since last time.
  
 == General Status Update == == General Status Update ==
 +
 +Nothing else this time.
  
 === API === === API ===
 +
 +No news.
  
 === Modularization === === Modularization ===
 +
 +Demian has continued work on the OAI-PMH harvester project.
  
 === Next ZF Version === === Next ZF Version ===
 +
 +ZF 3.0 has been officially released; Villanova still waiting on PHP upgrades before investigating more closely.
  
 === Improved Use of Permissions === === Improved Use of Permissions ===
 +
 +No news.
  
 === Improved Geographic Features === === Improved Geographic Features ===
 +
 +Leila has been doing some code cleanup; some issues waiting for Demian's input.
  
 === Tags and Case Sensitivity === === Tags and Case Sensitivity ===
  
 +Discussed [[https://vufind.org/jira/browse/VUFIND-1187|VUFIND-1187]]. André voted for lowercase tags in the interest of maximizing collocation and easing sharing. Demian favors this as an easy first solution which does not rule out future introduction of optional case-sensitivity. Nobody else objected.
 ==== 3. Institutional Home, Revisited ==== ==== 3. Institutional Home, Revisited ====
 +
 +No news.
  
 ==== 4. VuFind Summit 2016 ==== ==== 4. VuFind Summit 2016 ====
 +
 +Agilent Technologies has again contributed funds to help support the event. Jochen has sent a planning document to Demian regarding the joint session with the German Community Meeting; more on that next time.
  
 ==== 5. Other Topics? ==== ==== 5. Other Topics? ====
 +
 +André announced that the feature/foundation5 branch is now up to date with release 3.0.1.
  
 ===== Next Call ===== ===== Next Call =====
Line 60: Line 92:
 The next call will be Tuesday, July 19, 2016 at 9am Eastern Daylight Time (13:00 GMT). The next call will be Tuesday, July 19, 2016 at 9am Eastern Daylight Time (13:00 GMT).
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
developers_call/minutes20160705.1467656096.txt.gz · Last modified: 2016/07/04 18:14 by demiankatz