[koha-commits] main Koha release repository branch master updated. v3.18.00-711-g62ec79a

Git repo owner gitmaster at git.koha-community.org
Mon Apr 20 16:51:12 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  62ec79a4fdf20c9d351baffced64152d70420cd7 (commit)
       via  68fe98dce57923763d1387be237af037c9245079 (commit)
       via  93bc6851b68ad511adb4e9956379ba08a5d31c09 (commit)
       via  71e51f6c108e1583db399b23ea5189b270e8f932 (commit)
       via  30822643d030100e56d53c0e8be9b3e6081dfe0c (commit)
       via  d4ffd6f7304cb86e670d229a8d8ae7ee88cb85ca (commit)
       via  6224f1d7e5c78f2899141c67e5b4d0a19fb12369 (commit)
       via  52448e6b0a8d35c3356b0024fbd0f239915ef835 (commit)
       via  7247087502d7aa45519794ab3f04659ca773914f (commit)
       via  beedb7866a8870fe501a30dd3333fb2fe41d93cc (commit)
       via  8d52332156b42e7df7165ee3eb7b5d3c9c2128a0 (commit)
      from  bc9cb1e187a09bbb2cf85274f888ce086454a4cd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 62ec79a4fdf20c9d351baffced64152d70420cd7
Author: Winona Salesky <wsalesky at gmail.com>
Date:   Mon Mar 9 11:20:58 2015 -0400

    Bug 13381 - RDA: 245 field changes in XSLT
    
    This patch updates the display of the title and statement of responsibility in the
    XSLT display in the staff and OPAC.
    
    Display includes subfields a,b,c,h,k,n,p,s
    Subfield c is wrapped in a span class=title_resp_stmt for easy suppression via css.
    Subfield h is wrapped in a span class=title_medium for easy suppression via css.
    
    To test:
    
    * Search the opac
    * Click the title
    * Make sure the fields display properly
    * Repeat for a few more titles
    * Repeat in the Staff Client
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 68fe98dce57923763d1387be237af037c9245079
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Apr 20 11:46:22 2015 -0300

    Bug 13385: (QA followup) field number is enough
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 93bc6851b68ad511adb4e9956379ba08a5d31c09
Author: Winona Salesky <wsalesky at gmail.com>
Date:   Mon Mar 9 11:58:37 2015 -0400

    Bug 13385: Add field 508 to XSLT (OPAC and staff)
    
    This patch adds field 508 to the XSLT display in the staff and OPAC view.
    Display includes subfield a.
    
    To test:
    * Search the opac
    * Click the title
    * Make sure the fields display properly
    * Repeat for a few more titles
    * Repeat in the Staff Client
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Adjusted commit message. Only subfield a is relevant here.

commit 71e51f6c108e1583db399b23ea5189b270e8f932
Author: Winona Salesky <wsalesky at gmail.com>
Date:   Tue Mar 10 14:55:09 2015 -0400

    Bug 13386 - Added separator to full and brief display.
    
    This patch adds a  separator | to the full and brief displays in the staff and OPAC views.
    Separator wrapped with span clas=separator |
    To test:
    
    * Search the opac
    * Click the title
    * Make sure the fields display properly
    * Repeat for a few more titles
    * Repeat in the Staff Client
    
    http://bugs.koha-community.org/show_bug.cgi?id=13386
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 30822643d030100e56d53c0e8be9b3e6081dfe0c
Author: Winona Salesky <wsalesky at gmail.com>
Date:   Wed Apr 15 21:15:38 2015 -0400

    Bug 13433 - 655 display in XSLT
    
    Test Plan:
    1) Apply this patch
    2) Ensure you are using the default XSLT setting for the staff and opac  record details
    3) Find or create a record with MARC tags 655
    4) Perform an opac search and select records with 655 field that would show the record in the search results
    5) Note this patch adds field 655 to display. Displays subfields a,v,x,y,z. uses a vertical bar to separate multiple titles. Vertical bar is wrapped in span class="separator" for easy suppression/customization of separator.
    6) Repeat steps 4 and 5 for the staff interface
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d4ffd6f7304cb86e670d229a8d8ae7ee88cb85ca
Author: Winona Salesky <wsalesky at gmail.com>
Date:   Sun Mar 15 21:15:48 2015 -0400

    Bug 13433 - Added 655 display to OPAC and staff full views.
    
    This patch field 655 to the full displays in the staff and OPAC views. Multiple 655 fields are separated with a span class=separator | .
    
    To test:
    
    * Search the opac for records with genre/field 655
    * Click the title
    * Make sure the fields display properly
    * Repeat for a few more titles
    * Repeat in the Staff Client
    
    http://bugs.koha-community.org/show_bug.cgi?id=13433
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6224f1d7e5c78f2899141c67e5b4d0a19fb12369
Author: Winona Salesky <wsalesky at gmail.com>
Date:   Tue Mar 10 23:01:38 2015 -0400

    Bug 13434 - Updated display for 586 in XSLT
    
    http://bugs.koha-community.org/show_bug.cgi?id=13434
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 52448e6b0a8d35c3356b0024fbd0f239915ef835
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Apr 17 09:50:49 2015 +0200

    Bug 13876: Add the from => to versions in the filenames
    
    Additionally to the datetime, it could be useful to have the version
    numbers in the log filenames.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7247087502d7aa45519794ab3f04659ca773914f
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Mar 20 16:13:51 2015 +0100

    Bug 13876: [QA Follow-up] Resolve updatedatabase logfile issues
    
    This patch removes the test on write permissions of the logdir.
    It uses File::Temp to generate a file in the logdir or otherwise in
    a system tmp dir.
    This resolves issues with both write permissions as well as SELinux
    denials.
    Note that after generating an empty file, we are appending to it in
    the system statement.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Amended: only use File::Temp in the fallback case. Do not add the four
    character suffix in the first attempt.
    
    Signed-off-by: Chris Nighswonger <cnighswonger at foundations.edu>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit beedb7866a8870fe501a30dd3333fb2fe41d93cc
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Mar 19 16:54:02 2015 +0100

    Bug 13876: Fallback to /tmp if logdir is not writable
    
    If the logdir directory is not writable by the koha user, the installer
    should not explode.
    This patch uses a temporary directory as a fallback.
    That means that the history won't be kept.
    
    Test plan:
    0/ Generate an update (modify updatedatabase.pl and kohaversion)
    1/ Make sure the permission are not correct on $logdir
    2/ Go on the interface and execute the update entry.
    3/ Confirm that the log has been created in a temporaty directory.
    
    Retry with correct permissions and confirm the log will be created in
    $logdir.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Adding a follow-up for completely resolving encountered issues.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Chris Nighswonger <cnighswonger at foundations.edu>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 8d52332156b42e7df7165ee3eb7b5d3c9c2128a0
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Apr 20 11:22:22 2015 -0300

    Bug 13322: DBRev 3.19.00.026
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 installer/data/mysql/updatedatabase.pl             |   28 +++--
 installer/install.pl                               |   21 +++-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |  106 +++++++++++++++----
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |   55 +++++-----
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |  111 ++++++++++++++------
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |   55 +++++-----
 kohaversion.pl                                     |    2 +-
 7 files changed, 246 insertions(+), 132 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list