[koha-commits] main Koha release repository branch master updated. v3.14.00-687-gea5040b

Git repo owner gitmaster at git.koha-community.org
Wed Apr 9 01:12:40 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, master has been updated
       via  ea5040bad2d3d0d298a9b27a95b81e2a3d7a9ad0 (commit)
       via  007c94ff20a5c9d9c3121849b42f820a0da5b869 (commit)
       via  4bdd8d9a69f72751f0429be5bc58afdd218a4bb0 (commit)
      from  6813e560f70c5efa2e7697876ba52e47c83c447d (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 ea5040bad2d3d0d298a9b27a95b81e2a3d7a9ad0
Author: Jesse Weaver <pianohacker at gmail.com>
Date:   Thu Mar 20 11:20:40 2014 -0600

    Bug 11978 - Fix URLs displayed in OverDrive search
    
    OverDrive has recently changed its APIs to include "http://" in the URLs
    it returns. This patch removes the "http://" on the Koha end so they
    aren't doubled.
    
    Test plan:
      1. Run an OverDrive search on the OPAC.
      2. Check the links, they should start with "http://http://"
      3. Apply this patch.
      4. Rerun the search, the links should now be correct.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    I can reproduce the problem and confirm that this patch fixes it.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Patch removes hardcoded http:// from URLs in the Overdrive code.
    Trusting Jesse and Owen to have tested this with Overdrive,
    code review reveals no additional changes or possible problems.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 007c94ff20a5c9d9c3121849b42f820a0da5b869
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>

commit 4bdd8d9a69f72751f0429be5bc58afdd218a4bb0
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>

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

Summary of changes:
 .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl     |    2 +-
 .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl    |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt      |    6 +++---
 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/modules/opac-overdrive-search.tt     |    6 +++---
 koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl       |    2 +-
 koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl      |    2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list