[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.07-58-g930b523

Git repo owner gitmaster at git.koha-community.org
Thu Jun 12 10:00:13 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  930b52395438531911ceec64a09cb476f0e3f912 (commit)
       via  9281c44a162f8b1da05086759056a4fabc68f140 (commit)
      from  59036877f2cd8f817fd3689c8feeb91891428185 (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 930b52395438531911ceec64a09cb476f0e3f912
Author: A. Sassmannshausen <alex.sassmannshausen at ptfs-europe.com>
Date:   Thu Mar 13 16:09:32 2014 +0000

    Bug 11762 - bootstrap: Re-order 245 $a $b $h in results.
    
    In the results view for OPAC and Intranet search results, titles are
    currently displayed in 245 $a $b $h order. In detailed view the titles
    are displayed in the better 245 $a $h $b order.
    
    This patch corrects the behaviour for NORMARC and MARC21 in
    BOOTSTRAP: all now display 245 $a $h $b.
    
    To test:
    - Find records containing 245 $a $b and $h fields.
    - Compare the way they look in detail and results view on the OPAC
      (bootstrap).
    - Apply the patch.
    - Re-check detail and results view: all should now look the same
      on the OPAC (bootstrap).
    
    Signed-off-by: Jesse Weaver <pianohacker at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 0148b236bab898012b082b2e40a20a9ce6f11e60)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 9281c44a162f8b1da05086759056a4fabc68f140
Author: A. Sassmannshausen <alex.sassmannshausen at ptfs-europe.com>
Date:   Thu Mar 13 16:06:29 2014 +0000

    Bug 11762 - intranet & prog: Re-order 245 $a $b $h in results.
    
    In the results view for OPAC and Intranet search results, titles are
    currently displayed in 245 $a $b $h order. In detailed view the titles
    are displayed in the better 245 $a $h $b order.
    
    This patch corrects the behaviour for NORMARC and MARC21: all now
    display 245 $a $h $b.
    
    To test:
    - Find records containing 245 $a $b and $h fields.
    - Compare the way they look in detail and results view in OPAC
      (non-bootstrap) and intranet (you should see a discrepancies).
    - Apply the patch.
    - Re-check detail and results view: all should now look the same in
      both OPAC (non-bootstrap) and intranet.
    
    Signed-off-by: Jesse Weaver <pianohacker at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script, works as described.
    Checked with Magnus Enger about the changes for the NORMARC
    stylesheets and the changes are ok.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 266f6a095c15af1e56238e43c05bdbfc406afad4)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../prog/en/xslt/MARC21slim2intranetResults.xsl            |    8 ++++----
 .../prog/en/xslt/NORMARCslim2intranetDetail.xsl            |   12 ++++++------
 .../prog/en/xslt/NORMARCslim2intranetResults.xsl           |    8 ++++----
 .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl |    8 ++++----
 .../opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl |   12 ++++++------
 .../bootstrap/en/xslt/NORMARCslim2OPACResults.xsl          |   12 ++++++------
 .../opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl      |    8 ++++----
 .../opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl      |   12 ++++++------
 .../opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl     |   12 ++++++------
 9 files changed, 46 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list