[koha-commits] main Koha release repository branch master updated. v3.14.00-242-g9d2cd67

Git repo owner gitmaster at git.koha-community.org
Mon Jan 6 17:14:08 CET 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  9d2cd6771e616b46eda936ccdf76823e6f520617 (commit)
       via  5b855c76d07d41eff2873f6e2ba9dc3a43f98d11 (commit)
       via  a8428e141eb533ac5fafe80d38931a36d927a329 (commit)
      from  7af64ff7bd26eaa0d8cdb688f0db1526e438f087 (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 9d2cd6771e616b46eda936ccdf76823e6f520617
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Jan 6 16:27:17 2014 +0000

    Bug 6886: (follow-up) remove redundant test for singleBranchMode
    
    This patch removes an unnecessary check of the singleBranchMode
    preference that occurred in an <xsl:otherwise> clause where
    we already know that singleBranchMode != 1.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 5b855c76d07d41eff2873f6e2ba9dc3a43f98d11
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Dec 4 12:24:38 2013 -0500

    Bug 6886: (follow-up) replace needless <xsl:choose> with <xsl:if>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Switching SingleBranchMode:
    
    Tested with MARC21 and UNIMARC:
    - "Don't allow" - branch is not shown in result list
    - "Allow" - branch is shown for available items in result list
    
    Changes are consistent over all 3 MARC flavours.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a8428e141eb533ac5fafe80d38931a36d927a329
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 4 13:40:33 2013 -0500

    Bug 6886: ensure that singleBranchMode does not display library name for reference copies
    
    Test plan: Enable singleBranchMode and  OPACXSLTResultsDisplay. Perform
    a search in the OPAC which returns results containing not-for-loan
    items. Before the patch these items will show their library in search
    results loan items. After the patch there will be not be a library
    listed, matching other items in results.
    
    Signed-off-by jmbroust <jean-manuel.broust at univ-lyon2.fr>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Comments on second patch.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl    |   14 ++++++++------
 .../opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl   |    5 +++--
 .../opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl   |    4 +++-
 3 files changed, 14 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list