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

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:minutes20130903 [2013/08/30 13:19] – [2. Development Updates/Planning] demiankatzdevelopers_call:minutes20130903 [2014/06/13 13:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== VuFind Developers Call Minutes: September 3, 2013 ====== ====== VuFind Developers Call Minutes: September 3, 2013 ======
  
-Attending: +Attending: Filipe Bento, Chris Fishburn, Chris Hallberg, Demian Katz, Benjamin Mosior, Tod Olson, Luke O'Sullivan, Sean Purcell, Al Rykhus
  
 ===== Agenda ===== ===== Agenda =====
Line 10: Line 10:
  
   * [[http://vufind.org/jira/browse/VUFIND-172|VUFIND-172]] - The "wildcard searches are case sensitive" problem was actually resolved by the upgrade to Solr 4 and thus has been fixed since the 2.0 release. Demian just noticed and closed the ticket.   * [[http://vufind.org/jira/browse/VUFIND-172|VUFIND-172]] - The "wildcard searches are case sensitive" problem was actually resolved by the upgrade to Solr 4 and thus has been fixed since the 2.0 release. Demian just noticed and closed the ticket.
 +  * [[http://vufind.org/jira/browse/VUFIND-428|VUFIND-428]] - VuFind's handling of wildcards has been improved, though all of the issues addressed by this ticket are not yet resolved.
   * [[http://vufind.org/jira/browse/VUFIND-513|VUFIND-513]] - A workaround for the "slashes in IDs break VuFind URLs" problem (involving a simple Apache configuration setting) has been found and documented, so this ticket has been closed.   * [[http://vufind.org/jira/browse/VUFIND-513|VUFIND-513]] - A workaround for the "slashes in IDs break VuFind URLs" problem (involving a simple Apache configuration setting) has been found and documented, so this ticket has been closed.
 +  * [[http://vufind.org/jira/browse/VUFIND-601|VUFIND-601]] - As per this ticket, VuFind now handles escaped slashes and parentheses appropriately.
 +  * [[http://vufind.org/jira/browse/VUFIND-847|VUFIND-847]] - Luke has updated his Solr-based new item search code here.
   * [[http://vufind.org/jira/browse/VUFIND-875|VUFIND-875]] - This ticket proposes a recommendation module to suggest trying a phrase search if a regular search fails (to work around problems like booleans within search terms); Demian will implement when time permits.   * [[http://vufind.org/jira/browse/VUFIND-875|VUFIND-875]] - This ticket proposes a recommendation module to suggest trying a phrase search if a regular search fails (to work around problems like booleans within search terms); Demian will implement when time permits.
   * [[http://vufind.org/jira/browse/VUFIND-876|VUFIND-876]] - This ticket (committed) covers a small Horizon driver improvement (ignore illegal ID values).   * [[http://vufind.org/jira/browse/VUFIND-876|VUFIND-876]] - This ticket (committed) covers a small Horizon driver improvement (ignore illegal ID values).
 +  * [[http://vufind.org/jira/browse/VUFIND-878|VUFIND-878]] - This ticket proposes some refactoring of the listeners that handle Solr highlighting/spellcheck to reduce redundancy.
 +  * [[http://vufind.org/jira/browse/VUFIND-879|VUFIND-879]] - This ticket (committed) adds a mechanism for reprocessing and retrying Solr queries with syntax errors; this is currently used to escape colons and avoid fatal errors involving undefined fields.
 +  * [[http://vufind.org/jira/browse/VUFIND-880|VUFIND-880]] - This ticket addresses a bug in the combined search drop-down that was causing queries containing ampersands to fail.
  
 === Pull Requests === === Pull Requests ===
Line 24: Line 30:
 === 2.1 Release === === 2.1 Release ===
  
-The release went out on time -- no major problems so far.  Please test and report issues if time permits.+The release went out on time -- no major problems so far, though some small bug fixes have already been made to the 2.1.1 branch.  Please test and report issues if time permits.
  
 === Bootstrap Theme === === Bootstrap Theme ===
Line 33: Line 39:
  
 Discussion question: should we disable the Solr stats core by default since it is rarely used? Discussion question: should we disable the Solr stats core by default since it is rarely used?
 +
 +Group: No objections.
 +
 +Luke also commented that stats handling in general could use refinement/improvement; currently doesn't handle large data sets well -- robot indexing alone can overwhelm the stats system. Demian is not sure whether it's worth the effort of overhauling the internal stats system when external tools are available (Piwik, etc.) but is open to code contributions.
  
 === RDFa === === RDFa ===
 +
 +No update this week.
  
 === Goals for 2.2 === === Goals for 2.2 ===
Line 40: Line 52:
 Already on the roadmap: Already on the roadmap:
  
-  * Search backend improvements ([[http://vufind.org/jira/browse/VUFIND-840|VUFIND-840]], [[http://vufind.org/jira/browse/VUFIND-877|VUFIND-877]]) 
   * Javascript dependency upgrades ([[http://vufind.org/jira/browse/VUFIND-844|VUFIND-844]] - jquerymobile (in progress), [[http://vufind.org/jira/browse/VUFIND-742|VUFIND-742]] - jquery/jquery-ui (possibly covered by Bootstrap theme if we're not concerned about maintaining Blueprint))   * Javascript dependency upgrades ([[http://vufind.org/jira/browse/VUFIND-844|VUFIND-844]] - jquerymobile (in progress), [[http://vufind.org/jira/browse/VUFIND-742|VUFIND-742]] - jquery/jquery-ui (possibly covered by Bootstrap theme if we're not concerned about maintaining Blueprint))
   * Breadcrumb helper ([[http://vufind.org/jira/browse/VUFIND-747|VUFIND-747]] -- needs to be discussed further)   * Breadcrumb helper ([[http://vufind.org/jira/browse/VUFIND-747|VUFIND-747]] -- needs to be discussed further)
Line 52: Line 63:
   * Hierarchical / nested facets ([[http://vufind.org/jira/browse/VUFIND-599|VUFIND-599]])   * Hierarchical / nested facets ([[http://vufind.org/jira/browse/VUFIND-599|VUFIND-599]])
   * Improved author indexing ([[http://vufind.org/jira/browse/VUFIND-542|VUFIND-542]])   * Improved author indexing ([[http://vufind.org/jira/browse/VUFIND-542|VUFIND-542]])
-  * Redesign of recommendation module mechanism?+  * Redesign of recommendation module mechanism? ([[http://vufind.org/jira/browse/VUFIND-881|VUFIND-881]]) 
 +  * Record deduplication (possibly through more official integration path [[https://github.com/KDK-Alli/RecordManager|RecordManager]] tool)? 
 +  * Updated VuDL integration (likely to be implemented this fall at Villanova) 
 + 
 +Please vote/comment on tickets that interest you -- we will discuss some of these points in greater detail on the next call.
  
 ==== 3. VuFind Summit 2013 ==== ==== 3. VuFind Summit 2013 ====
  
 [[http://vustuff.org/vustuff/tech-superfecta/registration/|Registration]] is now open; note that fees are waived for presenters. [[http://vustuff.org/vustuff/tech-superfecta/registration/|Registration]] is now open; note that fees are waived for presenters.
 +
 +Filipe asked about the possibility of remote presentation -- we plan to allow remote viewing/participation, so a remote presentation is not out of the question... but on-site presenters will be given preference due to easier logistics.
 ==== 4. Other Topics? ==== ==== 4. Other Topics? ====
  
 === Future Development Call Platform === === Future Development Call Platform ===
  
 +We tried another Big Blue Button test and it went smoothly, so we will try BBB as the primary call platform starting on the next call.
 ===== Next Call ===== ===== Next Call =====
  
 The next call will be Tuesday, September 17, 2013 at 10am Eastern Daylight Time (14:00 GMT). The next call will be Tuesday, September 17, 2013 at 10am Eastern Daylight Time (14:00 GMT).
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
developers_call/minutes20130903.txt · Last modified: 2014/06/13 13:14 by 127.0.0.1