[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.03-25-gc63a66d

Git repo owner gitmaster at git.koha-community.org
Tue Feb 18 09:13:17 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, 3.14.x has been updated
       via  c63a66d4f31808b84a4af50447a946a1517c03cb (commit)
       via  33409aea4c8fe7beb558ae24d50e5b35bc87aa8a (commit)
       via  eca2e263255382c1e3fe5857b2c4bbcaecec0238 (commit)
      from  633937d09f1aecf60590cb0ba02b23b33d7ca61d (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 c63a66d4f31808b84a4af50447a946a1517c03cb
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>
    (cherry picked from commit 9d2cd6771e616b46eda936ccdf76823e6f520617)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 33409aea4c8fe7beb558ae24d50e5b35bc87aa8a
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>
    (cherry picked from commit 5b855c76d07d41eff2873f6e2ba9dc3a43f98d11)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit eca2e263255382c1e3fe5857b2c4bbcaecec0238
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>
    (cherry picked from commit a8428e141eb533ac5fafe80d38931a36d927a329)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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