[koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.00-125-g7e49b79

Git repo owner gitmaster at git.koha-community.org
Sat Nov 13 15:03:43 CET 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, 3.2.x has been updated
       via  7e49b79b734d264dc11c8a6a6b7380ca8ebf063c (commit)
       via  fcaee0d1f4c107ebe343ca188b29dd18c5c799ff (commit)
       via  41e99198db5e9022aebaada1108b47281d49e3fc (commit)
       via  8257c0eb632753b5a25c995a631fe48c4ba4fdb2 (commit)
       via  1fa6ac54795ad31d34eb65b07a3ad63a73ee9cb9 (commit)
       via  956ed669b72d1edc3fbdef4a5568c6256a3b42dd (commit)
      from  4d3888ce2c47a0073691dde2695f84b5b938dd4c (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 7e49b79b734d264dc11c8a6a6b7380ca8ebf063c
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Fri Nov 12 22:41:32 2010 -0500

    bug 4359: make other pages in the OPAC respect noItemTypeImages
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 7a945dbc284a9fc98fda06a49bbac0712bce4fea)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit fcaee0d1f4c107ebe343ca188b29dd18c5c799ff
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Fri Nov 12 22:41:31 2010 -0500

    bug 4359 follow-up: noItemTypeImages should just control image display
    
    Tweaked so that the item type column is always displayed in the
    checkout history in the OPAC; noItemTypeImages now just controls
    whether the icon displays.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 3357d811ee95c8de8beacd0fb93a979109051b44)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 41e99198db5e9022aebaada1108b47281d49e3fc
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 12 22:41:30 2010 -0500

    Fix for Bug 4359, noItemTypeImages not active in OPAC
    
    - Auth.pm put the noItemTypeImages preference under "intranet only."
      Moved it to "OPAC or intranet."
    - Added check for the preference on the OPAC advanced search page.
    - Improved logic for displaying images on the reading history page.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit d4f02c469bdb9626f456aadf160c9ffc9ad23863)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 8257c0eb632753b5a25c995a631fe48c4ba4fdb2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 12 23:16:56 2010 -0500

    Fix for Bug 3271, Missing message when adding to a list with no items selected
    
    There is no visible Lists button to "attach" our warning to
    as there is in the OPAC, so warning message is displayed via
    a javascript alert.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit fcb3668512341d70d3e222426ea6317130793744)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 1fa6ac54795ad31d34eb65b07a3ad63a73ee9cb9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 12 23:28:00 2010 -0500

    Partial fix for Bug 4924, Public/Internal notes missing in staff normal view
    
    This fix adds only public notes. A div is added as a hook for styling
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit be547448368cad2b599e52eb71fc8c6ce39f77c1)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 956ed669b72d1edc3fbdef4a5568c6256a3b42dd
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 12 23:33:54 2010 -0500

    Fix for Bug 4933, Link to subfield's edit tab from subfield structure admin
    
    - Also corrects framework display in the case of the default
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 1586306866e84a47d29ba1cf2194d0ccb7cf04c5)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/Auth.pm                                         |    2 +-
 catalogue/detail.pl                                |    3 ++-
 koha-tmpl/intranet-tmpl/prog/en/js/basket.js       |    4 +---
 .../en/modules/admin/marc_subfields_structure.tmpl |    8 +++++---
 .../prog/en/modules/catalogue/detail.tmpl          |    2 ++
 .../opac-tmpl/prog/en/modules/opac-advsearch.tmpl  |    2 +-
 .../opac-tmpl/prog/en/modules/opac-detail.tmpl     |    2 +-
 .../prog/en/modules/opac-readingrecord.tmpl        |    4 ++--
 .../opac-tmpl/prog/en/modules/opac-reserve.tmpl    |    4 ++++
 .../prog/en/modules/opac-results-grouped.tmpl      |    9 +++++----
 .../opac-tmpl/prog/en/modules/opac-results.tmpl    |    2 ++
 .../opac-tmpl/prog/en/modules/opac-shelves.tmpl    |    5 ++++-
 opac/opac-readingrecord.pl                         |    1 +
 13 files changed, 31 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list