[koha-commits] main Koha release repository branch, master, updated. v3.02.00-alpha2-239-g20140de

Git repo owner gitmaster at git.koha-community.org
Thu Jun 24 04:50:41 CEST 2010


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  20140de43e4d2402281fe3f621976959cc2edd44 (commit)
       via  884d7099e94ed0e7b95da2e13a60340fd3899196 (commit)
       via  d3b07c1889ed30693d321394562db627a4c135dd (commit)
       via  8a9b4f0695aa96158c460f72e4ec54a0e4a944a3 (commit)
       via  4d8863bbdb91dd58f0598bd21cea4afa17615526 (commit)
       via  3bae1c1dcabfce4e8f0f6acc5aafdfb02c7597a2 (commit)
       via  f24750f5ba1a2b6535c76755c5daf27ca260fa0f (commit)
      from  6f14921479e2863d801ab3689c9301d8a88fbc65 (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 20140de43e4d2402281fe3f621976959cc2edd44
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu May 27 15:53:41 2010 -0400

    Fix for Bug 4821, With multiple 5XX fields, the font display gets progressively smaller
    
    Prevent the generation of empty label spans for various
    bib details fields.  A construct like
    
    <span class="results_summary"><span class="label" />contents note</span>
    
    is consistently misinterpreted in many web browsers, leading to
    CSS oddities.  See the bug for more details.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 884d7099e94ed0e7b95da2e13a60340fd3899196
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri May 28 14:50:30 2010 -0400

    Partial fix for Bug 4423, Staff Client XSLT is just a copy of the OPAC one
    
    This patch improves the template logic specifying a layout
    based on whether the display is XSLT or normal, and whether
    Amazon Content is on or off. Previously XSLT view did not
    display Amazon covers when enabled.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit d3b07c1889ed30693d321394562db627a4c135dd
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 2 15:17:37 2010 -0400

    More fixes for Bug 4423, Staff Client XSLT is just a copy of the OPAC one
    
    - Adding material type icons from the OPAC side
    - Adding OPAC View link
    - Copying revised handling of MU from the OPAC
    - Removing OPAC-specific markup
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 8a9b4f0695aa96158c460f72e4ec54a0e4a944a3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jun 4 10:53:20 2010 -0400

    Followup fix for Bug 4453: Removing invalid template fragment.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 4d8863bbdb91dd58f0598bd21cea4afa17615526
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jun 4 12:49:19 2010 -0400

    Fix for Bug 4278, canceling vendor add refreshes wrong
    
    Patch corrected to follow HDL's suggestion that link check
    for existing vendor id and conditionally redirect based
    on that.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 3bae1c1dcabfce4e8f0f6acc5aafdfb02c7597a2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jun 8 15:16:30 2010 -0400

    Fix for Bug 3895 - Menu on left of Contracts is for Admin Pages
    
    - Also adding cancel link to the add/edit view
    - Also adding message when there are no contracts to list
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit f24750f5ba1a2b6535c76755c5daf27ca260fa0f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jun 10 13:28:28 2010 -0400

    Fix for Bug 4886, missing 404 redirection on wrong biblionumber for MARC and ISBD details
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/XSLT.pm                                         |    2 +-
 .../prog/en/modules/acqui/supplier.tmpl            |    4 +-
 .../prog/en/modules/admin/aqcontract.tmpl          |   15 +--
 .../prog/en/modules/catalogue/detail.tmpl          |   22 ++++-
 .../prog/en/modules/tools/batchMod-del.tmpl        |    4 -
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |  100 ++++++++-----------
 .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl    |   54 +++++------
 .../prog/img}/famfamfam/BK.png                     |  Bin 593 -> 593 bytes
 .../prog/img}/famfamfam/CF.png                     |  Bin 620 -> 620 bytes
 .../prog/img}/famfamfam/MM.png                     |  Bin 760 -> 760 bytes
 .../prog/img}/famfamfam/MP.png                     |  Bin 804 -> 804 bytes
 .../prog/img}/famfamfam/MU.png                     |  Bin 610 -> 610 bytes
 .../prog/img}/famfamfam/SE.png                     |  Bin 658 -> 658 bytes
 .../prog/img}/famfamfam/VM.png                     |  Bin 653 -> 653 bytes
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |   73 +++++++--------
 .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl        |   54 +++++------
 opac/opac-ISBDdetail.pl                            |    5 +-
 opac/opac-MARCdetail.pl                            |    5 +-
 18 files changed, 167 insertions(+), 171 deletions(-)
 copy koha-tmpl/{opac-tmpl/prog => intranet-tmpl/prog/img}/famfamfam/BK.png (100%)
 copy koha-tmpl/{opac-tmpl/prog => intranet-tmpl/prog/img}/famfamfam/CF.png (100%)
 copy koha-tmpl/{opac-tmpl/prog => intranet-tmpl/prog/img}/famfamfam/MM.png (100%)
 copy koha-tmpl/{opac-tmpl/prog => intranet-tmpl/prog/img}/famfamfam/MP.png (100%)
 copy koha-tmpl/{opac-tmpl/prog => intranet-tmpl/prog/img}/famfamfam/MU.png (100%)
 copy koha-tmpl/{opac-tmpl/prog => intranet-tmpl/prog/img}/famfamfam/SE.png (100%)
 copy koha-tmpl/{opac-tmpl/prog => intranet-tmpl/prog/img}/famfamfam/VM.png (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list