[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-9-gd0ea1ce

Git repo owner gitmaster at git.koha-community.org
Fri Aug 1 15:16:11 CEST 2014


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, 3.14.x has been updated
       via  d0ea1ce586de9cd65edc92d32ae9c25e112b13fa (commit)
       via  97d9b102fa2fc1a3cf6cee1356b288c0b0d0a15f (commit)
      from  9babb3dc3d8baaf2b95d220a868090324b0e3f72 (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 d0ea1ce586de9cd65edc92d32ae9c25e112b13fa
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Apr 4 17:11:15 2014 +0200

    Bug 9075: Rename "type" to "material type" on OPAC XSLT detail and results
    
    The label Material type better describes what the icon presents.
    It is based on leader values of the MARC record.
    
    Revised Test Plan
    -----------------
     1) In the staff client, set the OPAC system preference
         OPACXSLTDetailsDisplay to 'default' and save.
     2) In the staff client, set the OPAC system preference
         OPACXSLTResultsDisplay to 'default' and save.
     3) In the staff client, set the OPAC system preference
         opacthemes to 'bootstrap' and save.
     4) In the OPAC, search for biblio used in previous patch testing.
        -- It should display "Type:"
     6) Look at the biblio details
        -- It should also display "Type:"
     7) In the staff client, set the OPAC system preference
         opacthemes to 'prog' and save.
     8) In the OPAC, search for biblio used in previous patch testing.
        -- It should display "Type:"
     9) Look at the biblio details
        -- It should also display "Type:"
    10) Apply the patch
    11) In the staff client, set the OPAC system preference
         opacthemes to 'bootstrap' and save.
    12) In the OPAC, search for biblio used in previous patch testing.
        -- It should display "Material type:" this time.
    13) Look at the biblio details
        -- It should display "Material type:" this time.
    14) In the staff client, set the OPAC system preference
         opacthemes to 'prog' and save.
    15) In the OPAC, search for biblio used in previous patch testing.
        -- It should display "Material type:" this time.
    16) Look at the biblio details
        -- It should display "Material type:" this time.
    17) Run the koha qa test tool.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Note: Just a simple string change.
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    String change, works as advertised in staff, prog and bootstrap
    OPAC.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 007c94ff20a5c9d9c3121849b42f820a0da5b869)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 97d9b102fa2fc1a3cf6cee1356b288c0b0d0a15f
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Apr 11 11:46:44 2011 +0200

    Bug 9075: Rename "type" to "material type" on staff XSLT detail and results
    
    The label Material type better describes what the icon presents.
    It is based on leader values of the MARC record.
    
    Revised Test Plan
    -----------------
    1) Set the Staff system preference XSLTDetailsDisplay to
       'default' and save.
    2) Set the Staff system preference XSLTResultsDisplay to
       'default' and save.
    3) Click 'Search the catalog' tab in the search area.
    4) Search for something
    5) Look for a biblio that has 942$c set to some type.
       -- It should display "Type:"
       Or take a result and modify it to have a 942$c.
    6) Look at the biblio details
       -- It should also display "Type:"
    7) Apply the patch
    8) Search for the same biblio again.
       -- It should display "Material type:" this time.
    9) Look at the biblio details
       -- It should display "Material type:" this time.
    10) Run the koha qa test tool.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Note: This is a simple string substitution.
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 4bdd8d9a69f72751f0429be5bc58afdd218a4bb0)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl  |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl     |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl    |    2 +-
 koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl          |    2 +-
 koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl         |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list