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

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:minutes20140722 [2014/07/17 18:05] – [1. Development Updates] demiankatzdevelopers_call:minutes20140722 [2014/07/22 14:21] (current) – [5. Other Topics?] demiankatz
Line 1: Line 1:
 ====== VuFind Developers Call Minutes: July 22, 2014 ====== ====== VuFind Developers Call Minutes: July 22, 2014 ======
  
-Attending: +Attending: Filipe Bento, Chris Hallberg, Anna Headley, Demian Katz
  
 ===== Agenda ===== ===== Agenda =====
Line 12: Line 12:
  
   * [[http://vufind.org/jira/browse/VUFIND-78|VUFIND-78]] - It is now possible to hide empty review/excerpt tabs by checking APIs in advance (off by default due to performance concerns).   * [[http://vufind.org/jira/browse/VUFIND-78|VUFIND-78]] - It is now possible to hide empty review/excerpt tabs by checking APIs in advance (off by default due to performance concerns).
 +  * [[http://vufind.org/jira/browse/VUFIND-345|VUFIND-345]] - This ticket (dealing with displaying favorite list information on the record view) was actually resolved long ago but nobody closed it. Closed now!
   * [[http://vufind.org/jira/browse/VUFIND-469|VUFIND-469]] - The Date\Converter class is now used in search history for more consistent, configurable rendering of times and dates.   * [[http://vufind.org/jira/browse/VUFIND-469|VUFIND-469]] - The Date\Converter class is now used in search history for more consistent, configurable rendering of times and dates.
   * [[http://vufind.org/jira/browse/VUFIND-789|VUFIND-789]] - Added support for cover loading based on UPC and/or OCLC number in addition to ISBN/ISSN.   * [[http://vufind.org/jira/browse/VUFIND-789|VUFIND-789]] - Added support for cover loading based on UPC and/or OCLC number in addition to ISBN/ISSN.
Line 18: Line 19:
   * [[http://vufind.org/jira/browse/VUFIND-1000|VUFIND-1000]] - This ticket proposes an option to allow pre-filtering facet value checkboxes on the search/home screen.   * [[http://vufind.org/jira/browse/VUFIND-1000|VUFIND-1000]] - This ticket proposes an option to allow pre-filtering facet value checkboxes on the search/home screen.
   * [[http://vufind.org/jira/browse/VUFIND-1001|VUFIND-1001]] / [[http://vufind.org/jira/browse/VUFIND-1002|VUFIND-1002]] - These tickets relate to bugs in login / account creation workflow. Both have been resolved. (See also PR [[https://github.com/vufind-org/vufind/pull/175|#175]]).   * [[http://vufind.org/jira/browse/VUFIND-1001|VUFIND-1001]] / [[http://vufind.org/jira/browse/VUFIND-1002|VUFIND-1002]] - These tickets relate to bugs in login / account creation workflow. Both have been resolved. (See also PR [[https://github.com/vufind-org/vufind/pull/175|#175]]).
-  * [[http://vufind.org/jira/browse/VUFIND-1003|VUFIND-1003]] - This ticket addresses a Voyager bug. +  * [[http://vufind.org/jira/browse/VUFIND-1003|VUFIND-1003]] - This ticket addresses a Voyager bug. Resolved
-  * [[http://vufind.org/jira/browse/VUFIND-1004|VUFIND-1004]] - This ticket addresses an incompatibility between the "recover password" option and the ChoiceAuth module. +  * [[http://vufind.org/jira/browse/VUFIND-1004|VUFIND-1004]] - This ticket addresses an incompatibility between the "recover password" option and the ChoiceAuth module. Resolved
-  * [[http://vufind.org/jira/browse/VUFIND-1005|VUFIND-1005]] - This ticket offers a view helper for loading content out of the help text template area. +  * [[http://vufind.org/jira/browse/VUFIND-1005|VUFIND-1005]] - This ticket offers a view helper for loading content out of the help text template area. Demian will review soon
-  * [[http://vufind.org/jira/browse/VUFIND-1006|VUFIND-1006]] - This ticket reports a cosmetic issue in the bootstrap-based themes.+  * [[http://vufind.org/jira/browse/VUFIND-1006|VUFIND-1006]] - This ticket reports a cosmetic issue in the bootstrap-based themes. Resolved.
  
 === Pull Requests === === Pull Requests ===
Line 27: Line 28:
  
   * [[https://github.com/vufind-org/vufind/pull/173|#173]] - In progress: this PR includes a recommendation module to retrieve results from the [[http://dp.la/|DPLA]] API.   * [[https://github.com/vufind-org/vufind/pull/173|#173]] - In progress: this PR includes a recommendation module to retrieve results from the [[http://dp.la/|DPLA]] API.
-  * [[https://github.com/vufind-org/vufind/pull/174|#174]] - In progress: this PR adds some functionality to the SwitchQuery recommendation module. +  * [[https://github.com/vufind-org/vufind/pull/174|#174]] - Merged: this PR adds some functionality to the SwitchQuery recommendation module. 
-  * [[https://github.com/vufind-org/vufind/pull/176|#176]] - In progress: this PR adds locale awareness to number formatting.+  * [[https://github.com/vufind-org/vufind/pull/176|#176]] - Merged: this PR adds locale awareness to number formatting
 +  * [[https://github.com/vufind-org/vufind/pull/177|#177]] - In progress: this PR suggests taking advantage of the ZF2 translator's "TextDomain" function for namespacing translation strings. Further discussion is needed -- please comment if interested.
  
 ==== 2. Development Planning ==== ==== 2. Development Planning ====
  
 === 2.3 Release === === 2.3 Release ===
 +
 +Demian has established the release-2.3 branch. All bug fixes and remaining improvements for 2.3 will be implemented on this branch and merged to master. All development outside the scope of the 2.3 release will be done directly against master.
  
 === Call Number Normalization === === Call Number Normalization ===
Line 41: Line 45:
  
 Discussion: should we maintain SCSS support? Discussion: should we maintain SCSS support?
 +
 +Right now, LESS support is better in the PHP ecosystem than SCSS support. The call was generally in favor of eliminating SCSS support for now -- we'll consult with Luke O'Sullivan (who might be using it) before removing it -- perhaps he will help us improve support, but if he doesn't object to its removal, we'll just get rid of it.
  
 === MySQL and UTF-8 === === MySQL and UTF-8 ===
  
 Tod pointed out that MySQL only supports up to 3-byte UTF-8 characters by default. 4-byte support can be enabled but has some trade-offs as described [[http://dev.mysql.com/doc/refman/5.5/en/charset-unicode-upgrading.html|here]]. Tod pointed out that MySQL only supports up to 3-byte UTF-8 characters by default. 4-byte support can be enabled but has some trade-offs as described [[http://dev.mysql.com/doc/refman/5.5/en/charset-unicode-upgrading.html|here]].
 +
 +No strong opinions on this call. Demian will open a JIRA ticket to track this and allow deeper discussion. A reminder will also be sent to vufind-tech to solicit input.
  
 ==== 3. Marketing ==== ==== 3. Marketing ====
  
 +Chris has begun applying new styles (from his [[http://www.crhallberg.com/newvufind/about|design document]]) to wiki. Some color choices needed to be adjusted (backgrounds too bright, etc.).
 +
 +Good progress: tables are now readable, for example. Table sorting still in progress.
 +
 +The main web page is going to be hosted on GitHub pages -- also a work in progress.
 ==== 4. 2014 VuFind Summit ==== ==== 4. 2014 VuFind Summit ====
  
 +No news yet -- Demian hopes to meet soon to make sure the library can host the event this year. More information once that is done.
 ==== 5. Other Topics? ==== ==== 5. Other Topics? ====
  
 +None this week.
 ===== Next Call ===== ===== Next Call =====
  
Line 57: Line 72:
  
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
developers_call/minutes20140722.1405620318.txt.gz · Last modified: 2014/07/17 18:05 by demiankatz